moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
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 | |
robot_trajectory::RobotTrajectoryPtr | trajectory |
std::string | description |
bool | trajectory_monitoring |
collision_detection::AllowedCollisionMatrixConstPtr | allowed_collision_matrix |
std::function< bool(const ExecutableMotionPlan *)> | effect_on_success |
std::vector< std::string > | controller_name |
Representation of a trajectory that can be executed.
Definition at line 49 of file plan_representation.h.
|
inline |
Definition at line 51 of file plan_representation.h.
|
inline |
Definition at line 55 of file plan_representation.h.
collision_detection::AllowedCollisionMatrixConstPtr plan_execution::ExecutableTrajectory::allowed_collision_matrix |
Definition at line 67 of file plan_representation.h.
std::vector<std::string> plan_execution::ExecutableTrajectory::controller_name |
Definition at line 69 of file plan_representation.h.
std::string plan_execution::ExecutableTrajectory::description |
Definition at line 65 of file plan_representation.h.
std::function<bool(const ExecutableMotionPlan*)> plan_execution::ExecutableTrajectory::effect_on_success |
Definition at line 68 of file plan_representation.h.
robot_trajectory::RobotTrajectoryPtr plan_execution::ExecutableTrajectory::trajectory |
Definition at line 64 of file plan_representation.h.
bool plan_execution::ExecutableTrajectory::trajectory_monitoring |
Definition at line 66 of file plan_representation.h.