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
Potential problem with an elevator in kMoving attempting to reach an encoder value 'above' or 'below' the upper/lower limit switches (respectively), and never reaching the target value. Maybe instead of voltage = 0, SetManual(0) or SetHold() could be used, or some sort of 'out of bounds' error/feedback could be given?
The text was updated successfully, but these errors were encountered:
2019-DeepSpace/common/src/main/cpp/Elevator.cpp
Lines 96 to 107 in 750a48b
Potential problem with an elevator in kMoving attempting to reach an encoder value 'above' or 'below' the upper/lower limit switches (respectively), and never reaching the target value. Maybe instead of
voltage = 0
,SetManual(0)
orSetHold()
could be used, or some sort of 'out of bounds' error/feedback could be given?The text was updated successfully, but these errors were encountered: