The Thrifty Nova supports follower mode, allowing one motor controller to mirror the behavior of another. This is useful for mechanisms that need multiple synchronized motors, like a drive train or elevator.
To make a motor follow another:
Followers can be configured like any other motor. Here's a typical setup for a drive train:
The follower will mirror whatever control mode the leader is using (percent output, position, velocity)
Follower updates depend on the fault status frame rate - slower rates mean slower follower updates
A motor can only follow one leader at a time
If you call other control methods (like setPercent()
) on a follower, it will stop following
Like other configurations, you can check if setting up follower mode failed: