toggle menu
0.4.9
common
switch theme
search in API
Navigation
/
com.amarcolini.joos.trajectory.constraints
/
TrajectoryConstraints
Trajectory
Constraints
public
interface
TrajectoryConstraints
Configuration describing constraints and other robot-specific parameters.
Inheritors
MecanumConstraints
GenericConstraints
TankConstraints
SwerveConstraints
DiffSwerveConstraints
Members
Functions
get
Accel
Constraint
Link copied to clipboard
public
abstract
TrajectoryAccelerationConstraint
getAccelConstraint
(
)
get
Max
Ang
Accel
Link copied to clipboard
public
abstract
Angle
getMaxAngAccel
(
)
get
Max
Ang
Jerk
Link copied to clipboard
public
abstract
Angle
getMaxAngJerk
(
)
get
Max
Ang
Vel
Link copied to clipboard
public
abstract
Angle
getMaxAngVel
(
)
get
Vel
Constraint
Link copied to clipboard
public
abstract
TrajectoryVelocityConstraint
getVelConstraint
(
)