Skip to content
Snippets Groups Projects
Commit aa88636e authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Fix Properties names

parent b3e2a558
No related branches found
No related tags found
No related merge requests found
...@@ -504,6 +504,8 @@ namespace armarx ...@@ -504,6 +504,8 @@ namespace armarx
{ {
throw UserException(e.what()); throw UserException(e.what());
} }
usPerDevUntilWarn = getProperty<std::size_t>("NjointController_AllowedExecutionTimePerControlDeviceUntilWarning").getValue();
usPerDevUntilError = getProperty<std::size_t>("NjointController_AllowedExecutionTimePerControlDeviceUntilError").getValue();
} }
void ControlThread::setEmergencyStopState(EmergencyStopState state, const Ice::Current&) void ControlThread::setEmergencyStopState(EmergencyStopState state, const Ice::Current&)
......
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