-
Notifications
You must be signed in to change notification settings - Fork 6
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
lane snap back commented out #12
Comments
yeah I commented it out because it looks like it causes cars to not be able to lane change. If I don't comment it out, then cars will have the intention to lanechange, but I think the snapback causes them to not actually be able to do it. We should hash out what's going on and what it's supposed to do in more detail when we get the chance. |
Example:
|
also when lanesnapback is commented out, there is some weird dithering behavior for some of the cars in the environment (go back and forth with half lane changes) |
Fixed the snapping back. Don't know about the weird dithering |
cool beans it works. Moving dithering to a new issue: #16 |
Hey Chris, I noticed that you had the code that stops the car when it gets to the middle of a lane commented out. Was it not working or producing some sort of bad side effect?
The text was updated successfully, but these errors were encountered: