no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | doc:repositories [2014/12/07 09:33] (current) – created admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== A guide to the KnowRob repositories ====== | ||
| + | |||
| + | The KnowRob ecosystem consists of several repositories, | ||
| + | |||
| + | * **knowrob: | ||
| + | * **knowrob_addons: | ||
| + | * **knowrob_dev: | ||
| + | * **knowrob_gui: | ||
| + | * **knowrob_human: | ||
| + | * **knowrob_tutorials: | ||
| + | |||
| + | ===== Guidelines ===== | ||
| + | * All packages in all repositories are supposed to compile at any time in order not to break the build for anyone. If you plan longer-term changes that result in a broken state in between, please create a temporary branch or your own fork, but merge it back as soon as possible. | ||
| + | * Package naming: Please use knowrob_* instead of the older comp_* (with computables) or mod_* (for generic modules). Since there are no stacks any more, all packages live in the same namespace, so each should have a unique and meaningful name. | ||
| + | * Package layout: Please follow the guidelines described [[/ | ||

