debug code to tell what the H-E-double-hockey-sticks the int the encoder returns is doing.

This commit is contained in:
Aidan Ferguson 2016-02-20 13:28:56 -05:00
parent cc7eee8975
commit bbcd3ed494

View File

@ -118,7 +118,8 @@ private:
void TeleopPeriodic() void TeleopPeriodic()
{ {
//std::cout << "Ramp position: "<< launch_spinny.GetEncPosition() << std::endl; std::cout << "arm encoder position: " << arms.GetEncPosition() << std::endl;
std::cout << "arm encoder velocity: " << arms.GetEncVel() << std::endl;
drive.ArcadeDrive(&driver_stick, true); drive.ArcadeDrive(&driver_stick, true);
//bool rampDoing = false; //bool rampDoing = false;