issues
search
WPISmartmouse
/
Smartmouse_2018
WPI Smartmouse 2018
Other
3
stars
3
forks
source link
Software TODO
#5
Open
PeterMitrano
opened
7 years ago
PeterMitrano
commented
7 years ago
[ ] try increasing PWM settings to (8bits, 234375Hz) or (10bits, 58593Hz)
[ ] Implement and test time-per-tick for measuring lower speeds
[ ] make measure_motor_response do impulse or sine on either wheel with arguments
[ ] try increasing control frequency in simulation (see Wiki for analysis)
[ ] reduce calls to sin/cos
[ ] make route_t iterator
PeterMitrano
commented
6 years ago
[ ] use std::clamp !