PutdownObjectUtil.h
Go to the documentation of this file.
1
#pragma once
2
3
// ArmarX
4
#include <
RobotAPI/libraries/skills/provider/mixins/All.h
>
5
6
namespace
armarx::skills
7
{
8
namespace
grasp_control::util
9
{
10
struct
GetPlatformOffsetForObjectPutdownInput
11
{
12
VirtualRobot::Robot
&
synchronizedRobot
;
13
std::string
tcpName
;
14
};
15
16
struct
GetPlatformOffsetForObjectPutdownOutput
17
{
18
Eigen::Matrix4f
platformGlobalPose
;
19
float
distanceToDrive
;
20
};
21
22
GetPlatformOffsetForObjectPutdownOutput
23
GetGlobalPlatformPoseForObjectPutdown
(
const
GetPlatformOffsetForObjectPutdownInput
& in);
24
25
struct
GetPlatformOffsetAfterObjectPutdownInput
26
{
27
VirtualRobot::Robot
&
synchronizedRobot
;
28
};
29
30
struct
GetPlatformOffsetAfterObjectPutdownOutput
31
{
32
Eigen::Matrix4f
platformGlobalPose
;
33
float
distanceToDrive
;
34
};
35
36
GetPlatformOffsetAfterObjectPutdownOutput
37
GetGlobalPlatformPoseAfterObjectPutdown
(
const
GetPlatformOffsetAfterObjectPutdownInput
& in);
38
}
// namespace grasp_control::util
39
}
// namespace armarx::skills
armarx::skills::grasp_control::util::GetPlatformOffsetForObjectPutdownOutput::distanceToDrive
float distanceToDrive
Definition:
PutdownObjectUtil.h:19
armarx::skills::grasp_control::util::GetPlatformOffsetAfterObjectPutdownInput::synchronizedRobot
VirtualRobot::Robot & synchronizedRobot
Definition:
PutdownObjectUtil.h:27
armarx::skills::grasp_control::util::GetPlatformOffsetAfterObjectPutdownInput
Definition:
PutdownObjectUtil.h:25
armarx::skills
This file is part of ArmarX.
Definition:
PeriodicUpdateWidget.cpp:11
armarx::skills::grasp_control::util::GetPlatformOffsetForObjectPutdownInput
Definition:
PutdownObjectUtil.h:10
GfxTL::Matrix4f
MatrixXX< 4, 4, float > Matrix4f
Definition:
MatrixXX.h:650
armarx::skills::grasp_control::util::GetGlobalPlatformPoseForObjectPutdown
GetPlatformOffsetForObjectPutdownOutput GetGlobalPlatformPoseForObjectPutdown(const GetPlatformOffsetForObjectPutdownInput &in)
Definition:
PutdownObjectUtil.cpp:14
armarx::skills::grasp_control::util::GetPlatformOffsetAfterObjectPutdownOutput
Definition:
PutdownObjectUtil.h:30
armarx::skills::grasp_control::util::GetPlatformOffsetForObjectPutdownOutput::platformGlobalPose
Eigen::Matrix4f platformGlobalPose
Definition:
PutdownObjectUtil.h:18
All.h
armarx::armem::human::Robot
@ Robot
Definition:
util.h:17
armarx::skills::grasp_control::util::GetPlatformOffsetForObjectPutdownOutput
Definition:
PutdownObjectUtil.h:16
armarx::skills::grasp_control::util::GetPlatformOffsetForObjectPutdownInput::tcpName
std::string tcpName
Definition:
PutdownObjectUtil.h:13
armarx::skills::grasp_control::util::GetPlatformOffsetAfterObjectPutdownOutput::distanceToDrive
float distanceToDrive
Definition:
PutdownObjectUtil.h:33
armarx::skills::grasp_control::util::GetPlatformOffsetForObjectPutdownInput::synchronizedRobot
VirtualRobot::Robot & synchronizedRobot
Definition:
PutdownObjectUtil.h:12
armarx::skills::grasp_control::util::GetGlobalPlatformPoseAfterObjectPutdown
GetPlatformOffsetAfterObjectPutdownOutput GetGlobalPlatformPoseAfterObjectPutdown(const GetPlatformOffsetAfterObjectPutdownInput &in)
Definition:
PutdownObjectUtil.cpp:43
armarx::skills::grasp_control::util::GetPlatformOffsetAfterObjectPutdownOutput::platformGlobalPose
Eigen::Matrix4f platformGlobalPose
Definition:
PutdownObjectUtil.h:32
RobotSkillTemplates
libraries
skill_grasp_object
putdown
util
PutdownObjectUtil.h
Generated on Sat Mar 29 2025 09:17:33 for armarx_documentation by
1.8.17