-
Notifications
You must be signed in to change notification settings - Fork 0
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
30 system implement ride task #43
base: main
Are you sure you want to change the base?
Conversation
a50b38c
to
856bb5a
Compare
Please remove meeting slides from this repo |
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.
Please address all comments and requested changes
.vscode/launch.json
Outdated
{ | ||
"type": "cppdbg", | ||
"request": "launch", | ||
"program": "${workspaceRoot}/tests/build/googletests.o", |
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.
Do not create executables with *.o
extension - this is not convention
tests/scheduler_functions.cpp
Outdated
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.
Missing all docstrings
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.
Missing all docstrings
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.
Missing all docstrings
Ensembles taken from smartfin-v2, updated to work with scheduler and new modules in smartfin-fw3
Finished scheduler and included tests in the tests directory.