Skip to content

Commit 0a9c4bd

Browse files
Update docs with latest changes of controller
1 parent d4e0201 commit 0a9c4bd

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

example_10/doc/userdoc.rst

+15-8
Original file line numberDiff line numberDiff line change
@@ -109,23 +109,27 @@ The *RRBot* URDF files can be found in the ``description/urdf`` folder.
109109
110110
ros2 topic echo /gpio_controller/gpio_states
111111
112-
which shows the current state of the configured command interfaces GPIOs, read back from the hardware.
112+
which shows the values of the state_interfaces of the configured GPIOs
113113

114114
.. code-block:: shell
115115
116116
header:
117117
stamp:
118-
sec: 1730669337
119-
nanosec: 374547404
118+
sec: 1730927120
119+
nanosec: 419368389
120120
frame_id: ''
121121
joint_names:
122122
- flange_analog_IOs
123123
- flange_vacuum
124124
interface_values:
125125
- interface_names:
126126
- analog_output1
127+
- analog_input1
128+
- analog_input2
127129
values:
128130
- 0.0
131+
- 1144726400.0
132+
- 1620422656.0
129133
- interface_names:
130134
- vacuum
131135
values:
@@ -219,23 +223,26 @@ The *RRBot* URDF files can be found in the ``description/urdf`` folder.
219223
.. code-block:: shell
220224
221225
header:
222-
stamp:
223-
sec: 1730671266
224-
nanosec: 27650570
225-
frame_id: ''
226+
stamp:
227+
sec: 1730927217
228+
nanosec: 659647869
229+
frame_id: ''
226230
joint_names:
227231
- flange_analog_IOs
228232
- flange_vacuum
229233
interface_values:
230234
- interface_names:
231235
- analog_output1
236+
- analog_input1
237+
- analog_input2
232238
values:
233239
- .nan
240+
- .nan
241+
- .nan
234242
- interface_names:
235243
- vacuum
236244
values:
237245
- 1.0
238-
---
239246
240247
This is, because for the vacuum interface an initial value of ``1.0`` is set in the URDF file.
241248

0 commit comments

Comments
 (0)