Fused Rotation Rate for Safe Mode #867
No reviewers
Labels
No Label
OPS TODO
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/eive-obsw#867
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fused-rot-rate-safe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: Fused Rotation Rate for Safe Modeto Fused Rotation Rate for Safe Mode@ -914,6 +914,9 @@ void AcsController::modeChanged(Mode_t mode, Submode_t submode) {
PoolReadGuard pg(&rw4SpeedSet);
rw4SpeedSet.setRwSpeed(0, 10);
}
modeIsSafe = true;
can we use a member function which simply does
mode == SAFE
to avoid another state variable or would that not work for some reason?how about this
nice