Skip to content

GrayMatter-Robotics/perception_pcl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perception_pcl

Build Status

PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred bridge for 3D applications involving n-D Point Clouds and 3D geometry processing in ROS.

Create Debian Package

Clone the project

git clone git@github.com:GrayMatter-Robotics/perception_pcl.git
git checkout gmr-dev

pcl_conversions

cd pcl_conversions
colcon build

# after the build is done
cd build/pcl_conversions
cpack

pcl_ros

cd pcl_ros
colcon build

# after the build is done
cd build/pcl_ros
cpack

Upload the artifacts to jfrog.

Update the ROS Distro

If you want to build the project with different ros distro...

  1. Check the release version from perception_pcl
  2. Fetch the branch (take humble 2.4.5 for example)
git remote add upstream git@github.com:ros-perception/perception_pcl.git
git fetch upstream tag 2.4.5
  1. Apply the changes or rebase against the new branch

About

PCL (Point Cloud Library) ROS interface stack

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.0%
  • Python 2.3%
  • CMake 1.7%