-
Notifications
You must be signed in to change notification settings - Fork 304
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
Add GPIO tag description to docs #1109
Conversation
and add a empty page for hardware interface types
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #1109 +/- ##
==========================================
- Coverage 34.61% 31.83% -2.79%
==========================================
Files 52 94 +42
Lines 2981 10475 +7494
Branches 1855 7130 +5275
==========================================
+ Hits 1032 3335 +2303
- Misses 310 801 +491
- Partials 1639 6339 +4700
Flags with carried forward coverage won't be shown. Click here to find out more.
|
GPIOs | ||
***************************** | ||
The ``<gpio>``-tag is used for describing input and output ports of a robotic device that cannot be associated with any joint or sensor. | ||
Parsing of ``<gpio>``-tag is similar to this of a ``<joint>``-tag having command and state interfaces. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parsing of ``<gpio>``-tag is similar to this of a ``<joint>``-tag having command and state interfaces. | |
Parsing of ``<gpio>``-tag is similar to that of a ``<joint>``-tag having command and state interfaces. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merged without this 🤦
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super nice, thank you!
(cherry picked from commit 8141212)
As requested with ros-controls/control.ros.org#57 I propose adding a new page to the docs describing
joints
,sensors
, andgpios
hardware_interface types as used inros2_control/hardware_interface/include/hardware_interface/hardware_info.hpp
Lines 118 to 132 in c122455
I added a link to ros-controls/ros2_control_demos#256 assuming it to be merged before this one.