ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
On a related note: What is the best way to perform collision queries for a global planner? There is the base_local_planner::WorldModel::footprintCost which returns negative cost if the footprint collides with an obstacle. Is there something similar for the global_planner that checks the point-robot against the inflated obstacles for better performance?