Sub: Remove reference to gps.crosstrack_error
This commit is contained in:
parent
2d29698df8
commit
3031aab15b
@ -294,7 +294,7 @@ void NOINLINE Sub::send_nav_controller_output(mavlink_channel_t chan)
|
||||
wp_distance / 1.0e2f,
|
||||
pos_control.get_alt_error() / 1.0e2f,
|
||||
0,
|
||||
gps.crosstrack_error());
|
||||
0);
|
||||
}
|
||||
|
||||
// report simulator state
|
||||
|
Loading…
Reference in New Issue
Block a user