Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] lefthand problem with turn-lanes

Right side traffic network configuration

image.png


left side traffic network configuration

image.png

am I missing a parameter while generating the network?

This is how I am generating the grid,

netgenerate \
  --grid \
  --grid.number=12 \
  --grid.x-length=362 \
  --grid.y-length=180 \
  --tls.guess \
  --no-turnarounds \
  --no-turnarounds.tls \
  -L 3 \
  --lefthand \
  --turn-lanes 1 \
  --sidewalks.guess \
  --crossings.guess \
  --walkingareas \
  --sidewalks.guess.from-permissions \
  --opposites.guess \
  --output-file=test.net.xml

Back to the top