Newbie Question #3702
-
|
I have just build AirSim on my pc based on the following article Moreover, I followed the instructions on Now, I want to control my car, in the "Vehicle Game" project, not with the keyboard, but programmatically with the C++ API. I read the My question is: Any help will be appreciated. PC: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I found the answer through the RTFM process... (: shy :) When you are running a project/environment with AirSim an RPC server is running. Then, you concurrently run the HelloCar project which contains a client that connects to the AirSim RPC Server and send its commands. As for the failed compilation of HelloCar the answer is hidden in this thread |
Beta Was this translation helpful? Give feedback.
I found the answer through the RTFM process... (: shy :)
When you are running a project/environment with AirSim an RPC server is running. Then, you concurrently run the HelloCar project which contains a client that connects to the AirSim RPC Server and send its commands.
As for the failed compilation of HelloCar the answer is hidden in this thread
#Compiler error not found rpc
by @coldwarrior5