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
fffcf09b19
commit
1e5d616a17
@ -164,12 +164,12 @@
|
||||
<!-- right wheel joint -->
|
||||
<joint name="${prefix}right_wheel_joint" type="continuous">
|
||||
<origin xyz="-0.12499999999999993061 -0.58900000000000007905 -0.10500000000000000999" rpy="-1.570796326794896558 -2.2204460492503130808e-16 -1.57079632679489678" />
|
||||
<parent link="${prefix}base_link" />
|
||||
<child link="${prefix}right_wheel_link" />
|
||||
<axis xyz="0 0 1"/>
|
||||
<limit effort="1" velocity="20" />
|
||||
<joint_properties friction="0.0"/>
|
||||
</joint>
|
||||
<parent link="${prefix}base_link" />
|
||||
<child link="${prefix}right_wheel_link" />
|
||||
<axis xyz="0 0 1"/>
|
||||
<limit effort="1" velocity="20" />
|
||||
<joint_properties friction="0.0"/>
|
||||
</joint>
|
||||
|
||||
<!-- right wheel Link -->
|
||||
<link name="${prefix}right_wheel_link">
|
||||
@ -206,7 +206,7 @@
|
||||
</joint>
|
||||
|
||||
<!-- left wheel Link -->
|
||||
<link name="left_wheel_link">
|
||||
<link name="${prefix}left_wheel_link">
|
||||
<visual>
|
||||
<origin xyz="-0.10999999999999998668 0.05999999999999999778 0.125" rpy="-1.570796326794896558 -1.570796326794896558 0" />
|
||||
<geometry>
|
||||
|
@ -26,7 +26,7 @@
|
||||
<joint name="${joint1_name}">
|
||||
<param name="serial_number">${serial_number}</param>
|
||||
<param name="axis">1</param>
|
||||
<param name="enable_watchdog">1</param>
|
||||
<param name="enable_watchdog">0</param>
|
||||
<param name="watchdog_timeout">0.1</param>
|
||||
</joint>
|
||||
</xacro:if>
|
||||
|
Loading…
Reference in New Issue
Block a user