1 #ifndef ABST_ACCEPTANCETEST_HPP 2 #define ABST_ACCEPTANCETEST_HPP 25 :default_task_duration(7.0),
26 MSG_ERR_NOTIMPLEMENTED(
"The method is not implemented in the derived class"),
36 :default_task_duration(default_task_duration),
37 MSG_ERR_NOTIMPLEMENTED(
"The method is not implemented in the derived class"),
53 std::vector<double> joint_angles,
54 std::string msg_tasktitle=
"",
55 double task_duration=7.0,
69 std::vector<double> pose,
70 std::vector<double> rpy,
71 std::string msg_tasktitle=
"",
72 double task_duration=7.0,
74 std::string ref_frame_name=
""){
79 int dx=0,
int dy=0,
int dz=0,
int dr=0,
int dp=0,
int dw=0,
80 std::string msg_tasktitle=
"",
81 double task_duration=7.0,
virtual ~AbstAcceptanceTest()
virtual void set_pose_relative(std::string joint_group, int dx=0, int dy=0, int dz=0, int dr=0, int dp=0, int dw=0, std::string msg_tasktitle="", double task_duration=7.0, bool do_wait=true)
static std::string GRNAME_HEAD
AbstAcceptanceTest(ROS_Client rclient, double default_task_duration)
static std::string GRNAME_LEFT_ARM
AbstAcceptanceTest(ROS_Client rclient)
virtual void set_pose(std::string joint_group, std::vector< double > pose, std::vector< double > rpy, std::string msg_tasktitle="", double task_duration=7.0, bool do_wait=true, std::string ref_frame_name="")
const std::string MSG_ERR_NOTIMPLEMENTED
virtual void set_joint_angles(std::string joint_group, std::vector< double > joint_angles, std::string msg_tasktitle="", double task_duration=7.0, bool do_wait=true)
double default_task_duration
static std::string GRNAME_RIGHT_ARM
virtual void go_initpos(double dtaskduration=7.0)
static std::string GRNAME_TORSO