Representation of a trajectory that can be executed. More...
#include <plan_representation.h>
Public Member Functions | |
ExecutableTrajectory () | |
ExecutableTrajectory (const robot_trajectory::RobotTrajectoryPtr &trajectory, const std::string &description, std::vector< std::string > controller_names={}) | |
Public Attributes | |
collision_detection::AllowedCollisionMatrixConstPtr | allowed_collision_matrix_ |
std::vector< std::string > | controller_names_ |
std::string | description_ |
boost::function< bool(const ExecutableMotionPlan *)> | effect_on_success_ |
robot_trajectory::RobotTrajectoryPtr | trajectory_ |
bool | trajectory_monitoring_ |
Representation of a trajectory that can be executed.
Definition at line 81 of file plan_representation.h.
|
inline |
Definition at line 83 of file plan_representation.h.
|
inline |
Definition at line 87 of file plan_representation.h.
collision_detection::AllowedCollisionMatrixConstPtr plan_execution::ExecutableTrajectory::allowed_collision_matrix_ |
Definition at line 99 of file plan_representation.h.
std::vector<std::string> plan_execution::ExecutableTrajectory::controller_names_ |
Definition at line 101 of file plan_representation.h.
std::string plan_execution::ExecutableTrajectory::description_ |
Definition at line 97 of file plan_representation.h.
boost::function<bool(const ExecutableMotionPlan*)> plan_execution::ExecutableTrajectory::effect_on_success_ |
Definition at line 100 of file plan_representation.h.
robot_trajectory::RobotTrajectoryPtr plan_execution::ExecutableTrajectory::trajectory_ |
Definition at line 96 of file plan_representation.h.
bool plan_execution::ExecutableTrajectory::trajectory_monitoring_ |
Definition at line 98 of file plan_representation.h.