#include "pr2_doors_common/door_functions.h"
#include "pr2_doors_actions/action_open_door.h"
#include <ros/ros.h>
#include <door_msgs/Door.h>
#include <tff_controller/TaskFrameFormalism.h>
#include <tf/tf.h>
#include <tf/transform_listener.h>
#include <kdl/frames.hpp>
#include <door_msgs/DoorGoal.h>
#include <door_msgs/DoorAction.h>
#include <actionlib/server/simple_action_server.h>
Go to the source code of this file.
Variables | |
static const string | fixed_frame = "odom_combined" |
const string fixed_frame = "odom_combined" [static] |
Definition at line 49 of file action_open_door.cpp.