#include <ros/console.h>
#include <boost/foreach.hpp>
#include <sstream>
#include <move_arm_warehouse/move_arm_warehouse_logger_reader.h>
Go to the source code of this file.
typedef mongo_ros::MessageWithMetadata<arm_navigation_msgs::ArmNavigationErrorCodes>::ConstPtr ErrorCodesWithMetadata |
Definition at line 57 of file move_arm_warehouse_logger_reader.cpp.
typedef mongo_ros::MessageWithMetadata<head_monitor_msgs::HeadMonitorFeedback>::ConstPtr HeadMonitorFeedbackWithMetadata |
Definition at line 58 of file move_arm_warehouse_logger_reader.cpp.
typedef mongo_ros::MessageWithMetadata<trajectory_msgs::JointTrajectory>::ConstPtr JointTrajectoryWithMetadata |
Definition at line 56 of file move_arm_warehouse_logger_reader.cpp.
typedef mongo_ros::MessageWithMetadata<arm_navigation_msgs::MotionPlanRequest>::ConstPtr MotionPlanRequestWithMetadata |
Definition at line 55 of file move_arm_warehouse_logger_reader.cpp.
typedef mongo_ros::MessageWithMetadata<arm_navigation_msgs::PlanningScene>::ConstPtr PlanningSceneWithMetadata |
Definition at line 54 of file move_arm_warehouse_logger_reader.cpp.
const std::string DATABASE_NAME = "arm_navigation" [static] |
Definition at line 46 of file move_arm_warehouse_logger_reader.cpp.
const std::string MOTION_PLAN_REQUEST_ID_NAME = "motion_request_id" [static] |
Definition at line 49 of file move_arm_warehouse_logger_reader.cpp.
const std::string PAUSED_COLLISION_MAP_TIME_NAME = "paused_collision_map_time" [static] |
Definition at line 52 of file move_arm_warehouse_logger_reader.cpp.
const std::string PLANNING_SCENE_ID_NAME = "planning_scene_id" [static] |
Definition at line 48 of file move_arm_warehouse_logger_reader.cpp.
const std::string PLANNING_SCENE_TIME_NAME = "planning_scene_time" [static] |
Definition at line 47 of file move_arm_warehouse_logger_reader.cpp.
const std::string TRAJECTORY_ID_NAME = "trajectory_id" [static] |
Definition at line 50 of file move_arm_warehouse_logger_reader.cpp.
const std::string TRAJECTORY_MOTION_REQUEST_ID_NAME = "trajectory_motion_request_id" [static] |
Definition at line 51 of file move_arm_warehouse_logger_reader.cpp.