-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Car doesn't stay in its lane #358
Comments
Possible error source: |
The trajectory on the second image looks like while performing an overtake maneuver, a second overtake maneuver got added. The second one might be triggered by the unstuck behavior as the car apparently got stuck in the oncoming traffic while performing the first maneuver. |
Obviously adding another x offset towards the left on the trajectory doesn't help in the situation depicted in the image. We might need to add a mechanism that decides whether to move the trajectory to the right or left. |
For completeness: In this document the unstuck behaviour is well documented: Its the explanation for the second bahaviour I observed in my comment above. |
Current Behavior
The car is moving inside the lane from left to right instead of driving straight in it.
The agent also frequently deviates from the lane, especially after recovering from being stuck. This instability leads to unsteady lane positioning and occasional veering into other lanes or off-road areas.
Expected Behavior
The car should drive straight in the lane.
How to reproduce the issue
Start the simulation and let the car drive for a while.
Effort Estimate
6
Testability
Run tests with the agent in a variety of lane-holding scenarios, including recovery from obstacles, to ensure lane stability.
Dependencies
May depend on localization accuracy and sensor data processing updates.
The text was updated successfully, but these errors were encountered: