Running Carla in C++ API #6455
mohamad20111390
started this conversation in
General
Replies: 2 comments 1 reply
-
Do you know how to run c++ API, I have so many questions like you😭 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi! Do you find some solutions now? I'm also a beginner of Carla and need to run C++ API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm completely new to Carla simulator , I tried to run it using Python API according to the tutorial, and it worked. However I need to use C++ API to run Carla Simulator but I could not find any tutorial for it. I tried to run the example on " https://github.com/carla-simulator/carla/tree/master/Examples/CppClient " as it is described , so after running Carla simulator using " ./CarlaUE4.sh " on its main directory, I tried command "make run" on " carla/Examples/CppClient " as I cloned it using git and then I got the following error [so there are 2 separate directories , one for Carla simulator and the other for github cloned directory] :
clang-6 is required, but it's not installed.
However after checking clang version ( i.e clang --version ) the following message appears on my screen :
""" clang version 6.0.1-svn334776-1
exp120190309042703.125 (branches/release_60)Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin """
It seems clang is already installed but while " make run " it can not be used. So, Can you please guide me how to run Carla simulator using C++ API ? and do you know any sources/tutorial for running Carla Simulator using C++ API, since I could find them for python.
Thank you all
Beta Was this translation helpful? Give feedback.
All reactions