mirror of
https://github.com/bjoernellens1/bot_mini_description.git
synced 2024-11-22 07:13:48 +00:00
update
This commit is contained in:
parent
9ba911389f
commit
1f58dcc134
@ -70,7 +70,7 @@
|
|||||||
<!-- right wheel joint -->
|
<!-- right wheel joint -->
|
||||||
<!-- fixed wheel joint for testing, type was continuous -->
|
<!-- fixed wheel joint for testing, type was continuous -->
|
||||||
<joint name="${prefix}right_wheel_joint" type="continuous">
|
<joint name="${prefix}right_wheel_joint" type="continuous">
|
||||||
<origin xyz="0 -0.125 ${z_offset}" rpy="0 0 0" />
|
<origin xyz="0 -0.125 ${z_offset}" rpy="${PI} 0 0" />
|
||||||
<parent link="${prefix}base_link" />
|
<parent link="${prefix}base_link" />
|
||||||
<child link="${prefix}right_wheel" />
|
<child link="${prefix}right_wheel" />
|
||||||
<axis xyz="0 0 -1"/>
|
<axis xyz="0 0 -1"/>
|
||||||
@ -105,7 +105,7 @@
|
|||||||
<!-- fixed wheel joint for testing, type was continuous -->
|
<!-- fixed wheel joint for testing, type was continuous -->
|
||||||
<!-- left wheel joint -->
|
<!-- left wheel joint -->
|
||||||
<joint name="${prefix}left_wheel_joint" type="continuous">
|
<joint name="${prefix}left_wheel_joint" type="continuous">
|
||||||
<origin xyz="0 0.125 ${z_offset}" rpy="0 0 0" />
|
<origin xyz="0 0.125 ${z_offset}" rpy="${PI} 0 0" />
|
||||||
<parent link="${prefix}base_link" />
|
<parent link="${prefix}base_link" />
|
||||||
<child link="${prefix}left_wheel" />
|
<child link="${prefix}left_wheel" />
|
||||||
<axis xyz="0 0 -1" />
|
<axis xyz="0 0 -1" />
|
||||||
|
Loading…
Reference in New Issue
Block a user