You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,10 @@ This project's goal is to facilitate loading and sharing of robot descriptions f
4
4
5
5
- Add a new robot description
6
6
- Raise any issue you find in a description, preferably directly in the description's repository (check out [`_repositories.py`](https://github.com/stephane-caron/robot_descriptions.py/blob/master/robot_descriptions/_repositories.py))
7
-
- Help with any [open issue](https://github.com/stephane-caron/robot_descriptions.py/issues?q=is%3Aissue+is%3Aopen)
8
7
- Make a standalone ``<robot_name>_description`` repository for a description embedded in one of the big framework repositories (Bullet, Drake, ...)
9
8
10
9
## Adding a new robot description
11
10
12
-
Make sure that your pull request satisfies the following:
13
-
14
11
1.**License:** The robot description is distributed legally and under an open source license (permissive or copyleft).
15
12
2.**Repository:** If needed, add the repository containing the new description to ``_repositories.py``.
16
13
- Use a specific git commit ID. This way the robot description will still work in the interval between a change in the file structure of the target repository and the corresponding update in `robot_descriptions`.
0 commit comments