Open Anthonyjlem opened 2 years ago
The rover currently tries to use a global planner to navigate from the start to the first waypoint at the start of no man's land, without setting any intermediate waypoints. The known issue blocking this from working is lidar readings are not being added to the costmaps, so the rover will drive into the walls.
No issues associated with odometry, costmaps, nor load_waypoints (points in json may be slightly off at worst). Only related task left specific nav (ignoring ramps) really is to tune a good planner. Currently known tunable parameters I see are:
(In the nav/nav_stack/config/ folder)
Description:
Goals:
Notes: