Skip to content

Commit 1822563

Browse files
committed
Added robot status controller to all configs
1 parent 2e8445d commit 1822563

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

ur_robot_driver/config/ur10_controllers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,8 @@ vel_traj_controller:
139139
joint_group_vel_controller:
140140
type: velocity_controllers/JointGroupVelocityController
141141
joints: *robot_joints
142+
143+
robot_status_controller:
144+
type: industrial_robot_status_controller/IndustrialRobotStatusController
145+
handle_name: industrial_robot_status_handle
146+
publish_rate: 10

ur_robot_driver/config/ur10e_controllers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,8 @@ vel_traj_controller:
139139
joint_group_vel_controller:
140140
type: velocity_controllers/JointGroupVelocityController
141141
joints: *robot_joints
142+
143+
robot_status_controller:
144+
type: industrial_robot_status_controller/IndustrialRobotStatusController
145+
handle_name: industrial_robot_status_handle
146+
publish_rate: 10

ur_robot_driver/config/ur3_controllers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,8 @@ vel_traj_controller:
140140
joint_group_vel_controller:
141141
type: velocity_controllers/JointGroupVelocityController
142142
joints: *robot_joints
143+
144+
robot_status_controller:
145+
type: industrial_robot_status_controller/IndustrialRobotStatusController
146+
handle_name: industrial_robot_status_handle
147+
publish_rate: 10

ur_robot_driver/config/ur5_controllers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,8 @@ vel_traj_controller:
139139
joint_group_vel_controller:
140140
type: velocity_controllers/JointGroupVelocityController
141141
joints: *robot_joints
142+
143+
robot_status_controller:
144+
type: industrial_robot_status_controller/IndustrialRobotStatusController
145+
handle_name: industrial_robot_status_handle
146+
publish_rate: 10

ur_robot_driver/config/ur5e_controllers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,8 @@ vel_traj_controller:
139139
joint_group_vel_controller:
140140
type: velocity_controllers/JointGroupVelocityController
141141
joints: *robot_joints
142+
143+
robot_status_controller:
144+
type: industrial_robot_status_controller/IndustrialRobotStatusController
145+
handle_name: industrial_robot_status_handle
146+
publish_rate: 10

0 commit comments

Comments
 (0)