Xbox Joystick with Vibration for Simulink

This is a wrapper for the XInput-Python lib allowing MATLAB / Simulink interaction with xBox joystick controllers including force feedback.

https://kyburz-switzerland.ch/

Sie verfolgen jetzt diese Einreichung

Simulink_Xbox_Joystick

Public code for XBox Controller Simulink Model, allowing use according to the MIT Open License.

These instructions assume Python 2.7 due to compatibility constraints with ROS Melodic

Installation

  1. Create a Python 2.7 virtual environment (if desired)
  2. Install XInput-Python: py -2.7 -m pip install XInput-Python
  3. Because the Xinput Library was written for Python 3+, the modified version of the library (XInput_edit.py) was composed and must be copied from this directory into:C:\Python27\Lib\site-packages, and renamed to XInput.py, replacing the file already present.

Use

Simulation Pacing is active and fixed step sizes are used, which result in more deterministic behaviour due to the asynchronous polling of the joystick. Pacing may be turned off, but the behaviour is untested.

The buttons can be used to control the left and right vibration. The input values can also be modulated but the effect is not extremely percievable.

Additional buttons and functions can be easily mapped by inspecting the XInput-Python code, as well as the Matlab Function in the Simulink Block.

Zitieren als

Erik Wilhelm (2026). Xbox Joystick with Vibration for Simulink (https://github.com/kyburz-switzerland-ag/Simulink_Xbox_Joystick/releases/tag/v0.1), GitHub. Abgerufen .

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
0.1

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.