Main Page
Namespaces
Classes
Files
File List
File Members
src
plugins
heuristic_plugin.cpp
Go to the documentation of this file.
1
#include <
vigir_footstep_planning_plugins/plugins/heuristic_plugin.h
>
2
3
4
5
namespace
vigir_footstep_planning
6
{
7
HeuristicPlugin::HeuristicPlugin
(
const
std::string& name)
8
: Plugin(name)
9
{
10
}
11
12
HeuristicPlugin::~HeuristicPlugin
()
13
{
14
}
15
16
bool
HeuristicPlugin::isUnique
()
const
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
}
vigir_footstep_planning::HeuristicPlugin::~HeuristicPlugin
virtual ~HeuristicPlugin()
Definition:
heuristic_plugin.cpp:12
vigir_footstep_planning::HeuristicPlugin::loadParams
bool loadParams(const vigir_generic_params::ParameterSet ¶ms=vigir_generic_params::ParameterSet()) override
Definition:
heuristic_plugin.cpp:21
vigir_footstep_planning::HeuristicPlugin::HeuristicPlugin
HeuristicPlugin(const std::string &name)
Definition:
heuristic_plugin.cpp:7
heuristic_plugin.h
vigir_footstep_planning
vigir_footstep_planning::HeuristicPlugin::isUnique
bool isUnique() const final
Definition:
heuristic_plugin.cpp:16
vigir_footstep_planning::HeuristicPlugin::max_heuristic_value_
double max_heuristic_value_
Definition:
heuristic_plugin.h:65
vigir_footstep_planning_plugins
Author(s): Alexander Stumpf
autogenerated on Mon Jun 10 2019 15:47:39