#include <boost/make_shared.hpp>#include "robot_instance/NodeRegisterManager.h"#include "robodyn_mechanisms/JointControlManagerSeriesElastic.h"#include "robodyn_mechanisms/JointControlManagerGripper.h"#include "robodyn_mechanisms/JointControlManagerWrist.h"#include "robodyn_mechanisms/JointControlManagerFinger.h"

Go to the source code of this file.
Namespaces | |
| namespace | JointControlManagerFactory |
| namespace | JointControlManagerFactory::Private |
Functions | |
| JointControlManagerPtr | JointControlManagerFactory::generate (const std::string &mechanism, const JointControlCommonInterface::IoFunctions &io, double timeLimit, NodeRegisterManagerPtr nodeRegisterManager) |
| Generate new joint control manager factory. | |
| std::string | JointControlManagerFactory::Private::getPropertyFromFile (const std::string ¶meterFile, const std::string &property) |
| Retrieve property of element from the given file. | |