You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🚀 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.The text was updated successfully, but these errors were encountered: