NavigatingSkillHelper.h File Reference
+ Include dependency graph for NavigatingSkillHelper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NavigatingSkillHelper
 
struct  NavigatingSkillHelper::Properties
 
struct  NavigatingSkillHelper::Services
 

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
namespace  armarx::navigation
 This file is part of ArmarX.
 
namespace  armarx::navigation::skills
 
namespace  armarx::navigation::skills::detail
 

Functions

template<typename R>
bool is_ready (std::future< R > const &f)
 True if f holds a result (or has none to wait for). A deferred task is started here.
 

Variables

const armarx::core::time::Duration PollInterval
 Granularity at which shouldTerminate is evaluated while waiting.
 
const armarx::core::time::Duration RetryInterval
 Time to wait between two attempts to plan a path to the goal.