Skip to content

Commit

Permalink
Drone Y correction
Browse files Browse the repository at this point in the history
As discussed in #137
  • Loading branch information
rjwut committed Apr 10, 2018
1 parent cdb36ad commit 7aa157c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5058,21 +5058,15 @@ <h3>Drone</h3>
<dt>Bit field (2 bytes)</dt>
<dt>Unknown (bit 1.1, int)</dt>
<dt>X coordinate (bit 1.2, float)</dt>
<dt>Unknown (bit 1.3 float)</dt>
<dd>
<p>
Values observed range from approximately -0.01 to 53.7. Might be related to
pitch/yaw.
</p>
</dd>
<dt>Y coordinate (bit 1.3 float)</dt>
<dt>Z coordinate (bit 1.4, float)</dt>
<dt>Unknown (bit 1.5 float)</dt>
<dd>
<p>
Perhaps related to pitch/yaw.
</p>
</dd>
<dt>Y coordinate (bit 1.6, float)</dt>
<dt>Unknown (bit 1.6, float)</dt>
<dt>Heading (bit 1.7, float)</dt>
<dt>Side (bit 1.8, int)</dt>
<dt>Unknown (bit 2.1, float?, v2.1.5+)</dt>
Expand Down

0 comments on commit 7aa157c

Please sign in to comment.