-
Notifications
You must be signed in to change notification settings - Fork 9
feat: add support for protobuf and structs, example robot app #168
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for protobuf and structs along with an example robot application and updates several project dependencies. The changes include regenerated documentation for the NetworkTables classes and updates to the search and navigation assets.
Reviewed Changes
Copilot reviewed 91 out of 107 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/classes/NetworkTablesTypeInfos.html | Regenerated documentation with updated relative path attributes and script updates. |
| docs/classes/NetworkTables.html | Updated documentation output with minor formatting adjustments. |
| docs/assets/search.js | Updated the search index data string generated by the documentation tooling. |
| docs/assets/navigation.js | Updated the navigation data string reflecting changes from dependency updates. |
Files not reviewed (16)
- .eslintrc.json: Language not supported
- .vscode/extensions.json: Language not supported
- .vscode/settings.json: Language not supported
- apps/example-robot/.wpilib/wpilib_preferences.json: Language not supported
- apps/example-robot/build.gradle: Language not supported
- apps/example-robot/gradle/wrapper/gradle-wrapper.properties: Language not supported
- apps/example-robot/gradlew: Language not supported
- apps/example-robot/gradlew.bat: Language not supported
- apps/example-robot/project.json: Language not supported
- apps/example-robot/settings.gradle: Language not supported
- apps/example-robot/vendordeps/WPILibNewCommands.json: Language not supported
- docs/assets/main.js: Language not supported
- docs/assets/hierarchy.js: Language not supported
- apps/example-robot/src/main/java/frc/robot/Robot.java: Language not supported
- apps/example-robot/src/main/java/frc/robot/Main.java: Language not supported
- apps/example-client/src/main.ts: Language not supported
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #168 +/- ##
==========================================
+ Coverage 89.74% 90.02% +0.28%
==========================================
Files 15 15
Lines 1131 1163 +32
Branches 232 224 -8
==========================================
+ Hits 1015 1047 +32
Misses 112 112
Partials 4 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d07cede to
0b39dd0
Compare
Fixes #167 #166 #163
Description todo