diff --git a/Robot2016/src/Robot.cpp b/Robot2016/src/Robot.cpp
index ca3e071..75f2aba 100644
--- a/Robot2016/src/Robot.cpp
+++ b/Robot2016/src/Robot.cpp
@@ -118,7 +118,8 @@ private:
 
 	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);
 
 		//bool rampDoing = false;