ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Personally, I have a laptop with native ubuntu install with an nvidia GPU. So I find it easiest to use:
I find rocker provides a convenient wrapper around the docker CLI to configure this for any ROS related Docker images:
For example:
rocker --x11 --nvidia --net=host \
my/navigation2:tag \
ros2 launch nav2_bringup tb3_simulation_launch.py
Another reference examples of using rocker:
2 | No.2 Revision |
Personally, I have a laptop with native ubuntu install with an nvidia GPU. So I find it easiest to use:
I find rocker provides a convenient wrapper around the docker CLI to configure this for any ROS related Docker images:
For example:
rocker --x11 --nvidia --net=host \
my/navigation2:tag \
ros2 launch nav2_bringup tb3_simulation_launch.py
Another Other reference examples of using rocker: