You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--This does not replace URDF, and is not an extension of URDF.
4
7
This is a format for representing semantic information about the robot structure.
5
8
A URDF file must exist for this robot as well, where the joints and the links that are referenced are defined
6
9
-->
7
10
<robotname="tiago">
8
-
<!--GROUPS: Representation of a set of joints and links. This can be useful for specifying DOF to plan for, defining arms, end effectors, etc-->
9
-
<!--LINKS: When a link is specified, the parent joint of that link (if it exists) is automatically included-->
10
-
<!--JOINTS: When a joint is specified, the child link of that joint (which will always exist) is automatically included-->
11
-
<!--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-->
12
-
<!--SUBGROUPS: Groups can also be formed by referencing to already defined group names-->
13
11
<groupname="base">
14
12
<jointname="world_joint" />
15
13
</group>
16
-
17
-
18
14
<groupname="arm">
19
15
<jointname="arm_1_joint" />
20
16
<jointname="arm_2_joint" />
@@ -48,7 +44,7 @@
48
44
<groupname="base" />
49
45
</group>
50
46
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
0 commit comments