1
0
Fork 0

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:
david 2004-11-03 15:59:49 +00:00
parent 63cb4e59b7
commit 956823b161

View file

@ -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;