FRC2706 / 2019-2706-Robot-Code

The main robot code for the FIRST 2019 challenge: Deep Space
MIT License
2 stars 0 forks source link

Smoother elevator motion on manual control #108

Closed KyleRAnderson closed 5 years ago

KyleRAnderson commented 5 years ago

Currently, the elevator uses some really nice motion magic on setpoints. For manual control however, the operator directly controls the motor output. This is bad because:

The intent is to use velocity controls on the lift when in manual mode, however this only solves the second item. Will need to look into the two others.

KyleRAnderson commented 5 years ago

This has been implemented nicely using velocity control on talons.