For now, we are using an Intel RealSense D435 as our depth camera.
(from https://github.com/IntelRealSense/realsense-ros):
- Download Intel RealSense SDK
- Install ROS2 wrapper with
sudo apt install ros-humble-realsense2-*if not already installed.
- Launch the launch node:
ros2 launch realsense2_camera rs_launch.py - Can also use parameters such as:
ros2 launch realsense2_camera rs_launch.py depth_module.profile:=1280x720x30 pointcloud.enable:=true
- Check the documentation at https://github.com/IntelRealSense/realsense-ros if more information is required, and update the documentation here if that information will be used by other members.