Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Parking State of Vehicle

The "parking" state shows whether the vehicle is stopped on the road (blocking a lane) or stopped away from the road.
Via TraCI you can influence this via the 'flags' parameter of setStop and setParkingAreaStop by giving a value of traci.constants.STOP_PARKING.


Am Mi., 29. Apr. 2020 um 06:42 Uhr schrieb Pari <Pariismail11@xxxxxxxxx>:
Hi, I am using OMNeT++-5.5.1, Veins-5.0, and SUMO-1.2.0. I am trying to stop
a vehicle in a parking area. when I use the <stop> in the route file,  the
parking state of the vehicle changes. But when I stop the vehicle through
*setParkingAreaStop* or *stopAt* Traci command, parking state of the vehicle
does not change.

what is wrong? please help.



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
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