Given a vector of Pose samples, how do I compute the PoseWithCovariance?

asked 2019-11-20 01:57:19 -0500

Rufus gravatar image

updated 2019-11-20 02:43:30 -0500

Given a vector of pose estimates, how do I compute the PoseWithCovariance? Is there a simple function that does this conversion? Or do I need to manually calculate the mean of each pose entry and manually compute the covariance?

edit retag flag offensive close merge delete

Comments

I don't think there is anything in ROS for this, maybe you can use ceres for that.

Choco93 gravatar image Choco93  ( 2019-11-20 02:28:14 -0500 )edit