Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Baitboat
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
Baitboat
Commits
c41ca45e
Commit
c41ca45e
authored
12 years ago
by
Andrew Tridgell
Browse files
Options
Downloads
Patches
Plain Diff
MAVLink: clarify frame of reference for HIL_STATE
parent
90c027cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/GCS_MAVLink/message_definitions/common.xml
+7
-7
7 additions, 7 deletions
libraries/GCS_MAVLink/message_definitions/common.xml
with
7 additions
and
7 deletions
libraries/GCS_MAVLink/message_definitions/common.xml
+
7
−
7
View file @
c41ca45e
...
@@ -1417,18 +1417,18 @@
...
@@ -1417,18 +1417,18 @@
<field
type=
"float"
name=
"roll"
>
Roll angle (rad)
</field>
<field
type=
"float"
name=
"roll"
>
Roll angle (rad)
</field>
<field
type=
"float"
name=
"pitch"
>
Pitch angle (rad)
</field>
<field
type=
"float"
name=
"pitch"
>
Pitch angle (rad)
</field>
<field
type=
"float"
name=
"yaw"
>
Yaw angle (rad)
</field>
<field
type=
"float"
name=
"yaw"
>
Yaw angle (rad)
</field>
<field
type=
"float"
name=
"rollspeed"
>
Roll angular speed (rad/s)
</field>
<field
type=
"float"
name=
"rollspeed"
>
Roll angular speed (rad/s)
in body frame
</field>
<field
type=
"float"
name=
"pitchspeed"
>
Pitch angular speed (rad/s)
</field>
<field
type=
"float"
name=
"pitchspeed"
>
Pitch angular speed (rad/s)
in body frame
</field>
<field
type=
"float"
name=
"yawspeed"
>
Yaw angular speed (rad/s)
</field>
<field
type=
"float"
name=
"yawspeed"
>
Yaw angular speed (rad/s)
in body frame
</field>
<field
type=
"int32_t"
name=
"lat"
>
Latitude, expressed as * 1E7
</field>
<field
type=
"int32_t"
name=
"lat"
>
Latitude, expressed as * 1E7
</field>
<field
type=
"int32_t"
name=
"lon"
>
Longitude, expressed as * 1E7
</field>
<field
type=
"int32_t"
name=
"lon"
>
Longitude, expressed as * 1E7
</field>
<field
type=
"int32_t"
name=
"alt"
>
Altitude in meters, expressed as * 1000 (millimeters)
</field>
<field
type=
"int32_t"
name=
"alt"
>
Altitude in meters, expressed as * 1000 (millimeters)
</field>
<field
type=
"int16_t"
name=
"vx"
>
Ground X Speed (Latitude), expressed as m/s * 100
</field>
<field
type=
"int16_t"
name=
"vx"
>
Ground X Speed (Latitude), expressed as m/s * 100
</field>
<field
type=
"int16_t"
name=
"vy"
>
Ground Y Speed (Longitude), expressed as m/s * 100
</field>
<field
type=
"int16_t"
name=
"vy"
>
Ground Y Speed (Longitude), expressed as m/s * 100
</field>
<field
type=
"int16_t"
name=
"vz"
>
Ground Z Speed (Altitude), expressed as m/s * 100
</field>
<field
type=
"int16_t"
name=
"vz"
>
Ground Z Speed (Altitude), expressed as m/s * 100
(+ve down)
</field>
<field
type=
"int16_t"
name=
"xacc"
>
X acceleration (mg)
</field>
<field
type=
"int16_t"
name=
"xacc"
>
X acceleration (mg)
in body frame (+ve forward)
</field>
<field
type=
"int16_t"
name=
"yacc"
>
Y acceleration (mg)
</field>
<field
type=
"int16_t"
name=
"yacc"
>
Y acceleration (mg)
in body frame (+ve right)
</field>
<field
type=
"int16_t"
name=
"zacc"
>
Z acceleration (mg)
</field>
<field
type=
"int16_t"
name=
"zacc"
>
Z acceleration (mg)
in body frame (+ve down)
</field>
</message>
</message>
<message
id=
"91"
name=
"HIL_CONTROLS"
>
<message
id=
"91"
name=
"HIL_CONTROLS"
>
<description>
Sent from autopilot to simulation. Hardware in the loop control outputs
</description>
<description>
Sent from autopilot to simulation. Hardware in the loop control outputs
</description>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment