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

Can octomap be used on sparse pointclouds?

asked 2015-11-11 15:43:15 -0500

Lolita390 gravatar image

updated 2015-11-11 17:39:13 -0500

Hello,

I am receiving a sparse point cloud from a monocular slam algorithm. My question is if octomap_mapping is suitable for obstacle detection if my input pointcloud is sparse and I do not use a laser as sensor? If so, what changes would have to be made to octomap?

EDIT: Thanks for the reply. I configured the launch file of octomap and remapped it to the right point cloud topic, but nothing occurs. I checked the publisher topics of octomap, but I get the message that the topics have not been published yet. What could be the cause of this? Could you give me any hint about this please.Also I was not sure about the configuration of the following line in the launch file: param name="sensor_model/max_range" value="5.0"

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-11-11 15:59:13 -0500

Octomap per default will use a pointcloud to update it's map representation. For the updating, it should not matter how sparse it is. Of course, depending on what application you want to use the octomap for, you could run into problems due to the sparse data, for instance if obstacle data is missing and your robot runs into things.

edit flag offensive delete link more

Comments

I cannot launch octomap. The following warning comes up : "Nothing to publish, octree is empty". The frame I write in the launch file is the same as the fixed frame in rviz, which is "world". No transform is required, since the slam algorithm outputs the point cloud already in the world frame

Lolita390 gravatar image Lolita390  ( 2015-11-13 09:59:31 -0500 )edit

What could the problem be?

Lolita390 gravatar image Lolita390  ( 2015-11-13 09:59:44 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2015-11-11 15:43:15 -0500

Seen: 449 times

Last updated: Nov 11 '15