Package crackers.kobots.parts.movement
Class LinearActuator
-
- All Implemented Interfaces:
-
crackers.kobots.parts.movement.Actuator
public abstract class LinearActuator implements Actuator<LinearMovement>
A linear actuator that can be used to extend and retract a part of a machine. Movement is defined as a percentage of the total range of motion. Note that some actuators may not be able to move partially, so the actual movement may be rounded to fully extend or retract (e.g. a solenoid).
-
-
Constructor Summary
Constructors Constructor Description LinearActuator()
-
Method Summary
-
-
Method Detail
-
move
Boolean move(LinearMovement movement)
Perform the Movement and return
true
if the movement was successful/completed.
-
-
-
-