This commit is contained in:
bjoernellens1 2023-11-21 10:28:16 +01:00 committed by GitHub
parent 2ba31fad0c
commit c0e2874c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@
<joint name="${prefix}right_wheel_joint" type="fixed">
<parent link="${prefix}chassis"/>
<child link="${prefix}right_wheel"/>
<origin xyz="${chassis_length/2 - 0.075} -${wheel_offset_y + wheel_thickness/2 + 0.01} ${wheel_offset_z}" rpy="${pi/2} 0 0" />
<origin xyz="${chassis_length/2 - 0.075} -${wheel_offset_y + wheel_thickness/2} ${wheel_offset_z}" rpy="${pi/2} 0 0" />
<axis xyz="0 0 -1"/>
<limit effort="1" velocity="20" />
<joint_properties friction="0.0"/>
@ -104,7 +104,7 @@
<joint name="${prefix}left_wheel_joint" type="fixed">
<parent link="${prefix}chassis"/>
<child link="${prefix}left_wheel"/>
<origin xyz="${chassis_length/2 - chassis_offset} ${wheel_offset_y + wheel_thickness/2 + 0.01} ${wheel_offset_z}" rpy="-${pi/2} 0 0" />
<origin xyz="${chassis_length/2 - chassis_offset} ${wheel_offset_y + wheel_thickness/2} ${wheel_offset_z}" rpy="-${pi/2} 0 0" />
<axis xyz="0 0 1"/>
</joint>