[sumo-user] bus stop

2021-06-17 Thread zineb Chenini
Hi everyone,
Is it possible to modify the value of the attribute ''duration'' ( ) in real time of the simulation?
i.e. to enter its value at each cycle of the simulation.
Thank you in advance
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Two vehicles sharing the same lane

2021-06-17 Thread Radha Reddy
Hello Jakob,

I'm sorry for the mistake. Please check the file attached for the tracefile.

Regards
Radha
 traceFile.xml


On Thu, Jun 17, 2021 at 8:53 AM Jakob Erdmann  wrote:

> you sent fcd-output whereas the traceFile is a list of traci commands
> generated by the python client.
> Here is the link again:
> https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html#generating_a_log_of_all_traci_commands
>
> Am Mi., 16. Juni 2021 um 09:33 Uhr schrieb Radha Reddy <
> radha.reddy@gmail.com>:
>
>> Hello Jakob,
>>
>> I thought the problem was solved by increasing the vehicle width, but
>> after clear observation the problem still exists.
>> Please check the attached
>>  sumoTrace.xml
>> 
>> trace file generated.
>>
>> Regards
>> Radha
>>
>> On Tue, Jun 15, 2021 at 5:24 PM Radha Reddy 
>> wrote:
>>
>>> I have solved the issue by increasing the vehicle width to 2m from the
>>> default 1.8m in vType. I guess it satisfies my requirements.
>>>
>>> Regards
>>> Radha
>>>
>>> On Tue, Jun 15, 2021 at 5:11 PM Jakob Erdmann 
>>> wrote:
>>>
 Your scenario fails to run on my machine. Please provide a
 traci-traceFile instead:
 https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html#generating_a_log_of_all_traci_commands
 (along with any required input files such as generated traffic).

 Am Mo., 7. Juni 2021 um 10:00 Uhr schrieb Radha Reddy <
 radha.reddy@gmail.com>:

> Hello Jakob,
>
> Please check the zip attachment for the scenario. Mongodb needs to be
> active to run the attached scenario.
> The event is occurring at 1650+ at the (bottom) left hand side
> intersection. The figure is also attached.
>
> Regards
> Radha
>
> On Mon, Jun 7, 2021 at 8:38 AM Jakob Erdmann 
> wrote:
>
>> Please attach your scenario files and state the time and vehicle id
>> where this occurs.
>>
>> Am Mo., 7. Juni 2021 um 09:34 Uhr schrieb Radha Reddy <
>> radha.reddy@gmail.com>:
>>
>>> Hello Jakob,
>>>
>>> I set both parameters as you suggested (lcLaneDiscipline="1"
>>> latAlignment="center"). Before it was too many vehicles shared a single
>>> lane side-by-side. Even after setting those parameters the *problem
>>> still exists* but very few instances.
>>>
>>> Please check the below vType definitions.
>>>
>>> Regards
>>> Radha
>>>
>>> 
>>>
>>> >> length="5" minGap="5" maxSpeed="8.333" vClass="passenger" 
>>> probability="0.5"
>>> carFollowModel="ACC"  sigma="0" tau="1" color="1, 1, 0"
>>> eClass="HBEFA3/PC_G_EU4"  lcLaneDiscipline="1" latAlignment="center"/>
>>> >> length="5" minGap="5" maxSpeed="8.333" vClass="passenger" 
>>> probability="0.5"
>>>  sigma="0.5" tau="1" color="1, 1, 1" eClass="HBEFA3/PC_G_EU4"
>>>  lcLaneDiscipline="1" latAlignment="center"/>
>>>
>>> 
>>>
>>> On Mon, Jun 7, 2021 at 8:12 AM Jakob Erdmann 
>>> wrote:
>>>
 Set vType attribute lcLaneDiscipline="1" latAlignment="center" and
 do not set lcTurnAlignmentDistance.

 Am Fr., 4. Juni 2021 um 14:58 Uhr schrieb Radha Reddy <
 radha.reddy@gmail.com>:

> Hello,
>
> I'm getting a different behavior than expected. Two vehicles are
> sharing the same lane side-by-side.
>
> Please check the attached figure, and provide me a solution, thus
> vehicles follow FIFO, but not sharing the same lane side-by-side.
>
> Regards
> Radha
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
 ___
 sumo-user mailing list
 sumo-user@eclipse.org
 To unsubscribe from this list, visit
 https://www.eclipse.org/mailman/listinfo/sumo-user

>>> ___
>>> sumo-user mailing list
>>> sumo-user@eclipse.org
>>> To unsubscribe from this list, visit
>>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
 ___
 sumo-user mailing list

Re: [sumo-user] Two vehicles sharing the same lane

2021-06-17 Thread Jakob Erdmann
you sent fcd-output whereas the traceFile is a list of traci commands
generated by the python client.
Here is the link again:
https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html#generating_a_log_of_all_traci_commands

Am Mi., 16. Juni 2021 um 09:33 Uhr schrieb Radha Reddy <
radha.reddy@gmail.com>:

> Hello Jakob,
>
> I thought the problem was solved by increasing the vehicle width, but
> after clear observation the problem still exists.
> Please check the attached
>  sumoTrace.xml
> 
> trace file generated.
>
> Regards
> Radha
>
> On Tue, Jun 15, 2021 at 5:24 PM Radha Reddy 
> wrote:
>
>> I have solved the issue by increasing the vehicle width to 2m from the
>> default 1.8m in vType. I guess it satisfies my requirements.
>>
>> Regards
>> Radha
>>
>> On Tue, Jun 15, 2021 at 5:11 PM Jakob Erdmann 
>> wrote:
>>
>>> Your scenario fails to run on my machine. Please provide a
>>> traci-traceFile instead:
>>> https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html#generating_a_log_of_all_traci_commands
>>> (along with any required input files such as generated traffic).
>>>
>>> Am Mo., 7. Juni 2021 um 10:00 Uhr schrieb Radha Reddy <
>>> radha.reddy@gmail.com>:
>>>
 Hello Jakob,

 Please check the zip attachment for the scenario. Mongodb needs to be
 active to run the attached scenario.
 The event is occurring at 1650+ at the (bottom) left hand side
 intersection. The figure is also attached.

 Regards
 Radha

 On Mon, Jun 7, 2021 at 8:38 AM Jakob Erdmann 
 wrote:

> Please attach your scenario files and state the time and vehicle id
> where this occurs.
>
> Am Mo., 7. Juni 2021 um 09:34 Uhr schrieb Radha Reddy <
> radha.reddy@gmail.com>:
>
>> Hello Jakob,
>>
>> I set both parameters as you suggested (lcLaneDiscipline="1"
>> latAlignment="center"). Before it was too many vehicles shared a single
>> lane side-by-side. Even after setting those parameters the *problem
>> still exists* but very few instances.
>>
>> Please check the below vType definitions.
>>
>> Regards
>> Radha
>>
>> 
>>
>> > length="5" minGap="5" maxSpeed="8.333" vClass="passenger" 
>> probability="0.5"
>> carFollowModel="ACC"  sigma="0" tau="1" color="1, 1, 0"
>> eClass="HBEFA3/PC_G_EU4"  lcLaneDiscipline="1" latAlignment="center"/>
>> > length="5" minGap="5" maxSpeed="8.333" vClass="passenger" 
>> probability="0.5"
>>  sigma="0.5" tau="1" color="1, 1, 1" eClass="HBEFA3/PC_G_EU4"
>>  lcLaneDiscipline="1" latAlignment="center"/>
>>
>> 
>>
>> On Mon, Jun 7, 2021 at 8:12 AM Jakob Erdmann 
>> wrote:
>>
>>> Set vType attribute lcLaneDiscipline="1" latAlignment="center" and
>>> do not set lcTurnAlignmentDistance.
>>>
>>> Am Fr., 4. Juni 2021 um 14:58 Uhr schrieb Radha Reddy <
>>> radha.reddy@gmail.com>:
>>>
 Hello,

 I'm getting a different behavior than expected. Two vehicles are
 sharing the same lane side-by-side.

 Please check the attached figure, and provide me a solution, thus
 vehicles follow FIFO, but not sharing the same lane side-by-side.

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

>>> ___
>>> sumo-user mailing list
>>> sumo-user@eclipse.org
>>> To unsubscribe from this list, visit
>>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
 ___
 sumo-user mailing list
 sumo-user@eclipse.org
 To unsubscribe from this list, visit
 https://www.eclipse.org/mailman/listinfo/sumo-user

>>> ___
>>> sumo-user mailing list
>>> sumo-user@eclipse.org
>>> To unsubscribe from this list, visit
>>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>>
>> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list

Re: [sumo-user] Regarding --od-matrix-files

2021-06-17 Thread Jakob Erdmann
--od-matrix-files file1,file2
should work and there is no other way.
(in config: )

Am Do., 17. Juni 2021 um 08:45 Uhr schrieb Nandini Anandan <
nandiniananda...@gmail.com>:

> Respected team,
>
> SUMO Version: 1.9.2, operating system: Windows 10 64-bit.
> Question: Could you please let me know, what does the exact value to be
> given for --od-matrix-files when there are multiple .od files, instead of
> writing the whole files separated by a comma.
> It would be helpful if u provide a syntax with an example.
>
> [image: image.png]
>
> Regards,
> Nandini Anand
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Lane changing and car following models for connected and autonomous vehicles

2021-06-17 Thread MohamadReza-Haghani
Thank you for your response.



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] A question about setSpeed command

2021-06-17 Thread MohamadReza-Haghani
Thank you for your kind response. That was a great help.



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Regarding --od-matrix-files

2021-06-17 Thread Nandini Anandan
Respected team,

SUMO Version: 1.9.2, operating system: Windows 10 64-bit.
Question: Could you please let me know, what does the exact value to be
given for --od-matrix-files when there are multiple .od files, instead of
writing the whole files separated by a comma.
It would be helpful if u provide a syntax with an example.

[image: image.png]

Regards,
Nandini Anand
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Clarification on EV modeling attributes

2021-06-17 Thread Jakob Erdmann
It Is the constant power intake besides propulsion (i.e air conditioning,
lights, ...).

Am Mi., 16. Juni 2021 um 22:04 Uhr schrieb obiakoifezue <
vincentobi...@gmail.com>:

> Greetings Everyone
>
> I was looking at the documentation on Electric Vehicle Modeling and I was
> wondering for the key values, what does "constantPowerIntake" refer to or
> model? Is it the constant power from passengers using vehicle's electricity
> or something else? I am a little confused about the description of the key
> "constantPowerIntake".
>
> I have placed the URL here: https://sumo.dlr.de/docs/Models/Electric.html
>
> Thank you in advance everyone
> Ifezue
>
>
>
> --
> Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user