FRC2706 / 2019-2706-Robot-Code

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

Investigate driver controlled pseudo-velocity mode #166

Open ryanlarkin opened 5 years ago

ryanlarkin commented 5 years ago

To make it easier to control the robot, it could be useful to create a velocity based drive mode. It's difficult to create a drive mode that responds to driver input, but it may be possible to create a way to create a mode that drives the robot at a velocity that is proportional to controller input.

This paper describes how to make drive the robot in this way.