mirror of https://github.com/ArduPilot/ardupilot
Arducopter: Primary Compass is always serial# 0
This commit is contained in:
parent
de86342e93
commit
a98d813197
|
@ -221,10 +221,10 @@ MAV_RESULT Copter::mavlink_compassmot(const GCS_MAVLINK &gcs_chan)
|
||||||
mavlink_msg_compassmot_status_send(gcs_chan.get_chan(),
|
mavlink_msg_compassmot_status_send(gcs_chan.get_chan(),
|
||||||
channel_throttle->get_control_in(),
|
channel_throttle->get_control_in(),
|
||||||
current,
|
current,
|
||||||
interference_pct[compass.get_primary()],
|
interference_pct[0],
|
||||||
motor_compensation[compass.get_primary()].x,
|
motor_compensation[0].x,
|
||||||
motor_compensation[compass.get_primary()].y,
|
motor_compensation[0].y,
|
||||||
motor_compensation[compass.get_primary()].z);
|
motor_compensation[0].z);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue