Reduce attitude rate but add Quaternion

This commit is contained in:
Julian Oes
2017-02-08 11:57:56 +01:00
committed by Lorenz Meier
parent 317595cff3
commit aaa24b0cc8

View File

@@ -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);