Task.h File Reference
#include <mutex>
#include <chrono>
#include <atomic>
#include <ArmarXCore/core/system/FactoryCollectionBase.h>
#include <ArmarXCore/core/util/distributed/RemoteHandle/RemoteHandle.h>
#include <ArmarXCore/interface/core/RemoteObjectNode.h>
#include <RobotComponents/interface/components/MotionPlanning/Tasks/AStar/Task.h>
#include "../../util/Metrics.h"
#include "../MotionPlanningTask.h"
+ Include dependency graph for Task.h:
+ This graph shows which files directly or indirectly include this file:

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::astar
 

Typedefs

using AStarTask = astar::Task
 
using AStarTaskHandle = RemoteHandle< MotionPlanningTaskControlInterfacePrx >
 
using AStarTaskPtr = IceUtil::Handle< AStarTask >
 
using TaskPtr = IceInternal::Handle< Task >