Fixes for RW Commanding #852

Merged
meggert merged 11 commits from cmd-rw-fix into main 2024-01-29 14:13:33 +01:00
Showing only changes of commit 6cf746463b - Show all commits

View File

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