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
Summary
Auto in simulation skips the lineup state after the first try, so I suspect there is some stale state hanging around that is short circuiting the lineup state logic.
For AprilTags: I think issues in #72 related to not being able to see the tags are due to using the right camera for the left camera's job. We should add support for the left camera in sim in this ticket.
we will be using sim a lot in the coming days/weeks to prepare for auto, so let's make sure the sim is as accurate as possible.
Work Scope
Determine why the lineup state is being short circuited after the first score in auto
Add the left camera to sim to prove it works (we can also add it to the robot here if convenient)
Check that the apriltags are being used correctly in sim
The text was updated successfully, but these errors were encountered:
@jkleiber lineup is only skipped for the first reef on red side. after testing, its just because the camera isnt seeing the april tag in front of it (so it's pushing back to joystick state)
i assume adding left camera to sim might fix this, but unsure why it isnt seeing the tag in the first place. when switching to blue alliance, the auto runs perfectly (with lineup happening at both locations)
Summary
Auto in simulation skips the lineup state after the first try, so I suspect there is some stale state hanging around that is short circuiting the lineup state logic.
For AprilTags: I think issues in #72 related to not being able to see the tags are due to using the right camera for the left camera's job. We should add support for the left camera in sim in this ticket.
we will be using sim a lot in the coming days/weeks to prepare for auto, so let's make sure the sim is as accurate as possible.
Work Scope
The text was updated successfully, but these errors were encountered: