Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepps233 committed Jan 21, 2025
1 parent edfea34 commit 3d5b780
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public class VisionIOPhotonVision implements VisionIO {
/**
* Creates a new VisionIOPhotonVision.
*
* @param name The configured name of the camera.
* @param rotationSupplier The 3D position of the camera relative to the robot.
* @param name The configured name of the camera
* @param robotToCamera The 3D position of the camera relative to the robot.
*/
public VisionIOPhotonVision(String name, Transform3d robotToCamera) {
camera = new PhotonCamera(name);
Expand Down

0 comments on commit 3d5b780

Please sign in to comment.