#include <ros/ros.h>#include <actionlib/client/simple_action_client.h>#include <move_arm_msgs/MoveArmAction.h>#include <move_arm_msgs/utils.h>#include <motion_planning_msgs/SimplePoseConstraint.h>#include <motion_planning_msgs/convert_messages.h>#include <move_arm_msgs/MoveArmGoal.h>#include <boost/thread.hpp>#include <gtest/gtest.h>

Go to the source code of this file.
Typedefs | |
| typedef actionlib::SimpleActionClient < move_arm_msgs::MoveArmAction > | MoveArmClient |
Functions | |
| int | main (int argc, char **argv) |
| void | spinThread () |
| TEST (MoveArm, goToPoseGoal) | |
| typedef actionlib::SimpleActionClient<move_arm_msgs::MoveArmAction> MoveArmClient |
Definition at line 47 of file regression_test_simple_pose.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 127 of file regression_test_simple_pose.cpp.
| void spinThread | ( | ) |
Definition at line 49 of file regression_test_simple_pose.cpp.
| TEST | ( | MoveArm | , | |
| goToPoseGoal | ||||
| ) |
Definition at line 54 of file regression_test_simple_pose.cpp.