Skip to content

Documentation: ROS Docker Setup is incorrect #456

@raymondlo84

Description

@raymondlo84

Description

https://docs.isaacsim.omniverse.nvidia.com/5.1.0/installation/install_ros.html#isaac-sim-app-enable-ros

xhost +

docker run -it --rm --net=host --env="DISPLAY" --env="ROS_DOMAIN_ID" -v ~/IsaacSim-ros_workspaces/jazzy_ws:/jazzy_ws --name ros_ws_docker arm64v8/ros:jazzy /bin/bash

the --rm will remove the container after execution, thus

docker exec -it ros_ws_docker /bin/bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; exec bash'

this command in the next step of the tutorial won't work as ros_ws_docker does not exist.

Isaac Sim version

5.1.0

Operating System (OS)

24.04

GPU Name

Spark

GPU Driver and CUDA versions

NVIDIA-SMI 580.95.05 Driver Version: 580.95.05 CUDA Version: 13.0

Logs

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions