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

Revision history [back]

click to hide/show revision 1
initial version

Not directly.

MoveIt always works with 3D information.

The most straight-forward solution would be to generate an octomap from your 2d-map by projecting all occupied pixels to cuboids of some fixed height and use this octomap to plan. You could implement a specialized Octomap updater to do that.