Replies: 2 comments 1 reply
-
Same issue, sending commands doesnt do anything |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello, in order to find out the exact commands needed to arm a drone or SITL, you can link the drone and QGroundControl to mavp2p and setup mavp2p to print the mavlink stream in the console:
Then arm the drone through QGroundControl. In the console, you will see the exact command sequence that is needed to perform the operation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to arm a drone by sending the MAV_CMD_COMPONENT_ARM_DISARM command with Param1 set to 1. However, the command doesn't seem to be working with QGroundControl. The code runs without errors, but the drone doesn't arm and there's no response received from QGroundControl.
Here's the relevant code snippet:
Beta Was this translation helpful? Give feedback.
All reactions