Closed orjano-max closed 1 year ago
Follow the instructions from the git repo: https://github.com/IntelRealSense/realsense-ros#step-3-install-intel-realsense-ros2-wrapper-from-sources
To launch the Realsense camera in ROS2, use the following command:
ros2 launch realsense2_camera rs_launch.py
To launch it with PointCloud2, use the following command:
ros2 launch realsense2_camera rs_launch.py depth_module.profile:=1280x720x30 pointcloud.enable:=true
more info here: https://github.com/IntelRealSense/realsense-ros#usage-instructions
Build Librealsense SDK for Jetpack 5.0.2
Look into the solution on this link: https://github.com/IntelRealSense/librealsense/issues/10416#issuecomment-1314342663
To check if it works, open a terminal and run:
This should launch the Relasense Viewer program.