File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
subprojects/robotpy-wpimath/wpimath Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ template <> struct handle_type_name<units::radians_per_second_squared_t> {
99};
1010
1111template <> struct handle_type_name <units::radians_per_second_squared> {
12- static constexpr auto name = _(" wpimath.units.radians_per_second " );
12+ static constexpr auto name = _(" wpimath.units.radians_per_second_squared " );
1313};
1414
1515template <> struct handle_type_name <units::degrees_per_second_squared_t > {
Original file line number Diff line number Diff line change @@ -190,7 +190,6 @@ def lbsToKilograms(lbs: pounds) -> kilograms:
190190
191191# angular acceleration
192192radians_per_second_squared = float
193- radians_per_second = float
194193degrees_per_second_squared = float
195194turns_per_second_squared = float
196195
You can’t perform that action at this time.
0 commit comments