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

Raw Mavlink message cannot be sent #65

Closed
snorkel123 opened this issue Feb 25, 2015 · 1 comment
Closed

Raw Mavlink message cannot be sent #65

snorkel123 opened this issue Feb 25, 2015 · 1 comment

Comments

@snorkel123
Copy link
Contributor

I tried sending raw Mavlink message via Drone.sendMavlinkMessage(). Copter doesn't react. Tried ARM and RC_OVERRIDE messages
Reason:
sendMavlinkMessage() under the hood sets sysId and compId, but target_system and target_component are left blank
Quickfix: set target_system = 1 of your Mavlink message

@snorkel123 snorkel123 changed the title msg_command_long not working Raw Mavlink message cannot be sent Feb 27, 2015
@m4gr3d
Copy link
Member

m4gr3d commented Mar 4, 2015

Fixed by PR #69

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

No branches or pull requests

3 participants