ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ros2 way to transform pointCloud2

asked 2021-12-14 13:27:16 -0500

dieteralfons gravatar image

Hello everyone,

does anybody know how to transform point clouds in ros2? Or maybe any workaround?

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-12-14 15:54:33 -0500

ljaniec gravatar image

updated 2021-12-14 16:13:30 -0500

This repository from SebastianGrans has a nice ROS2 PointCloud demo publisher and a subscriber (in Python). It could be the base for your work, I hope.

Some examples of working with transforming a PointCloud are there (ROS1, pointcloud to laserscan-like) and in this package (PCL (Point Cloud Library) ROS interface stack). The last one could be your best choice.

edit flag offensive delete link more

Comments

1

thanks.

pcl_ros::transformPointCloud did the trick

dieteralfons gravatar image dieteralfons  ( 2021-12-16 13:42:09 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-12-14 13:27:16 -0500

Seen: 573 times

Last updated: Dec 14 '21