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

Restructured Codebase #2

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

Conversation

NumberRaptor482
Copy link

Removed utility functions, bezier, planner, planning_space, and LinearJointVelocityVarying from sea_current and abstracted them into their own respective .hpp header files. Also updated CMakeLists to reflect the creation of the new header files.

Removed classes and utility functions from sea_current.hpp
Moved utility functions from sea_current.hpp to utilities.hpp
Migrated the planning_space class from sea_current to its own dedicated file
Migrated the planner class from sea_current to its own dedicated class
Migrated the bezier class from sea_current to its own dedicated file
Migrated LinearJoingVelocityVarying class from sea_current to its own dedicated file
Updated cmake to reflect the changes made to sea_current and the new header files created
@NumberRaptor482 NumberRaptor482 marked this pull request as ready for review November 14, 2024 17:58
@c-flew
Copy link
Contributor

c-flew commented Nov 14, 2024

lgtm

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