Browse Source

AP_Compass: update COMPASS_LEARN docs

mission-4.1.18
Andrew Tridgell 6 years ago
parent
commit
a21f4dc0c9
  1. 4
      libraries/AP_Compass/AP_Compass.cpp

4
libraries/AP_Compass/AP_Compass.cpp

@ -85,8 +85,8 @@ const AP_Param::GroupInfo Compass::var_info[] = { @@ -85,8 +85,8 @@ const AP_Param::GroupInfo Compass::var_info[] = {
// @Param: LEARN
// @DisplayName: Learn compass offsets automatically
// @Description: Enable or disable the automatic learning of compass offsets. You can enable learning either using a compass-only method that is suitable only for fixed wing aircraft or using the offsets learnt by the active EKF state estimator. If this option is enabled then the learnt offsets are saved when you disarm the vehicle.
// @Values: 0:Disabled,1:Internal-Learning,2:EKF-Learning
// @Description: Enable or disable the automatic learning of compass offsets. You can enable learning either using a compass-only method that is suitable only for fixed wing aircraft or using the offsets learnt by the active EKF state estimator. If this option is enabled then the learnt offsets are saved when you disarm the vehicle. If InFlight learning is enabled then the compass with automatically start learning once a flight starts (must be armed). While InFlight learning is running you cannot use position control modes.
// @Values: 0:Disabled,1:Internal-Learning,2:EKF-Learning,3:InFlight-Learning
// @User: Advanced
AP_GROUPINFO("LEARN", 3, Compass, _learn, COMPASS_LEARN_DEFAULT),

Loading…
Cancel
Save