Skip to content

Commit

Permalink
Fixed wheel diameter in URDF (#93) (#230)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusSilvaUtrera <[email protected]>
  • Loading branch information
JesusSilvaUtrera authored Mar 20, 2024
1 parent abedf79 commit dfa1378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andino_gz_classic/urdf/andino_gz_classic.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<!-- kinematics -->
<wheel_separation>0.137</wheel_separation>
<wheel_diameter>0.035</wheel_diameter>
<wheel_diameter>0.0662</wheel_diameter>

<!-- limits -->
<max_wheel_torque>20</max_wheel_torque>
Expand Down

0 comments on commit dfa1378

Please sign in to comment.