MirroredPoseMap

class MirroredPoseMap : PoseMap

Perform a reflection across the X-axis. This reflects Red or Blue trajectories across the alliance plane, such as in the CENTERSTAGE field.

(x,y,r) -> (x,-y,-r)

Author

Lucas Bubner, 2024

Since

6.0.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun map(pose: Pose2dDual<Arclength>): Pose2dDual<Arclength>