|
Re: Mechanum with XBox Controller
Something like this:
float gyroAngle = 0.0; // we don't have a gyro connected
myRobot->MecanumDrive_Cartesian(stick.GetX(), stick.GetY(), stick.GetZ(), gyroAngle);
__________________
Brian K
Team 1225 Robotics Mentor
|