mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update
This commit is contained in:
parent
33c51ab5f1
commit
57ce31e5dd
@ -109,7 +109,7 @@
|
||||
<joint name="left_wheel_joint" type="continuous">
|
||||
<parent link="chassis"/>
|
||||
<child link="left_wheel"/>
|
||||
<origin xyz="${chassis_length/2 - 0.075} ${wheel_offset_y/2 + wheel_thickness/2 + 0.01} wheel_offset_z" rpy="-${pi/2} 0 0" />
|
||||
<origin xyz="${chassis_length/2 - 0.075} ${wheel_offset_y/2 + wheel_thickness/2 + 0.01} ${wheel_offset_z}" rpy="-${pi/2} 0 0" />
|
||||
<axis xyz="0 0 1"/>
|
||||
</joint>
|
||||
|
||||
@ -142,7 +142,7 @@
|
||||
<joint name="right_wheel_joint" type="continuous">
|
||||
<parent link="chassis"/>
|
||||
<child link="right_wheel"/>
|
||||
<origin xyz="${chassis_length/2 - 0.075} -${wheel_offset_y/2 + wheel_thickness/2 + 0.01} wheel_offset_z" rpy="${pi/2} 0 0" />
|
||||
<origin xyz="${chassis_length/2 - 0.075} -${wheel_offset_y/2 + wheel_thickness/2 + 0.01} ${wheel_offset_z}" rpy="${pi/2} 0 0" />
|
||||
<axis xyz="0 0 -1"/>
|
||||
</joint>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user