File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,12 @@ A generic example which shows the structure is provided below. More specific exa
25
25
<param name =" example_param" >value</param >
26
26
</hardware >
27
27
<joint name =" name_of_the_component" >
28
- <command_interface name =" interface_name" >
29
- <!-- All of them are optional. `data_type` and `size` are used for GPIOs. Size is length of an array. -->
28
+ <!-- `data_type` argument is optional (defaults to double). -->
29
+ <command_interface name =" interface_name" data_type =" double" >
30
+ <!-- All of them are optional. -->
30
31
<param name =" min" >-1</param >
31
32
<param name =" max" >1</param >
32
33
<param name =" initial_value" >0.0</param >
33
- <param name =" data_type" ></param >
34
- <param name =" size" >5</param >
35
34
<!-- Optional. Added to the key/value storage parameters -->
36
35
<param name =" own_param_1" >some_value</param >
37
36
<param name =" own_param_2" >other_value</param >
You can’t perform that action at this time.
0 commit comments