Unhardcode lane width

Issue #12 resolved
Agustin Alba Chicar created an issue

Once Manifold RNDF parser has support for lane width, we should unhardcode the road width representation.

Comments (11)

  1. Agustin Alba Chicar reporter

    @andres_fortier , @ernestmc , @garyservin , @JChoclin if you look at the darpa RNDF file example, there are some lanes that have no width definition. So this will generate lanes with width value equal to 0 making simulation heavier but with something not visible. We have some options here:

    • Put a minimum width value
    • Not drawing them
    • Others...
  2. Andrés Fortier

    Lane width in not mandatory, so that is a valid file and we should render it. I would vote for having a default value if none is provided.

  3. Log in to comment