|
|
#include <chrono>#include <experimental/memory>#include <future>#include <mutex>#include <optional>#include <ArmarXCore/core/exceptions/local/ExpressionException.h>#include <ArmarXCore/core/logging/Logging.h>#include <ArmarXCore/core/time.h>#include <RobotAPI/libraries/skills/core/Skill.h>#include <RobotAPI/libraries/skills/core/SkillDescription.h>#include <RobotAPI/libraries/skills/provider/SimpleSpecializedSkill.h>#include <armarx/navigation/client.h>#include <armarx/navigation/client/Navigator.h>#include <armarx/navigation/client/services/IceNavigatorFactory.h>#include <armarx/navigation/client/services/MemorySubscriber.h>#include <armarx/navigation/core/NavigationStackGeneralConfig.h>#include <armarx/navigation/safety_guard/LaserBasedProximity.h>#include <armarx/navigation/skills/aron/NavigatingSkillParams.aron.generated.h>
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. | |