mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
Sync with Arduplane
This commit is contained in:
parent
f5ffa7bd7e
commit
27d3564eab
@ -116,12 +116,12 @@ static void NOINLINE send_nav_controller_output(mavlink_channel_t chan)
|
||||
chan,
|
||||
nav_roll / 1.0e2,
|
||||
nav_pitch / 1.0e2,
|
||||
nav_bearing / 1.0e2,
|
||||
target_bearing / 1.0e2,
|
||||
dcm.yaw_sensor / 1.0e2, // was target_bearing
|
||||
wp_distance,
|
||||
altitude_error / 1.0e2,
|
||||
nav_lon, // was 0
|
||||
nav_lat); // was 0
|
||||
0,
|
||||
crosstrack_error); // was 0
|
||||
}
|
||||
|
||||
static void NOINLINE send_gps_raw(mavlink_channel_t chan)
|
||||
|
Loading…
Reference in New Issue
Block a user