-
Notifications
You must be signed in to change notification settings - Fork 26
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
Improving planner integration #65
Conversation
…Changed variable in tl_detector from self.last_state to self.state.
…. Could see benefits from introducing yellow lights.
…L and starts after green Sometimes TL detector doesn't read green.
…that rolls over. Messages won't clog the terminal as frequently as before.
…t works on your PC.
…ement' into improving-planner-integration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clear improvement over master. Still has issues but worth merging.
On master the car runs through most lights (slows but doesn't stop). On improving-planner-integration with ground truth the car still runs most lights but at slower speed. On improving-planner-integration without ground truth the car stops at most lights, only occasionally driving through at low speed.
Fixes
Bugs observed: