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

Add Unit Testing Tasks to Main #24

Merged
merged 10 commits into from
Nov 12, 2024
Merged

Add Unit Testing Tasks to Main #24

merged 10 commits into from
Nov 12, 2024

Conversation

N8BWert
Copy link
Contributor

@N8BWert N8BWert commented Nov 12, 2024

Description

This PR is relatively large, but all it really does is move all of the individual unit tests for different aspects of the robot into main. This means that a controller can now be used to spot-test specific aspects of the robot without having to reflash the robot. Additionally, this PR also starts using the PIT to decrease the latency of scheduling the motion_control task.

Associated / Resolved Issue

Conglomerate Tests into Main and Use GPT to schedule motion control loop

Key Files to Review

Main

  • control/src/main.rs

Review Checklist

  • Docstrings: All methods and classes should have the file appropriate docstrings which follow the guidelines in the "Contributing"
    page
    of our docs.
  • Remove extra print statements: Any print statements used for debugging should be removed

@N8BWert N8BWert merged commit 2fab2e2 into main Nov 12, 2024
4 checks passed
@N8BWert N8BWert deleted the examples-in-main branch November 12, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants