You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
next = Commands.sequence(travelToPoint, trackPointCmd);
@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?
The text was updated successfully, but these errors were encountered:
2024SwerveBase/src/main/java/frc/robot/commands/auto/GoToShootingZone.java
Line 41 in 5e8ef30
@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?
The text was updated successfully, but these errors were encountered: