mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 00:40:35 +08:00
TemperatureCompensationModule: fix order of temp cal args
This commit is contained in:
committed by
Jacob Dahl
parent
b0008e99ff
commit
3ebb47d53f
@@ -306,7 +306,7 @@ void TemperatureCompensationModule::Run()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (got_temperature_calibration_command) {
|
if (got_temperature_calibration_command) {
|
||||||
int ret = run_temperature_calibration(accel, baro, gyro, mag);
|
int ret = run_temperature_calibration(accel, gyro, mag, baro);
|
||||||
|
|
||||||
// publish ACK
|
// publish ACK
|
||||||
vehicle_command_ack_s command_ack{};
|
vehicle_command_ack_s command_ack{};
|
||||||
|
|||||||
Reference in New Issue
Block a user