File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments