Tyler Veness

Results 379 comments of Tyler Veness

Also, thetaFF is currently a feedback calculation instead of feedforward.

I don't know. Logging for timeslice durations would be very useful here (3512 logs this info with CSV files). I've heard Java feedback controllers can't be run faster than 100Hz...

Idk if deleting the DigitalInput afterwards actually works because that may unconfigure the pin.

Sure, but does this PR actually work on real hardware?

Like I said before, this PR needs to be tested on real hardware since it's messing with hardware configuration. I don't have access to said hardware.

Instead of appending the units to the name, C++ should use `units::second_t`.

The discussion from https://github.com/wpilibsuite/allwpilib/pull/3184 is relevant here. Throwing a std::invalid_argument exception in the constructor makes sense to me as opposed to making a zombie object. It'll also give a more...

Being able to pass in a vector of States is an intended use case. It lets users generate custom trajectories.