Begin a rewrite of the magnetic compass code. So far, only northerly
turning error is supported, and I don't know if this works properly in the southern hemisphere.
This commit is contained in:
parent
63cb4e59b7
commit
956823b161
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ private:
|
|||
|
||||
SGPropertyNode_ptr _serviceable_node;
|
||||
SGPropertyNode_ptr _heading_node;
|
||||
SGPropertyNode_ptr _roll_node;
|
||||
SGPropertyNode_ptr _beta_node;
|
||||
SGPropertyNode_ptr _variation_node;
|
||||
SGPropertyNode_ptr _dip_node;
|
||||
|
|
Loading…
Reference in a new issue