Pose
data class Pose(val x: Double = 0.0, val y: Double = 0.0, val vx: Double = 0.0, val vy: Double = 0.0, val ax: Double = 0.0, val ay: Double = 0.0, val theta: Double = 0.0, val omega: Double = 0.0, val alpha: Double = 0.0)
Minimal 2D pose with motion derivatives. All units are in centimeters and radians.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun roughlyEquals(other: Pose, positionTolerance: Double = 0.01, angleTolerance: Double = 0.001): Boolean
Link copied to clipboard
Link copied to clipboard