|
MIRA
|
#include <pilot/AbstractObjectiveBasedPlanner.h>
Public Member Functions | |
| ObjectiveInfo () | |
| ObjectiveInfo (boost::shared_ptr< Objective > o, float w) | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
| Objective::Satisfaction | getSatisfaction () |
| void | resetDissatisfaction () |
| bool | hasWork () const |
| bool | reachedTask () const |
| bool | isActive () const |
| returns true, if the objective is enabled and has work, hence if it is active. More... | |
Public Attributes | |
| boost::shared_ptr< Objective > | objective |
| float | weight |
| bool | disabled |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
returns true, if the objective is enabled and has work, hence if it is active.
| boost::shared_ptr<Objective> objective |
| float weight |
| bool disabled |
1.8.14