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

transformPointCloud without PCL

asked 2015-06-28 19:33:32 -0500

David Lu gravatar image

Is there a direct analogue to transformPointCloud that doesn't use PCL but has the same form? i.e.

transformPointCloud(frame, pointcloud2, pointcloud2b, tf)

I am aware of the doTransform function in tf2_sensor_msgs but it is not quite the same.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-06-29 16:00:34 -0500

Vincent Rabaud gravatar image

That is exactly what tf2 is doing with the transform function of the BufferInterface: http://docs.ros.org/jade/api/tf2_ros/...

tf2_sensor_msgs is just a package that enables tf2 to transform sensor_msgs (including PointCloud2)

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-06-28 19:33:32 -0500

Seen: 742 times

Last updated: Jun 29 '15