Class PlanningContextLoaderPolyline
Defined in File planning_context_loader_polyline.hpp
Inheritance Relationships
Base Type
public pilz_industrial_motion_planner::PlanningContextLoader(Class PlanningContextLoader)
Class Documentation
-
class PlanningContextLoaderPolyline : public pilz_industrial_motion_planner::PlanningContextLoader
Plugin that can generate instances of PlanningContextPolyline. Generates instances of PlanningContextPolyline.
Public Functions
-
PlanningContextLoaderPolyline()
-
~PlanningContextLoaderPolyline() override
-
virtual bool loadContext(planning_interface::PlanningContextPtr &planning_context, const std::string &name, const std::string &group) const override
return a instance of pilz_industrial_motion_planner::PlanningContextPolyline
- Parameters:
planning_context – returned context
name –
group –
- Returns:
true on success, false otherwise
-
PlanningContextLoaderPolyline()