mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: added target_system/component to GIMBAL_REPORT
This commit is contained in:
parent
28cf93d300
commit
3b2332a0c7
|
@ -481,6 +481,8 @@
|
|||
|
||||
<message name="GIMBAL_REPORT" id="184">
|
||||
<description>Report from MAVLink enabled gimbal to vehicle</description>
|
||||
<field type="uint8_t" name="target_system">System ID</field>
|
||||
<field type="uint8_t" name="target_component">Component ID</field>
|
||||
<field type="uint32_t" name="counter">Report counter</field>
|
||||
<field type="float" name="delta_angle_x">Delta angle X, radians</field>
|
||||
<field type="float" name="delta_angle_y">Delta angle Y, radians</field>
|
||||
|
|
Loading…
Reference in New Issue