|
Re: Assistance with RobotBuilder and Drive
Thanks for your help!
I changed the function to expect *Joystick and swapped the call to ->GetX() instead of .GetX()
I'm down to one error -
"undefined reference to `DriveSystem::takeJoystickInputs(Joystick*)"
I included the drivesystem.h file in my driving command, so I'm unsure why its not defined.
|