Hello everybody,
I'm simply trying to pick up passengers by stopping vehicles with traci,
using the command
traci.vehicle.setStop( id_veh_sumo,
id_edge_sumo,
pos = position,
flags = 2,
laneIndex = 1,
)
and the person is defined as
<person id="162" depart="225" type="pedestrian">
<walk from="-gneE30" to="gneE2.30" departPos="32.3913"
arrivalPos="87.5"/>
<ride from="gneE2.30" to="gneE6.41" lines="prt"/>
<walk from="gneE6.41" to="-gneE25" departPos="31.5"
arrivalPos="0.0"/>
</person>
On Sumo GUI, one can see that the person is standing directly in front
of the vehicle. The person is waiting for line "prt" and the vehicle is
stopped and triggered. So everything looks OK, but nothing happens.
Any idea?
Incidentally, I found a similar problem here:
https://sourceforge.net/p/sumo/mailman/message/33681330/
It seems to work as long as vehicles are defined in xml (just as in my
case) but not with traci.
Thanks for any help,
Joerg
--
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user