Skip to content

Commit d37ed35

Browse files
authored
Merge pull request #69 from robotpy/sysid-angular
wpilib: Expose SysIdRoutineLog angular methods
2 parents 0e3d83a + 3b07787 commit d37ed35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

subprojects/robotpy-wpilib/gen/SysIdRoutineLog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ classes:
2222
overloads:
2323
units::meter_t:
2424
units::turn_t:
25+
rename: angularPosition
2526
velocity:
2627
overloads:
2728
units::meters_per_second_t:
2829
units::turns_per_second_t:
30+
rename: angularVelocity
2931
acceleration:
3032
overloads:
3133
units::meters_per_second_squared_t:
3234
units::turns_per_second_squared_t:
35+
rename: angularAcceleration
3336
current:

0 commit comments

Comments
 (0)