Open gabrik opened 1 year ago
Try this to copy the agents
package into your python's site-packages folder. If your python version is python3.8
, run:
cd ~ # enter home folder in container
cp -r PythonAPI/carla/agents .local/lib/python3.8/site-packages/
Weirdly, the developers didn't put agents
as a subpackage of Carla client carla
but as an individual package.
Is there any reason for that? Coping from the build or the docker image is annoying.
If not, I will prepare pull request with updated setup.py in the next week.
Hi all,
I'm using CARLA client API within a docker container and I need to access to the GlobalRoutePlanned that is part of the agents module but It seems not installed.
CARLA version: 0.9.14 Platform/OS: Ubuntu 20.04 Problem you have experienced: When installing python API from pip the agents modules is missing What you expected to happen: The agents modules to be present Steps to reproduce:
Any suggestion?