set the body/frame_id value to fcu_horiz

This commit is contained in:
Arthur Golubtsov
2018-10-16 14:20:59 +03:00
parent fcf9b6b909
commit 3caa6796b6

View File

@@ -47,7 +47,9 @@
<!-- simplified offboard control -->
<node name="simple_offboard" pkg="clever" type="simple_offboard.py" output="screen"/>
<!-- Auxiliary frames -->
<node name="frames" pkg="clever" type="frames" output="screen"/>
<node name="frames" pkg="clever" type="frames" output="screen">
<param name="body/frame_id" value="fcu_horiz"/>
</node>
<!-- main camera -->