@nab138 I searched both this repo and oxplorer, and this is the only instance of using a sequence command that I can find. I remember that a sequential group execute step was taking about half a second from the data of one of the overruns, so I'm guessing one of these commands is causing the issue. Do we need to travel to the nearest point on the shooting zone? Can we simplify this by removing this sequence and just having the bot travel to a point while checking if it is currently in the zone instead?
https://github.com/FRCTeam3044/2024SwerveBase/blob/5e8ef305a9e9f302f570e89d389ac96e0f5defe9/src/main/java/frc/robot/commands/auto/GoToShootingZone.java#L41
@nab138 I searched both this repo and oxplorer, and this is the only instance of using a sequence command that I can find. I remember that a sequential group execute step was taking about half a second from the data of one of the overruns, so I'm guessing one of these commands is causing the issue. Do we need to travel to the nearest point on the shooting zone? Can we simplify this by removing this sequence and just having the bot travel to a point while checking if it is currently in the zone instead?