heuristic_plugin.cpp
Go to the documentation of this file.
2 
3 
4 
6 {
7 HeuristicPlugin::HeuristicPlugin(const std::string& name)
8  : Plugin(name)
9 {
10 }
11 
13 {
14 }
15 
17 {
18  return false;
19 }
20 
21 bool HeuristicPlugin::loadParams(const vigir_generic_params::ParameterSet& params)
22 {
23  if (!Plugin::loadParams(params))
24  return false;
25 
26  params.getParam("max_heuristic_value", max_heuristic_value_);
27  return true;
28 }
29 }
bool loadParams(const vigir_generic_params::ParameterSet &params=vigir_generic_params::ParameterSet()) override


vigir_footstep_planning_plugins
Author(s): Alexander Stumpf
autogenerated on Mon Jun 10 2019 15:47:39