Update_to_robotpy_2025 #27
Annotations
7 errors
test
Process completed with exit code 1.
|
mypy:
utilities/game.py#L15
Module has no attribute "loadAprilTagLayoutField"
|
mypy:
components/chassis.py#L164
"optimize" of "SwerveModuleState" does not return a value (it only ever returns None)
|
mypy:
physics.py#L51
Argument 1 to "DCMotorSim" has incompatible type "DCMotor"; expected "LinearSystem_2_1_2"
|
mypy:
physics.py#L51
Argument 2 to "DCMotorSim" has incompatible type "float"; expected "DCMotor"
|
mypy:
physics.py#L51
Argument 3 to "DCMotorSim" has incompatible type "float"; expected "list[float]"
|
mypy
The process '/opt/hostedtoolcache/uv/0.4.30/x86_64/uv' failed with exit code 1
|