Skip to content

Commit cf6b4ed

Browse files
authored
Diff drive parameter updates for improved odometry (#155)
1 parent f11f612 commit cf6b4ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clearpath_control/config/a300/control.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ platform_velocity_controller:
1313
left_wheel_names: [ "front_left_wheel_joint", "rear_left_wheel_joint" ]
1414
right_wheel_names: [ "front_right_wheel_joint", "rear_right_wheel_joint" ]
1515

16-
wheel_separation: 0.56511
17-
wheels_per_side: 1 # actually 2, but both are controlled by 1 signal
16+
wheel_separation: 0.562
17+
wheels_per_side: 2
1818
wheel_radius: 0.1625
1919

20-
wheel_separation_multiplier: 1.0
20+
wheel_separation_multiplier: 1.75
2121
left_wheel_radius_multiplier: 1.0
2222
right_wheel_radius_multiplier: 1.0
2323

0 commit comments

Comments
 (0)