Re: [sumo-user] I can’t set libsumo library

2024-02-27 Thread Mirko Barthauer via sumo-user
Dear Milad, what exactly does not work or what is the error message when you try to run the code? Btw libsumo works with normal std::string values, not sure what happens if you use Unreal FString. Best regards Mirko -Original-Nachricht- Betreff: I can’t set libsumo library

[sumo-user] I can’t set libsumo library

2024-02-27 Thread Milad Sasha via sumo-user
Good morning dear Mirko Barthauer, I hope you are well. I tried to include libsumo header in .h and .cpp of my visual studio project. there is an error in this line of the example code: Simulation::start({"sumo","-n", "net.net.xml"}); Do I need to give the path for sumogui.exe and the path

Re: [sumo-user] vType attributes vs. vClass defaults

2024-02-27 Thread Jakob Erdmann via sumo-user
Yes. Am Di., 27. Feb. 2024 um 16:29 Uhr schrieb Sasan Amini via sumo-user < sumo-user@eclipse.org>: > thanks. Another related question: if I don't specify vClass when > defining a vType, "passenger" class will be automatically assigned to > it. Am I understand this correctly? > > On Tue, Feb 27,

Re: [sumo-user] vType attributes vs. vClass defaults

2024-02-27 Thread Sasan Amini via sumo-user
thanks. Another related question: if I don't specify vClass when defining a vType, "passenger" class will be automatically assigned to it. Am I understand this correctly? On Tue, Feb 27, 2024 at 2:50 PM Jakob Erdmann via sumo-user wrote: > > No. user-defined attributes always take precedence. >

Re: [sumo-user] vType attributes vs. vClass defaults

2024-02-27 Thread Jakob Erdmann via sumo-user
No. user-defined attributes always take precedence. Am Di., 27. Feb. 2024 um 14:02 Uhr schrieb Sasan Amini via sumo-user < sumo-user@eclipse.org>: > Dear all, > > I have a question about vehicle type/class definition. If I define a vType > as: > speedFactor="0.90"

[sumo-user] vType attributes vs. vClass defaults

2024-02-27 Thread Sasan Amini via sumo-user
Dear all, I have a question about vehicle type/class definition. If I define a vType as: would the attributes such as minGap and length etc. be overwritten by the default ones from vClass=passenger? Best, Sasan ___ sumo-user mailing list

Re: [sumo-user] Regarding rerouting time using traci

2024-02-27 Thread Rohan Verma via sumo-user
Dear Jakob, Apologies, as I did not explain my scenario correctly. I have two flows in my scenario: vehicles travelling from one origin edge to one destination edge, while the other has a stop in between. The first flow reroutes automatically and perfectly; however, the second one reroutes