Pneumatic Actuator

Pneumatic Actuator

Pneumatic Actuator is implemented in the FrcPneumatic class in the Framework Library. It supports one or two channel pneumatic cylinders and provides methods to extend/retract the cylinders with optional delay and duration. Since Pneumatic Actuator is a simple subsystem and only for FRC, there is no need to provide any wrapper class for it. To create a Pneumatic Actuator, you just instantiate the FrcPenumatic class directly.

Subsystem Methods

The following are the most commonly called methods:

Example: Create a Deployer Subsystem for FRC