April Tag Relocalizing Accumulator
Combines an AprilTag processor with an Accumulator to relocalize the robot. This serves as the modernised version of the previous AprilTagPoseEstimator
.
Author
Lucas Bubner, 2024
Since
6.0.0
Properties
Inherited properties
Functions
Link copied to clipboard
Run a standard accumulation while also relocalizing based on the presence of library AprilTags.
Link copied to clipboard
Add a data filter that will apply to the detections of the processor whether to accept processing this tag.
Link copied to clipboard
open fun removeDataFilter(@NonNull filter: Predicate<AprilTagData>): AprilTagRelocalizingAccumulator
Remove a filter instance added in addDataFilter
Link copied to clipboard
Whether to set the drive pose to the vision estimate.
Link copied to clipboard
Whether to set the drive pose to the vision estimate with heading information.
Link copied to clipboard
Set the gains used in the Kalman filter for the x, y, and r components.