57 const std::string m_device_classname = {
"BasicCartesianControl"};
58 const std::string m_device_name = {
"BasicCartesianControl"};
59 bool m_parser_is_strict =
false;
67 std::string m_provided_configuration;
69 const std::string m_controllerGain_defaultValue = {
"0.05"};
70 const std::string m_trajectoryDuration_defaultValue = {
"0.0"};
71 const std::string m_trajectoryRefSpeed_defaultValue = {
"0.05"};
72 const std::string m_trajectoryRefAccel_defaultValue = {
"0.02"};
73 const std::string m_cmcPeriodMs_defaultValue = {
"50"};
74 const std::string m_usePosdMovel_defaultValue = {
"false"};
75 const std::string m_enableFailFast_defaultValue = {
"false"};
76 const std::string m_referenceFrame_defaultValue = {
"base"};
77 const std::string m_robot_defaultValue = {
"remote_controlboard"};
78 const std::string m_solver_defaultValue = {
"KdlSolver"};
80 double m_controllerGain = {0.05};
81 double m_trajectoryDuration = {0.0};
82 double m_trajectoryRefSpeed = {0.05};
83 double m_trajectoryRefAccel = {0.02};
84 int m_cmcPeriodMs = {50};
85 bool m_usePosdMovel = {
false};
86 bool m_enableFailFast = {
false};
87 std::string m_referenceFrame = {
"base"};
88 std::string m_robot = {
"remote_controlboard"};
89 std::string m_solver = {
"KdlSolver"};
91 bool parseParams(
const yarp::os::Searchable & config)
override;
92 std::string getDeviceClassName()
const override {
return m_device_classname; }
93 std::string getDeviceName()
const override {
return m_device_name; }
94 std::string getDocumentationOfDeviceParams()
const override;
95 std::vector<std::string> getListOfParams()
const override;
96 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
97 std::string getConfiguration()
const override;