Skip to content

tasada038/ros2_rs_pcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros2_rs_pcl

ROS 2 sample of Realsense with PCL library

Supported ROS 2 distributions

humble foxy ubuntu22 ubuntu20

・Foxy (master)

・Humble (humble-devel is in development)

Requirements

  • Laptop PC
    • Ubuntu 20.04 Foxy
  • Realsense D435/D435i

Installation

sudo apt install ros-$ROS_DISTRO-pcl-*

Install the ROS2 wrapper for realsense

ros2_intel_realsense

and configure Realsense to work with ROS2

Usage

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_filter node:

ros2 run ros2_rs_pcl rs_pcl_filter

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_clustering

rs clustering img

PCL and visualization marker sample

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

rs clustering img

License

This repository is licensed under the MIT license, see LICENSE.

About

ROS2 sample of Realsense with PCL library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published