12 config_file_location =
"" 31 YES = [
"YES",
"yes",
"Y",
"y"]
32 NO = [
"NO",
"no",
"N",
"n"]
33 QUIT = [
"QUIT",
"quit",
"Q",
"q"]
34 SAVE = [
"SAVE",
"save",
"S",
"s"]
51 return "\nButton: {},\nAxis: {},\nValue: {},\nJoint: {},\nMessage Field: {}\n".format(self.
button, self.
axis, self.
value, self.
joint, self.
msg_field)
68 return "\nName: {},\nType: {},\nActions: {},\nJoints: {},\nTopic: {}\n".format(self.
name, self.
type, self.
joyActions, self.
joints, self.
topic)
def __init__(self, b, a, v, j, mf)
def __init__(self, n, t, ja, j, tt)