Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 504 Bytes

File metadata and controls

21 lines (14 loc) · 504 Bytes

Isaac ROS - Realsense camera

Build

bash scripts/build_docker.sh 02-realsense_camera

Run docker

docker run --runtime nvidia --network host --privileged rbonghi/isaac-ros-tutorial:realsense-camera

Option explained:

  • --runtime nvidia will use the NVIDIA container runtime while running the l4t-base container
  • --network host To read all topics outside the container need to share the same network to the host
  • -v is the mounting directory
  • --privileged Allow access to host