Skip to content
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

README: expand description of packaging metadata #44124

Merged
merged 2 commits into from
Jan 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
This repo maintains the lists of repositories defining ROS distributions.
This repository maintains two independent sets of packaging metadata used in ROS:

It is the implementation of [REP 143](http://ros.org/reps/rep-0143.html).
1. The lists of repositories that curate ROS packages for each ROS distributions,
implementing the data structure defined in [REP 143](http://ros.org/reps/rep-0143.html).
Any ROS package release will generate pull requests to the distribution files
in this repository.

It also the home of the rosdep rules.
2. The rosdep rules database, which map the package names used in package.xml files to
system package names.

Guide to Contributing
---------------------
Expand Down
Loading