#include <acceptancetest_ros.hpp>
|  | 
|  | AcceptanceTestRos () | 
|  | 
|  | AcceptanceTestRos (ROS_Client rclient) | 
|  | 
| void | go_initpos (double dtaskduration=7.0) | 
|  | 
| 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) | 
|  | 
| 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="") | 
|  | 
| 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) | 
|  | 
|  | ~AcceptanceTestRos () | 
|  | 
|  | AbstAcceptanceTest () | 
|  | 
|  | AbstAcceptanceTest (ROS_Client rclient) | 
|  | 
|  | AbstAcceptanceTest (ROS_Client rclient, double default_task_duration) | 
|  | 
| virtual | ~AbstAcceptanceTest () | 
|  | 
Definition at line 10 of file acceptancetest_ros.hpp.
 
  
  | 
        
          | AcceptanceTestRos::AcceptanceTestRos | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | AcceptanceTestRos::AcceptanceTestRos | ( | ROS_Client | rclient | ) |  |  | inline | 
 
 
  
  | 
        
          | AcceptanceTestRos::~AcceptanceTestRos | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | void AcceptanceTestRos::go_initpos | ( | double | dtaskduration = 7.0 | ) |  |  | inlinevirtual | 
 
 
  
  | 
        
          | void AcceptanceTestRos::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 |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
  
  | 
        
          | void AcceptanceTestRos::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 = "" |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
The documentation for this class was generated from the following file: