Open KryptoCrash opened 1 year ago
Also please comment your code
It also looks like https://github.com/rebels2638/FRC-2023-Beta-Testing/blob/cd1f55423edc91c44260993358ec24aa79403399/src/main/java/frc/robot/commands/ChaseTag.java#L105 is only usable for swerve drive. We need to replace this with a RamseteController probably.
Please create a new subsystem for VisionOdometry that has functions to get target Pose, robot Pose, etc. Then use those functions inside of ChaseTag.java instead.