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
88e48314
Commit
88e48314
authored
3 years ago
by
armar-user
Browse files
Options
Downloads
Patches
Plain Diff
info -> verbose
parent
44d6433a
No related branches found
Branches containing commit
No related tags found
1 merge request
!185
Clean up interfaces and unneeded code in memory core classes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/libraries/armem/server/MemoryToIceAdapter.cpp
+1
-1
1 addition, 1 deletion
...ce/RobotAPI/libraries/armem/server/MemoryToIceAdapter.cpp
with
1 addition
and
1 deletion
source/RobotAPI/libraries/armem/server/MemoryToIceAdapter.cpp
+
1
−
1
View file @
88e48314
...
...
@@ -283,7 +283,7 @@ namespace armarx::armem::server
}
else
{
ARMARX_
INFO
<<
"The LTM did not return data after query"
;
ARMARX_
VERBOSE
<<
"The LTM did not return data after query"
;
result
.
memory
=
toIce
<
data
::
MemoryPtr
>
(
wmResult
);
}
...
...
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