vomits ramp current onto console

This commit is contained in:
Aidan Ferguson 2016-02-20 14:08:32 -05:00
parent 8327823bd1
commit 904a30ab8b
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ private:
void TeleopPeriodic()
{
//std::cout << "Ramp position: "<< ramp.GetEncPosition() << std::endl;
std::cout << "Ramp current: "<< ramp.GetOutputCurrent() << std::endl;
drive.ArcadeDrive(&driver_stick, true);
//bool rampDoing = false;