Commit 0a9c4bd 1 parent d4e0201 commit 0a9c4bd Copy full SHA for 0a9c4bd
File tree 1 file changed +15
-8
lines changed
1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -109,23 +109,27 @@ The *RRBot* URDF files can be found in the ``description/urdf`` folder.
109
109
110
110
ros2 topic echo /gpio_controller/gpio_states
111
111
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
113
113
114
114
.. code-block :: shell
115
115
116
116
header:
117
117
stamp:
118
- sec: 1730669337
119
- nanosec: 374547404
118
+ sec: 1730927120
119
+ nanosec: 419368389
120
120
frame_id: ' '
121
121
joint_names:
122
122
- flange_analog_IOs
123
123
- flange_vacuum
124
124
interface_values:
125
125
- interface_names:
126
126
- analog_output1
127
+ - analog_input1
128
+ - analog_input2
127
129
values:
128
130
- 0.0
131
+ - 1144726400.0
132
+ - 1620422656.0
129
133
- interface_names:
130
134
- vacuum
131
135
values:
@@ -219,23 +223,26 @@ The *RRBot* URDF files can be found in the ``description/urdf`` folder.
219
223
.. code-block :: shell
220
224
221
225
header:
222
- stamp:
223
- sec: 1730671266
224
- nanosec: 27650570
225
- frame_id: ' '
226
+ stamp:
227
+ sec: 1730927217
228
+ nanosec: 659647869
229
+ frame_id: ' '
226
230
joint_names:
227
231
- flange_analog_IOs
228
232
- flange_vacuum
229
233
interface_values:
230
234
- interface_names:
231
235
- analog_output1
236
+ - analog_input1
237
+ - analog_input2
232
238
values:
233
239
- .nan
240
+ - .nan
241
+ - .nan
234
242
- interface_names:
235
243
- vacuum
236
244
values:
237
245
- 1.0
238
- ---
239
246
240
247
This is, because for the vacuum interface an initial value of ``1.0 `` is set in the URDF file.
241
248
You can’t perform that action at this time.
0 commit comments