You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that if an encoder stops working teleop, the robot gracefully switches to open loop control. This should be something that works for the lift and the drive. Open loop lift might be tricky, but you should be able to figure it out.
Wait, it looks like this is handled already. Is this implemented for acquisition though? Also make sure all these failure modes have been tested by actually enabling the robot and then unplugging the encoders.
Make sure that if an encoder stops working teleop, the robot gracefully switches to open loop control. This should be something that works for the lift and the drive. Open loop lift might be tricky, but you should be able to figure it out.
See 2017 code for details: https://github.com/CRRobotics/2017Robot/blob/master/src/Commands/Drive/JoystickDrive.cpp
The text was updated successfully, but these errors were encountered: