This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
projects:crazyflie:pc_utils:inputdevices [2013-05-24 13:33] macke |
projects:crazyflie:pc_utils:inputdevices [2020-05-12 14:29] (current) kimberly |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <WRAP center round important 60%> | ||
| + | This page has deprecated and moved to the new documentation framework of the main Bitcraze website. Please go to [[https:// | ||
| + | </ | ||
| + | |||
| ====== Input-devices for the Crazyflie client ====== | ====== Input-devices for the Crazyflie client ====== | ||
| - | The Crazyflie graphical control client needs an input-device (joystick) with a minimum of 4 analogue | + | The Crazyflie graphical control client needs an input-device (joystick) with a minimum of 4 analogue |
| ===== Limitations ===== | ===== Limitations ===== | ||
| Line 11: | Line 15: | ||
| * The input-device needs to be recognized by the host operating system. This means that it should be seen in the operating system and be usable in other applications or utilities. | * The input-device needs to be recognized by the host operating system. This means that it should be seen in the operating system and be usable in other applications or utilities. | ||
| * When using the Crazyflie graphical control client you need at least the correct mappings for roll/ | * When using the Crazyflie graphical control client you need at least the correct mappings for roll/ | ||
| + | * If you aren't getting any output at all and you are using the Playstation 3 controller, then press the " | ||
| * If the mappings are not correct in the previous point go to the menu // | * If the mappings are not correct in the previous point go to the menu // | ||
| Line 18: | Line 23: | ||
| Below is a list of controllers and the status for different OSs. The list is far from complete so if you have more info please edit or drop us an email. | Below is a list of controllers and the status for different OSs. The list is far from complete so if you have more info please edit or drop us an email. | ||
| - | ^ **Controller** | + | ^ **Controller** |
| - | | Playstation 3 (or copy) | Works | [[projects: | + | | Playstation 3 (or copy) | Works | [[projects: |
| - | | Xbox 360 (or copy) | [[projects: | + | | Xbox 360 (or copy) | [[projects: |
| ====== Playstation 3 controller ====== | ====== Playstation 3 controller ====== | ||
| ===== Linux using Bluetooth ===== | ===== Linux using Bluetooth ===== | ||
| - | **TODO** | + | [[https:// |
| ===== WinXP using Bluetooth===== | ===== WinXP using Bluetooth===== | ||
| **TODO** | **TODO** | ||
| Line 39: | Line 44: | ||
| ====== Xbox 360 controller ====== | ====== Xbox 360 controller ====== | ||
| + | |||
| ===== Linux using USB ===== | ===== Linux using USB ===== | ||
| - | **TODO** | + | |
| + | <WRAP center round tip 80%> | ||
| + | **INFO** | ||
| + | |||
| + | All modern Linux distribution now have a kernel driver for the x-box gamepad. Thus it is unlikely the //xboxdrv// user-space driver is needed. | ||
| + | </ | ||
| + | |||
| + | |||
| + | If you are having problems getting this to work the userspace driver '' | ||
| + | < | ||
| + | sudo apt-get install xboxdrv | ||
| + | </ | ||
| + | And then started by running: | ||
| + | < | ||
| + | sudo xboxdrv | ||
| + | </ | ||
| + | |||
| + | More info about the '' | ||
| + | |||