-
Notifications
You must be signed in to change notification settings - Fork 25
A new structure of the control.ros.org #49
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
Open
destogl
wants to merge
3
commits into
ros-controls:master
Choose a base branch
from
destogl:patch-6
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| # Restructuring the documentation on control.ros.org | ||
|
|
||
| The goal of this document is to provide a place for discussion of documentation restructuring on control.ros.org. | ||
| The document should result with a list of actions that have to be done to make the documentation better. | ||
|
|
||
| ## Motivation | ||
|
|
||
| Current state of documentation is very messy, there is no clear structure and it is hard to find anything there. | ||
|
|
||
|
|
||
| ## Goals/Targets to achieve with documentation | ||
|
|
||
| ### 1. We need better starting page | ||
| This page should explain in shortly what is ros2_control and what is its purpose. | ||
| A graphical representaiton of three main parts of the framework: *hardware interfaces/abstraction*, *managers (resouce and controller)*, and *controllers*. | ||
| For sure a graphics would be very, very useful there. | ||
|
|
||
|
|
||
| ### 2. ros2_control concepts should be shown in a clear structure | ||
| The above-mentioned three concepts should be individually explained and shown in the left menu. | ||
| Each of the concepts should have multiple subpages showing details about (see the structure below). | ||
|
|
||
|
|
||
|
|
||
|
|
||
| ### Proposal of the new structure | ||
|
|
||
| This is a page-structure from the perspecitve of the left menu. | ||
|
|
||
| Main page (when logo is clicked or control.ros.org navigated) - landing/starting/introduction page | ||
|
|
||
| Architecture - shows the overall architecture of the framework; explaines differnet repositories | ||
|
|
||
| 1. Hardware Interface - explaines the hardware abstraction concepts: | ||
| - What is the purpose of Hardware Interface and concept of Componets | ||
| - Hardware Lifecycle | ||
| - How to utilize different concepts, e.g., Handling erorrs | ||
|
|
||
| 2. "ros2_control Managers": | ||
| - Resouce Manager: purpose, functionality and how can be configured and interactet with | ||
| - Controller Manager: purpose, functionality and how can be configured and interactet with | ||
destogl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 3. Controllers - explaines the controllers concept: | ||
| - What is the purpose and how controllers work | ||
| - Controllers Lifecycle | ||
| - How to utilize differnet concepts, e.g., interface assignement, resetting values | ||
| - Standard controllers - details on standard controllers in the ros2_control repository | ||
|
|
||
| 4. How-To Guides (for definition see [MoveIt documentation](https://moveit.picknik.ai/main/doc/concepts/how_to_guide.html) | ||
| - Writing `<ros2_control>` part of URDF for a robot | ||
| - Writing Hardware Interfaces | ||
| - Writing Controllers | ||
| - Migration Guides: | ||
| - migration tutorial for different versions | ||
|
|
||
| 5. Tutorials | ||
| - "Setting up ros2_control for a robot" | ||
|
|
||
| 6. Examples | ||
| - Integration ros2_control_demos repository | ||
|
|
||
| 7. Resources | ||
|
|
||
| 8. Contributing: | ||
| - Pull Requests (current page) | ||
| - Code (Rules for repsitories): some general implementation details | ||
| - Documentation | ||
|
|
||
| 9. Acknowledgements | ||
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.
Uh oh!
There was an error while loading. Please reload this page.