Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Parking area functionalities

Hi everyone,

When I try to study parking areas, SUMO says it has not implemented the functions in TraCI, although they are stated in the Pydoc page (https://sumo.dlr.de/daily/pydoc/traci._parkingarea.html).

Error raised:

traci.exceptions.TraCIException: Command not implemented in sumo


Code:
traci.parkingarea.subscribeContext('parking_area_1', tc.CMD_GET_VEHICLE_VARIABLE, 100, [tc.VAR_TYPE])

Sincerely,
Shuyi

Back to the top