Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 10, 2024
1 parent 3cc31b1 commit 61e27a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosbot_controller/config/diff_drive_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
left_wheel_names: [fl_wheel_joint, rl_wheel_joint]
right_wheel_names: [fr_wheel_joint, rr_wheel_joint]

wheel_separation: 0.186
wheel_separation: 0.195
wheel_radius: 0.0425

# For skid drive kinematics it will act as ICR coefficient
# Kinematic model with ICR coefficient isn't totally accurate and this coefficient can differ
# for various ground types, but checking on our office floor 1.3 looked approximately alright
wheel_separation_multiplier: 1.45
wheel_separation_multiplier: 1.3

left_wheel_radius_multiplier: 1.0
right_wheel_radius_multiplier: 1.0
Expand Down
1 change: 1 addition & 0 deletions rosbot_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<exec_depend>launch</exec_depend>
<exec_depend>launch_ros</exec_depend>
<exec_depend>mecanum_drive_controller</exec_depend>
<exec_depend>nav2_common</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>ros_components_description</exec_depend>
<exec_depend>rosbot_description</exec_depend>
Expand Down

0 comments on commit 61e27a7

Please sign in to comment.