RobotPosVelController
interface RobotPosVelController
Abstract controller for computing the velocity and acceleration commands for a robot.
Inheritors
Functions
Link copied to clipboard
abstract fun compute(targetPose: Pose2dDual<Time>, actualPose: Pose2d, actualVelActual: PoseVelocity2d): PoseVelocity2dDual<Time>
Computes the velocity and acceleration command. The frame Target
is the reference robot, and the frame Actual
is the measured, physical robot.