Closed erickmu1 closed 3 years ago
The code to do what we need is in place but there are a few bugs
GPS -> odom/map etc... works, just that GPS isn't accurate enough that our points may end up off course. Need to think about how to get better GPS coordinates or how to compensate
Why it may not be accurate enough:
What we can do for testing (only):
It seems that the gps noise was already 0 to begin with. there is a gps drift of 1.5 m so i disabled that and made new waypoints. The robot navigates these waypoints nicely (except the one going over the ramp but thats a different issue). For thoroughness, i reenabled the drift in constants.xacro and it still navigated pretty well, within a small (and somehow consistent?) distance of where I put the actual points (which caused one of the points to glitch into a wall). Also load waypoints crashes on startup most of the time for me, although maybe thats just my computer.
Description:
Goals:
Acceptance Criteria:
Notes:
map