Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
0614f671
Commit
0614f671
authored
Jun 19, 2014
by
Thomas Gubler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fgfs: quad protocol: remove indicated airspeed
parent
e8be99c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
18 deletions
+10
-18
qgroundcontrol-quadrotor.xml
files/flightgear/Protocol/qgroundcontrol-quadrotor.xml
+10
-18
No files found.
files/flightgear/Protocol/qgroundcontrol-quadrotor.xml
View file @
0614f671
...
...
@@ -6,7 +6,7 @@
<output>
<line_separator>
newline
</line_separator>
<var_separator>
tab
</var_separator>
<chunk>
<name>
time (sec)
</name>
<type>
float
</type>
...
...
@@ -46,7 +46,7 @@
<node>
/orientation/roll-deg
</node>
<factor>
0.01745329251994329576
</factor>
<!-- degrees to radians -->
</chunk>
<chunk>
<name>
pitch angle (rad)
</name>
<type>
float
</type>
...
...
@@ -54,7 +54,7 @@
<node>
/orientation/pitch-deg
</node>
<factor>
0.01745329251994329576
</factor>
<!-- degrees to radians -->
</chunk>
<chunk>
<name>
yaw angle
</name>
<type>
float
</type>
...
...
@@ -109,7 +109,7 @@
</chunk>
<!-- Velocities -->
<chunk>
<name>
Velocity North ("vn" mps)
</name>
<type>
float
</type>
...
...
@@ -142,14 +142,6 @@
<factor>
0.514444444444444
</factor>
<!-- knots to mps -->
</chunk>
<chunk>
<name>
airspeed-indicated-mps
</name>
<type>
float
</type>
<format>
%.8f
</format>
<node>
/instrumentation/indicated-speed-kt
</node>
<factor>
0.514444444444444
</factor>
<!-- knots to mps -->
</chunk>
<!-- Magnetometer -->
<chunk>
<name>
Magnetic Variation (rad)
</name>
...
...
@@ -184,7 +176,7 @@
<node>
/environment/pressure-inhg
</node>
<factor>
33.86389
</factor>
<!-- inhg to hpa -->
</chunk>
</output>
<input>
...
...
@@ -197,12 +189,12 @@
<name>
throttle0
</name>
<type>
float
</type>
<node>
/controls/engines/engine[0]/throttle
</node>
</chunk>
</chunk>
<chunk>
<name>
throttle1
</name>
<type>
float
</type>
<node>
/controls/engines/engine[1]/throttle
</node>
</chunk>
</chunk>
<chunk>
<name>
throttle2
</name>
<type>
float
</type>
...
...
@@ -212,13 +204,13 @@
<name>
running
</name>
<type>
bool
</type>
<node>
/engines/engine/running
</node>
</chunk>
</chunk>
<chunk>
<name>
throttle3
</name>
<type>
float
</type>
<node>
/controls/engines/engine[3]/throttle
</node>
</chunk>
</chunk>
</input>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment