Public Member Functions | Protected Attributes
planning_scene_utils::PlanningSceneData Class Reference

Convenience class wrapping a planning scene message and its meta-data. More...

#include <move_arm_utils.h>

List of all members.

Public Member Functions

void addMotionPlanRequestId (unsigned int id)
std::vector
< arm_navigation_msgs::ArmNavigationErrorCodes > & 
getErrorCodes ()
 Gets a vector of trajectory error codes corresponding 1-1 to each pipeline stage.
std::string getHostName () const
 Returns the host of the network machine that the planning scene was recorded on.
unsigned int getId () const
std::string getName () const
 Returns the unique Id of the planning scene.
unsigned int getNextMotionPlanRequestId () const
std::vector< std::string > & getPipelineStages ()
 Returns a vector of arbitrary strings corresponding to the different "pipelines" of the planning scene. These are defined by the user of the warehouse logger reader. They may be things like "planner" "filter", "IK", etc.
arm_navigation_msgs::PlanningScenegetPlanningScene ()
 Returns the underlying planning scene message.
std::set< unsigned int > & getRequests ()
 Returns a vector of Motion Plan Ids of the motion plan requests stored in the planning scene.
void getRobotState (planning_models::KinematicState *state)
 Fills the Kinematic state passed into the function with the values specified by the robot state message inside the underlying planning scene message.
const ros::TimegetTimeStamp () const
 Returns the time that the planning scene was recorded (ignores sim time)
bool hasMotionPlanRequestId (unsigned int id) const
 PlanningSceneData ()
 PlanningSceneData (unsigned int id, const ros::Time &timestamp, const arm_navigation_msgs::PlanningScene &scene)
void removeMotionPlanRequestId (unsigned int id)
void setErrorCodes (std::vector< arm_navigation_msgs::ArmNavigationErrorCodes > &error_codes)
 see getErrorCodes
void setHostName (std::string host)
 Set the host of the network machine that the planning scene was recorded on.
void setId (unsigned int id)
void setPipelineStages (std::vector< std::string > &stages)
 see getPipelineStages
void setPlanningScene (const arm_navigation_msgs::PlanningScene &scene)
 Sets the underlying planning scene message.
void setTimeStamp (const ros::Time &time)
 Sets the time that the planning scene was recorded.

Protected Attributes

std::vector
< arm_navigation_msgs::ArmNavigationErrorCodes
error_codes_
std::string host_
unsigned int id_
std::set< unsigned int > motion_plan_requests_
std::string name_
std::vector< std::string > pipeline_stages_
arm_navigation_msgs::PlanningScene planning_scene_
ros::Time timestamp_

Detailed Description

Convenience class wrapping a planning scene message and its meta-data.

Class PlanningSceneData

Definition at line 202 of file move_arm_utils.h.


Constructor & Destructor Documentation

Definition at line 87 of file move_arm_utils.cpp.

PlanningSceneData::PlanningSceneData ( unsigned int  id,
const ros::Time timestamp,
const arm_navigation_msgs::PlanningScene scene 
)

Definition at line 93 of file move_arm_utils.cpp.


Member Function Documentation

Definition at line 312 of file move_arm_utils.h.

Gets a vector of trajectory error codes corresponding 1-1 to each pipeline stage.

Definition at line 287 of file move_arm_utils.h.

Returns the host of the network machine that the planning scene was recorded on.

Definition at line 219 of file move_arm_utils.h.

unsigned int planning_scene_utils::PlanningSceneData::getId ( ) const [inline]

Definition at line 236 of file move_arm_utils.h.

std::string planning_scene_utils::PlanningSceneData::getName ( void  ) const [inline]

Returns the unique Id of the planning scene.

Definition at line 231 of file move_arm_utils.h.

Definition at line 320 of file move_arm_utils.h.

Returns a vector of arbitrary strings corresponding to the different "pipelines" of the planning scene. These are defined by the user of the warehouse logger reader. They may be things like "planner" "filter", "IK", etc.

Definition at line 275 of file move_arm_utils.h.

Returns the underlying planning scene message.

Definition at line 248 of file move_arm_utils.h.

Returns a vector of Motion Plan Ids of the motion plan requests stored in the planning scene.

Definition at line 299 of file move_arm_utils.h.

Fills the Kinematic state passed into the function with the values specified by the robot state message inside the underlying planning scene message.

Definition at line 100 of file move_arm_utils.cpp.

Returns the time that the planning scene was recorded (ignores sim time)

Definition at line 242 of file move_arm_utils.h.

Definition at line 308 of file move_arm_utils.h.

Definition at line 316 of file move_arm_utils.h.

see getErrorCodes

Definition at line 293 of file move_arm_utils.h.

void planning_scene_utils::PlanningSceneData::setHostName ( std::string  host) [inline]

Set the host of the network machine that the planning scene was recorded on.

Definition at line 225 of file move_arm_utils.h.

void planning_scene_utils::PlanningSceneData::setId ( unsigned int  id) [inline]

Definition at line 260 of file move_arm_utils.h.

void planning_scene_utils::PlanningSceneData::setPipelineStages ( std::vector< std::string > &  stages) [inline]

see getPipelineStages

Definition at line 281 of file move_arm_utils.h.

Sets the underlying planning scene message.

Definition at line 266 of file move_arm_utils.h.

Sets the time that the planning scene was recorded.

Definition at line 254 of file move_arm_utils.h.


Member Data Documentation

Definition at line 211 of file move_arm_utils.h.

Definition at line 207 of file move_arm_utils.h.

Definition at line 206 of file move_arm_utils.h.

Definition at line 212 of file move_arm_utils.h.

Definition at line 205 of file move_arm_utils.h.

Definition at line 210 of file move_arm_utils.h.

Definition at line 209 of file move_arm_utils.h.

Definition at line 208 of file move_arm_utils.h.


The documentation for this class was generated from the following files:


move_arm_warehouse
Author(s): Ioan Sucan, Sachin Chitta(sachinc@willowgarage.com)
autogenerated on Thu Dec 12 2013 11:09:12