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

30 system implement ride task #43

Open
wants to merge 281 commits into
base: main
Choose a base branch
from

Conversation

charliekush
Copy link
Contributor

Finished scheduler and included tests in the tests directory.

@charliekush charliekush linked an issue May 14, 2024 that may be closed by this pull request
@charliekush charliekush reopened this May 14, 2024
.vscode/launch.json Outdated Show resolved Hide resolved
.vscode/c_cpp_properties.json Show resolved Hide resolved
.vscode/tasks.json Outdated Show resolved Hide resolved
package-lock.json Outdated Show resolved Hide resolved
src/Doxyfile Outdated Show resolved Hide resolved
src/rideTask.hpp Outdated Show resolved Hide resolved
src/scheduler.cpp Outdated Show resolved Hide resolved
src/scheduler.cpp Outdated Show resolved Hide resolved
src/scheduler.cpp Outdated Show resolved Hide resolved
src/scheduler.cpp Outdated Show resolved Hide resolved
@ntlhui ntlhui force-pushed the 30-system-implement-ride-task branch from a50b38c to 856bb5a Compare May 23, 2024 20:10
@ntlhui
Copy link
Contributor

ntlhui commented May 24, 2024

Please remove meeting slides from this repo

charliekush added a commit that referenced this pull request May 29, 2024
@charliekush charliekush requested a review from ntlhui May 30, 2024 00:00
.gitignore Outdated Show resolved Hide resolved
.vscode/c_cpp_properties.json Outdated Show resolved Hide resolved
gtests/CMakeLists.txt Outdated Show resolved Hide resolved
gtests/CMakeLists.txt Outdated Show resolved Hide resolved
gtests/Makefile Outdated Show resolved Hide resolved
tests/scheduler_test_system.cpp Outdated Show resolved Hide resolved
tests/scheduler_test_system.cpp Outdated Show resolved Hide resolved
tests/scheduler_test_system.hpp Outdated Show resolved Hide resolved
tests/gtest.cpp Outdated Show resolved Hide resolved
tests/gtest.cpp Outdated Show resolved Hide resolved
@charliekush charliekush requested a review from ntlhui June 6, 2024 09:59
Copy link
Contributor

@ntlhui ntlhui left a 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

{
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/tests/build/googletests.o",
Copy link
Contributor

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/gtest.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing all docstrings

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing all docstrings

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing all docstrings

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.

System: implement ride task
6 participants