Skip to content
Snippets Groups Projects
Commit 4ee8c43e authored by Julian Oes's avatar Julian Oes Committed by Lorenz Meier
Browse files

mavlink: send attitude quaternion in onboard mode

parent 7e425c8f
No related branches found
No related tags found
No related merge requests found
......@@ -2015,6 +2015,7 @@ Mavlink::task_main(int argc, char *argv[])
configure_stream("EXTENDED_SYS_STATE", 5.0f);
configure_stream("HIGHRES_IMU", 50.0f);
configure_stream("ATTITUDE", 250.0f);
configure_stream("ATTITUDE_QUATERNION", 50.0f);
configure_stream("RC_CHANNELS", 20.0f);
configure_stream("SERVO_OUTPUT_RAW_0", 10.0f);
configure_stream("ALTITUDE", 10.0f);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment