mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Change visibility of Pose strategy in RobotPoseEstimator (#670)
This was meant to be consumed from the outside.
This commit is contained in:
@@ -50,7 +50,7 @@ public class RobotPoseEstimator {
|
||||
* calculated
|
||||
* </ul>
|
||||
*/
|
||||
enum PoseStrategy {
|
||||
public enum PoseStrategy {
|
||||
LOWEST_AMBIGUITY,
|
||||
CLOSEST_TO_CAMERA_HEIGHT,
|
||||
CLOSEST_TO_REFERENCE_POSE,
|
||||
|
||||
Reference in New Issue
Block a user