ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I ended up using make_plan. I spent some time getting get cost too work and eventually it did but not well. I then used make plan and it is a much better way to do this.
2 | No.2 Revision |
I ended up using make_plan. I spent some time getting get cost too work and eventually it did but not well. I then used make plan and it is a much better way to do this.this. Get_cost failed due to the fact it would test points outside of the map causing a core dump. To get around this I instead used getPlan a nav_msgs service and set track_unknown_space in costmap common params to true and allow_unknown to false in navfn params.