mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Add RobotPoseEstimator (#571)
RobotPoseEstimator can pick the most likely pose for the robot given a number of possible poses, using a number of different strategies. Examples are still WIP.
This commit is contained in:
@@ -61,6 +61,7 @@ PhotonCamera::PhotonCamera(const std::string_view cameraName)
|
||||
cameraName) {}
|
||||
|
||||
PhotonPipelineResult PhotonCamera::GetLatestResult() {
|
||||
if (test) return testResult;
|
||||
// Prints warning if not connected
|
||||
VerifyVersion();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user