🔨 add move_group cpp interface that's work
This commit is contained in:
parent
b1ae818aa0
commit
4fe0324b25
10 changed files with 1135 additions and 60 deletions
|
@ -9,11 +9,11 @@
|
|||
<!--JOINTS: When a joint is specified, the child link of that joint (which will always exist) is automatically included-->
|
||||
<!--CHAINS: When a chain is specified, all the links along the chain (including endpoints) are included in the group. Additionally, all the joints that are parents to included links are also included. This means that joints along the chain and the parent joint of the base link are included in the group-->
|
||||
<!--SUBGROUPS: Groups can also be formed by referencing to already defined group names-->
|
||||
<group name="rasms_description_arm">
|
||||
<group name="rasms_arm_group">
|
||||
<chain base_link="base" tip_link="link6"/>
|
||||
</group>
|
||||
<!--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="zero_pose" group="rasms_description_arm">
|
||||
<group_state name="zero_pose" group="rasms_arm_group">
|
||||
<joint name="joint1" value="0"/>
|
||||
<joint name="joint2" value="0"/>
|
||||
<joint name="joint3" value="0"/>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<joint name="joint5" value="0"/>
|
||||
<joint name="joint6" value="0"/>
|
||||
</group_state>
|
||||
<group_state name="pose1" group="rasms_description_arm">
|
||||
<group_state name="pose1" group="rasms_arm_group">
|
||||
<joint name="joint1" value="0"/>
|
||||
<joint name="joint2" value="1"/>
|
||||
<joint name="joint3" value="0.4339"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue