Skip to content

A simple collection of joystick helper nodes for use with the rosflight stack

Notifications You must be signed in to change notification settings

natetoombs/rosflight_joy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rosflight_joy

These nodes use pygame to directly access the joysticks with python, and automatically detects the joystick type and mappings. You'll need to install pygame to get them working

pip install pygame

Or whatever environment you're using.

There is a rosflight_joy_base class which does the auto-detection. The other nodes create objects which inherit from this base class, but change the way the inputs are interpreted and which message is ultimately sent out. Just change which node you are running to change modes.

About

A simple collection of joystick helper nodes for use with the rosflight stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.4%
  • CMake 28.6%