File tree 4 files changed +21
-16
lines changed
4 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 67
67
<Compile Include =" EulerAnglesDisplay.xaml.cs" >
68
68
<DependentUpon >EulerAnglesDisplay.xaml</DependentUpon >
69
69
</Compile >
70
+ <Compile Include =" GimbalVisual3D.cs" />
70
71
<Compile Include =" HorizontCanvas.cs" />
71
72
<Compile Include =" NotchRing.cs" />
72
73
<Compile Include =" QuaternionDisplay.xaml.cs" >
Original file line number Diff line number Diff line change 129
129
</Expander >
130
130
131
131
<!-- Addional controls for manual input -->
132
- <Border Style =" {StaticResource LightBorder}"
132
+
133
+
134
+ <Button Command =" {Binding RecenterCommand}"
133
135
Visibility =" {Binding JoyStickVisibility}"
134
- Margin =" 3 10 3 3" >
135
- <StackPanel >
136
- <Label Content =" Manual Input Setting" FontSize =" 14" />
137
- <DockPanel >
138
- <Button Command =" {Binding RecenterCommand}"
139
136
ToolTip =" Recenter" >
140
- <fa : ImageAwesome Icon =" DotCircleOutline" Height =" 25" />
141
- </Button >
142
- <ComboBox Margin =" 3"
143
- HorizontalAlignment =" Stretch"
144
- SelectedIndex =" 0"
145
- SelectedItem =" {Binding Rotator.Mode}"
146
- ItemsSource =" {Binding Rotator.ControlMode}" />
147
- </DockPanel >
137
+ <StackPanel Orientation =" Horizontal" >
138
+ <fa : ImageAwesome Icon =" DotCircleOutline" Height =" 25" />
139
+ <Label Content =" Reset Orientation" FontSize =" 14" />
148
140
</StackPanel >
149
- </Border >
141
+ </Button >
142
+
143
+
150
144
151
145
</StackPanel >
152
146
Original file line number Diff line number Diff line change 1
1
# AttitudeIndicator
2
- Attitude indicator based on inertial navigation system algorithm using a quaternion model
2
+ Attitude indicator based on inertial navigation system (INS) using a quaternion model
3
+
4
+ ### Manual Mode
5
+ Manual orientation of the missile by means of input options
6
+
7
+ ### Serial Mode
8
+
9
+ [ See] ( )
10
+
11
+
12
+
You can’t perform that action at this time.
0 commit comments