Replies: 1 comment 1 reply
-
Hello, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I have built my CARLA 0.9.14 from source with Unreal Engine 4.26, and I am using it with ROS bridge.
I wanted to create a bounding box UI to detect other cars in the ego vehicle's front view the same way done in
/opt/carla/PythonAPI/examples/client_bounding_boxes.py
. From my understanding, I would need LibCarla's Client API in order to compile and build my program (I am using CMake).When I tried to make LibCarla in my
/opt/carla/
directory, I got this error:I also tried building LibCarla with CMake using the CMakeLists.txt provided in
/opt/carla/LibCarla/cmake/
, and I got the same error for-DCMAKE_BUILD_TYPE=Client
.Does anyone know how to fix this, or another way to use LibCarla with CMake?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions