About isaac ros2

Hello, I have a question about isaac ros2.

May I know if isaac ros2 is provided to be developed locally instead of containers? If so, could you tell me the document about how to develop locally instead of containers?

Hi @hyeyum1

Right now, we don’t have documentation for a local install, but you can follow our docker images like steps to install all dependencies:

x86_64

  1. Basic dependencies isaac_ros_common/docker/Dockerfile.aarch64 at main · NVIDIA-ISAAC-ROS/isaac_ros_common · GitHub
  2. Humble isaac_ros_common/docker/Dockerfile.ros2_humble at main · NVIDIA-ISAAC-ROS/isaac_ros_common · GitHub

Jeton

  1. Basic dependencies isaac_ros_common/docker/Dockerfile.aarch64 at main · NVIDIA-ISAAC-ROS/isaac_ros_common · GitHub
  2. Humble isaac_ros_common/docker/Dockerfile.ros2_humble at main · NVIDIA-ISAAC-ROS/isaac_ros_common · GitHub

Best,
Raffaello

hello

I went through the link above and installed realsense locally, but the camera is not showing in the realsense-viewer.

I can catch it well when I do it in the docker, but I don’t know what the problem is.
What do I need to do for the camera to be recognized in the local realsense-viewer?