Path Deviation After Turning: Planned Path is Normal, Straight-line Motion is Fine, but Robot Starts Drifting After Turns #6632
-
|
I'm facing a very frustrating issue with my robot's navigation and I'm completely stuck. I've run out of ideas and would be incredibly grateful for any troubleshooting suggestions. The Problem: What I've Checked/Tried: My Plea for Help:
here is my log and bag: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
It is hard to identify the issue without more information. If you can, please share a rosbag recording that at least contains the vehicle status, localization, and control messages (the files you attached do not include any bag). Based only on the screenshot, it looks like the control is fine (we see the predicted path that tries to go back to the lane), and there was no huge issue in the initial turns, so my best guess would be an issue with the vehicle or with the vehicle interface. |
Beta Was this translation helpful? Give feedback.




Thank you. The mcap file makes it easy to analyze the problem.
Based on the control steering command and the reported vehicle steering, it appears that the issue is with the vehicle not correctly following the command. This issue appears in the first turn as well but is less pronounced.
I believe the issue can be fixed by setting proper steering rate limits in the vehicle model of the
mpc.param.yaml.