Pose2d(pos: Vector2d, heading: Double)
Pose2d(x: Double = 0.0, y: Double = 0.0, heading: Double = 0.0)
Class for representing 2D robot poses (x, y, and heading) and their derivatives.