Skip to content
Snippets Groups Projects
Commit f5c41d93 authored by Simon Ottenhaus's avatar Simon Ottenhaus
Browse files

initial delay

parent 06fc4f52
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ void RobotHealth::onConnectComponent()
//remoteGuiPrx = getProxy<RemoteGuiInterfacePrx>(getProperty<std::string>("RemoteGuiName").getValue());
aggregatedRobotHealthTopicPrx = getTopic<AggregatedRobotHealthInterfacePrx>(getProperty<std::string>("AggregatedRobotHealthTopicName").getValue());
textToSpeechTopic = getTopic<TextListenerInterfacePrx>(getProperty<std::string>("TextToSpeechTopicName").getValue());
lastSpeechOutput = TimeUtil::GetTime();
/*if(robotUnitRequired)
{
......
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