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

rtabmap_ros service to get point cloud?

asked 2021-05-17 04:18:55 -0500

flabrosse gravatar image

rtabmap_ros has a service to get the latest map data and one to make it publish it (which seems to also make it publish the point cloud). I can't find an equivalent to get the latest point cloud (directly, without using a subscriber). Did I miss something?

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-05-17 16:43:58 -0500

matlabbe gravatar image

The is no explicit service to get the point cloud of the map. It is published at each update though and the topic is latched. If you subscribe to /rtabmap/cloud_map, you will automatically get the latest point cloud.

edit flag offensive delete link more

Comments

I saw that. I was hoping for an explicit way of getting it because using a subscriber and callback is making the structure of my program very messy. Thanks anyway.

flabrosse gravatar image flabrosse  ( 2021-05-18 02:38:54 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2021-05-17 04:18:55 -0500

Seen: 144 times

Last updated: May 17 '21