You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I want to use OpenCDA and make some tests for V2X scenarios. However, I have encountered installation problems even I complete all steps correctly.
Errors for Local installation
I have an conda environment and install all dependencies correctly without any error.
Also, I installed carla prebuild version, and extracted additional maps.
If I run single_2lanefree_carla, I got an error as below:
I also tested with another scenario single_town06_carla but I got extra error with the same error. However, the maps from link are already downloaded and extracted to Carla with ./ImportAssets.sh command. I can see the town06 at the folder as below:
However, I still get the following error and the eval_manager error is still present:
Errors for Docker installation
First small error, during the build of docker image, the name was selected as opencda_container, but then in the running command, it is called as opencda_docker, so it produces an error
I had set OPENCDA_FULL_INSTALL to true, I did not run setup.sh
Then I realized the python version of carla dist is not correct:
Naturally, carla module could not found:
Then, I run setup.sh to install carla
Then, I got an version error about numpy and I upgraded,
After that, when I run the scenario, I got exact same error with local installation:
I know it's a long topic but I wanted to show the errors I encountered during installation. Thank you in advance for replying.
The text was updated successfully, but these errors were encountered:
Hello,
I want to use OpenCDA and make some tests for V2X scenarios. However, I have encountered installation problems even I complete all steps correctly.
Errors for Local installation
If I run
single_2lanefree_carla
, I got an error as below:I also tested with another scenario
single_town06_carla
but I got extra error with the same error. However, the maps from link are already downloaded and extracted to Carla with./ImportAssets.sh
command. I can see the town06 at the folder as below:However, I still get the following error and the
eval_manager
error is still present:Errors for Docker installation
First small error, during the build of docker image, the name was selected as
opencda_container
, but then in the running command, it is called asopencda_docker
, so it produces an errorI had set
OPENCDA_FULL_INSTALL
totrue
, I did not runsetup.sh
Then I realized the python version of carla dist is not correct:
Naturally,
carla module
could not found:Then, I run
setup.sh
to install carlaThen, I got an version error about numpy and I upgraded,
After that, when I run the scenario, I got exact same error with local installation:
I know it's a long topic but I wanted to show the errors I encountered during installation. Thank you in advance for replying.
The text was updated successfully, but these errors were encountered: