Skip to content

Commit 789e960

Browse files
committed
Implemented the interface names fixed in the controller --> only tf_prefix is passed as param to moprim forward controller
1 parent 3220c76 commit 789e960

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

ur_robot_driver/config/ur_controllers.yaml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -194,32 +194,5 @@ tool_contact_controller:
194194

195195
motion_primitive_forward_controller:
196196
ros__parameters:
197-
command_interfaces:
198-
- $(var tf_prefix)motion_primitive/motion_type
199-
- $(var tf_prefix)motion_primitive/q1
200-
- $(var tf_prefix)motion_primitive/q2
201-
- $(var tf_prefix)motion_primitive/q3
202-
- $(var tf_prefix)motion_primitive/q4
203-
- $(var tf_prefix)motion_primitive/q5
204-
- $(var tf_prefix)motion_primitive/q6
205-
- $(var tf_prefix)motion_primitive/pos_x
206-
- $(var tf_prefix)motion_primitive/pos_y
207-
- $(var tf_prefix)motion_primitive/pos_z
208-
- $(var tf_prefix)motion_primitive/pos_qx
209-
- $(var tf_prefix)motion_primitive/pos_qy
210-
- $(var tf_prefix)motion_primitive/pos_qz
211-
- $(var tf_prefix)motion_primitive/pos_qw
212-
- $(var tf_prefix)motion_primitive/pos_via_x
213-
- $(var tf_prefix)motion_primitive/pos_via_y
214-
- $(var tf_prefix)motion_primitive/pos_via_z
215-
- $(var tf_prefix)motion_primitive/pos_via_qx
216-
- $(var tf_prefix)motion_primitive/pos_via_qy
217-
- $(var tf_prefix)motion_primitive/pos_via_qz
218-
- $(var tf_prefix)motion_primitive/pos_via_qw
219-
- $(var tf_prefix)motion_primitive/blend_radius
220-
- $(var tf_prefix)motion_primitive/velocity
221-
- $(var tf_prefix)motion_primitive/acceleration
222-
- $(var tf_prefix)motion_primitive/move_time
223-
state_interfaces:
224-
- $(var tf_prefix)motion_primitive/execution_status
225-
- $(var tf_prefix)motion_primitive/ready_for_new_primitive
197+
tf_prefix: "$(var tf_prefix)"
198+

0 commit comments

Comments
 (0)