diff --git a/andino_gz_classic/launch/spawn_robot.launch.py b/andino_gz_classic/launch/spawn_robot.launch.py index c8cca180..73609d66 100644 --- a/andino_gz_classic/launch/spawn_robot.launch.py +++ b/andino_gz_classic/launch/spawn_robot.launch.py @@ -70,13 +70,6 @@ def get_robot_description(use_ros_control: str) -> str: robot_desc = robot_desc.replace( 'package://andino_description/', f'file://{folder}/' ) - # TODO(issue #110). Gazebo simulation with ros control and caster wheel working complete - # made that the robot do not move in straight-line. - # hack to solve the problem of the caster. - robot_desc = robot_desc.replace( - '', - '', - ) return robot_desc diff --git a/andino_gz_classic/urdf/andino_gz_classic.xacro b/andino_gz_classic/urdf/andino_gz_classic.xacro index 42fc111a..22911df7 100644 --- a/andino_gz_classic/urdf/andino_gz_classic.xacro +++ b/andino_gz_classic/urdf/andino_gz_classic.xacro @@ -3,24 +3,6 @@ - - - ${mu} - ${mu} - 1000000.0 - 1.0 - 0.0001 - 1.0 - - - - - - - - - - @@ -52,7 +34,8 @@ ~/out:=joint_states /tf:=tf - 10 + 30 + caster_rotation_joint caster_wheel_joint @@ -65,9 +48,10 @@ ~/out:=joint_states /tf:=tf - 10 + 30 right_wheel_joint left_wheel_joint + caster_rotation_joint caster_wheel_joint