Skip to content

Commit 18f39a5

Browse files
Fix more decimal numbers
Co-authored-by: Sai Kishor Kothakota <[email protected]>
1 parent 015bd31 commit 18f39a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_13/bringup/config/three_robots_position_command_publishers.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ rrbot_position_command_publisher:
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]
1212

1313

1414
rrbot_with_sensor_position_command_publisher:

0 commit comments

Comments
 (0)