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
!235
armem/dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
armem/dev
armem/dev
into
master
Overview
1
Commits
18
Pipelines
0
Changes
38
Merged
Rainer Kartmann
requested to merge
armem/dev
into
master
2 years ago
Overview
1
Commits
18
Pipelines
0
Changes
38
Expand
Memory updates are sent over memory-specific topics (e.g.
MemoryUpdates.Object
)
Use armarx::from/toIce()
Fix tests
Add icon to MemoryViewer
(Working) memory types:
Add
forEachInstanceIn(memory ID, function)
Remove deprecated getters for containers
Edited
2 years ago
by
Rainer Kartmann
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
73a616ab
18 commits,
2 years ago
38 files
+
708
−
192
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
38
Search (e.g. *.vue) (Ctrl+P)
source/RobotAPI/components/armem/server/ExampleMemory/test/ExampleMemoryTest.cpp
+
1
−
1
Options
@@ -41,7 +41,7 @@ BOOST_AUTO_TEST_CASE(test_ExampleData_type)
{
armarx
::
aron
::
type
::
ObjectPtr
type
=
ExampleData
::
ToAronType
();
BOOST_CHECK_EQUAL
(
type
->
childrenSize
(),
2
0
);
BOOST_CHECK_EQUAL
(
type
->
childrenSize
(),
2
1
);
armem
::
wm
::
Memory
memory
;
armem
::
wm
::
CoreSegment
&
core
=
memory
.
addCoreSegment
(
"ExampleData"
,
type
);
Loading