Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update photonlib + add some simulation (#20)
* update photonlib * fix formatting * update photon vision code * update to logged selection * convert all auto movement to on the fly path creation * multi cam yay * Added simulated motors * add gyro sim support * Add rest simulated motors - Create simulated motors for flywheel simulated - Create simulated motors for lifter subsystem * add note * Created Elevator Subsystem + Simulated Encoders - Elevator Subsystem (TODO: Update values) - Added simulated encoders in Flywheel subsystem * add simulation to drivetrain * Change to Elevator Feed * Add elevator command * add simulation to elevator * Update ElevatorSubsystem.java * Created arm subsystem and command * Changes * fix amp reading * working numbers * Update ArmSubsystem.java * camera sim??? * Working sim??????? * Created Turntable subsystem + command - Need to setup simulator * Fix Simulated Gyro - Still need to correct PID and other values in new files for it to simulate "properly" * make physics engine * Update DriveConstants.java * no drive cam * Create simulation subpackage - Moved TurntableSim into SImulation subpackage * Change constants to camelcase * Fixed intermediate pose at aimCommand * Formatting - Snaked cased CAN constants - Fixed rest of constants * extracted camera processing to own function * Javadocs - Added javadocs to functions in CameraSubsystem, Aimcommand, and DriveSubsystem - Fixed javadocs for other subsystems * Formatted navgrid & simulatiom ui * Format simui again * vision model correction * fix cam code * fix format --------- Co-authored-by: Iooob <[email protected]>
- Loading branch information