Skip to content

Commit

Permalink
ardupilotmega: added target_system/target_component to GIMBAL_REPORT
Browse files Browse the repository at this point in the history
this will make the routing of messages inside the copter much easier

Pair-Programmed-With: Randy Mackay <[email protected]>
  • Loading branch information
tridge committed Jan 29, 2015
1 parent 4f44e47 commit e38c089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions message_definitions/v1.0/ardupilotmega.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@

<message name="GIMBAL_REPORT" id="184">
<description>Report from MAVLink enabled gimbal to vehicle. The deltas are in gimbal sensor frame. Joint measurements assume a 312 ordering (azimuth, roll, pitch).</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>
Expand Down

0 comments on commit e38c089

Please sign in to comment.