Skip to content

Commit 763e048

Browse files
Change kilted references to rolling
1 parent 50b87d9 commit 763e048

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Is possible to use a micro-ROS Agent just with this docker command:
5353

5454
```bash
5555
# UDPv4 micro-ROS Agent
56-
docker run -it --rm --net=host microros/micro-ros-agent:kilted udp4 --port 8888 -v6
56+
docker run -it --rm --net=host microros/micro-ros-agent:rolling udp4 --port 8888 -v6
5757
```
5858

5959
## Build with docker container
@@ -106,7 +106,7 @@ Is possible to use a micro-ROS Agent just with this docker command:
106106

107107
```bash
108108
# Serial micro-ROS Agent
109-
docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agent:kilted serial --dev [YOUR BOARD PORT] -v6
109+
docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agent:rolling serial --dev [YOUR BOARD PORT] -v6
110110
```
111111

112112
## Purpose of the Project

0 commit comments

Comments
 (0)