OpenHandAndDetach.h
Go to the documentation of this file.
1#pragma once
2
3// BaseClass
5
6// Type
7#include <RobotSkillTemplates/libraries/skill_grasp_object/aron/OpenHandAndDetachAcceptedType.aron.generated.h>
8
9// ArmarX
11
13
14namespace armarx::skills
15{
18 public SimpleSpecializedSkill<grasp_object::arondto::OpenHandAndDetachAcceptedType>
19 {
20 public:
21 using ArgType = grasp_object::arondto::OpenHandAndDetachAcceptedType;
22
26
27 private:
28 MainResult main(const SpecializedMainInput& in) final;
29
30 public:
32 };
33} // namespace armarx::skills
The memory name system (MNS) client.
grasp_object::arondto::OpenHandAndDetachAcceptedType ArgType
OpenHandAndDetachSkill(armem::client::MemoryNameSystem &mns, armarx::viz::Client &arviz, TwoArmGraspControlSkillContext &)
TwoArmGraspControlSkill(armem::client::MemoryNameSystem &mns, armarx::viz::Client &arviz, const std::string &layerName, TwoArmGraspControlSkillContext &c)
This file is part of ArmarX.
A result struct for th main method of a skill.
Definition Skill.h:62
armem::client::MemoryNameSystem mns