Closed miamanzella closed 1 year ago
resolves #52
resolves #45
@miamanzella I've made some changes on Sunday (and more coming today) trying to get the SimVision working so we can make progress on testing this system off the robot.
One bug of note was you were missing break
statements in one or two of your switch
statements. The result is if the first switch statement is triggered, then it "falls through" to the other switch statement and runs that one as well. An easy mistake to make, and why some people consider switch statements dangerous!
Vision subsystem accepts 2 camera parameters instead of one; various methods either account for both cameras or ask for one as a parameter.