mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
refs #865, use CG for on ground estimation
This commit is contained in:
committed by
Mathew Sutcliffe
parent
818cdfba59
commit
8fb79f613c
@@ -73,9 +73,10 @@ namespace BlackMisc
|
||||
//! Reliability of on ground information
|
||||
enum OnGroundReliability
|
||||
{
|
||||
OnGroundByGuessing,
|
||||
OnGroundByInterpolation, //!< strongest
|
||||
OnGroundByElevationAndCG,
|
||||
OnGroundByElevation,
|
||||
OnGroundByInterpolation,
|
||||
OnGroundByGuessing, //!< weakest
|
||||
OnGroundReliabilityNoSet
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user