uwreact / frc_control

ROS metapackage enabling FRC teams to use ROS on their robots
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Subscribe to joystick feedback #52

Open matthew-reynolds opened 5 years ago

matthew-reynolds commented 5 years ago

🚀 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.