|
void | abortTask (const Ice::Current &=Ice::emptyCurrent) override |
| Aborts planning. More...
|
|
Path | getPath (const Ice::Current &=Ice::emptyCurrent) const override |
|
void | postEnqueueing () override |
| Called by the planning server after the task was enqueued. More...
|
|
void | run (const RemoteObjectNodePrxList &remoteNodes, const Ice::Current &=Ice::emptyCurrent) override |
| Runs the task. More...
|
|
void | setPath (const Path &path, const Ice::Current &=Ice::emptyCurrent) override |
|
| Task (const CSpaceBasePtr &cspace, const VectorXf &startCfg, const VectorXf &goalCfg, const std::string &taskName="RRTConnectTask", Ice::Long maximalPlanningTimeInSeconds=300, float dcdStep=0.01f, Ice::Long workerCount=4) |
| A task using the rrtconnect algorithm. More...
|
|
void | workerHasAborted (Ice::Long workerId, const Ice::Current &=Ice::emptyCurrent) override |
|
CSpaceBasePtr | getCSpace (const Ice::Current &=Ice::emptyCurrent) const override |
|
float | getDcdStep (const Ice::Current &=Ice::emptyCurrent) const override |
|
VectorXf | getGoal (const Ice::Current &=Ice::emptyCurrent) const override |
|
Ice::Long | getMaximalPlanningTimeInSeconds (const Ice::Current &=Ice::emptyCurrent) const override |
|
VectorXf | getStart (const Ice::Current &=Ice::emptyCurrent) const override |
|
| MotionPlanningTaskWithDefaultMembers (const VectorXf &startCfg, const VectorXf &goalCfg, const CSpaceBasePtr &cspace, Ice::Float dcdStep, Ice::Long maximalPlanningTimeInSeconds, const std::string &taskName) |
| ctor More...
|
|
void | addTaskStatusCallback (std::function< void(TaskStatus::Status)> cb) |
|
Ice::Long | getPlanningTime (const Ice::Current &) const override |
|
MotionPlanningTaskBasePrx & | getProxy () |
|
Ice::Long | getRefiningTime (const Ice::Current &) const override |
|
Ice::Long | getRunningTime (const Ice::Current &) const override |
|
std::string | getTaskName (const Ice::Current &=Ice::emptyCurrent) const override |
|
TaskStatus::Status | getTaskStatus (const Ice::Current &=Ice::emptyCurrent) const override |
|
| MotionPlanningTask ()=default |
|
virtual void | onPlanningDone () |
|
virtual void | onRefiningDone () |
|
virtual void | registerAtIceAdapter (Ice::ObjectAdapterPtr &adapter, const Ice::Identity ident) |
|
bool | setTaskStatus (TaskStatus::Status newTaskStatus, const Ice::Current &=Ice::emptyCurrent) override |
|
| ~MotionPlanningTask () override=default |
|
bool | finishedRunning (const Ice::Current &=Ice::emptyCurrent) const override |
| Returns whether the task has finished planning. More...
|
|
bool | isRunning (const Ice::Current &=Ice::emptyCurrent) const override |
| Returns whether the task is currently planning. More...
|
|
void | waitForFinishedPlanning_async (const AMD_MotionPlanningTaskControlInterface_waitForFinishedPlanningPtr &cb, const Ice::Current &=Ice::emptyCurrent) override |
|
void | waitForFinishedRunning_async (const AMD_MotionPlanningTaskControlInterface_waitForFinishedRunningPtr &cb, const Ice::Current &=Ice::emptyCurrent) override |
|
Definition at line 47 of file Task.h.