Remove extra call to ArcadeDrive that snuck back in
This commit is contained in:
parent
09cbe471a9
commit
3d076984f5
@ -289,7 +289,7 @@ public:
|
||||
LogCSVData();
|
||||
std::cout << "arm encoder position: " << arms.GetEncPosition() << std::endl;
|
||||
std::cout << "arm encoder velocity: " << arms.GetEncVel() << std::endl;
|
||||
drive.ArcadeDrive(-driver_stick.GetY(), -driver_stick.GetX()*0.75);
|
||||
|
||||
if(driver_stick.GetRawButton(7))
|
||||
{
|
||||
arcade = true;
|
||||
|
Reference in New Issue
Block a user