Skip to content

Commit 7450f90

Browse files
author
Felix Exner
committed
ros_control -> ros2_control
1 parent 1c41cba commit 7450f90

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ur_controllers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ur_controllers
22

3-
This package contains controllers and hardware interface for `ros_control` that are special to the UR
3+
This package contains controllers and hardware interface for `ros2_control` that are special to the UR
44
robot family. Currently this contains
55

66
* A **speed_scaling_interface** to read the value of the current speed scaling into controllers.

ur_controllers/doc/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ur_controllers
22
==============
33

4-
This package contains controllers and hardware interface for ``ros_control`` that are special to the UR
4+
This package contains controllers and hardware interface for ``ros2_controllers`` that are special to the UR
55
robot family. Currently this contains:
66

77

@@ -15,10 +15,10 @@ robot family. Currently this contains:
1515
About this package
1616
------------------
1717

18-
This package contains controllers not being available in the default ``ros_control`` set. They are
19-
created to support more features offered by the UR robot family. Any of these controllers are
18+
This package contains controllers not being available in the default ``ros2_controllers`` set. They are
19+
created to support more features offered by the UR robot family. Some of these controllers are
2020
example implementations for certain features and are intended to be generalized and merged
21-
into the default ``ros_control`` controller set at some future point.
21+
into the default ``ros2_controllers`` controller set at some future point.
2222

2323
Controller description
2424
----------------------

ur_robot_driver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ For using the **tool communication interface** on e-Series robots, a `socat` scr
4848
forward the robot's tool communication interface to a local device on the ROS PC. See [the tool
4949
communication setup guide](doc/setup_tool_communication.rst) for details.
5050

51-
This driver is using [ROS-Control](https://wiki.ros.org/ros_control) for any control statements.
52-
Therefore, it can be used with all position-based controllers available in ROS-Control. However, we
51+
This driver is using [`ros2_control`](https://control.ros.org) for any control statements.
52+
Therefore, it can be used with all position-based controllers available in `ros2_control`. However, we
5353
recommend using the controllers from the `ur_controllers` package. See it's
5454
[documentation](../ur_controllers/README.md) for details. **Note: Speed scaling support will only be
5555
available using the controllers from `ur_controllers`**

0 commit comments

Comments
 (0)