Re: [sumo-dev] How to query for vehicle in a radius around a location [SEC=UNOFFICIAL]

2021-03-18 Thread Jakob Erdmann
Hello, A frequent cause of invisible pois is alpha=0. You can easily check this by changing poi-coloring from "given" to "uniform" in the gui settings. In our own tests, added pois are visible as expected. Your subscription should be to the poi domain rather than the simulation domain:

Re: [sumo-dev] How to query for vehicle in a radius around a location [SEC=UNOFFICIAL]

2021-03-16 Thread Shiel, Christian (Contractor)
UNOFFICIAL Thanks Jakob, I can add a poi using traci.poi.add(poiId, x,y, rgb). I simulate and can see the poi in the list in the gui (although even if I change its size or colour I cannot see it visually on the map), and the location is correct. I can see all the vehicles in the UI. I can get

Re: [sumo-dev] How to query for vehicle in a radius around a location [SEC=UNOFFICIAL]

2021-03-04 Thread Jakob Erdmann
Indirectly, yes. You can define a point-of-interest at the given location (traci.poi.add) and then perform a context subscription around that object. regards, Jakob Am Fr., 5. März 2021 um 06:07 Uhr schrieb Shiel, Christian (Contractor) < christian.shi...@dst.defence.gov.au>: > *UNOFFICIAL* > >

[sumo-dev] How to query for vehicle in a radius around a location [SEC=UNOFFICIAL]

2021-03-04 Thread Shiel, Christian (Contractor)
UNOFFICIAL Using TraCi is it possible to query for vehicles at a point location with a radius? Cheers Chris ___ sumo-dev mailing list sumo-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-dev