Help modifying Airsim API #3431
-
I am trying to modifying the return results of the getMultirotorState() function. My project is simulating a gps disabled environment and will be distributed to several teams. I am trying to prevent the teams from using gps by disabling the gps_location from the return of client.getMultirotorState(). I have disabled the gps as a default sensor, but the gps_location attribute of MultirotorState still shows a valid value in the function return. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I solved this by setting the value to zero in my Airsim install and then rebuilding and copying the new plugin folder into my project |
Beta Was this translation helpful? Give feedback.
I solved this by setting the value to zero in my Airsim install and then rebuilding and copying the new plugin folder into my project