mirror of
https://github.com/bjoernellens1/bot_mini_description.git
synced 2024-11-21 14:53:48 +00:00
update
This commit is contained in:
parent
5395fa6a49
commit
2ba31fad0c
@ -70,7 +70,7 @@
|
||||
</gazebo>
|
||||
|
||||
<!-- RIGHT WHEEL -->
|
||||
<joint name="${prefix}right_wheel_joint" type="continuous">
|
||||
<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" />
|
||||
@ -101,7 +101,7 @@
|
||||
</gazebo>
|
||||
|
||||
<!-- LEFT WHEEL -->
|
||||
<joint name="${prefix}left_wheel_joint" type="continuous">
|
||||
<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" />
|
||||
|
Loading…
Reference in New Issue
Block a user