first95 / FRC2018

The code base for our 2018 robot
MIT License
3 stars 0 forks source link

Add climber #79

Closed lindsayvallen closed 6 years ago

lindsayvallen commented 6 years ago

Add software support for climber that consists of two talons controlling two motors for a winch.

lindsayvallen commented 6 years ago

First pass at basic throttle manual control by updating feature/climber_addition commit c421a25. Throttle set at +/- 0.8 using driver dpad. Not yet tested.

lindsayvallen commented 6 years ago

Done adding speed control and position hold; located on weapons left stick. No limit switch or homing switch (at least as of yet), and not making set point buttons (like elevator) because not needed. Merged into master as of commit 100f79d.