Skip to content

Commit 3c33cf8

Browse files
Update mecanum_drive_controller_params.yaml
1 parent 3cb8ffa commit 3c33cf8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

mecanum_drive_controller/test/mecanum_drive_controller_params.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,11 @@ test_mecanum_drive_controller:
1212
wheels_radius: 0.5
1313
sum_of_robot_center_projection_on_X_Y_axis: 1.0
1414

15-
<<<<<<< HEAD
1615
base_frame_id: "base_link"
1716
odom_frame_id: "odom"
1817
enable_odom_tf: true
1918
twist_covariance_diagonal: [0.0, 7.0, 14.0, 21.0, 28.0, 35.0]
20-
pose_covariance_diagonal: [0.0, 7.0, 14.0, 21.0, 28.0, 35.0]
21-
=======
22-
base_frame_id: "base_link"
23-
odom_frame_id: "odom"
24-
enable_odom_tf: true
25-
twist_covariance_diagonal: [0.0, 7.0, 14.0, 21.0, 28.0, 35.0]
26-
pose_covariance_diagonal: [0.0, 6.0, 12.0, 18.0, 24.0, 30.0]
27-
>>>>>>> 922e49b (Mecanum Drive: Populate the pose covariance matrix (#1772))
19+
pose_covariance_diagonal: [0.0, 6.0, 12.0, 18.0, 24.0, 30.0]
2820

2921

3022
test_mecanum_drive_controller_with_rotation:

0 commit comments

Comments
 (0)