Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
RobotAPI
Merge requests
!402
Add Names to Locations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add Names to Locations
names
into
master
Overview
1
Commits
14
Pipelines
6
Changes
1
Merged
Rainer Kartmann
requested to merge
names
into
master
1 year ago
Overview
1
Commits
14
Pipelines
6
Changes
1
Expand
Related to
https://git.h2t.iar.kit.edu/sw/armarx/prior-knowledge-data/-/merge_requests/35
sw/armarx/skills/navigation!99 (merged)
Edited
1 year ago
by
Rainer Kartmann
0
0
Merge request reports
Viewing commit
7038ae8c
Prev
Next
Show latest version
1 file
+
13
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7038ae8c
Add names to arondto::Location
· 7038ae8c
Rainer Kartmann
authored
1 year ago
source/RobotAPI/libraries/armem_locations/aron/Location.xml
+
13
−
0
Options
<?xml version="1.0" encoding="UTF-8" ?>
<AronTypeDefinition>
<AronIncludes>
<Include
include=
"RobotAPI/libraries/aron/common/aron/Names.xml"
/>
</AronIncludes>
<GenerateTypes>
<!--
ToDo: Model regions. Ideas:
- Polygon (convex, non-convex)
-
-->
<Object
name=
'armarx::navigation::location::arondto::Location'
>
<ObjectChild
key=
'framedPose'
>
<FramedPose
/>
</ObjectChild>
<ObjectChild
key=
'names'
>
<armarx::arondto::Names
optional=
"true"
/>
</ObjectChild>
</Object>
</GenerateTypes>
Loading