this might just work
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
This commit is contained in:
@ -24,7 +24,7 @@ class SensorProcessing {
|
||||
SensorProcessing();
|
||||
virtual ~SensorProcessing();
|
||||
|
||||
void process(timeval timeAbsolute, timeval timeRelative, ACS::SensorValues *sensorValues,
|
||||
void process(timeval timeAbsolute, double timeDelta, ACS::SensorValues *sensorValues,
|
||||
acsctrl::MgmDataProcessed *mgmDataProcessed,
|
||||
acsctrl::SusDataProcessed *susDataProcessed,
|
||||
acsctrl::GyrDataProcessed *gyrDataProcessed,
|
||||
@ -74,7 +74,6 @@ class SensorProcessing {
|
||||
|
||||
void lowPassFilter(double *newValue, double *oldValue, const double weight);
|
||||
|
||||
timeval savedTimeRelative;
|
||||
double savedMgmVecTot[3] = {0.0, 0.0, 0.0};
|
||||
double savedSusVecTot[3] = {0.0, 0.0, 0.0};
|
||||
|
||||
|
Reference in New Issue
Block a user