SimpleHandoverObject.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/PutdownObjectAcceptedType.aron.generated.h>
8
9// ArmarX
13
14namespace armarx::skills
15{
16 /*class SimpleHandoverObject : public GraspControlSkill<grasp_object::arondto::PutdownObjectAcceptedType>
17 {
18 public:
19 using Base = GraspControlSkill<grasp_object::arondto::PutdownObjectAcceptedType>;
20
21 SimpleHandoverObject(armem::client::MemoryNameSystem& mns, armarx::viz::Client& arviz, GraspControlSkillContext&);
22
23 Status execute(const grasp_object::arondto::PutdownObjectAcceptedType&, const CallbackT&) final;
24
25 void notifyStopped() final;
26 void notifyTimeoutReached() final;
27 void reset() final;
28
29 private:
30 // other skill
31 MovePlatformToPose movePlatformToPose;
32 };*/
33}
This file is part of ArmarX.