Problem when following instructions of ADE + Autoware setup #3
Unanswered
andrejpadilha2
asked this question in
Q&A
Replies: 3 comments 6 replies
|
I had a similar error, have you checked whether the file ~/adehome/ade exists? |
2 replies
|
@andrejpadilha2 this could be an ADE timeout issue. Try to run this command first: EGO_NR=0 ~/adehome/ade --name ade0 --rc ../OSSDC-SIM-Demos/ade-envs/aderc-gpu-multi-foxy-built start --update Then rerun the script again. Change the multi EGO count to 2, to get only 2 ADE envs, I'll update the script back to 2. |
4 replies
|
Just updating, everything works fine, the car is parking itself and so on.
the code is here: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello all! I'am having some problems installing OSSDC-SIM.
So, I am following the instructions on this page: https://github.com/OSSDC/OSSDC-SIM-Demos/tree/main/simulations/LVMS-Dallara-AutowareAuto-2-EGOs#readme
I have succesfully installed ADE (Docker hello world worked) and I also cloned AutowareAuto and checked out on the OSSDC-SIM-Demos branch.
But in the next step, when I run
python3 ../OSSDC-SIM-Demos/scripts/ossdc-sim-demo-start-env.pyI get the following error cmd output:
I am running ubuntu 20.04.
All reactions