-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fixes in documentation (example_1 and example_12) (#361)
* [example_1/doc] Specify that step 1 is optional. Two in * [example_12/README.md] Fix wrong title in README.md --------- Co-authored-by: Olivier Stasse <olivier.stasse@laas.fr>
- Loading branch information
1 parent
60b788f
commit 40b92dd
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# ros2_control_demo_example_12 | ||
|
||
This example demonstrates the switching between simulation and real hardware by means of the *RRBot* - or ''Revolute-Revolute Manipulator Robot''. | ||
This example shows how to write a simple chainable controller, and how to integrate it properly to have a functional controller chaining. | ||
|
||
Find the documentation in [doc/userdoc.rst](doc/userdoc.rst) or on [control.ros.org](https://control.ros.org/master/doc/ros2_control_demos/example_12/doc/userdoc.html). |