Mapping of Joystick keys with code

Is there any document to see what is the flow when joystick key is pressed? Because we will need to replace that input with voice input.

Hello @sitaneja, in the Getting Started Guide, we have a section called Hello World Demo that shows the mapping between the joystick and Stretch’s joints. You might even be interested in reviewing the source code for the mapping in the command line tool: stretch_xbox_controller_teleop.py.