mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-02 21:41:24 -07:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
92760a8393
commit
2b71926115
@ -55,7 +55,7 @@ Once the drive base is fully functional, the next step is to create subsystems f
|
|||||||
.setPositionPresets(RobotParams.SLIDE_PRESET_TOLERANCE, RobotParams.SLIDE_PRESETS);
|
.setPositionPresets(RobotParams.SLIDE_PRESET_TOLERANCE, RobotParams.SLIDE_PRESETS);
|
||||||
slideMotor = new FtcMotorActuator(RobotParams.HWNAME_SLIDE, slideParams).getActuator();
|
slideMotor = new FtcMotorActuator(RobotParams.HWNAME_SLIDE, slideParams).getActuator();
|
||||||
|
|
||||||
// Delete or comment out the following two statements if you want to use motor native PID control
|
// Delete or comment out the following two statements if you want to use motor native PID control
|
||||||
// (aka RUN_TO_POSITION) instead of software PID control.
|
// (aka RUN_TO_POSITION) instead of software PID control.
|
||||||
slideMotor.setSoftwarePidEnabled(true);
|
slideMotor.setSoftwarePidEnabled(true);
|
||||||
slideMotor.setPositionPidParameters(
|
slideMotor.setPositionPidParameters(
|
||||||
|
Reference in New Issue
Block a user