Skip to content

Commit ea32b6e

Browse files
Update defintion of test goals to new version. (backport #637) (#668)
* Update defintion of test goals to new version. (cherry picked from commit be9bc9a) * Apply suggestions from code review (cherry picked from commit b7328c7) --------- Co-authored-by: Denis Štogl <[email protected]>
1 parent 166d43e commit ea32b6e

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

ur_robot_driver/config/test_goal_publishers_config.yaml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ publisher_scaled_joint_trajectory_controller:
55
wait_sec_between_publish: 6
66

77
goal_names: ["pos1", "pos2", "pos3", "pos4"]
8-
pos1: [0.785, -1.57, 0.785, 0.785, 0.785, 0.785]
9-
pos2: [0.0, -1.57, 0.0, 0.0, 0.0, 0.0]
10-
pos3: [0.0, -1.57, 0.0, 0.0, -0.785, 0.0]
11-
pos4: [0.0, -1.57, 0.0, 0.0, 0.0, 0.0]
8+
pos1:
9+
positions: [0.785, -1.57, 0.785, 0.785, 0.785, 0.785]
10+
pos2:
11+
positions: [0.0, -1.57, 0.0, 0.0, 0.0, 0.0]
12+
pos3:
13+
positions: [0.0, -1.57, 0.0, 0.0, -0.785, 0.0]
14+
pos4:
15+
positions: [0.0, -1.57, 0.0, 0.0, 0.0, 0.0]
1216

1317
joints:
1418
- shoulder_pan_joint
@@ -34,10 +38,14 @@ publisher_joint_trajectory_controller:
3438
wait_sec_between_publish: 6
3539

3640
goal_names: ["pos1", "pos2", "pos3", "pos4"]
37-
pos1: [0.785, -1.57, 0.785, 0.785, 0.785, 0.785]
38-
pos2: [0.0, -1.57, 0.0, 0.0, 0.0, 0.0]
39-
pos3: [0.0, -1.57, 0.0, 0.0, -0.785, 0.0]
40-
pos4: [0.0, -1.57, 0.0, 0.0, 0.0, 0.0]
41+
pos1:
42+
positions: [0.785, -1.57, 0.785, 0.785, 0.785, 0.785]
43+
pos2:
44+
positions: [0.0, -1.57, 0.0, 0.0, 0.0, 0.0]
45+
pos3:
46+
positions: [0.0, -1.57, 0.0, 0.0, -0.785, 0.0]
47+
pos4:
48+
positions: [0.0, -1.57, 0.0, 0.0, 0.0, 0.0]
4149

4250
joints:
4351
- shoulder_pan_joint

0 commit comments

Comments
 (0)