AP_Mission: fixed climb_rate in ATTITUDE_TIME

need to stay within 10 byte limit
This commit is contained in:
Andrew Tridgell 2022-10-19 12:42:50 +11:00
parent 2b69124229
commit cafed85872
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ public:
int16_t roll_deg; int16_t roll_deg;
int8_t pitch_deg; int8_t pitch_deg;
int16_t yaw_deg; int16_t yaw_deg;
float climb_rate; int16_t climb_rate;
}; };
// MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW support // MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW support