Thank you So much. I am reading the real stuff i.e.
https://elib.dlr.de/82952/1/aglosa_final_ieee_conversion.pdf
I am looking for the “GLOSA algorithm as a traci script” mentioned in the thread that you pointed at. Your help to track it will be appreciated.
Thank you.
Regards,
Santos...
...>:
> Thank you so much for answering. I looked at the source code. While
> reading the code I am also trying to go through your paper (
> https://elib.dlr.de/93669/1/LNCS_SUMOIntersections.pdf ). Though I need
> to digest it.
>
>
>
> However it looks like I am still away from answer. I like...
...
_______________________________________________
sumo-user mailing list
sumo-user@...
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
image.png (287K) <http://sumo-user-mailing-list.90755.n8.nabble.com/attachment/6197/0/image.png>
image.png (517K) <http://sumo-user-mailing-list.90755.n8.nabble.com/attachment/6197/1/image.png>
[sumo-user] Error on traci.person.getTaxiReservations(0)
(Re: [sumo-user] Error on traci.person.getTaxiReservations(0))
... 1.9.0, 32GB RAM)
On another computer (VM, same OS, same sumo version, 4GB) I get:
Retrying in 1 seconds
Loading configuration ... done.
***Starting server on port 50661 ***
Loading net-file from 'input_net4.net.xml' ... done (12ms).
Loading done.
Simulation version...
[sumo-user] Error on traci.person.getTaxiReservations(0)
(Re: [sumo-user] Error on traci.person.getTaxiReservations(0))
... 20, sumo 1.9.0,
> 32GB RAM)
>
>
>
> On another computer (VM, same OS, same sumo version, 4GB) I get:
>
>
>
> Retrying in 1 seconds
>
> Loading configuration ... done.
>
> ***Starting server on port 50661 ***
>
> Loading net-file from 'input_net4.net.xml' ... done (12ms).
>
> Loading...
Hi,
I'm using the example
/tests/complex/traci/vehicle/taxi/basic/runner.py
The very STRANGE fact:
the example runs without error on one computer (Ubuntu 20, sumo 1.9.0, 32GB
RAM)
On another computer (VM, same OS, same sumo version, 4GB) I get:
Retrying in 1...
...Hello,
the latest release (1.9.0) only provides tools for building a vehicular
scenario from traffic counts.
https://sumo.dlr.de/docs/Demand/Routes_from_Observation_Points.html
However, in the very latest development version, the routeSampler tool
supports option --pedestrians to achieve your......
... <kathyjang@...> wrote:
> Hi Sumo community,
>
> I'm trying to insert a flow into my system with vehs_per_hour=60 and
> number=2. That is, I want 2 vehicles to enter every minute. This is the
> rou.xml I'm using, and I'm only seeing 1 vehicle entering every minute. How
> do I change this...
Hi Sumo community,
I'm trying to insert a flow into my system with vehs_per_hour=60 and
number=2. That is, I want 2 vehicles to enter every minute. This is the
rou.xml I'm using, and I'm only seeing 1 vehicle entering every minute. How
do I change this to see my desired behavior? Thanks so...
Thank you so much for answering. I looked at the source code. While reading the code I am also trying to go through your paper ( https://elib.dlr.de/93669/1/LNCS_SUMOIntersections.pdf ). Though I need to digest it.
However it looks like I am still away from answer. I like to incorporate SPAT...
...My coworker found the issue. It was an edge case which needed to be handled
in SUMO:
https://github.com/eclipse/sumo/issues/8522
--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing......
... on a
default vehicle type and its state looks like below right before the assert:
lane length: 8.97
oldPos: -1.69
newPos: 8.97
oldPosBack: -6.69
newPosBack: 3.97
timeBeforeEnter: 0.16
timeBeforeEnterBack: 0.63
timeBeforeLeaveFront: 0.00
When I change --step-length from 1 to 0.5, it...