[sumo-user] Hiding the Rerouter icon in SUMO

2022-04-21 Thread 何润恺
*Hello Everyone,* *I want to ask whether there is a way to hide the rerouter icon in Sumo. Like changing the router's color to black in GUI?* *BR,* *Runkai* ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://w

Re: [sumo-user] Class for person in Omnet++

2022-04-21 Thread Thanhnt Nguyen
Dear all I attempted to write a C++ class in Omnet++ (like RSU/Car class) but it failed. To know the coordinates of all people in personFlow, in my opinion, a modification of SUMO source code might help. But it is not easy to find the statement which draws every person (of personFlow) in SUMO-GUI.

[sumo-user] Class for person in Omnet++

2022-04-21 Thread Thanhnt Nguyen
Dear all I'm working on a project which simulates vehicles in a human-aware environment I could use omnetpp.ini to establish classes for vehicles as well as RSU (Road Site Unit). *.node[*].applType = "AGVControlApp" *.rsu[*].applType = "HospitalControlApp" I also define personFlow in rou.xml like t

[sumo-user] Deadlocks with sublane model

2022-04-21 Thread joerg
Hi all, Using the sublane model (1m sublane width) I'm observing at some junctions that vehicles get blocked right in front of junctions. There seems a common pattern: - there are 2 or 3 vehicles standing in parallel on the same lane entering a junctions (typically 1 car+1 motorcycle or 3 mo

Re: [sumo-user] Weird situation where wantsAndCouldChangeLane fails and cooperative action clarification

2022-04-21 Thread Jakob Erdmann
lcCooperative=1 (or rather lcCooperativeSpeed=1 which takes lcCooperative as it's default) is mainly responsible for slowing down to open gaps: - ego slows down if it is the follower - the blocker slows down if it is the follower Either slowing down is hindered if the vehicle to slow down has lcCoo