We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcc1d8 commit 8031ef1Copy full SHA for 8031ef1
examples/alvik_ros2_firmware/README.md
@@ -35,9 +35,18 @@ arduino-cli compile --fqbn arduino:esp32:nano_nora -u -p /dev/ttyACM0
35
```
36
37
### How-to-run Micro-ROS local agent
38
+* ROS 2 **Jazzy**
39
+```bash
40
+docker run -it --rm --net=host microros/micro-ros-agent:jazzy udp4 --port 8888 -v6
41
+```
42
+* ROS 2 **Humble**
43
```bash
44
docker run -it --rm --net=host microros/micro-ros-agent:humble udp4 --port 8888 -v6
45
46
+* ROS 2 **Iron**
47
48
+docker run -it --rm --net=host microros/micro-ros-agent:iron udp4 --port 8888 -v6
49
50
51
### How-to-teleoperate using keyboard
52
0 commit comments