Skip to content

Commit

Permalink
Expose Attitude Target Signals to the GCS
Browse files Browse the repository at this point in the history
Add MSG_ATTITUDE_TARGET to the message stream.

Might be useful for external in-flight PID tuning desktop applications (or eg. a plugin for the Mission Planner).
  • Loading branch information
miodine committed Oct 13, 2023
1 parent fc2b1d1 commit 1c735c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArduCopter/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ static const ap_message STREAM_RC_CHANNELS_msgs[] = {
};
static const ap_message STREAM_EXTRA1_msgs[] = {
MSG_ATTITUDE,
MSG_ATTITUDE_TARGET,
MSG_SIMSTATE,
MSG_AHRS2,
MSG_PID_TUNING // Up to four PID_TUNING messages are sent, depending on GCS_PID_MASK parameter
Expand Down

0 comments on commit 1c735c0

Please sign in to comment.