Team-2502 / RobotCode2018

All of our code for our 2018 robot.
GNU General Public License v3.0
3 stars 0 forks source link

Driving with joystick is broken #40

Closed andrewgazelka closed 6 years ago

andrewgazelka commented 6 years ago

You can still change some of the tankDrive method to

m_leftMotor.set(-leftSpeed * m_maxOutputF);
m_rightMotor.set(-rightSpeed * m_maxOutputF);

but it seems you should be able to make it positive when both talons are the right way. However, this contradicts wheels seeming good and being able to be tuned w/ PID.