Skip to content

Commit

Permalink
Update hardware_interface/doc/hardware_interface_types_userdoc.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Denis <[email protected]>
  • Loading branch information
mamueluth and destogl committed Aug 16, 2024
1 parent b22a7a0 commit 7d7c3f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A generic example which shows the structure is provided below. More specific exa
</hardware>
<joint|gpio|sensor name="name_of_the_component">
<command_interface name="interface_name">
<!-- All of them are optional. Data_type and size are used for GPIOs. Size length of array. -->
<!-- All of them are optional. `data_type` and `size` are used for GPIOs. Size is length of an array. -->
<param name="min">-1</param>
<param name="max">1</param>
<param name="initial_value">0.0</param>
Expand Down

0 comments on commit 7d7c3f5

Please sign in to comment.