Skip to content

Commit 941163c

Browse files
authored
Fix deprecated parameters for JTC test node (#775)
1 parent 11ef9b4 commit 941163c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

example_1/bringup/config/rrbot_joint_trajectory_publisher.yaml

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

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

1317
joints:
1418
- joint1

0 commit comments

Comments
 (0)