is of type int
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details

This commit is contained in:
Marius Eggert 2024-01-27 10:35:33 +01:00
parent 5f388d53a6
commit 6cf746463b
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ void PtgCtrl::rwAntistiction(ACS::SensorValues *sensorValues, int32_t *rwCmdSpee
}
}
} else {
rwCmdSpeeds[i] = 0.0;
rwCmdSpeeds[i] = 0;
}
}
}