I have a differential drive robot using the differential drive controller plugin in gazebo
This is the .gazebo file.
false true 100 left_wheel_hinge right_wheel_hinge 20 cmd_vel mb1/odom odom base_link Gazebo/Orange Gazebo/Green 0 0 0 0 0 0 true 40 720 1 -1.570796 1.570796 0.10 30.0 0.01 gaussian 0.0 0.01 /scan hokuyo true true 100 true __default_topic__ mb1/imu imu_link 10.0 0.0 0 0 0 0 0 0 imu_link 0 0 0 0 0 0
and this is the .xacro file
0 0 0.1 0 0 0 0 0 1.0 1.0
The problem is that when i command it to go in a straight line(only linear velocity) it deviates right (-Y direction) after moving straight for a few meters.
Is there any fix to this problem.
↧