Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] traci.simulation.findIntermodalRoute departure time

Hi Lara,
1) depart is in seconds send as a double (python float) -  https://sumo.dlr.de/docs/TraCI/Simulation_Value_Retrieval.html#command_0x87_find_intermodal_route
2) This was a bug, now fixed. (https://github.com/eclipse/sumo/issues/6600)
cheers,
Jakob

Am Mi., 5. Feb. 2020 um 17:41 Uhr schrieb Lara Codeca <lara.codeca@xxxxxxxxx>:
Dear All,

I'm using traci.simulation.findIntermodalRoute and I have some questions:
  • is the depart parameter in seconds or ms? (I'm using simulation.getTime() to retrieve the current simulation time)
  • independently of the depart value that I ask, the departure time of the first stage is always -1
Am I using it wrong?

Regards,
Lara
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top