greenhouse/darknet_ros2/CONTRIBUTING.md

19 lines
915 B
Markdown
Raw Normal View History

Initial package (#1) * Initial package Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Use latest vision_msgs with string id Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Tiny improvements Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Add parser tests and ignore blank lines in class names Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Test when cfg file does not exist Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Rename test Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * openrobotics_darknet_ros -> openrobotics::darknet_ros Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Added visibility files Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Rename files Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * darknet_node -> detector_node Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Rename files Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Rename files Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * DetectorNetwork and DetectorNode Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Simple readme Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Add Example section Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Example actually works Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Fix link Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Linter tests pass Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
2019-10-04 14:59:05 -07:00
Any contribution that you make to this repository will
be under the Apache 2 License, as dictated by that
[license](http://www.apache.org/licenses/LICENSE-2.0.html):
~~~
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
~~~
Contributors must sign-off each commit by adding a `Signed-off-by: ...`
line to commit messages to certify that they have the right to submit
the code they are contributing to the project according to the
[Developer Certificate of Origin (DCO)](https://developercertificate.org/).