Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscribe to joystick feedback #52

Open
matthew-reynolds opened this issue Mar 20, 2019 · 0 comments
Open

Subscribe to joystick feedback #52

matthew-reynolds opened this issue Mar 20, 2019 · 0 comments

Comments

@matthew-reynolds
Copy link
Member

🚀 Feature Request

Part of #13.

The WPILib offers the ability to send haptic feedback to the controllers. We would like to support this. Each joystick is given two 'rumble' values, an unsigned 16bit integer for each left and right.

These will be wrapped in a message of two uint16 arrays, one for left and one for right, and published from the robot. The driver station will need to subscribe to these and apply it to the gamepads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant