#include <ros/ros.h>
#include <tf/tf.h>
#include <actionlib/server/simple_action_server.h>
#include <turtlebot_block_manipulation/PickAndPlaceAction.h>
#include <actionlib/client/simple_action_client.h>
#include <simple_arm_server/MoveArmAction.h>
#include <geometry_msgs/PoseArray.h>
Go to the source code of this file.
Classes | |
class | turtlebot_block_manipulation::PickAndPlaceServer |
Namespaces | |
namespace | turtlebot_block_manipulation |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 191 of file pick_and_place_action_server.cpp.