Skip to content
Snippets Groups Projects
Commit d883cf5c authored by armar-user's avatar armar-user
Browse files

Fix: forgot to subscribe to GlobalRobotPoseLocalization topic in PlatformUnitObserver

parent f2962d9c
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ namespace armarx ...@@ -56,6 +56,7 @@ namespace armarx
offerConditionCheck("smaller", new ConditionCheckSmaller()); offerConditionCheck("smaller", new ConditionCheckSmaller());
usingTopic(platformNodeName + "State"); usingTopic(platformNodeName + "State");
usingTopic("GlobalRobotPoseLocalization");
} }
void PlatformUnitObserver::onConnectObserver() void PlatformUnitObserver::onConnectObserver()
......
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