double2double / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

Attitude Med logging #213

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. log Attitude Med

What is the expected output? What do you see instead?
Expected roll pitch and yaw.
instead yaw is declared as a int16, and should be a uint16

fix is to cast it as a (uint16) when writting the output to the serial port.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Meee...@gmail.com on 21 Oct 2010 at 9:29

GoogleCodeExporter commented 8 years ago
Didn't I fix this yet - LOL.  I'll get to it soon....

Original comment by dewei...@gmail.com on 22 Oct 2010 at 9:27

GoogleCodeExporter commented 8 years ago

Original comment by dewei...@gmail.com on 25 Oct 2010 at 5:35

GoogleCodeExporter commented 8 years ago

Original comment by Meee...@gmail.com on 6 Nov 2010 at 12:01