RobotState

data class RobotState(val pose: Pose2d, val vel: PoseVelocity2d, val accel: Acceleration2d)

Represents a robot's pose on the field at a given time.

Constructors

Link copied to clipboard
constructor(pose: Pose2d, vel: PoseVelocity2d, accel: Acceleration2d)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The linear and angular acceleration of the robot, in the robot frame.

Link copied to clipboard

The position and heading of the robot, in field coordinates.

Link copied to clipboard

The linear and angular velocity of the robot, in the robot frame.

Functions

Link copied to clipboard