Browse Source

Sub: Remove reference to gps.crosstrack_error

master
Jacob Walser 8 years ago committed by Andrew Tridgell
parent
commit
3031aab15b
  1. 2
      ArduSub/GCS_Mavlink.cpp

2
ArduSub/GCS_Mavlink.cpp

@ -294,7 +294,7 @@ void NOINLINE Sub::send_nav_controller_output(mavlink_channel_t chan)
wp_distance / 1.0e2f, wp_distance / 1.0e2f,
pos_control.get_alt_error() / 1.0e2f, pos_control.get_alt_error() / 1.0e2f,
0, 0,
gps.crosstrack_error()); 0);
} }
// report simulator state // report simulator state

Loading…
Cancel
Save