|
|
#include <armarx/navigation/skills/MoveRelativePlanar.h>
Inheritance diagram for MoveRelativePlanar:Classes | |
| struct | Properties |
| struct | Services |
Public Types | |
| using | Base = NavigateRelativeSkill< arondto::MoveRelativePlanarParams > |
Public Types inherited from NavigateRelativeSkill< arondto::MoveRelativePlanarParams > | |
| using | Base = armarx::skills::SimpleSpecializedSkill< arondto::MoveRelativePlanarParams > |
Public Member Functions | |
| MoveRelativePlanar (const Properties &properties, const Services &srv) | |
Public Member Functions inherited from NavigateRelativeSkill< arondto::MoveRelativePlanarParams > | |
| NavigateRelativeSkill ()=delete | |
| NavigateRelativeSkill (const Services &srv, const armarx::skills::SkillDescription &desc) | |
| virtual | ~NavigateRelativeSkill ()=default |
Static Public Member Functions | |
| static armarx::skills::SkillDescription | DefaultSkillDescription () |
Definition at line 16 of file MoveRelativePlanar.h.
| using Base = NavigateRelativeSkill<arondto::MoveRelativePlanarParams> |
Definition at line 20 of file MoveRelativePlanar.h.
| MoveRelativePlanar | ( | const Properties & | properties, |
| const Services & | srv | ||
| ) |
Definition at line 78 of file MoveRelativePlanar.cpp.
|
static |