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

save pointcloud data for multiple frames for object detection

asked 2018-02-18 11:51:08 -0500

Spartan_007 gravatar image

I use lidar range measurement to generate pointcloud. Now, I want the robot to do a few tasks based on the obstacles' positions in real time. But it takes quite a few frames of lidar to develop a reasonable pointcloud that is enough to recognize an object roughly. How, can I save the lidar data over multiple frames, so that I can access historical data in every successive laser call back?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-02-18 12:55:52 -0500

gvdhoorn gravatar image

This seems like somethint where the message_filters package can help. For a simple cache, you could look at the Cache filter.

edit flag offensive delete link more

Comments

Is there any way to cache multiple topics in one callback?

Spartan_007 gravatar image Spartan_007  ( 2018-02-27 18:07:13 -0500 )edit

I'm not sure. I'd check the message_filters C++ api docs. They're quite ok.

gvdhoorn gravatar image gvdhoorn  ( 2018-02-28 03:20:17 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-02-18 11:51:08 -0500

Seen: 211 times

Last updated: Feb 18 '18