-
Notifications
You must be signed in to change notification settings - Fork 120
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
Update Quality Declarations and READMEs #455
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
a6da71f
Refs #9439: Update README: use Fast DDS instead of Fast-RTPS and prov…
JLBuenoLopez ad418bf
Update README rmw_fastrtps_cpp to QL2
JLBuenoLopez d411390
Update rmw_fastrtps_cpp QD: Fast DDS & unit test
JLBuenoLopez e8660b7
Update README rmw_fastrtps_shared_cpp to QL2
JLBuenoLopez 0210bed
Update rmw_fastrtps_shared_cpp QD: Fast DDS
JLBuenoLopez 72d3498
Add QD for rmw_fastrtps_dynamic
JLBuenoLopez d07e00a
Update rmw_fastrtps README to use Fast DDS
JLBuenoLopez 7a2adf0
Add README to rmw_fastrtps_dynamic
JLBuenoLopez f215004
Update general README providing links to all QD
JLBuenoLopez c3d40c8
Provide external dependencies QD links
JLBuenoLopez 2821904
Add QD links for dependencies to rmw_fastrtps_cpp QD
JLBuenoLopez f480db3
Add QD links for dependencies to rmw_fastrtps_shared_cpp QD
JLBuenoLopez e56a5cc
Add QD links for dependencies to rmw_fastrtps_dynamic_cpp QD
JLBuenoLopez 5ae7e78
Add QL of external dependencies to rmw_fastrtps_dynamic_cpp QD
JLBuenoLopez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# `rmw_fastrtps_cpp` | ||
|
||
`rmw_fastrtps_cpp` implements the ROS middleware interface using eProsima FastRTPS static code generation in C++. | ||
`rmw_fastrtps_cpp` implements the ROS middleware interface using eProsima Fast DDS static code generation in C++. | ||
|
||
For more information see the repository level [README](../README.md) | ||
|
||
## Quality Declaration | ||
|
||
This package claims to be in the **Quality Level 3** category, see the [Quality Declaration](QUALITY_DECLARATION.md) for more details. | ||
This package claims to be in the **Quality Level 2** category, see the [Quality Declaration](QUALITY_DECLARATION.md) for more details. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've been stating the quality declaration in the README as well. See https://github.com/ros2/rmw/blob/master/rmw/README.md for an example