Skip to content

Commit a4cccb1

Browse files
remove a duplicate hint (ros-controls#507)
1 parent 61e5ea4 commit a4cccb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ These are some quick hints, especially for those coming from a ROS1 control back
250250
* *ros(1)_control* only allowed three hardware interface types: position, velocity, and effort.
251251
*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.
252252
The most common (position, velocity, acceleration, effort) are already defined as constants in hardware_interface/types/hardware_interface_type_values.hpp.
253-
* Joint names in <ros2_control> tags in the URDF must be compatible with the controller's configuration.
254253
* In ros2_control, all parameters for the driver are specified in the URDF.
255254
The ros2_control framework uses the **<ros2_control>** tag in the URDF.
256255
* Joint names in <ros2_control> tags in the URDF must be compatible with the controller's configuration.

0 commit comments

Comments
 (0)