This repository was archived by the owner on Jan 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,31 @@ This package is a generator of rosjava message artifacts for core ros messages.
4
4
5
5
### Adding Packages
6
6
7
- If you would like to add a package to this list, please modify
8
- both CMakeLists.txt, package.xml appropriately and send us a pull request!
7
+ If you would like to add a message dependency to this list, first consider
8
+ if it is a worthwhile candidate:
9
+
10
+ * It is a direct dependency for rosjava/android
11
+ * It is a popular and stable dependency that will require little maintenance
12
+
13
+ Then to actually add the dependency:
14
+
15
+ * add the message dependency to package.xml
16
+ * add the message dependency to CMakeLists.txt
17
+ * create a pull request
18
+ * update the changelog and bump the version number in package.xml
19
+ * tag it with the new version number
20
+ * release
21
+
22
+ ### Rereleasing Version Changes
23
+
24
+ When the underlying message dependency version numbers shift, this will
25
+ require a rebuild of this package:
26
+
27
+ * update the changelog and bump the version number in package.xml
28
+ * tag it with the new version number
29
+ * release
9
30
10
31
### More Information
11
32
12
- http://wiki.ros.org/rosjava/Tutorials/indigo/RosJava Message Artifacts
33
+ * [ RosJava Message Artifacts ] ( http://wiki.ros.org/rosjava/Tutorials/indigo/RosJava Message Artifacts)
13
34
You can’t perform that action at this time.
0 commit comments