frc4039 / 2016

Stronghold
2 stars 0 forks source link

create a robot control class #13

Open cbastarache opened 8 years ago

cbastarache commented 8 years ago

A better way to control the robot's drive is to use a PID controller to have the wheels meet a target velocity. Create a class that:

cbastarache commented 8 years ago

maybe @noahlinton and @benjittk can work on this together. see if you can design a class from scratch!

cbastarache commented 8 years ago

i think this can be two classes. The basic motioncontrol class that noah started can be for one motor, and then a child class can inherit that to make a robotcontrol class that would have 4 motors instead of one