Skip to content

Commit 25c1f59

Browse files
Fix deprecation warning in paramater declaration (ros-controls#582)
1 parent d3d7ac1 commit 25c1f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_1/bringup/config/rrbot_forward_position_publisher.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ publisher_forward_position_controller:
66

77
goal_names: ["pos1", "pos2", "pos3", "pos4"]
88
pos1: [0.785, 0.785]
9-
pos2: [0, 0]
9+
pos2: [0.0, 0.0]
1010
pos3: [-0.785, -0.785]
11-
pos4: [0, 0]
11+
pos4: [0.0, 0.0]

0 commit comments

Comments
 (0)