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

Replicate real Driver Station UI #49

Closed matthew-reynolds closed 5 years ago

matthew-reynolds commented 5 years ago

🚀 Feature Request

Part of #13.

We aim to provide as similar an experience as possible to the real driver station. As such, we need a UI that is functionally identical, and as visually similar as possible to the NI driver station.

One improvement that I would like to see over the real driver station is improved scaling/resizing of the app. This shouldn't be difficult, QT is powerful when used properly. Avoid absolute positioning.

Another deviation from the true driver station will need to come in the form of an additional tab or popup window that allows setting data that is normally passed in from the FMS (ie Event name, match number, etc.)