Skip to content
Snippets Groups Projects
Commit 51ab2d53 authored by Your Name's avatar Your Name
Browse files

(FR): fix: heartbeat plugin: component name was missing

parent 06284de8
No related branches found
No related tags found
1 merge request!135Resolve "Add Grasp (Affordance) Memory"
......@@ -67,6 +67,7 @@ namespace armarx::plugins
HeartbeatComponentPlugin::preOnConnectComponent()
{
robotHealthTopic = parent<Component>().getTopic<RobotHealthInterfacePrx>(topicName);
componentName = parent<Component>().getName();
}
void
......
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