Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] minGap in Output File

Thanks for the quick response.

I was able to get an output file when using "--fcd-output" but am not getting an output file when using "--fcd-output.max-leader-distance". Is there any special syntax that needs to be used?

Works: traci.start([sumoBinary, "-c", "demo.sumocfg", "-- fcd-output ", "output.xml"])
Does not work: traci.start([sumoBinary, "-c", "demo.sumocfg", "--fcd-output.max-leader-distance FLOAT", "output.xml"])

Tried to put a value for FLOAT and removed the FLOAT but it still does not work.

Thanks.

On Tue, Jan 18, 2022 at 10:47 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Yes. Use option --fcd-output with option --fcd-output.max-leader-distance


Am Mi., 19. Jan. 2022 um 03:20 Uhr schrieb Hem <hemivasan9@xxxxxxxxx>:
Hi,

I am trying to get the minGap or minimum distance between vehicles in the output file. Is that possible?

Regards,
Hem
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top