defineOptionalProperty<float>("MaxJointVelocity",30.f/180*3.141,"Maximal joint velocity in rad/sec");
defineOptionalProperty<float>("MaxJointVelocity",30.f/180*3.141,"Maximal joint velocity in rad/sec");
defineRequiredProperty<std::string>("RobotFileName","Robot file name, e.g. robot_model.xml");
defineRequiredProperty<std::string>("RobotFileName","Robot file name, e.g. robot_model.xml");
defineOptionalProperty<int>("CycleTime",30,"Cycle time of the tcp control in ms");
defineOptionalProperty<int>("CycleTime",30,"Cycle time of the tcp control in ms");
defineOptionalProperty<float>("MaximumCommandDelay",20000,"Delay after which the TCP Control unit releases itself if no new velocity have been set.");
// defineOptionalProperty<float>("MaximumCommandDelay", 20000, "Delay after which the TCP Control unit releases itself if no new velocity have been set.");
defineOptionalProperty<std::string>("TCPsToReport","","comma seperated list of nodesets' endeffectors, which poses and velocities that should be reported. * for all, empty for none");
defineOptionalProperty<std::string>("TCPsToReport","","comma seperated list of nodesets' endeffectors, which poses and velocities that should be reported. * for all, empty for none");
defineOptionalProperty<std::string>("RobotStateComponentName","RobotStateComponent","Name of the RobotStateComponent that should be used");
defineOptionalProperty<std::string>("RobotStateComponentName","RobotStateComponent","Name of the RobotStateComponent that should be used");