Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Loading simulation state fails after collision (stop on lane is not downstream)

Thank you


I just tested with the latest development version

| tar -xz
ENV SUMO_HOME=sumo-git
RUN mkdir sumo-git/build/cmake-build && cd sumo-git/build/cmake-build \
&& cmake ../.. && make -j$(nproc)


I'm still finding the same error (I don't know if it is the same cause, though)

See attached save states

Error:
Warning: Vehicle '-gneE3__gneE1__light.50'; collision with vehicle '-gneE1__gneE2__light.38', lane=':gneJ0_15_0', gap=-1.00, time=1482.00 stage=move.
Error: stop for vehicle '-gneE1__gneE2__light.38' on lane ':gneJ0_8_0' is not downstream the current route.
Quitting (on error).
'Connection' object has no attribute '_socket'



On Mon, Dec 21, 2020 at 7:47 AM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Thank you for reporting. This is now fixed (https://github.com/eclipse/sumo/issues/8030).

regards,
Jakob

Am Fr., 18. Dez. 2020 um 19:31 Uhr schrieb Marcelo Andrade Rodrigues D Almeida <md@xxxxxxxxx>:
Hi everyone

I was running my application and found this error (Sumo version 1.8.0):

"Error: stop for vehicle '-gneE0__gneE3__light.42' on lane ':gneJ0_2_0' is not downstream the current route.
Quitting (on error).
'Connection' object has no attribute '_socket'"


This error occured after loading a state, saved after the following collision:

Step #1830.00
Warning: Vehicle '-gneE0__gneE3__light.42'; collision with vehicle '-gneE2__gneE0__light.46', lane=':gneJ0_2_0', gap=-1.00, time=1830.00 stage=move.




To reproduce the error locally, I loaded the state manually in my machine

Loading through python, I receive pretty much the same error, but for car 46 instead.

Screenshot from 2020-12-18 14-41-30.png

Alternatively, if I try to load it through the sumocfg and sumo-gui, I receive this error:

Screenshot from 2020-12-18 14-41-44.png


sumo files + script attached


Thank you in advance


Sincerely,

Marcelo d'Almeida
_______________________________________________
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

Attachment: planning_for_step_1480__previous_phases_None__initial_step_1480__phase_6__68797eba-0c82-4f84-b79b-48937d0a730a_save_state_1490.0.sbx
Description: Binary data

Attachment: planning_for_step_1480__previous_phases_None__initial_step_1480__phase_11__e343e6ea-1d81-4ac8-9df2-c28b788c73e7_save_state_1490.0.sbx
Description: Binary data

Attachment: planning_for_step_1480__previous_phases_None__initial_step_1480__phase_10__73394e16-f653-4fc6-87ec-749ef5d7c2b9_save_state_1490.0.sbx
Description: Binary data


Back to the top