Question regarding GetActors()
method in the Cpp client
#8158
Replies: 1 comment
-
resolved, need to include |
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
-
Hi,
I am trying to implement a logic to find the existing ego vehicle, and I have found the example code in the source:
carla/LibCarla/source/carla/trafficmanager/ALSM.cpp
Lines 116 to 128 in c733936
However, when I add this section in the Cpp client example, I can see an error in the Cpp IntelliSense as well as in build messages:
Here is the problematic code snippet:
Why does it fail in the cpp client code while work in the carla source? Much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions