Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] moveToXY change position

Moving the vehicle beyond the road boundary should work if and only if the second bit of the keepRoute flag is set (i.e. keepRoute=2).
However, to make a vehicle park it is recommended to set a stop with attribute parking=True instead.

Am Do., 22. Okt. 2020 um 05:08 Uhr schrieb 謝昀宸 <sdfg014025xx@xxxxxxxxx>:
Dear Sumo team,
I want to park the vehicle on the side of the edge. 
When the vehicle is parked in the middle of the road, use moveToXY to fine-tune the position of the vehicle to the far right side of the road.

But when the vehicle touches the edge of the road, it will automatically adjust its position,  just like the attached gif.

I tried various parameters of Keeproute, but it still does not improve

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top