[sumo-user] How to get a person's position with more precision

2017-10-21 Thread Sara el hamdani via sumo-user
Dear sumo users Can I change deltaT or have more precision on the position of a person using TraCI? I am trying to get a person to stop when they reach the line between lanes while crossing, and to do this the only way I found is by getting their lanePosition. but between simulation steps my

Re: [sumo-user] How to get a person's position with more precision

2017-10-21 Thread Jakob Erdmann via sumo-user
If you run your simulation with option --step-length 0.1 then time resolution is 0.1 seconds rather than 1s so you have more precision. regards, Jakob 2017-10-21 10:28 GMT+02:00 Sara el hamdani via sumo-user < sumo-user@lists.sourceforge.net>: > Dear sumo users > > Can I change deltaT or have

Re: [sumo-user] Default speed mode value used in Sumo

2017-10-21 Thread Jakob Erdmann via sumo-user
Hello, command traci.vehicle.setSpeed sets the new desired speed indefinitely. In order to go back to normal behavior the command setSpeed(vehID, -1) must be sent. see http://sumo.dlr.de/wiki/TraCI/Change_Vehicle_State regards, Jakob 2017-10-20 19:45 GMT+02:00 Santa Maiti

Re: [sumo-user] Default speed mode value used in Sumo

2017-10-21 Thread Santa Maiti via sumo-user
Thanks Jacob. It's working now. Regards, Santa On Sun, Oct 22, 2017 at 4:29 AM, Jakob Erdmann wrote: > Hello, > command traci.vehicle.setSpeed sets the new desired speed indefinitely. In > order to go back to normal behavior the command setSpeed(vehID, -1) must be >