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

Connecting laser scanner and pose messages

asked 2011-11-06 20:15:19 -0500

alfa_80 gravatar image

updated 2011-11-06 20:16:12 -0500

How to connect laser scanner and pose messages considering I have underlying timestamp? It is by using TF? Do I need to code explicitly in my source code or just by configure TF in rviz? My goal is actually to build a point cloud using these 2 messages.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2011-11-07 00:29:13 -0500

DimitriProsser gravatar image

ROS contains functionality for converting LaserScans into PointClouds. Those functions are located in the laser_geometry package. The function transformLaserScanToPointCloud() takes in a LaserScan, a tfListener, and a desired frame_id and converts that LaserScan into a PointCloud in that frame.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-11-06 20:15:19 -0500

Seen: 390 times

Last updated: Nov 07 '11