HBRS-SDP / ss22-ros2-perception

GNU General Public License v3.0
0 stars 3 forks source link

compatability issue of pcl_ros for ros2 #4

Open vamsikalagaturu opened 2 years ago

vamsikalagaturu commented 2 years ago

PCL_ROS is not completely ported to ROS2.

MannavaVivek commented 2 years ago

Current option is to clone the foxy-devel branch of preception_pcl repo and build the pcl_ros package. While the transformPointCloud() method is available, it is different from the one available for ROS1, and also the tf preprocessing before the actual pointcloud transformation is now to be done with tf2_ros and the same methods are not available, so alternatives to achieve the same results are to be researched.