|
#include <mutex>
#include <chrono>
#include <atomic>
#include <ArmarXCore/core/util/distributed/RemoteHandle/RemoteHandle.h>
#include <ArmarXCore/interface/core/RemoteObjectNode.h>
#include <RobotComponents/interface/components/MotionPlanning/Tasks/PathCollection/Task.h>
#include "../MotionPlanningTask.h"
#include "../../util/Metrics.h"
Go to the source code of this file.
Classes | |
class | Task |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::pathcol | |
Typedefs | |
using | PathCollection = pathcol::Task |
using | PathCollectionHandle = RemoteHandle< MotionPlanningMultiPathWithCostTaskControlInterfacePrx > |
using | PathCollectionPtr = IceUtil::Handle< PathCollection > |
using | TaskPtr = IceInternal::Handle< Task > |