Merge branch 'add-pigeon-on-smart-dashboard' of https://github.com/Team4388/RiseOfRidgebotics2020 into add-pigeon-on-smart-dashboard

This commit is contained in:
aarav18
2020-01-11 10:47:22 -07:00
@@ -43,6 +43,7 @@ public class Drive extends SubsystemBase {
m_leftBackMotor.configFactoryDefault();
m_rightBackMotor.configFactoryDefault();
m_pigeon.configFactoryDefault();
resetGyroYaw();
/* set back motors as followers */
m_leftBackMotor.follow(m_leftFrontMotor);