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

Erroneous stopping and acceleration at green lights #433

Open
seitzseb opened this issue Nov 4, 2024 · 1 comment
Open

Erroneous stopping and acceleration at green lights #433

seitzseb opened this issue Nov 4, 2024 · 1 comment

Comments

@seitzseb
Copy link
Collaborator

seitzseb commented Nov 4, 2024

Detailed Description

The agent stops unnecessarily at green lights and struggles to resume moving smoothly. This behavior disrupts traffic flow and suggests issues with the traffic light detection and control response.

Definition of Done

Agent correctly identifies green lights and accelerates smoothly without unnecessary stops.
Test cases pass for stop-and-go behavior at intersections with clear traffic light responses.

Effort Estimate

5

Testability

Simulate various intersections with green lights and check if the agent stops only at red lights, resuming smoothly at greens.

Dependencies

May rely on accurate perception and traffic light detection improvements.

@seitzseb
Copy link
Collaborator Author

seitzseb commented Nov 6, 2024

I will follow the idea of introducing some form of "deadband" in the velocity control to ensure the car does not drive 3 cm 10 times but instead drives 30 cms in a calm matter for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants