An open API service indexing awesome lists of open source software.

https://github.com/notou/moveit-external-octomap-updater


https://github.com/notou/moveit-external-octomap-updater

moveit ros

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

This package is a plugin to the OccupancyMapUpdater class of moveit.

It allows moveit to use an externally computed binary octomap.

It works by simply replacing the (eventual) content of the internal octree by the content of the message.
So it would not really work alongside another plugin like the PointCloudOctomapUpdater...

This plugin has been done as a quick and dirty hack so if you want to contribute, correct errors... please do.