This document is a declaration of software quality for the dynmsg_demo
package, based on the guidelines in REP-2004.
The package dynmsg_demo
claims to be in the Quality Level 4 category.
Below are the rationales, notes, and caveats for this claim, organized by each requirement listed in the Package Quality Categories in REP-2004 of the ROS2 developer guide.
dynmsg_demo
uses semver
according to the recommendation for ROS Core packages in the ROS 2 Developer Guide.
dynmsg_demo
is at a stable version, i.e. >= 1.0.0
.
The current version can be found in its package.xml, and its change history can be found in its CHANGELOG.
All symbols in the installed headers are considered part of the public API.
Except for the exclusions listed below, all installed headers are in the include
directory of the package, headers in any other folders are not installed and considered private.
dynmsg_demo
will not break public API within a released ROS distribution, i.e. no major releases once the ROS distribution is released.
dynmsg_demo
may break ABI within a ROS distribution.
dynmsg_demo
will not break API within a released ROS distribution, i.e. no major releases once the ROS distribution is released.
dynmsg_demo
may break ABI within a released ROS distribution.
dynmsg_demo
requires that all changes go through a pull request.
The Developer Certificate of Origin (DCO) is enforced on pull requests.
A minimum of 1 approval from a fellow developer who did not author the pull request is required to consider it approved. Approval is required before merging.
Any required changes to documentation must be proposed before merging related changes.
All changes will occur through a pull request.
This package uses DCO as its confirmation of contributor origin policy. More information can be found in CONTRIBUTING.
All pull requests will be peer-reviewed.
All pull requests must pass CI.
All pull requests must resolve related documentation changes before merging.
dynmsg_demo
does not have feature documentation.
dynmsg_demo
does not have public API documentation.
The license for dynmsg_demo
is Apache 2.0, and a summary is in each source file, the type is declared in the package.xml
manifest file, and a full copy of the license is in the LICENSE
file.
There is an automated test which runs a linter that ensures each file has a license statement.
The copyright holders each provide a statement of copyright in each source code file in dynmsg_demo
.
There is an automated test which runs a linter that ensures each file has at least one copyright statement.
dynmsg_demo
has tests for all public API calls and unit tests for internal functions.
New features are required to have tests before being added.
Each part of the public API has tests, and new additions or changes to the public API require tests before being added. The tests aim to cover both typical usage and corner cases, but are quantified by contributing to code coverage.
dynmsg_demo
does not currently track test coverage.
dynmsg_demo
does not currently have performance tests.
dynmsg_demo
uses the ROS2 standard linters and static analysis tools for a C++ package as described in the ROS 2 Developer Guide.
Passing implies there are no linter/static errors when testing against CI of supported platforms.
dynmsg_demo
does not claim to pass the linters.
Below are evaluations of each of dynmsg_demo
's run-time and build-time dependencies that have been determined to influence the quality.
It has several "buildtool" dependencies, which do not affect the resulting quality of the package, because they do not contribute to the public library API.
It also has several test dependencies, which do not affect the resulting quality of the package, because they are only used to build and run the test code.
dynmsg_demo
has the following runtime ROS dependencies:
rcl
a library to support implementation of language specific ROS 2 Client Libraries.
It is Quality Level 3, see its Quality Declaration document.
rcl_action
a library to support implementation of language specific ROS 2 Client Libraries.
It is Quality Level 2, see its Quality Declaration document.
dynmsg_demo
has the following runtime non-ROS dependencies.
libyaml
is a YAML parsing library written in C.
It is Quality Level 1, see its Quality Declaration document.
dynmsg_demo
does not strictly support any platform.
As a demonstration package, dynmsg_demo
does not have a vulnerability disclosure policy.