Sync with Arduplane

This commit is contained in:
Jason Short 2011-12-30 23:37:24 -08:00
parent f5ffa7bd7e
commit 27d3564eab

View File

@ -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)