Follower Mode
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.
Basic Usage
To make a motor follow another:
Configuration Example
Followers can be configured like any other motor. Here's a typical setup for a drive train:
Important Notes
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
Error Handling
Like other configurations, you can check if setting up follower mode failed:
Last updated