Open mcitir opened 1 year ago
It seems that you didn't run Carla. Did you run Carla first and run OpenCDA?
It seems that you didn't run Carla. Did you run Carla first and run OpenCDA? Yes, the carla is already running.
Did you install your Carla under /opt path?
Did you install your Carla under /opt path?
I have the same problem and don't know how to solve it as well ...
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.