Skip to content
Snippets Groups Projects
Commit 31ec4ca5 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add Pose to ObjectPose ice type

parent 47ebf54f
No related branches found
No related tags found
1 merge request!207Resolve "Add covariance to object pose"
......@@ -64,11 +64,12 @@ module armarx
module data
{
class PoseCovariance // class: optional
class PoseCovariance // class => optional
{
Ice::FloatSeq translation3x3; // fq std::vector<float>
Ice::FloatSeq translation3x3;
};
/// An object pose provided by an ObjectPoseProvider.
struct ProvidedObjectPose
{
......@@ -118,8 +119,13 @@ module armarx
armarx::data::ObjectID objectID;
PoseBase objectPoseRobot;
PoseCovariance objectPoseRobotCovariance;
PoseBase objectPoseGlobal;
PoseCovariance objectPoseGlobalCovariance;
PoseBase objectPoseOriginal;
PoseCovariance objectPoseOriginalCovariance;
string objectPoseOriginalFrame;
/// The object's joint values if it is articulated.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment