This commit is contained in:
parent
46dd2b92e5
commit
8536c79445
@ -78,10 +78,7 @@ void AcsController::performDetumble() {
|
|||||||
ACS::SensorValues sensorValues;
|
ACS::SensorValues sensorValues;
|
||||||
ACS::OutputValues outputValues;
|
ACS::OutputValues outputValues;
|
||||||
|
|
||||||
// sensorValues.read();
|
timeval now;
|
||||||
// outputValues.read();
|
|
||||||
|
|
||||||
timeval now; // = {0,0};
|
|
||||||
Clock::getClock_timeval(&now);
|
Clock::getClock_timeval(&now);
|
||||||
|
|
||||||
sensorProcessing.process(&susData, now, &sensorValues, &outputValues, &acsParameters);
|
sensorProcessing.process(&susData, now, &sensorValues, &outputValues, &acsParameters);
|
||||||
|
Loading…
Reference in New Issue
Block a user