Namespaces | |
| namespace | Private |
Functions | |
| JointControlManagerPtr | generate (const std::string &mechanism, const JointControlCommonInterface::IoFunctions &io, double timeLimit, NodeRegisterManagerPtr nodeRegisterManager) |
| Generate new joint control manager factory. | |
| JointControlManagerPtr JointControlManagerFactory::generate | ( | const std::string & | mechanism, |
| const JointControlCommonInterface::IoFunctions & | io, | ||
| double | timeLimit, | ||
| NodeRegisterManagerPtr | nodeRegisterManager | ||
| ) |
Generate new joint control manager factory.
| mechanism | |
| io | |
| timeLimit | |
| nodeRegisterManager |
| runtime_error | if an unsupported joint type is found in the ControlFile |
Uses the JointControlManagerSeriesElastic class since there are no differences in registers for now
Definition at line 14 of file JointControlManagerFactory.cpp.