Skip to content

Commit 7ac5b4d

Browse files
author
Felix Exner
authored
Renamed *_traj_controllers to *_joint_traj_controller (UniversalRobots#214)
1 parent 3ce3621 commit 7ac5b4d

16 files changed

+55
-55
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Inside the ROS terminal running the driver you should see the output `Robot read
190190
To control the robot using ROS, use the action server on
191191

192192
```bash
193-
/scaled_pos_traj_controller/follow_joint_trajectory
193+
/scaled_pos_joint_traj_controller/follow_joint_trajectory
194194
```
195195

196196
Use this with any client interface such as [MoveIt!](https://moveit.ros.org/) or simply the

ur_robot_driver/config/ur10_controllers.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ speed_scaling_state_controller:
2929

3030
# Joint Trajectory Controller - position based -------------------------------
3131
# For detailed explanations of parameter see http://wiki.ros.org/joint_trajectory_controller
32-
scaled_pos_traj_controller:
32+
scaled_pos_joint_traj_controller:
3333
type: position_controllers/ScaledJointTrajectoryController
3434
joints: *robot_joints
3535
constraints:
@@ -45,7 +45,7 @@ scaled_pos_traj_controller:
4545
state_publish_rate: *loop_hz
4646
action_monitor_rate: 20
4747

48-
pos_traj_controller:
48+
pos_joint_traj_controller:
4949
type: position_controllers/JointTrajectoryController
5050
joints: *robot_joints
5151
constraints:
@@ -61,7 +61,7 @@ pos_traj_controller:
6161
state_publish_rate: *loop_hz
6262
action_monitor_rate: 20
6363

64-
scaled_vel_traj_controller:
64+
scaled_vel_joint_traj_controller:
6565
type: velocity_controllers/ScaledJointTrajectoryController
6666
joints: *robot_joints
6767
constraints:
@@ -93,7 +93,7 @@ scaled_vel_traj_controller:
9393
state_publish_rate: *loop_hz
9494
action_monitor_rate: 20
9595

96-
vel_traj_controller:
96+
vel_joint_traj_controller:
9797
type: velocity_controllers/JointTrajectoryController
9898
joints: *robot_joints
9999
constraints:

ur_robot_driver/config/ur10e_controllers.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ speed_scaling_state_controller:
2929

3030
# Joint Trajectory Controller - position based -------------------------------
3131
# For detailed explanations of parameter see http://wiki.ros.org/joint_trajectory_controller
32-
scaled_pos_traj_controller:
32+
scaled_pos_joint_traj_controller:
3333
type: position_controllers/ScaledJointTrajectoryController
3434
joints: *robot_joints
3535
constraints:
@@ -45,7 +45,7 @@ scaled_pos_traj_controller:
4545
state_publish_rate: *loop_hz
4646
action_monitor_rate: 20
4747

48-
pos_traj_controller:
48+
pos_joint_traj_controller:
4949
type: position_controllers/JointTrajectoryController
5050
joints: *robot_joints
5151
constraints:
@@ -61,7 +61,7 @@ pos_traj_controller:
6161
state_publish_rate: *loop_hz
6262
action_monitor_rate: 20
6363

64-
scaled_vel_traj_controller:
64+
scaled_vel_joint_traj_controller:
6565
type: velocity_controllers/ScaledJointTrajectoryController
6666
joints: *robot_joints
6767
constraints:
@@ -93,7 +93,7 @@ scaled_vel_traj_controller:
9393
state_publish_rate: *loop_hz
9494
action_monitor_rate: 20
9595

96-
vel_traj_controller:
96+
vel_joint_traj_controller:
9797
type: velocity_controllers/JointTrajectoryController
9898
joints: *robot_joints
9999
constraints:

ur_robot_driver/config/ur3_controllers.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ speed_scaling_state_controller:
2929

3030
# Joint Trajectory Controller - position based -------------------------------
3131
# For detailed explanations of parameter see http://wiki.ros.org/joint_trajectory_controller
32-
scaled_pos_traj_controller:
32+
scaled_pos_joint_traj_controller:
3333
type: position_controllers/ScaledJointTrajectoryController
3434
joints: *robot_joints
3535
constraints:
@@ -45,7 +45,7 @@ scaled_pos_traj_controller:
4545
state_publish_rate: *loop_hz
4646
action_monitor_rate: 20
4747

48-
pos_traj_controller:
48+
pos_joint_traj_controller:
4949
type: position_controllers/JointTrajectoryController
5050
joints: *robot_joints
5151
constraints:
@@ -61,7 +61,7 @@ pos_traj_controller:
6161
state_publish_rate: *loop_hz
6262
action_monitor_rate: 20
6363

64-
scaled_vel_traj_controller:
64+
scaled_vel_joint_traj_controller:
6565
type: velocity_controllers/ScaledJointTrajectoryController
6666
joints: *robot_joints
6767
constraints:
@@ -93,7 +93,7 @@ scaled_vel_traj_controller:
9393
state_publish_rate: *loop_hz
9494
action_monitor_rate: 20
9595

96-
vel_traj_controller:
96+
vel_joint_traj_controller:
9797
type: velocity_controllers/JointTrajectoryController
9898
joints: *robot_joints
9999
constraints:

ur_robot_driver/config/ur3e_controllers.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ speed_scaling_state_controller:
2929

3030
# Joint Trajectory Controller - position based -------------------------------
3131
# For detailed explanations of parameter see http://wiki.ros.org/joint_trajectory_controller
32-
scaled_pos_traj_controller:
32+
scaled_pos_joint_traj_controller:
3333
type: position_controllers/ScaledJointTrajectoryController
3434
joints: *robot_joints
3535
constraints:
@@ -45,7 +45,7 @@ scaled_pos_traj_controller:
4545
state_publish_rate: *loop_hz
4646
action_monitor_rate: 20
4747

48-
pos_traj_controller:
48+
pos_joint_traj_controller:
4949
type: position_controllers/JointTrajectoryController
5050
joints: *robot_joints
5151
constraints:
@@ -61,7 +61,7 @@ pos_traj_controller:
6161
state_publish_rate: *loop_hz
6262
action_monitor_rate: 20
6363

64-
scaled_vel_traj_controller:
64+
scaled_vel_joint_traj_controller:
6565
type: velocity_controllers/ScaledJointTrajectoryController
6666
joints: *robot_joints
6767
constraints:
@@ -93,7 +93,7 @@ scaled_vel_traj_controller:
9393
state_publish_rate: *loop_hz
9494
action_monitor_rate: 20
9595

96-
vel_traj_controller:
96+
vel_joint_traj_controller:
9797
type: velocity_controllers/JointTrajectoryController
9898
joints: *robot_joints
9999
constraints:

ur_robot_driver/config/ur5_controllers.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ speed_scaling_state_controller:
2929

3030
# Joint Trajectory Controller - position based -------------------------------
3131
# For detailed explanations of parameter see http://wiki.ros.org/joint_trajectory_controller
32-
scaled_pos_traj_controller:
32+
scaled_pos_joint_traj_controller:
3333
type: position_controllers/ScaledJointTrajectoryController
3434
joints: *robot_joints
3535
constraints:
@@ -45,7 +45,7 @@ scaled_pos_traj_controller:
4545
state_publish_rate: *loop_hz
4646
action_monitor_rate: 20
4747

48-
pos_traj_controller:
48+
pos_joint_traj_controller:
4949
type: position_controllers/JointTrajectoryController
5050
joints: *robot_joints
5151
constraints:
@@ -61,7 +61,7 @@ pos_traj_controller:
6161
state_publish_rate: *loop_hz
6262
action_monitor_rate: 20
6363

64-
scaled_vel_traj_controller:
64+
scaled_vel_joint_traj_controller:
6565
type: velocity_controllers/ScaledJointTrajectoryController
6666
joints: *robot_joints
6767
constraints:
@@ -93,7 +93,7 @@ scaled_vel_traj_controller:
9393
state_publish_rate: *loop_hz
9494
action_monitor_rate: 20
9595

96-
vel_traj_controller:
96+
vel_joint_traj_controller:
9797
type: velocity_controllers/JointTrajectoryController
9898
joints: *robot_joints
9999
constraints:

ur_robot_driver/config/ur5e_controllers.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ speed_scaling_state_controller:
2929

3030
# Joint Trajectory Controller - position based -------------------------------
3131
# For detailed explanations of parameter see http://wiki.ros.org/joint_trajectory_controller
32-
scaled_pos_traj_controller:
32+
scaled_pos_joint_traj_controller:
3333
type: position_controllers/ScaledJointTrajectoryController
3434
joints: *robot_joints
3535
constraints:
@@ -45,7 +45,7 @@ scaled_pos_traj_controller:
4545
state_publish_rate: *loop_hz
4646
action_monitor_rate: 20
4747

48-
pos_traj_controller:
48+
pos_joint_traj_controller:
4949
type: position_controllers/JointTrajectoryController
5050
joints: *robot_joints
5151
constraints:
@@ -61,7 +61,7 @@ pos_traj_controller:
6161
state_publish_rate: *loop_hz
6262
action_monitor_rate: 20
6363

64-
scaled_vel_traj_controller:
64+
scaled_vel_joint_traj_controller:
6565
type: velocity_controllers/ScaledJointTrajectoryController
6666
joints: *robot_joints
6767
constraints:
@@ -93,7 +93,7 @@ scaled_vel_traj_controller:
9393
state_publish_rate: *loop_hz
9494
action_monitor_rate: 20
9595

96-
vel_traj_controller:
96+
vel_joint_traj_controller:
9797
type: velocity_controllers/JointTrajectoryController
9898
joints: *robot_joints
9999
constraints:

ur_robot_driver/doc/ROS_INTERFACE.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Standalone launchfile to startup a ur3e. This requires a robot reachable via a n
1414

1515
Config file used for defining the ROS-Control controllers.
1616

17-
##### controllers (default: "joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
17+
##### controllers (default: "joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
1818

1919
Controllers that are activated by default.
2020

@@ -50,7 +50,7 @@ IP address by which the robot can be reached.
5050

5151
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
5252

53-
##### stopped_controllers (default: "pos_traj_controller joint_group_vel_controller")
53+
##### stopped_controllers (default: "pos_joint_traj_controller joint_group_vel_controller")
5454

5555
Controllers that are initally loaded, but not started.
5656

@@ -104,7 +104,7 @@ Standalone launchfile to startup a ur10 robot. This requires a robot reachable v
104104

105105
Config file used for defining the ROS-Control controllers.
106106

107-
##### controllers (default: "joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
107+
##### controllers (default: "joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
108108

109109
Controllers that are activated by default.
110110

@@ -140,7 +140,7 @@ IP address by which the robot can be reached.
140140

141141
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
142142

143-
##### stopped_controllers (default: "pos_traj_controller joint_group_vel_controller")
143+
##### stopped_controllers (default: "pos_joint_traj_controller joint_group_vel_controller")
144144

145145
Controllers that are initally loaded, but not started.
146146

@@ -158,7 +158,7 @@ Robot bringup launchfile without the robot description. Include this, if you wan
158158

159159
Config file used for defining the ROS-Control controllers.
160160

161-
##### controllers (default: "joint_state_controller vel_based_pos_traj_controller force_torque_sensor_controller")
161+
##### controllers (default: "joint_state_controller vel_based_pos_joint_traj_controller force_torque_sensor_controller")
162162

163163
Controllers that are activated by default.
164164

@@ -256,7 +256,7 @@ Launchfile that starts a robot description with robot_state publisher and the dr
256256

257257
Config file used for defining the ROS-Control controllers.
258258

259-
##### controllers (default: "joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
259+
##### controllers (default: "joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
260260

261261
Controllers that are activated by default.
262262

@@ -292,7 +292,7 @@ IP address by which the robot can be reached.
292292

293293
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
294294

295-
##### stopped_controllers (default: "pos_traj_controller joint_group_vel_controller")
295+
##### stopped_controllers (default: "pos_joint_traj_controller joint_group_vel_controller")
296296

297297
Controllers that are initally loaded, but not started.
298298

@@ -346,7 +346,7 @@ Standalone launchfile to startup a ur5 robot. This requires a robot reachable vi
346346

347347
Config file used for defining the ROS-Control controllers.
348348

349-
##### controllers (default: "joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
349+
##### controllers (default: "joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
350350

351351
Controllers that are activated by default.
352352

@@ -382,7 +382,7 @@ IP address by which the robot can be reached.
382382

383383
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
384384

385-
##### stopped_controllers (default: "pos_traj_controller joint_group_vel_controller")
385+
##### stopped_controllers (default: "pos_joint_traj_controller joint_group_vel_controller")
386386

387387
Controllers that are initally loaded, but not started.
388388

@@ -400,7 +400,7 @@ Standalone launchfile to startup a ur5e robot. This requires a robot reachable v
400400

401401
Config file used for defining the ROS-Control controllers.
402402

403-
##### controllers (default: "joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
403+
##### controllers (default: "joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
404404

405405
Controllers that are activated by default.
406406

@@ -436,7 +436,7 @@ IP address by which the robot can be reached.
436436

437437
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
438438

439-
##### stopped_controllers (default: "pos_traj_controller joint_group_vel_controller")
439+
##### stopped_controllers (default: "pos_joint_traj_controller joint_group_vel_controller")
440440

441441
Controllers that are initally loaded, but not started.
442442

@@ -490,7 +490,7 @@ Standalone launchfile to startup a ur3 robot. This requires a robot reachable vi
490490

491491
Config file used for defining the ROS-Control controllers.
492492

493-
##### controllers (default: "joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
493+
##### controllers (default: "joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
494494

495495
Controllers that are activated by default.
496496

@@ -526,7 +526,7 @@ IP address by which the robot can be reached.
526526

527527
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
528528

529-
##### stopped_controllers (default: "pos_traj_controller joint_group_vel_controller")
529+
##### stopped_controllers (default: "pos_joint_traj_controller joint_group_vel_controller")
530530

531531
Controllers that are initally loaded, but not started.
532532

@@ -544,7 +544,7 @@ Standalone launchfile to startup a ur10e robot. This requires a robot reachable
544544

545545
Config file used for defining the ROS-Control controllers.
546546

547-
##### controllers (default: "joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
547+
##### controllers (default: "joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller")
548548

549549
Controllers that are activated by default.
550550

@@ -580,7 +580,7 @@ IP address by which the robot can be reached.
580580

581581
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
582582

583-
##### stopped_controllers (default: "pos_traj_controller joint_group_vel_controller")
583+
##### stopped_controllers (default: "pos_joint_traj_controller joint_group_vel_controller")
584584

585585
Controllers that are initally loaded, but not started.
586586

ur_robot_driver/launch/ur10_bringup.launch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<arg name="reverse_port" default="50001" doc="Port that will be opened by the driver to allow direct communication between the driver and the robot controller."/>
66
<arg name="script_sender_port" default="50002" doc="The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately."/>
77
<arg name="tf_prefix" default="" doc="tf_prefix used for the robot."/>
8-
<arg name="controllers" default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
9-
<arg name="stopped_controllers" default="pos_traj_controller joint_group_vel_controller" doc="Controllers that are initally loaded, but not started."/>
8+
<arg name="controllers" default="joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
9+
<arg name="stopped_controllers" default="pos_joint_traj_controller joint_group_vel_controller" doc="Controllers that are initally loaded, but not started."/>
1010
<arg name="controller_config_file" default="$(find ur_robot_driver)/config/ur10_controllers.yaml" doc="Config file used for defining the ROS-Control controllers."/>
1111
<arg name="robot_description_file" default="$(find ur_description)/launch/ur10_upload.launch" doc="Robot description launch file."/>
1212
<arg name="kinematics_config" default="$(find ur_description)/config/ur10_default.yaml" doc="Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description."/>

ur_robot_driver/launch/ur10e_bringup.launch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<arg name="reverse_port" default="50001" doc="Port that will be opened by the driver to allow direct communication between the driver and the robot controller."/>
77
<arg name="script_sender_port" default="50002" doc="The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately."/>
88
<arg name="tf_prefix" default="" doc="tf_prefix used for the robot."/>
9-
<arg name="controllers" default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
10-
<arg name="stopped_controllers" default="pos_traj_controller joint_group_vel_controller" doc="Controllers that are initally loaded, but not started."/>
9+
<arg name="controllers" default="joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
10+
<arg name="stopped_controllers" default="pos_joint_traj_controller joint_group_vel_controller" doc="Controllers that are initally loaded, but not started."/>
1111
<arg name="controller_config_file" default="$(find ur_robot_driver)/config/ur10e_controllers.yaml" doc="Config file used for defining the ROS-Control controllers."/>
1212
<arg name="robot_description_file" default="$(find ur_e_description)/launch/ur10e_upload.launch" doc="Robot description launch file."/>
1313
<arg name="kinematics_config" default="$(find ur_e_description)/config/ur10e_default.yaml" doc="Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description."/>

0 commit comments

Comments
 (0)