Skip to content
Snippets Groups Projects
Commit 042bd23d authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Make ObjectMemoryInterface extend MemoryInterface, not ObjectPoseObserverInterface

parent 7b241c55
No related branches found
No related tags found
2 merge requests!140armem/dev -> master,!133Add Object Memory with Class and Instance Segments
...@@ -42,7 +42,8 @@ module armarx ...@@ -42,7 +42,8 @@ module armarx
}; };
interface ObjectMemoryInterface extends interface ObjectMemoryInterface extends
ObjectInstanceSegmentInterface MemoryInterface
, ObjectInstanceSegmentInterface
{ {
}; };
......
...@@ -154,7 +154,6 @@ module armarx ...@@ -154,7 +154,6 @@ module armarx
interface ObjectPoseObserverInterface extends interface ObjectPoseObserverInterface extends
ObjectPoseTopic ObjectPoseTopic
, armem::server::MemoryInterface
{ {
// Object poses // Object poses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment