GraspObjectUtil.h
Go to the documentation of this file.
1#pragma once
2
3// ArmarX
5
6namespace armarx::skills
7{
8 namespace grasp_control::util
9 {
16
23
26
28 {
29 armem::grasping::arondto::KnownGraspInfo& graspInfo;
30 std::string tcpName;
31 };
32
34 {
35 std::string graspSetName;
36 armarx::armem::grasping::arondto::KnownGraspSet graspSet;
37 };
38
41
49
55
58
60 {
61 VirtualRobot::Robot& synchronizedRobot;
62 };
63
69
72 } // namespace grasp_control::util
73} // namespace armarx::skills
SelectBestKinematicChainForObjectGraspOutput SelectBestKinematicChainForObjectGrasp(const SelectBestKinematicChainForObjectGraspInput &in)
GetPlatformOffsetAfterObjectGraspOutput GetGlobalPlatformPoseAfterObjectGrasp(const GetPlatformOffsetAfterObjectGraspInput &in)
SelectBestGraspSetForObjectOutput SelectBestGraspSetForObject(const SelectBestGraspSetForObjectInput &in)
GetPlatformOffsetForObjectGraspOutput GetGlobalPlatformPoseForObjectGrasp(const GetPlatformOffsetForObjectGraspInput &in)
This file is part of ArmarX.
An object pose as stored by the ObjectPoseStorage.
Definition ObjectPose.h:34
armarx::armem::grasping::arondto::KnownGraspSet graspSet