Note: If you have a general support question and are looking for a quicker response, please checkout our discord channel for answers from the community:
https://bbs.carla.org.cn/ask
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Ask your question here
When I follow the step to run python main.py on apollo container, I got the following error.
root@in-dev-docker:/apollo/modules/carla_bridge# python main.py
Traceback (most recent call last):
File "main.py", line 16, in
from cyber.proto.clock_pb2 import Clock
ModuleNotFoundError: No module named 'cyber.proto.clock_pb2'
I also have checked the code from apollo v8.0.0 branch. This file does not exist. v8.0.0
Note: If you have a general support question and are looking for a quicker response, please checkout our discord channel for answers from the community: https://bbs.carla.org.cn/ask
In what area(s)?
Ask your question here
When I follow the step to run python main.py on apollo container, I got the following error. root@in-dev-docker:/apollo/modules/carla_bridge# python main.py Traceback (most recent call last): File "main.py", line 16, in
from cyber.proto.clock_pb2 import Clock
ModuleNotFoundError: No module named 'cyber.proto.clock_pb2'
I also have checked the code from apollo v8.0.0 branch. This file does not exist. v8.0.0