Skip to content

Commit

Permalink
Reduce attitude rate but add Quaternion
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes authored and LorenzMeier committed Feb 8, 2017
1 parent 317595c commit aaa24b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/mavlink/mavlink_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,8 @@ Mavlink::task_main(int argc, char *argv[])
configure_stream("SYS_STATUS", 1.0f);
configure_stream("EXTENDED_SYS_STATE", 2.0f);
configure_stream("HIGHRES_IMU", 50.0f);
configure_stream("ATTITUDE", 100.0f);
configure_stream("ATTITUDE", 50.0f);
configure_stream("ATTITUDE_QUATERNION", 50.0f);
configure_stream("RC_CHANNELS", 10.0f);
configure_stream("SERVO_OUTPUT_RAW_0", 20.0f);
configure_stream("SERVO_OUTPUT_RAW_1", 20.0f);
Expand Down

0 comments on commit aaa24b0

Please sign in to comment.