Tyler Veness
181723e573
Replace .to<double>() and .template to<double>() with .value() ( #3667 )
...
It's a less verbose way to do the same thing.
2021-10-25 08:58:12 -07:00
Thad House
689e9ccfb5
[hal, wpilib] Add brownout voltage configuration ( #3632 )
2021-10-13 19:14:27 -07:00
Dustin Spicuzza
64e72f7103
[wpilibc] Add missing function RoboRioSim::ResetData ( #3073 )
2021-01-10 22:50:25 -08:00
Peter Johnson
2aed432b4b
Add braces to C++ single-line loops and conditionals (NFC) ( #2973 )
...
This makes code easier to read and more consistent between C++ and Java.
Also update clang-format settings to always add a line break (even if no braces are used).
2020-12-28 12:58:06 -08:00
Peter Johnson
8f1f64ffb6
Remove year from file copyright message (NFC) ( #2972 )
...
Also update copyright to include "and other WPILib contributors" and clarify
license referral language to not be restricted to FIRST teams.
2020-12-26 14:12:05 -08:00
Prateek Machiraju
3c85a40648
[sim] Use units for voltage and current in RoboRioSim ( #2853 )
2020-11-11 22:33:49 -08:00
Peter Johnson
c2cc90b27d
[sim] Move WPILib C++ sim implementations out of line ( #2598 )
...
This makes the sim classes consistent with the rest of the WPILibC classes.
2020-07-15 23:48:09 -07:00