Skip to content
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

Closed
Ba0Nguyen opened this issue Feb 12, 2025 · 7 comments
Closed

Unable to control the drone with the manual control #2507

Ba0Nguyen opened this issue Feb 12, 2025 · 7 comments

Comments

@Ba0Nguyen
Copy link

Ba0Nguyen commented Feb 12, 2025

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?

@julianoes julianoes changed the title 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? Unable to control the drone with the manual control Feb 12, 2025
@julianoes
Copy link
Collaborator

Is this using PX4 or ArduPilot?

@Ba0Nguyen
Copy link
Author

This is using Ardupilot.

@julianoes
Copy link
Collaborator

@Ba0Nguyen
Copy link
Author

Ba0Nguyen commented Feb 12, 2025

SYSID_MYGCS is 255

This is my MavSDK Server
val port = mavSdkServer.run(DOODLE_DRONE_ADDRESS, 0, 245, 190)

@julianoes
Copy link
Collaborator

Yes, and you set your MAVSDK instance to 245, so that would explain your issue, right?

@Ba0Nguyen
Copy link
Author

I think this might be the issue, I will test it with my drone.

@Ba0Nguyen
Copy link
Author

Ba0Nguyen commented Feb 13, 2025

@julianoes , I tries with SysID 255 and it works! thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants