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
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lennard Hofmann
RobotAPI
Commits
f77b8a9c
Commit
f77b8a9c
authored
3 years ago
by
Fabian Reister
Browse files
Options
Downloads
Patches
Plain Diff
fixing print statements
parent
4cb27def
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/libraries/armem_vision/client/laser_scans/Writer.cpp
+3
-3
3 additions, 3 deletions
...tAPI/libraries/armem_vision/client/laser_scans/Writer.cpp
with
3 additions
and
3 deletions
source/RobotAPI/libraries/armem_vision/client/laser_scans/Writer.cpp
+
3
−
3
View file @
f77b8a9c
...
...
@@ -16,7 +16,7 @@ namespace armarx::armem::vision::laser_scans::client
void
Writer
::
registerPropertyDefinitions
(
armarx
::
PropertyDefinitionsPtr
&
def
)
{
ARMARX_DEBUG
<<
"
Transform
Writer: registerPropertyDefinitions"
;
ARMARX_DEBUG
<<
"
LaserScans
Writer: registerPropertyDefinitions"
;
const
std
::
string
prefix
=
propertyPrefix
;
...
...
@@ -30,7 +30,7 @@ namespace armarx::armem::vision::laser_scans::client
void
Writer
::
connect
()
{
// Wait for the memory to become available and add it as dependency.
ARMARX_IMPORTANT
<<
"
MappingData
Writer: Waiting for memory '"
ARMARX_IMPORTANT
<<
"
LaserScans
Writer: Waiting for memory '"
<<
properties
.
memoryName
<<
"' ..."
;
auto
result
=
component
.
useMemory
(
properties
.
memoryName
);
if
(
not
result
.
success
)
...
...
@@ -39,7 +39,7 @@ namespace armarx::armem::vision::laser_scans::client
return
;
}
ARMARX_IMPORTANT
<<
"
Transform
Writer: Connected to memory '"
ARMARX_IMPORTANT
<<
"
LaserScans
Writer: Connected to memory '"
<<
properties
.
memoryName
;
memoryWriter
.
setWritingMemory
(
result
.
proxy
);
...
...
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