Team997Coders / pyswerve_2024

0 stars 0 forks source link

April Tag Mapping count? #56

Closed jamesra closed 4 months ago

jamesra commented 4 months ago

Why are there four Blue tag mappings and six Red tag mappings?

self._tag_mappings = {
            #  blue tag mappings
            (self.joystick_two, 3): 4,
            (self.joystick_two, 4): 5,
            #  red tag mappings
            (self.joystick_two, 6): 11,
            (self.joystick_two, 7): 12,
            (self.joystick_two, 8): 13,

            #  blue tag mappings
            (self.joystick_one, 6): 7,
            (self.joystick_one, 7): 6,
            #  red tag mappings
            (self.joystick_one, 8): 16,
            (self.joystick_one, 9): 15,
            (self.joystick_one, 10): 14
        }
IzuLeo400 commented 4 months ago

Should be 5 and 5, amp + speaker and then stage sides

On Fri, Feb 23, 2024, 12:45 AM James Anderson @.***> wrote:

Assigned #56 https://github.com/Team997Coders/pyswerve_2024/issues/56 to @IzuLeo400 https://github.com/IzuLeo400.

— Reply to this email directly, view it on GitHub https://github.com/Team997Coders/pyswerve_2024/issues/56#event-11900883115, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFFSNYBPR6O2JNMTUHBG2FTYVBJMFAVCNFSM6AAAAABDWKYHS6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRHEYDAOBYGMYTCNI . You are receiving this because you were assigned.Message ID: @.***>

feverittm commented 4 months ago

When you make your definitions could you please add a comment to each mapping that describes the target (i.e. right side of red speaker)?