ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
After a while of fiddling I now have it working!
I still don't really know how the thing works behind the scene but it seems the planning scene only handles binary octomaps.
I was subscribing to a octomap_full topic and when I tried listening to a octomap_binary one it started working.
This line is nor even needed:
tree_->setResolution(octo_msg->resolution);
2 | No.2 Revision |
After a while of fiddling I now have it working!
I still don't really know how the thing works behind the scene but it seems the planning scene only handles binary octomaps.
I was subscribing to a octomap_full topic and when I tried listening to a octomap_binary one it started working.
This line is nor even needed:
tree_->setResolution(octo_msg->resolution);
See this answer for context and results.