ROS 2 sample of Realsense with PCL library
・Foxy (master)
・Humble (humble-devel is in development)
- Laptop PC
- Ubuntu 20.04 Foxy
- Realsense D435/D435i
sudo apt install ros-$ROS_DISTRO-pcl-*
Install the ROS2 wrapper for realsense
and configure Realsense to work with ROS2
Open two shells. In the first shell, run the ros2_intel_realsense node
ros2 launch realsense_examples rs_camera.launch.py
In the second shell, run the pcl_filter node:
ros2 run ros2_rs_pcl rs_pcl_filter
Open two shells. In the first shell, run the ros2_intel_realsense node
ros2 launch realsense_examples rs_camera.launch.py
In the second shell, run the pcl_clustering node:
ros2 run ros2_rs_pcl rs_pcl_clustering
Open two shells. In the first shell, run the ros2_intel_realsense node
ros2 launch realsense_examples rs_camera.launch.py
In the second shell, run the pcl_clustering node:
ros2 run ros2_rs_pcl rs_pcl_marker
This repository is licensed under the MIT license, see LICENSE.