Fused Rotation Rate for Safe Mode #867
Loading…
x
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