|
|
@@ -25,6 +25,7 @@ public class Axis663Handler : AxisBaseHandler
|
|
|
|
|
|
public override void Init()
|
|
|
{
|
|
|
+ CommonConfig.devicePlan = 4;
|
|
|
_663Axis = new o0.Bow.o0663Axis(GyrByteIndex, GyrByteIndex, AccByteIndex, AccByteIndex, MagByteIndex);
|
|
|
_663Axis.Attitude = new o0.IMU._663AxisPreProcessor(GyrByteIndex, GyrByteIndex, AccByteIndex, AccByteIndex, MagByteIndex);
|
|
|
_663Axis.LoadIdentity();
|