#include <ros/ros.h>#include <actionlib/client/simple_action_client.h>#include <move_arm_msgs/MoveArmAction.h>#include <stdio.h>#include <stdlib.h>#include <time.h>#include <boost/thread.hpp>#include <gtest/gtest.h>#include <geometric_shapes_msgs/Shape.h>#include <arm_navigation_tests/arm_navigation_utils.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 54 of file regression_test_pose_goal.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 158 of file regression_test_pose_goal.cpp.
| void spinThread | ( | ) |
Definition at line 56 of file regression_test_pose_goal.cpp.
| TEST | ( | MoveArm | , | |
| goToPoseGoal | ||||
| ) |
Definition at line 61 of file regression_test_pose_goal.cpp.