RIT VEXU Core API
Loading...
Searching...
No Matches
state_space_motion_controller.h
1// this will be similar to normal motion controller but will use lqr + lpiff for a 1d syste
2// won't be suitable for a drivetrain 2d control, but will be suitable for single joints, elevators
3// or 1d drivetrain control (fine for rotation and straight line control I guess?) for 2d it'll just be a linearized
4// lqr like wpilib LTVDifferentialDriveController... I'm still not quite sure whether i'm good with this though
5//
6// before I make this I gotta make some file that just gives you preconfigured linear systems
7// so like you say FlywheelSystem(kv, ka) and it gives you a LinearSystem