Skip to content

Commit 8031ef1

Browse files
committed
Add documentation how to start micro-ROS local agent for various ROS2 versions.
1 parent adcc1d8 commit 8031ef1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/alvik_ros2_firmware/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,18 @@ arduino-cli compile --fqbn arduino:esp32:nano_nora -u -p /dev/ttyACM0
3535
```
3636

3737
### 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**
3843
```bash
3944
docker run -it --rm --net=host microros/micro-ros-agent:humble udp4 --port 8888 -v6
4045
```
46+
* ROS 2 **Iron**
47+
```bash
48+
docker run -it --rm --net=host microros/micro-ros-agent:iron udp4 --port 8888 -v6
49+
```
4150

4251
### How-to-teleoperate using keyboard
4352
```bash

0 commit comments

Comments
 (0)