-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Description
Description
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
Labels
No labels