Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Using TraCI for parking information

Dear community,

I am using TraCI to obtain the rerouting status of the vehicle using the following: if traci.parking.rerouteCount(veh_id) > 0:.
This gives an error that module 'traci' has no attribute 'parking'

Kindly suggest what is the correct way to use this.

Also, I want to obtain the search time for the vehicle (the time when the vehicle fails to get parking till it finds alternative parking) during the simulation. Is this the correct way to do it? Is there another way this can be done?

Any help is appreciated.

Thanks and regards,
Rohan

Back to the top