![]() |
Echoflow
1.0.0
A ROS2 Toolset for tracking marine radar targets
|
This repository follows the GitFlow Workflow. If you're not familiar with it, please take a moment to review the basics.
Before creating a fork, please open an issue on the GitHub page. That gives maintainers an opportunity to:
Avoid forking for changes that alter existing behavior without prior discussion.
To fix a bug, create a branch from master
. This branch should be named using the format: hotfix/x.y.z-description
Where x.y.z
follows Semantic Versioning.
Once complete, submit a pull request (PR) to master
. A maintainer will review and merge the change.
To add a new feature, branch from devel
.
Once your work is complete and tested, open a PR to devel
. If accepted, your contribution will be included in the next stable release from master
.
colcon build
passes with no errors or warningsament_cpplint
passes with no errors using a line length of 120, e.g. ament_cpplint <src_folder> --linelength 120
Thank you for helping make this project better! 🛰️