Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] traci.person.getstage

Hello,

I want to get the person stage so I run  traci.person.getEdges(ped_set[i], 0))
and I get : Stage(type=0, edges=('46610727#2',), travelTime=INVALID, cost=INVALID, length=0.0, depart=INVALID, departPos=INVALID, arrivalPos=37.71, description=waiting (awaiting departure))
While in the SUMO document it says that the function will return the type of nth next stage and nothing else, so I was wondering did the function be changed? 
Also, is there any way to get the stage type (the number) only?

Thank you!
Rachael



Back to the top