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