#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 <mapping_msgs/CollisionObject.h>#include <geometric_shapes_msgs/Shape.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) | |
Variables | |
| unsigned int | REPS_TO_TRY = 10 |
| typedef actionlib::SimpleActionClient<move_arm_msgs::MoveArmAction> MoveArmClient |
Definition at line 52 of file regression_test_under_table_pose_goal.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 252 of file regression_test_under_table_pose_goal.cpp.
| void spinThread | ( | ) |
Definition at line 57 of file regression_test_under_table_pose_goal.cpp.
| TEST | ( | MoveArm | , | |
| goToPoseGoal | ||||
| ) |
Definition at line 62 of file regression_test_under_table_pose_goal.cpp.
| unsigned int REPS_TO_TRY = 10 |
Definition at line 54 of file regression_test_under_table_pose_goal.cpp.