Package crackers.kobots.parts.movement
Class Rotator
-
- All Implemented Interfaces:
-
crackers.kobots.parts.movement.Actuator
public abstract class Rotator implements Actuator<RotationMovement>
Thing that turns. The basic notion is to allow for a "servo" or a "stepper" motor to be used incrementally or absolutely, somewhat interchangeably. Rotation is roughly based on angular motor movement, not necessarily corresponding to real world coordinates.