Skip to content

Commit

Permalink
okay lets revert to our ctre module
Browse files Browse the repository at this point in the history
  • Loading branch information
outsidermm committed Jan 6, 2024
1 parent 5113b01 commit 66dbedc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/chassis.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from magicbot import feedback

from utilities.functions import constrain_angle, rate_limit_module
from utilities.phoenix5 import FALCON_CPR, FALCON_FREE_RPS
from utilities.ctre import FALCON_CPR, FALCON_FREE_RPS
from ids import CancoderIds, TalonIds


Expand Down
2 changes: 1 addition & 1 deletion physics.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from wpilib.simulation import SimDeviceSim

from components.chassis import SwerveModule
from utilities.phoenix5 import FALCON_CPR, VERSA_ENCODER_CPR
from utilities.ctre import FALCON_CPR, VERSA_ENCODER_CPR

if typing.TYPE_CHECKING:
from robot import MyRobot
Expand Down
File renamed without changes.

0 comments on commit 66dbedc

Please sign in to comment.