Initial commit, add all current packages

This commit is contained in:
Tristan McGinnis
2025-02-18 11:52:25 -06:00
parent 9d04816994
commit eb466e11b7
63 changed files with 2313 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
# Controller state message to transmit the entire state of the controller
# This is depricated and currently no longer in use. It remains as a backup in case it's needed.
#Triggers
float64 lt
float64 rt
#Bumbers
bool lb
bool rb
#Menu/Pause buttons (plus/minus on the Gulikit)
bool plus
bool minus
#Left stick values
float64 ls_x
float64 ls_y
#Right stick values
float64 rs_x
float64 rs_y
#Buttons
bool a
bool b
bool x
bool y
#D-pad
bool d_up
bool d_down
bool d_left
bool d_right
#Home button
bool home