mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-14 09:00:53 +00:00
fix joint5 bug
This commit is contained in:
parent
cb8eef4ddf
commit
1bd5beefed
1 changed files with 38 additions and 38 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="mycobot_ai" >
|
||||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="mycobot_ai">
|
||||
|
||||
|
||||
<link name="env">
|
||||
|
|
@ -85,14 +85,14 @@
|
|||
<!--- 0.0 0 -0.04 -->
|
||||
<mesh filename="package://mycobot_description/urdf/mycobot/joint5.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0.0 0 -0.03356 " rpy = " 0 -1.5708 1.5708"/>
|
||||
<origin xyz = "0.0 0 -0.03356 " rpy = "-1.5708 0 0"/>
|
||||
</visual>
|
||||
<collision>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 -->
|
||||
<mesh filename="package://mycobot_description/urdf/mycobot/joint5.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0.0 0 -0.03356 " rpy = " 0 -1.5708 1.5708"/>
|
||||
<origin xyz = "0.0 0 -0.03356 " rpy = "-1.5708 0 0"/>
|
||||
</collision>
|
||||
</link>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue