mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
fix and opt urdf
This commit is contained in:
parent
e05e3bf154
commit
3b386343c2
2 changed files with 4 additions and 5 deletions
|
|
@ -57,7 +57,6 @@ def talker():
|
|||
# publish angles.发布角度
|
||||
joint_state_send.header.stamp = rospy.Time.now()
|
||||
joint_state_send.position = radians_list
|
||||
print('radius:', radians_list)
|
||||
rate.sleep()
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -107,14 +107,14 @@
|
|||
|
||||
<mesh filename="package://mycobot_description/urdf/myarm/j6.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0.0 0 -0.0 " rpy = " 0 0 1.5708"/>
|
||||
<origin xyz = "0.0 0 -0.0 " rpy = " 0 0 -1.5708"/>
|
||||
</visual>
|
||||
<collision>
|
||||
<geometry>
|
||||
|
||||
<mesh filename="package://mycobot_description/urdf/myarm/j6.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0.0 0 -0.0 " rpy = " 0 0 1.5708"/>
|
||||
<origin xyz = "0.0 0 -0.0 " rpy = " 0 0 -1.5708"/>
|
||||
</collision>
|
||||
</link>
|
||||
|
||||
|
|
@ -188,7 +188,7 @@
|
|||
<limit effort = "1000.0" lower = "-1.5708" upper = "1.5708" velocity = "0"/>
|
||||
<parent link="joint5"/>
|
||||
<child link="joint6"/>
|
||||
<origin xyz= "0 0.0 0" rpy = "-1.5708 3.14 0"/>
|
||||
<origin xyz= "0 0.0 0" rpy = "-1.5708 0 0"/>
|
||||
</joint>
|
||||
|
||||
<joint name="joint7_to_joint6" type="revolute">
|
||||
|
|
@ -196,7 +196,7 @@
|
|||
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
|
||||
<parent link="joint6"/>
|
||||
<child link="joint7"/>
|
||||
<origin xyz= "0 0.056 0" rpy = "-1.5708 1.5708 0"/>
|
||||
<origin xyz= "0 -0.056 0" rpy = "1.5708 0 0"/>
|
||||
</joint>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue