CarmelRobotics / aeronautical-facilitation

Code for Aerial Assist 2014
Other
3 stars 2 forks source link

SIx motor drive #42

Closed toastertaster closed 10 years ago

toastertaster commented 10 years ago

Woody asked us to look into making the robot drive with six motors. This is adds new objects to the code, but the RobotDrive only uses two or four motors. RIght now we're using four motors, so we need to add a two-motor RobotDrive to work in conjunction with the four.

This means:

Harrisonwhitaker commented 10 years ago

I got this

Harrisonwhitaker commented 10 years ago

This is finished

toastertaster commented 10 years ago

Brian is working on branch Additional_Drive to solve this in a better manner than in Harrison's branch test.

Brian: setLeftRightMotorOutputs still only uses four motors, fix this.

You also need to change the package (line 7) to: package edu.wpi.first.wpilibj.templates; And then run "Fix imports"

TheTimeLord commented 10 years ago

fixed boiiiiii