fixed local includes
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-09-27 11:06:11 +02:00
parent dca4335329
commit 5f17f365e3
22 changed files with 235 additions and 231 deletions

View File

@ -14,12 +14,12 @@
#ifndef PTGCTRL_H_
#define PTGCTRL_H_
#include "../SensorValues.h"
#include "../OutputValues.h"
#include "../AcsParameters.h"
#include "../config/classIds.h"
#include <string.h>
#include <stdio.h>
#include <acs/SensorValues.h>
#include <acs/OutputValues.h>
#include <acs/AcsParameters.h>
#include <acs/config/classIds.h>
#include <time.h>
class PtgCtrl{
@ -53,7 +53,7 @@ private:
AcsParameters::PointingModeControllerParameters* pointingModeControllerParameters;
AcsParameters::RwHandlingParameters* rwHandlingParameters;
AcsParameters::InertiaEIVE* inertiaEIVE;
AcsParameters::RWMatrices* rwMatrices;
AcsParameters::RwMatrices* rwMatrices;
};
#endif /* ACS_CONTROL_PTGCTRL_H_ */