fixed local includes
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
@ -9,11 +9,11 @@
|
||||
#define NAVIGATION_H_
|
||||
|
||||
|
||||
#include <AcsParameters.h>
|
||||
#include <SensorProcessing.h>
|
||||
#include <MultiplicativeKalmanFilter.h>
|
||||
#include <SensorValues.h>
|
||||
#include <OutputValues.h>
|
||||
#include "AcsParameters.h"
|
||||
#include "SensorProcessing.h"
|
||||
#include "MultiplicativeKalmanFilter.h"
|
||||
#include "SensorValues.h"
|
||||
#include "OutputValues.h"
|
||||
|
||||
class Navigation{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user