mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 13:36:43 +00:00
Make max tilt and max angle rates MAVLink parameters
Also decrease default max yaw rate to 300 degrees
This commit is contained in:
@@ -36,6 +36,10 @@ Parameter parameters[] = {
|
||||
{"PITCH_I", &pitchPID.i},
|
||||
{"PITCH_D", &pitchPID.d},
|
||||
{"YAW_P", &yawPID.p},
|
||||
{"PITCHRATE_MAX", &maxRate.y},
|
||||
{"ROLLRATE_MAX", &maxRate.x},
|
||||
{"YAWRATE_MAX", &maxRate.z},
|
||||
{"TILT_MAX", &tiltMax},
|
||||
// imu
|
||||
{"ACC_BIAS_X", &accBias.x},
|
||||
{"ACC_BIAS_Y", &accBias.y},
|
||||
|
||||
Reference in New Issue
Block a user