Skip to content
Snippets Groups Projects
Commit 4a13467a authored by Fabian Reister's avatar Fabian Reister
Browse files

adding missing usingTopic statement

parent c396d360
No related branches found
No related tags found
1 merge request!132Fix robot state component
......@@ -64,6 +64,7 @@ namespace armarx
// PlatformUnit interface
void onInitPlatformUnit() override
{
usingTopic("PlatformState");
}
void onStartPlatformUnit() override
{
......
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