mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
updated hff to accept velocity as only input and add bias
This commit is contained in:
@@ -97,6 +97,14 @@
|
||||
<field name="relative_heading" type="float" unit="rad"/>
|
||||
</message>
|
||||
|
||||
<message name="POSITION_ESTIMATE" id="18">
|
||||
<field name="stamp" type="uint32_t" unit="us"/>
|
||||
<field name="x" type="float" unit="m"/>
|
||||
<field name="y" type="float" unit="m"/>
|
||||
<field name="z" type="float" unit="m"/>
|
||||
<field name="noise" type="float"/>
|
||||
</message>
|
||||
|
||||
</msg_class>
|
||||
|
||||
</protocol>
|
||||
|
||||
Reference in New Issue
Block a user