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

Set objectPoseGaussian in ObjectPoseProviderExample

parent 66d18180
No related merge requests found
......@@ -166,6 +166,9 @@ namespace armarx
pose.objectPose = simox::math::pose(pos, ori);
pose.objectPoseFrame = armarx::GlobalFrame;
pose.objectPoseGaussian = objpose::PoseManifoldGaussian();
pose.objectPoseGaussian->mean = pose.objectPose;
pose.objectPoseGaussian->covariance = Eigen::Matrix6f::Identity();
pose.confidence = 0.75 + 0.25 * std::sin(t - i);
pose.timestamp = TimeUtil::GetTime();
......
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