bobforcha / olivia_robot

Our home robot educational project
0 stars 0 forks source link

Design software control loop for driving rover #8

Open bobforcha opened 4 years ago

bobforcha commented 4 years ago

Once the encoders are complete, a control loop for driving the rover can be implemented. First, the motor response will be determined using the encoders, then, once transfer functions can be estimated, a simple P controller will be designed, and eventually upgraded to PID control if possible.