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

Improving planner integration #65

Merged
merged 15 commits into from
Nov 11, 2017
Merged

Conversation

mihirrajput
Copy link
Collaborator

Fixes

  • Integrated New TL protocol
  • Integrated Sergei's better classifier but not updated to the latest commit
  • Tried to improve the planner
  • Changed some controller tuning

Bugs observed:

  • Need to make the car stop at all traffic light. Need to test with ground truth as true and false.
  • TL Intro paragraph #7 doesn't get classified. It would be good if TL First test for controller #5 got detected earlier.
  • Achieve higher speeds.

sershev and others added 15 commits November 4, 2017 18:54
…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.
Copy link
Owner

@ericlavigne ericlavigne left a 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.

@ericlavigne ericlavigne merged commit e15d3b2 into master Nov 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants