Closed einarhaaland closed 2 years ago
Can then be called like this:
move(robot, "Shoulder", "R", "Pitch", 1.5, True)
instead of:
abstraction.shoulder(robot, "R", "Pitch", 1.5, True)
is now like this:
move(robot, True, 1.5, "Shoulder", "Pitch", "R")
Can then be called like this:
instead of: