mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
fix urdf
This commit is contained in:
parent
3244f0246c
commit
0a0e02847a
1 changed files with 4 additions and 3 deletions
|
|
@ -94,6 +94,7 @@
|
|||
<geometry>
|
||||
<!--- 0.0 0 -0.04 -->
|
||||
<cylinder length="0.015" radius="0.0152"/>
|
||||
<!-- <mesh filename="package://mycobot_description/urdf/260_pi/link5.dae"/> -->
|
||||
</geometry>
|
||||
<material name = "grey">
|
||||
<color rgba = "0.5 0.5 0.5 1"/>
|
||||
|
|
@ -135,9 +136,9 @@
|
|||
<origin xyz= "0.0 -0.14 0 " rpy = "0 0 0 "/>
|
||||
</joint>
|
||||
|
||||
<joint name="joint4_to_joint3" type="revolute">
|
||||
<axis xyz=" 0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "0" upper = "1.5707963" velocity = "0"/>
|
||||
<joint name="joint4_to_joint3" type="fixed">
|
||||
<!-- <axis xyz=" 0 0 1"/> -->
|
||||
<!-- <limit effort = "1000.0" lower = "0" upper = "1.5707963" velocity = "0"/> -->
|
||||
<parent link="link3"/>
|
||||
<child link="link4"/>
|
||||
<origin xyz= "0.134 -0.005 0.0" rpy = "3.1415926 0 0 "/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue