You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[problem definition] path_tracking behavior transforms the points to controllers' frame_id. But it does it only once. When drift happens it doesn't recognizes the drift.
[solution] path_tracking behavior should transform the process_values to its own frame to keep track of the heading.
If it publishing waypoints on map, it should transform the vehicle position to map: cg_link to map.
It should compute the heading and distance according to this new points, and it should transform it back to cg_link.
It should do so on every iteration.
at the same time,
MVP Control should be able to accept control inputs on different frames.
No description provided.
The text was updated successfully, but these errors were encountered: