Skip to content
Snippets Groups Projects

Load location names, add NavigateToNamedLocation skill

Merged Rainer Kartmann requested to merge location-names into master
1 file
+ 9
11
Compare changes
  • Side-by-side
  • Inline
<?xml version="1.0" encoding="UTF-8" ?>
<AronTypeDefinition>
<GenerateTypes>
<!--
ToDo: Model regions. Ideas:
- Polygon (convex, non-convex)
-
-->
<AronIncludes>
<Include include="RobotAPI/libraries/armem_locations/aron/Location.xml" />
</AronIncludes>
<Object name='armarx::navigation::location::arondto::Location'>
<GenerateTypes>
<ObjectChild key='framedPose'>
<FramedPose />
</ObjectChild>
<!-- armarx::navigation::location::arondto::Location was moved to RobotAPI -->
<!-- We need to generate an object so the include above is actually added
in the generated header file. -->
<Object name='armarx::navigation::location::arondto::dummy::Location'>
</Object>
</GenerateTypes>
</AronTypeDefinition>
Loading