CONTRIBUTING
Contributing to better_launch
Please inform the maintainer as early as possible about your planned feature developments, extensions, or bugfixes that you are working on. An easy way is to open an issue or a pull request in which you explain what you are trying to do.
Pull Requests
The preferred way to contribute to better_launch is to fork the main repository on GitHub, then submit a “pull request” (PR):
Create an account on GitHub if you do not already have one.
Fork the project repository: click on the ‘Fork’ button near the top of the page. This creates a copy of the code under your account on the GitHub server.
Clone this copy to your local disk:
$ git clone git@github.com:dfki-rc/better_launch.git
Create a branch to hold your changes:
$ git checkout -b my-feature
and start making changes. Never work in the
master
branch!Work on this copy, on your computer, using Git to do the version control. When you’re done editing, do::
$ git add modified_files $ git commit
to record your changes in Git, then push them to GitHub with::
$ git push -u origin my-feature
Finally, go to the web page of the your fork of the bolero repo, and click ‘Pull request’ to send your changes to the maintainers for review. request.
Merge Policy
Developers have to submit pull requests. Those will be reviewed by at least one other developer and merged by the maintainer. New features must be documented and tested. Breaking changes must be discussed and announced in advance with deprecation warnings.
Roadmap
a tool for generating launch graphs from better_launch launch files
more interactions for the TUI like setting live parameters
a tool for converting regular ROS2 launch files to better_launch. This is a big maybe as it seems quite annoying to do
who knows :)
Funding
better_launch was initiated and is currently developed at the Robotics Innovation Center of the German Research Center for Artificial Intelligence (DFKI) in Bremen.