1 #ifndef RAM_PATH_PLANNING_PATH_PLANNING_ALGORITHM_HPP 2 #define RAM_PATH_PLANNING_PATH_PLANNING_ALGORITHM_HPP 9 template<
class ActionSpec>
14 const std::string description,
15 const std::string service_name);
26 const unsigned percentage,
bool publishStatusDone(const std::string progress_msg, actionlib::ServerGoalHandle< ActionSpec > &gh)
const std::string description_
bool publishStatusPercentageDone(const std::string progress_msg, const unsigned percentage, actionlib::ServerGoalHandle< ActionSpec > &gh)
bool publishPercentageDone(const unsigned percentage, actionlib::ServerGoalHandle< ActionSpec > &gh)
const std::string service_name_
PathPlanningAlgorithm(const std::string name, const std::string description, const std::string service_name)
virtual ~PathPlanningAlgorithm()=0