Skip to content

Commit d3863d9

Browse files
author
James Anderson
authored
Issue #74: Add SimpleMotorFeedforwardRadians (#75)
* Update __init__.py Added SimpleMotorFeedforwardRadians
1 parent bfedaf6 commit d3863d9

File tree

1 file changed

+2
-0
lines changed
  • subprojects/robotpy-wpimath/wpimath/controller

1 file changed

+2
-0
lines changed

subprojects/robotpy-wpimath/wpimath/controller/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
ProfiledPIDControllerRadians,
2828
RamseteController,
2929
SimpleMotorFeedforwardMeters,
30+
SimpleMotorFeedforwardRadians,
3031
)
3132

3233
__all__ = [
@@ -57,4 +58,5 @@
5758
"ProfiledPIDControllerRadians",
5859
"RamseteController",
5960
"SimpleMotorFeedforwardMeters",
61+
"SimpleMotorFeedforwardRadians",
6062
]

0 commit comments

Comments
 (0)