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

Various documentation improvements #95

Open
jerryz123 opened this issue Aug 3, 2018 · 0 comments
Open

Various documentation improvements #95

jerryz123 opened this issue Aug 3, 2018 · 0 comments

Comments

@jerryz123
Copy link
Contributor

  1. The rectangles for all objects are in the (centerx, centery, dimx, dimy) format. I was initially trying to work with them in the (topleftx, topleft-y, dimx, dimy) format.
  2. From what I could tell, the directionality of the lanes is dictated by the x dimension, this would also save anyone else creating lanes some common mishaps.
  3. If the width of the lane is large enough to accommodate two cars, that doesn't mean both cars can generate valid paths. For an example of this, see the attached picture where I think the problem becomes apparent. This is only an issue with background cars, but could still be useful to know.
  4. The position of the traffic light is ambiguous. I wasn't sure how close to the street it had to be for it to start working, I just tweaked it until it did. Any documentation here would also be really helpful.
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

No branches or pull requests

1 participant