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

Node which aggregates PointCloud2 messages?

asked 2016-12-04 17:07:04 -0500

Hendrik Wiese gravatar image

Hey everyone,

is there already a node that takes/collects subsequent PointCloud2 messages and combines/aggregates them in the fixed frame?

Some background info:

I have set up a system which generates point clouds from stereo images using elas_ros. The pose of the stereo camera is well known and assumed to be precise. It is published through tf. The generated single point cloud looks pretty good so far. But as soon as I generate a new point cloud from a different perspective, the old point cloud is discarded. I would like to keep it and merge it with the new point cloud from the new perspective.

I'm using some pcl filter (passthrough and voxel grid) nodelets to make the generated point clouds a little more managable. The nodelets transform the current point cloud to the /map frame, cut away parts outside of the range of the camera, reduce density by means of the mentioned voxel grid and publish the resulting point could to /passthrough/output (PointCloud2 message).

Thank you very much!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-12-05 10:48:12 -0500

gvdhoorn gravatar image

Look at laser_assembler.

The name of the package seems to imply otherwise, but it can actually do what you are looking from with a node called point_cloud_assembler.

edit flag offensive delete link more

Comments

Thanks. Though... that would be perfect if it was working with PointCloud2 messages. It seems it can only handle the older PointCloud messages.

Hendrik Wiese gravatar image Hendrik Wiese  ( 2016-12-05 12:56:33 -0500 )edit

The wiki gives that impression, yes, but the package contains a point_cloud2_assembler node as well.

gvdhoorn gravatar image gvdhoorn  ( 2016-12-05 13:13:35 -0500 )edit

Works like a charm. Now I have to figure out how I stop my node chain to publish point clouds while I reposition the camera. Otherwise I'll see old point cloud parts as if they were taken from the new camera position... Wll, that's a different question, though. Thanks a lot!

Hendrik Wiese gravatar image Hendrik Wiese  ( 2016-12-06 03:29:18 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-12-04 17:07:04 -0500

Seen: 1,321 times

Last updated: Dec 05 '16