Change visibility of Pose strategy in RobotPoseEstimator (#670)

This was meant to be consumed from the outside.
This commit is contained in:
Sean Walberg
2022-12-30 17:19:15 -05:00
committed by GitHub
parent 15fbe29d34
commit 74b807343e

View File

@@ -50,7 +50,7 @@ public class RobotPoseEstimator {
* calculated
* </ul>
*/
enum PoseStrategy {
public enum PoseStrategy {
LOWEST_AMBIGUITY,
CLOSEST_TO_CAMERA_HEIGHT,
CLOSEST_TO_REFERENCE_POSE,