Carl Hauser
Carl Hauser
I was working on another package that required use of ghc 7.8 features but also depended on llvm. In attempting to compile llvm I ran into several issues. The experience...
**Is your feature request related to a problem? Please describe.** While trying to figure out why we find it so hard to configure cameras and video viewers in ways that...
The comments on, and therefore the class documentation descriptions for, all of the `SmartDashboard.setDefault*` methods (Java) say `Gets the current value in the table, setting it if it does not...
**Describe the bug** Two teams have reported that the Restart Robot Code button on the Driver Station does not work with their code. See https://www.chiefdelphi.com/t/2024-driver-station-restart-robot-code/455946 In our case this happens...
**Describe the bug** The DS Log Viewer (24.0.2) does not display events (Events tab) at the very end of the log. They are past the bottom of the window. The...
When you hover over a dot on the "events" line of the DS Log Viewer the corresponding event is displayed in the "Details" pane at the bottom left. We are...
I'm posting this as a preliminary effort, not yet ready for merging. After having some issues with SmartDashboard this season I thought I would attempt to contribute an update to...
I would like to address #6334, but realized that some discussion about how the behavior should be documented would help before changing all of them. The code diff here contains...
Fixes the `PIDController.setIntegratorRange` documentation issue in #6484. After further discussion, decided not to change the behavior for negative PID constants passed to the methods that modify them, enforcing non-negativity only...
The in-code documentation for `PIDController.setIntegratorRange` says ``` /** * Sets the minimum and maximum values for the integrator. * * When the cap is reached, the integrator value is added...