Quote:
Originally Posted by King Nerd III
The fact that when I do the following with a CANTalon object:
right_motor->SetInvertedMotor();
It says it can't resolve SetInveretedMotor(), and also the header files for both CANTalon and CANSpeedController do not have this method.
|
I don't see that method in the non-CAN Jaguar or Talon headers either. I'm pretty sure that's because it's a
RobotDrive function. Are you able to get a
random_motor->SetInvertedMotor(true); to compile when random_motor is a Talon SR, as your original post implies?
I should stop being subtle. It isn't working.