Changeset 143 in flair-src for trunk/demos/OpticalFlow/uav/build_x86_64
- Timestamp:
- Feb 21, 2017, 4:37:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/OpticalFlow/uav/build_x86_64/bin/setup_x4.xml
r122 r143 11 11 </GroupBox> 12 12 <GroupBox name="consignes joy"> 13 <DoubleSpinBox value="- 20" name="debattement roll"/>14 <DoubleSpinBox value="- 20" name="debattement pitch"/>13 <DoubleSpinBox value="-10" name="debattement roll"/> 14 <DoubleSpinBox value="-10" name="debattement pitch"/> 15 15 <DoubleSpinBox value="90" name="debattement wz"/> 16 16 <DoubleSpinBox value="-0.7" name="debattement dz"/> … … 21 21 <PushButton value="0" name="reset pitch trim"/> 22 22 </GroupBox> 23 <GroupBox name="consignes fo"><DoubleSpinBox name="debattement x" value="-1 "/><DoubleSpinBox name="debattement y" value="1"/></GroupBox></Tab>23 <GroupBox name="consignes fo"><DoubleSpinBox name="debattement x" value="-1.0"/><DoubleSpinBox name="debattement y" value="1.0"/></GroupBox></Tab> 24 24 <Tab name="Mesures"> 25 25 <DataPlot1D name="roll"> … … 153 153 </DataPlot1D> 154 154 </Tab> 155 < /TabWidget>155 <Tab name="Quaternion"><DataPlot1D name="q0" period="100" enabled="0"/><DataPlot1D name="q1" period="100" enabled="0"/><DataPlot1D name="q2" period="100" enabled="0"/><DataPlot1D name="q3" period="100" enabled="0"/></Tab><Tab name="IMU"><DataPlot1D name="acc_x" period="100" enabled="0"/><DataPlot1D name="acc_y" period="100" enabled="0"/><DataPlot1D name="acc_z" period="100" enabled="0"/><DataPlot1D name="gyr_x" period="100" enabled="0"/><DataPlot1D name="gyr_y" period="100" enabled="0"/><DataPlot1D name="gyr_z" period="100" enabled="0"/><DataPlot1D name="mag_x" period="100" enabled="0"/><DataPlot1D name="mag_y" period="100" enabled="0"/><DataPlot1D name="mag_z" period="100" enabled="0"/></Tab></TabWidget> 156 156 </Tab> 157 157 <Tab name="battery"> … … 175 175 <DoubleSpinBox value="1" name="cutoff frequency"/> 176 176 </GroupBox> 177 < /GridLayout>177 <GroupBox name="derivative"><DoubleSpinBox name="period, 0 for auto:" value="0.02"/></GroupBox><GroupBox name="Speed lowPass"><DoubleSpinBox name="period, 0 for auto" value="0.02"/><DoubleSpinBox name="cutoff frequency" value="2.00"/></GroupBox><GroupBox name="Acceleration lowPass"><DoubleSpinBox name="period, 0 for auto" value="0.02"/><DoubleSpinBox name="cutoff frequency" value="2.00"/></GroupBox></GridLayout> 178 178 </Tab> 179 179 <Tab name="Picture"> 180 <Picture name="simu_cam_v" >180 <Picture name="simu_cam_v" period="200" enabled="0"> 181 181 <Setup period="50" enabled="1"/> 182 182 </Picture> … … 191 191 <PushButton value="1" name="take_off"/> 192 192 <PushButton value="0" name="land"/> 193 < /GridLayout>193 <PushButton name="start optical flow"/></GridLayout> 194 194 <GroupBox name="takeoff/landing"> 195 195 <DoubleSpinBox value="1" name="desired takeoff altitude"/> … … 239 239 <GroupBox name="u_x"> 240 240 <DoubleSpinBox value="0" name="period, 0 for auto"/> 241 <DoubleSpinBox value="0. 030" name="kp:"/>242 <DoubleSpinBox value="0.0 20" name="ki:"/>243 <DoubleSpinBox value=" 0.20" name="sat i:"/>244 <DoubleSpinBox value="0. 1" name="kd:"/>241 <DoubleSpinBox value="0.20" name="kp:"/> 242 <DoubleSpinBox value="0.00" name="ki:"/> 243 <DoubleSpinBox value="1.0" name="sat i:"/> 244 <DoubleSpinBox value="0.005" name="kd:"/> 245 245 <DoubleSpinBox value="1" name="sat:"/> 246 246 </GroupBox> 247 247 <GroupBox name="u_y"> 248 248 <DoubleSpinBox value="0" name="period, 0 for auto"/> 249 <DoubleSpinBox value="0. 03" name="kp:"/>250 <DoubleSpinBox value="0.0 20" name="ki:"/>251 <DoubleSpinBox value=" 0.20" name="sat i:"/>252 <DoubleSpinBox value="0. 2" name="kd:"/>249 <DoubleSpinBox value="0.20" name="kp:"/> 250 <DoubleSpinBox value="0.00" name="ki:"/> 251 <DoubleSpinBox value="1.0" name="sat i:"/> 252 <DoubleSpinBox value="0.005" name="kd:"/> 253 253 <DoubleSpinBox value="1" name="sat:"/> 254 254 </GroupBox> … … 283 283 <Setup period="100" enabled="1"/> 284 284 </DataPlot1D> 285 < /Tab>286 </TabWidget> 287 <TabWidget name="App_TabWidget"><Tab name="x4_0"><PushButton name="save config on target" value="1"/></Tab></TabWidget>< /root>285 <DataPlot1D name="x_velocity_derivative" period="100" enabled="1"/><DataPlot1D name="y_velocity_derivative" period="100" enabled="1"/><DataPlot1D name="x_acceleration" period="100" enabled="1"/><DataPlot1D name="y_acceleration" period="100" enabled="1"/><DataPlot1D name="x speed (px/s)" period="100" enabled="1"/><DataPlot1D name="y speed (px/s)" period="100" enabled="1"/></Tab> 286 </TabWidget> 287 <TabWidget name="App_TabWidget"><Tab name="x4_0"><PushButton name="save config on target" value="1"/></Tab></TabWidget><PushButton name="save config on target (x4_0)" value="1"/></root>
Note:
See TracChangeset
for help on using the changeset viewer.