mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
[stabilization] fixed MAX_SUM_ERR
This commit is contained in:
@@ -152,7 +152,7 @@ void stabilization_attitude_set_earth_cmd_i(struct Int32Vect2 *cmd, int32_t head
|
|||||||
stab_att_sp_euler.psi = ANGLE_FLOAT_OF_BFP(heading);
|
stab_att_sp_euler.psi = ANGLE_FLOAT_OF_BFP(heading);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MAX_SUM_ERR RadOfDeg(56000)
|
#define MAX_SUM_ERR 200
|
||||||
|
|
||||||
void stabilization_attitude_run(bool_t in_flight) {
|
void stabilization_attitude_run(bool_t in_flight) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user