-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svl simulator shut down every 20 seconds #1396
Comments
Do you have a player.log we can look at? What OS, AD stack, GPU are you running? @KarByc ? |
@Joonyi0130 |
@EricBoiseLGSVL i'm using ubuntu 20.04.1 and GTX1660 supper. |
@KarByc yes i made both NPCAgent and PedestrianAgent. |
@Joonyi0130 |
I encountered the same issue. @KarByc Here is my Player.log: `[CONN] HTTP 200 OK Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5185620.so Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5bb61d0.so Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5bc3480.so Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5bc5a90.so Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5bc93e0.so Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5bce500.so Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5c1cab0.so Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5c2aea0.so Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5c39a60.so Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5c420c0.so Fallback handler could not load library /media/unnc/DATA1/svlsimulator-linux64-2021.1/simulator_Data/Mono/data-0x5c4aa80.so [PROC][3596605][ERR] [LOADER] TestCase process exits: TestCaseFinishedArgs(ExitCode=0, output: 534 bytes error: 1300 bytes) [LOADER] StopAsync: Terminating process [PROC][3596605] Process is already exited Unloading 837 unused Assets to reduce memory usage. Loaded Objects now: 6698. Unloading 1 Unused Serialized files (Serialized files now loaded: 0) Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 6687. Unloading 0 Unused Serialized files (Serialized files now loaded: 0) [CONN] HTTP 200 OK |
Are you running the VSE scenario without connecting to AD stack? |
I ran it with Apollo Dreamview. I am certain there is a connection that the vehicles in dreamview moves simultaneously with the one in the simulator, and all the functions seems normal except that the perception and traffic light module are turned on automatically even under the modular testing scenario, just as #1370. |
VSE based simulations only support Apollo 5.0 at the moment as it is based on dreamview-python-api. |
@EricBoiseLGSVL
I try the same scenario but with Apollo 5.0 and it stops with the same error described above. |
We are looking into this issue and hope to have a solution soon. Adding @KarByc |
Thanks for using our VSERunner. About your issue there is some error with the bridge connection:
Currently the VSERunner works only with the Apollo, we are working to support the AutowareAuto. |
Yes, I noticed this error too. But judging by the lgsvl_bridge's log, it works fine. It subscribes to topics when the scenario starts, and unsubscribes when the scenario stops working.
Thank you, I'm looking forward to it. |
I have encountered the same error with Apollo 5.0. Look forward to the solution. |
Do you have the connection refused error? What error do you have @yejw5 ? |
Sorry, I found that my logs were different. I have run tests in Ubuntu18.04 + Apollo5.0 + lgsvl2021.1, and got failed with lgsvl Player.log as follows:
Besides, the apollo bridge.sh prints:
|
We have a solution for this issue and will be releasing a fix soon :) |
Thank you, I'm looking forward to it. |
Same issue here. The simulation shuts down for no reason at about 20 seconds. The bridge did not report an error. Looking forward to a fix. |
Hi @EricBoiseLGSVL we are still running into a similar issue, even though Autoware AI connects (2D nav goal and moving the ego vehicle works) when we run a modified Python API test case, Red Light Runner for Apollo, and change the ego vehicle for Autoware AI to Jaguar2015XE, the exception is raised that the AD stack is not ready yet. Is there any fix for this? |
when i start Simulations with 'Visual scenario editor' Template, it just play only 20 seconds.
everytime when i change scenarios, which is make with visual editor, it happened.
if i choose Random Traffic or Python API, it goes well after 20 sec
any idea what is wrong with my Simulation setting? Do i miss something?
The text was updated successfully, but these errors were encountered: