Skip to content
Snippets Groups Projects

Implement 'PointAt'-skill

Merged Patrick Dormanns requested to merge feat/pointing-skill into main
8 files
+ 192
141
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -2,6 +2,7 @@
<AronTypeDefinition>
<AronIncludes>
<Include include="RobotAPI/libraries/aron/common/aron/framed.xml" />
<Include include="armarx/control/pointing/aron/Side.xml" />
</AronIncludes>
@@ -15,14 +16,9 @@
<::armarx::control::pointing::arondto::Side />
</ObjectChild>
<!-- Name of the robot node relative to whose frame 'framedTarget' is given -->
<ObjectChild key="frame">
<string />
</ObjectChild>
<!-- Position to point at in frame 'frame' -->
<ObjectChild key="framedTarget">
<position />
<!-- Position to point at -->
<ObjectChild key="target">
<armarx::arondto::FramedPosition />
</ObjectChild>
<!-- Name of the hand preshape to use. If none is provided, the hand will be
Loading