|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <replan_invalidated_trajectory.hpp>


Public Member Functions | |
| ReplanInvalidatedTrajectory ()=default | |
| ~ReplanInvalidatedTrajectory () override=default | |
| ReactionResult | react (const std::string &event) override |
Public Member Functions inherited from moveit::hybrid_planning::SinglePlanExecution | |
| SinglePlanExecution ()=default | |
| ~SinglePlanExecution () override=default | |
| ReactionResult | react (const HybridPlanningEvent &event) override |
| ReactionResult | react (const std::string &event) override |
Public Member Functions inherited from moveit::hybrid_planning::PlannerLogicInterface | |
| PlannerLogicInterface ()=default | |
| PlannerLogicInterface (const PlannerLogicInterface &)=default | |
| PlannerLogicInterface (PlannerLogicInterface &&)=default | |
| PlannerLogicInterface & | operator= (const PlannerLogicInterface &)=default |
| PlannerLogicInterface & | operator= (PlannerLogicInterface &&)=default |
| virtual | ~PlannerLogicInterface ()=default |
| virtual bool | initialize () |
Definition at line 47 of file replan_invalidated_trajectory.hpp.
|
default |
|
overridedefault |
|
overridevirtual |
React to custom event
| event | Encoded as string |
Implements moveit::hybrid_planning::PlannerLogicInterface.
Definition at line 40 of file replan_invalidated_trajectory.cpp.
