Skip to content

Commit

Permalink
remove a duplicate hint (#507) (#515)
Browse files Browse the repository at this point in the history
(cherry picked from commit a4cccb1)

Co-authored-by: Vladimir Fokow <57260995+VladimirFokow@users.noreply.github.com>
  • Loading branch information
mergify[bot] and VladimirFokow committed May 3, 2024
1 parent 21c93a2 commit 30bdb2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ These are some quick hints, especially for those coming from a ROS1 control back
* *ros(1)_control* only allowed three hardware interface types: position, velocity, and effort.
*ros2_control* allows you to create any interface type by defining a custom string. For example, you might define a ``position_in_degrees`` or a ``temperature`` interface.
The most common (position, velocity, acceleration, effort) are already defined as constants in hardware_interface/types/hardware_interface_type_values.hpp.
* Joint names in <ros2_control> tags in the URDF must be compatible with the controller's configuration.
* In ros2_control, all parameters for the driver are specified in the URDF.
The ros2_control framework uses the **<ros2_control>** tag in the URDF.
* Joint names in <ros2_control> tags in the URDF must be compatible with the controller's configuration.
Expand Down

0 comments on commit 30bdb2a

Please sign in to comment.