-
-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to control the drone with the manual control #2507
Comments
Is this using PX4 or ArduPilot? |
This is using Ardupilot. |
Can you check the param |
SYSID_MYGCS is 255 This is my MavSDK Server |
Yes, and you set your MAVSDK instance to 245, so that would explain your issue, right? |
I think this might be the issue, I will test it with my drone. |
@julianoes , I tries with SysID 255 and it works! thank you! |
Unable to control the drone with the manual control plugin even though .setManualControlInput() function return success . Does MavSDK implement sending RC_OVERRIDE messages when using the manual control plugin?
I am able to use the manual control plugin to control the drone in SITL. However, I am unable to control my physical drone. I'm thinking it might be related to not overriding the RC Radio on the Flight Controller. One of the error that I saw before arming the drone is Prearm: RC not found.
Does MavSDK implement sending RC_OVERRIDE messages when using the manual control plugin?
The text was updated successfully, but these errors were encountered: