|
CAN follower mode
So I am trying to make one CAN Talon from Cross the Road follow another. According to their documentation you can use (in C++)
motor->SetControlMode(motor->kFollower);
motor->Set(canId);
to make it follow the motor with the canId specified. When I try to run this on the robot the motor I set to follower doesn't do anything. Am I missing something?
|