Skip to content

Commit

Permalink
Use ros2 launch with ros2 docker (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored Nov 28, 2023
1 parent 240cdb0 commit 4333326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ docker run -it -v /dev/:/dev/ --privileged -e DISPLAY -v /tmp/.X11-unix:/tmp/.X1
Will only start `stereo_inertial_node` launch file (you can try different commands).
### Running docker image on ROS2
``` bash
docker run -it -v /dev/:/dev/ --privileged -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix depthai_ros roslaunch depthai_examples stereo_inertial_node.launch.py
docker run -it -v /dev/:/dev/ --privileged -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix depthai_ros ros2 launch depthai_examples stereo_inertial_node.launch.py
```


Expand Down Expand Up @@ -613,4 +613,4 @@ For easier development inside isolated workspace, one can use Visual Studio Code
i_update_ros_base_time_on_ros_msg: false
i_width: 1280
use_sim_time: false
```
```

0 comments on commit 4333326

Please sign in to comment.