Class TrapezoidProfileCommand

java.lang.Object
edu.wpi.first.wpilibj2.command.Command
edu.wpi.first.wpilibj2.command.TrapezoidProfileCommand
All Implemented Interfaces:
Sendable

public class TrapezoidProfileCommand
extends Command
A command that runs a TrapezoidProfile. Useful for smoothly controlling mechanism motion.

This class is provided by the NewCommands VendorDep