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

creation of drivebrain app wrapper #23

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

happyCupcake
Copy link
Contributor

No description provided.

CMakeLists.txt Show resolved Hide resolved
drivebrain_app/DriveBrainApp.hpp Outdated Show resolved Hide resolved
drivebrain_app/DriveBrainApp.cpp Outdated Show resolved Hide resolved
drivebrain_app/DriveBrainApp.cpp Outdated Show resolved Hide resolved
drivebrain_app/DriveBrainApp.cpp Outdated Show resolved Hide resolved
drivebrain_app/DriveBrainApp.cpp Outdated Show resolved Hide resolved
drivebrain_app/DriveBrainApp.cpp Outdated Show resolved Hide resolved
drivebrain_app/DriveBrainApp.cpp Outdated Show resolved Hide resolved
drivebrain_app/DriveBrainApp.hpp Outdated Show resolved Hide resolved
@happyCupcake happyCupcake requested a review from RCMast3r January 7, 2025 00:44
}
}

DriveBrainApp::DriveBrainApp(int argc, char* argv[], const DriveBrainSettings& settings)
Copy link
Contributor

Choose a reason for hiding this comment

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

instead of passing in directly the command line / main arguments, i would suggest handling the argument parsing in external functions from this class. they dont need to be part of a class, but it would help be more explicit for application construction arguments.

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