mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-01 13:01:24 -07:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
2b71926115
commit
24a6cd1057
@ -62,7 +62,7 @@ Once the drive base is fully functional, the next step is to create subsystems f
|
||||
RobotParams.SLIDE_KP, RobotParams.SLIDE_KI, RobotParams.SLIDE_KD, RobotParams.SLIDE_KF,
|
||||
RobotParams.SLIDE_IZONE, RobotParams.SLIDE_TOLERANCE);
|
||||
|
||||
slideMotor.setSoftPositionLimits(RobotParams.SLIDE_MIN_POS, RobotParams.SLIDE_MAX_POS, false);
|
||||
slideMotor.setSoftPositionLimits(RobotParams.SLIDE_MIN_POS, RobotParams.SLIDE_MAX_POS, false);
|
||||
slideMotor.setStallDetectionEnabled(
|
||||
RobotParams.SLIDE_STALL_DETECTION_DELAY, RobotParams.SLIDE_STALL_DETECTION_TIMEOUT,
|
||||
RobotParams.SLIDE_STALL_ERR_RATE_THRESHOLD);
|
||||
|
Reference in New Issue
Block a user