CameronDevine / pointcloud_registration

This ROS package implements registration of point clouds along with other features.
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Compiling for ROS noetic #1

Open arehman1806 opened 1 year ago

arehman1806 commented 1 year ago

I am trying to compile this package on ROS noetic but getting errors for "pcl/ros/register_point_struct.h", "pcl/ros/conversions.h", etc. Could you kindly tell me if im missing a particular package or it seems like an issue with the ROS version. Thanks!

CameronDevine commented 1 year ago

It has been a while since I have tried to build this package. Looking around my system, I don't seem to have these header files either. I think something has changed in the PCL library and these should be changed to pcl/register_point_struct.h and pcl/conversions.h respectively. However, I have not tested this change.

If you do get this code working, feel free to submit a pull request.

zAle711 commented 1 year ago

@CameronDevine Hi! Do you have a rosbag to test the node? Thanks.

CameronDevine commented 1 year ago

@zAle711, send me an email. I think I have some old bag files I could send you.