Skip to content
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 hits obstacles #359

Open
Johannes1098 opened this issue Oct 28, 2024 · 3 comments
Open

[Bug]: Car hits obstacles #359

Johannes1098 opened this issue Oct 28, 2024 · 3 comments
Assignees
Labels
acting bug Something isn't working

Comments

@Johannes1098
Copy link
Collaborator

Current Behavior

Sometimes the car hits obstacles.

Expected Behavior

The car should brake or move out of the way (lane switch) to avoid the collision.
Avoiding the collision should not lead to a new collision.

How to reproduce the issue

Start the simulation and let the car drive for a while.

@Johannes1098 Johannes1098 added the bug Something isn't working label Oct 28, 2024
@Johannes1098
Copy link
Collaborator Author

Do all steering commands get processed or are they missing?

@vinzenzm
Copy link
Collaborator

vinzenzm commented Nov 1, 2024

#374 According to the Perceptionists alot of obstacles do not get recognized.
This leaves only the check if all inputs get processed and sent to car.
(Inputs currently are trajectory and speed)

@vinzenzm
Copy link
Collaborator

vinzenzm commented Nov 1, 2024

Sometimes when running normal leaderboard this bug occurs:

WARNING: A new vehicle command with a repeated timestamp has been received 96.650001439 . This vehicle command will be ignored.

A sign, that maybe acting vehicle_controller is sometimes not fast enough/accurate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acting bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

3 participants