mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-08-21 11:19:49 +08:00
Interfaces and Bridges
In this folder, you will find examples on what interfaces you can use and on how you can collect the data from them. You will also be able to connect an interface with an element of the world (in this case, a robot) using bridges, and see that different bridges can lead to different behaviors while getting the data from the same interface.
Here are few examples that depict the various interfaces available to the user:
mouse_keyboard.py: use the mouse keyboard interfacewebcam.py: use the webcam interfaceplaystation.py: use the Playstation game controller interfacexbox.py: use the Xbox game controller interfaceasus_xtion.py: use the Asus Xtion interfaceopenpose.py: use the Openpose interfacespeech.py: use the speech (recognizer/translator) interfacespacemouse.py: use the (3Dconnexion) SpaceMouse interface
Note: some interfaces require to install different libraries, and possibly to configure them. Check the raised errors.