mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
[build] Update wpiformat to 2024.45 (#1545)
Signed-off-by: Jade Turner <spacey-sooty@proton.me>
This commit is contained in:
@@ -24,11 +24,12 @@
|
||||
|
||||
|
||||
import math
|
||||
|
||||
import swervemodule
|
||||
import wpilib
|
||||
import wpilib.simulation
|
||||
import wpimath.geometry
|
||||
import wpimath.kinematics
|
||||
import swervemodule
|
||||
|
||||
kMaxSpeed = 3.0 # 3 meters per second
|
||||
kMaxAngularSpeed = math.pi # 1/2 rotation per second
|
||||
|
||||
@@ -24,9 +24,8 @@
|
||||
###################################################################################
|
||||
|
||||
|
||||
import wpilib
|
||||
import drivetrain
|
||||
|
||||
import wpilib
|
||||
from photonlibpy import PhotonCamera
|
||||
|
||||
VISION_TURN_kP = 0.01
|
||||
|
||||
@@ -23,12 +23,13 @@
|
||||
###################################################################################
|
||||
|
||||
import math
|
||||
|
||||
import wpilib
|
||||
import wpilib.simulation
|
||||
import wpimath.kinematics
|
||||
import wpimath.controller
|
||||
import wpimath.filter
|
||||
import wpimath.geometry
|
||||
import wpimath.controller
|
||||
import wpimath.kinematics
|
||||
import wpimath.trajectory
|
||||
import wpimath.units
|
||||
|
||||
|
||||
Reference in New Issue
Block a user