Camera Pose Builder
Utility for setting the camera pose for the AprilTagProcessor.
Functions
Link copied to clipboard
open fun withCameraOrientation(@NonNull orientation: YawPitchRollAngles): AprilTag.CameraPoseBuilder
open fun withCameraOrientation(@NonNull yaw: Measure<Angle>, @NonNull pitch: Measure<Angle>, @NonNull roll: Measure<Angle>): AprilTag.CameraPoseBuilder
Set the orientation of the camera relative to the robot's center of rotation.