Skip to content
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

feat: add DogLog.tunable() API #79

Merged
merged 7 commits into from
Mar 22, 2025
Merged

feat: add DogLog.tunable() API #79

merged 7 commits into from
Mar 22, 2025

Conversation

jonahsnider
Copy link
Owner

@jonahsnider jonahsnider commented Mar 22, 2025

  • Log NT values to datalog
  • Create actual solution to periodically polling NT changes
  • Verify onChange callbacks work
  • Write docs
    • Javadoc for API
    • Page under guides section
  • Add other data types
    • string
    • boolean
    • long/int
    • string[]
    • boolean[]
    • long/int[]
    • double[]

To test:

  1. Clone repo, checkout branch
  2. In project root, run ./gradlew build
  3. In a separate window, open test-project
  4. Simulate test-project like any other WPILib robot codebase

@jonahsnider jonahsnider added the enhancement New feature or request label Mar 22, 2025
@jonahsnider jonahsnider marked this pull request as ready for review March 22, 2025 07:22
@jonahsnider jonahsnider merged commit ab93412 into main Mar 22, 2025
14 checks passed
@jonahsnider jonahsnider deleted the tunable branch March 22, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant