mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
fix config
This commit is contained in:
parent
850dfbd904
commit
801f90c606
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@
|
|||
<!--GROUP STATES: Purpose: Define a named state for a particular group, in terms of joint values. This is useful to define states like 'folded arms'-->
|
||||
<group_state name="init_pose" group="arm_group">
|
||||
<joint name="joint2_to_joint1" value="0" />
|
||||
<joint name="joint3_to_joint2" value="0" />
|
||||
<joint name="joint3_to_joint2" value="-90" />
|
||||
<joint name="joint4_to_joint3" value="0" />
|
||||
<joint name="joint5_to_joint4" value="0" />
|
||||
<joint name="joint5_to_joint4" value="-90" />
|
||||
<joint name="joint6_to_joint5" value="0" />
|
||||
<joint name="joint6output_to_joint6" value="0" />
|
||||
</group_state>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue