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

Driver Station/FMS Messages #56

Closed matthew-reynolds closed 5 years ago

matthew-reynolds commented 5 years ago

Pull Request

Closes #54

Adds message definitions for Driver Station/FMS-related data. In a real, hardware robot, these topics are populated and published by the base node, essentially just forwarding the data from the DS/FMS onto the rest of the system. The same node also subscribes to the joy feedback topic, which others can publish to control the joysticks.

In simulation, these messages will all be handled by the QT driver station, passing data directly from the app to the system rather than app->base node->Rest of system.

Contribution Checklist

Change Checklist

wmmc88 commented 5 years ago

@Matthew-Reynolds ready to merge once passes format checks lmao