Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Added SimpleMotorFeedforwardRadians
  • Loading branch information
jamesra authored Feb 8, 2024
1 parent bfedaf6 commit fd2e049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subprojects/robotpy-wpimath/wpimath/controller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ProfiledPIDControllerRadians,
RamseteController,
SimpleMotorFeedforwardMeters,
SimpleMotorFeedforwardRadians
)

__all__ = [
Expand Down Expand Up @@ -57,4 +58,5 @@
"ProfiledPIDControllerRadians",
"RamseteController",
"SimpleMotorFeedforwardMeters",
"SimpleMotorFeedforwardRadians"
]

0 comments on commit fd2e049

Please sign in to comment.