-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update with WPILib stuff #1
Commits on Mar 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d640c0f - Browse repository at this point
Copy the full SHA d640c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0fef18 - Browse repository at this point
Copy the full SHA d0fef18View commit details -
[wpimath] Support zero cost entries in MakeCostMatrix() (#4100)
The existing implementation will produce a cost of NaN if a tolerance of infinity is entered, but the limit approaches zero. Being able to specify that a state has no cost is useful, so this change adds support for that.
Configuration menu - View commit details
-
Copy full SHA for d5cb6fe - Browse repository at this point
Copy the full SHA d5cb6feView commit details -
[wpimath] Improve EKF numerical stability (#4093)
The Joseph form of the error covariance update equation is more numerically stable when the Kalman gain isn't optimal. Numerical instability and filter divergence can occur if the user goes long time periods between updates and the error covariance becomes ill-conditioned (the ratio between the largest and smallest eigenvalue gets too large).
Configuration menu - View commit details
-
Copy full SHA for 95ae23b - Browse repository at this point
Copy the full SHA 95ae23bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ffcbb - Browse repository at this point
Copy the full SHA 89ffcbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 765efa3 - Browse repository at this point
Copy the full SHA 765efa3View commit details -
[wpimath] Add InterpolatedTreeMap (#4073)
- Add InterpolatedTreeMap for Java from team 254's 2016 MIT licensed code - Add InterpolatedMap for C++ from team 3512's code with @calcmogul (original author) permission Co-authored-by: Tyler Veness <calcmogul@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0d70884 - Browse repository at this point
Copy the full SHA 0d70884View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdafc72 - Browse repository at this point
Copy the full SHA cdafc72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78108c2 - Browse repository at this point
Copy the full SHA 78108c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d79dc8 - Browse repository at this point
Copy the full SHA 8d79dc8View commit details
Commits on Mar 21, 2022
-
[wpilib] Improve MotorSafety documentation (NFC) (#4120)
Remove OBE RobotDrive porting guide from MecanumDrive
Configuration menu - View commit details
-
Copy full SHA for e1b6e5f - Browse repository at this point
Copy the full SHA e1b6e5fView commit details -
[wpimath] Fix reference to Rotation2d.fromRadians() (#4118)
Rotation2d.fromRadians() doesn't exist. The constructor should be used instead.
Configuration menu - View commit details
-
Copy full SHA for ba0dcca - Browse repository at this point
Copy the full SHA ba0dccaView commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 126e3de - Browse repository at this point
Copy the full SHA 126e3deView commit details
Commits on Mar 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 069f932 - Browse repository at this point
Copy the full SHA 069f932View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e462a1 - Browse repository at this point
Copy the full SHA 2e462a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4620f0 - Browse repository at this point
Copy the full SHA b4620f0View commit details -
[wpimath] Remove ImplicitModelFollower dt argument (#4119)
The math works just fine without model discretization.
Configuration menu - View commit details
-
Copy full SHA for c8905ec - Browse repository at this point
Copy the full SHA c8905ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9650e67 - Browse repository at this point
Copy the full SHA 9650e67View commit details
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 81c5b41 - Browse repository at this point
Copy the full SHA 81c5b41View commit details
Commits on Apr 8, 2022
-
[hal] Fix misspelling in AnalogInput/Output docs (NFC) (#4153)
value -> valid (NFC)
Configuration menu - View commit details
-
Copy full SHA for 88222da - Browse repository at this point
Copy the full SHA 88222daView commit details -
[commands] Add RepeatCommand (#4009)
Co-authored-by: Starlight220 <53231611+Starlight220@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b26e2d - Browse repository at this point
Copy the full SHA 1b26e2dView commit details
Commits on Apr 9, 2022
-
[commands] Fix JoystickButton.getAsBoolean (#4131)
This previously always returned false; the get method it inherited was not used in the getAsBoolean defined in the Trigger class. The fix is to swap get() and getAsBoolean() implementations in the Trigger class.
Configuration menu - View commit details
-
Copy full SHA for f27a1f9 - Browse repository at this point
Copy the full SHA f27a1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf46a9 - Browse repository at this point
Copy the full SHA 5bf46a9View commit details -
[wpilib] Compressor: Rename enabled to isEnabled (#4147)
This is a less confusing name, as enabled() can imply it enables the compressor.
Configuration menu - View commit details
-
Copy full SHA for 9751716 - Browse repository at this point
Copy the full SHA 9751716View commit details -
Configuration menu - View commit details
-
Copy full SHA for aef4b16 - Browse repository at this point
Copy the full SHA aef4b16View commit details