Skip to content
Snippets Groups Projects

human tracker skeleton

Merged Marius Baden requested to merge feature/human-tracker into dev
2 unresolved threads
6 files
+ 207
2
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 34
0
<?xml version="1.0" encoding="UTF-8" ?>
<AronTypeDefinition>
<GenerateTypes>
<Object name='armarx::navigation::human::arondto::Human'>
<ObjectChild key='pose'>
<Pose />
</ObjectChild>
<ObjectChild key='linearVelocity'>
<Position />
</ObjectChild>
<ObjectChild key='detectionTime'>
<Time />
</ObjectChild>
</Object>
<Object name='armarx::navigation::human::arondto::HumanGroup'>
<ObjectChild key='shape'>
<List>
<Position />
</List>
</ObjectChild>
<ObjectChild key='humans'>
<List>
<armarx::navigation::human::arondto::Human />
</List>
</ObjectChild>
<ObjectChild key='detectionTime'>
<Time />
</ObjectChild>
</Object>
</GenerateTypes>
</AronTypeDefinition>
Loading