mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-21 13:20:37 +08:00
12 lines
656 B
Markdown
12 lines
656 B
Markdown
## 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:
|
|
1. `mouse_keyboard.py`: use the mouse keyboard interface
|
|
2. `webcam.py`: use the webcam interface
|
|
3. `playstation.py`: use the Playstation joystick controller interface
|
|
4. `xbox.py`: use the Xbox joystick controller interface
|