Skip to content
Snippets Groups Projects
Commit 042103f8 authored by armar6-user@kit.edu's avatar armar6-user@kit.edu
Browse files

heartbeat: Fix topic name

parent 8047c50d
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ void HokuyoLaserUnit::onInitComponent()
void HokuyoLaserUnit::onConnectComponent()
{
robotHealthTopic = getTopic<RobotHealthInterfacePrx>(getProperty<std::string>("LaserScannerTopicName").getValue());
robotHealthTopic = getTopic<RobotHealthInterfacePrx>(getProperty<std::string>("RobotHealthTopicName").getValue());
topic = getTopic<LaserScannerUnitListenerPrx>(topicName);
if (task)
......
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