Browse Source

Rover: fix headers

sbg
Lorenz Meier 8 years ago committed by Lorenz Meier
parent
commit
884876babf
  1. 2
      src/examples/rover_steering_control/main.cpp

2
src/examples/rover_steering_control/main.cpp

@ -40,6 +40,7 @@ @@ -40,6 +40,7 @@
*/
#include <px4_config.h>
#include <px4_tasks.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -64,7 +65,6 @@ @@ -64,7 +65,6 @@
#include <systemlib/pid/pid.h>
#include <geo/geo.h>
#include <systemlib/perf_counter.h>
#include <systemlib/systemlib.h>
#include <systemlib/err.h>
#include <matrix/math.hpp>

Loading…
Cancel
Save