AGHSEagleRobotics / frc1388-2023

0 stars 0 forks source link

Scale DriveTrain encoder distance #22

Closed jtechau closed 1 year ago

jtechau commented 1 year ago

The DriveTrain subsystem has methods to return the position of the left and right drive motor encoders. These methods should return the position of the robot in the chosen standard distance units (feet, meters, etc).

It's probably also desirable to add a method (or methods) to reset the position reported by the above methods.

AdityaPanikkath commented 1 year ago

Added encoder- needs to be verified with robot and tested

AdityaPanikkath commented 1 year ago

Tested