Skip to content
Snippets Groups Projects
Commit a1feb16b authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add armarx:arondto::Names

parent 607a01fb
No related branches found
No related tags found
No related merge requests found
......@@ -35,14 +35,15 @@ armarx_enable_aron_file_generation_for_target(
TARGET_NAME
"${LIB_NAME}"
ARON_FILES
aron/trajectory.xml
aron/AxisAlignedBoundingBox.xml
aron/color.xml
aron/Color.xml
aron/PackagePath.xml
aron/AxisAlignedBoundingBox.xml
aron/framed.xml
aron/Names.xml
aron/OrientedBox.xml
aron/PackagePath.xml
aron/time.xml
aron/framed.xml
aron/trajectory.xml
)
add_library(aron::common ALIAS aroncommon)
......
<!--
Recognized and spoken names of a named entity.
-->
<?xml version="1.0" encoding="UTF-8" ?>
<AronTypeDefinition>
<GenerateTypes>
<Object name="armarx::arondto::Names">
<ObjectChild key="recognized">
<List>
<String/>
</List>
</ObjectChild>
<ObjectChild key="spoken">
<List>
<String/>
</List>
</ObjectChild>
</Object>
</GenerateTypes>
</AronTypeDefinition>
......@@ -7,3 +7,7 @@ namespace simox::arondto
class Color;
class OrientedBox;
}
namespace armarx::arondto
{
class Names;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment