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

Decay Octomap in MoveIt?

asked 2014-07-04 05:32:30 -0500

Rabe gravatar image

Hey guys,

Is there a way to automatically "decay" the octomap somehow in MoveIt? I have the problem that sometimes obstacles don't get deleted, because the obstacle moved towards the sensor, casting a shadow on the previously occupied space and therefore preventing it from realizing the space is now free.

If any information older than x in the octomap would get deleted, this problem could be prevented. Is there already an option implemented to do this? Or am I on the wrong path and there is another solution to this problem?

Thanks in advance,

Rabe

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-07-04 07:26:57 -0500

AHornung gravatar image

There is an OcTreeStamped class in OctoMap that can be used for this purpose (but you will have to implement it). In fact, the decaying was implemented just like that in the collider package (by now superseded by MoveIt and octomap_server).

edit flag offensive delete link more

Comments

Hey Armin, thanks for the fast reply. Do you by chance have an overview of how MoveIt uses the Octomap? I'd be grateful if you could point in the direction of where I would have to start to implement it (e.g. Do I have to write my own octomap-server, or just change some lines in a class in MoveIt?)

Rabe gravatar image Rabe  ( 2014-07-04 07:53:56 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-04 05:32:30 -0500

Seen: 535 times

Last updated: Jul 04 '14