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
Commits
e5544d4d
Commit
e5544d4d
authored
3 months ago
by
Fabian Reister
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
8518632b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!497
euROBIN
Pipeline
#21874
failed
3 months ago
Stage: build-and-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/libraries/armem_objects/client/articulated_object/ArticulatedObjectReader.cpp
+0
-39
0 additions, 39 deletions
...cts/client/articulated_object/ArticulatedObjectReader.cpp
with
0 additions
and
39 deletions
source/RobotAPI/libraries/armem_objects/client/articulated_object/ArticulatedObjectReader.cpp
+
0
−
39
View file @
e5544d4d
...
@@ -56,45 +56,6 @@ namespace armarx::armem::articulated_object
...
@@ -56,45 +56,6 @@ namespace armarx::armem::articulated_object
obj
->
setType
(
typeName
);
obj
->
setType
(
typeName
);
return
obj
;
return
obj
;
// const auto descriptions = queryDescriptions(timestamp, providerName);
// ARMARX_INFO << "Found " << descriptions.size() << " articulated object descriptions";
// for (const auto& desc : descriptions)
// {
// ARMARX_INFO << "- " << desc.name;
// }
// const auto it = std::find_if(
// descriptions.begin(),
// descriptions.end(),
// [&](const armem::articulated_object::ArticulatedObjectDescription& desc) -> bool
// { return desc.name == typeName; });
// if (it == descriptions.end())
// {
// ARMARX_WARNING << "Description for articulate object with type <" << typeName
// << "> not (yet) available!";
// return nullptr;
// }
// ARMARX_DEBUG << "Description for articulate object with type <" << typeName
// << "> available!";
// auto obj = VirtualRobot::RobotIO::loadRobot(it->xml.toSystemPath(), loadMode);
// if (not obj)
// {
// ARMARX_WARNING << "Failed to load description for articulated object <" << typeName
// << ">!";
// return nullptr;
// }
// obj->setName(instanceName);
// obj->setType(it->name);
// return obj;
}
}
bool
bool
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment