ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Covariance in PoseWithCovariance

asked 2011-12-14 05:58:07 -0500

Hordur gravatar image

How is the covariance field in the PoseWithCovariance message interpreted?

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
3

answered 2012-02-15 22:48:47 -0500

The "msg.covariance" field represents the uncertainty in the deterministic field "msg.pose".

This uncertainty is described by a normal distribution centered on the pose field so the probability of the state x follows: p(x)~ N(msg.pose,msg.covariance)

edit flag offensive delete link more

Comments

Of course there is others ways to represent the pose uncertainty. For instance the PoseArray msg (particles) makes possible describing a more complex probabilistic distribution. In any case it has some drawbacks, most of algorithms based on particles usually have less computational efficence.

Pablo Iñigo Blasco gravatar image Pablo Iñigo Blasco  ( 2012-02-15 22:58:50 -0500 )edit
1

answered 2011-12-14 06:17:30 -0500

DimitriProsser gravatar image

Off the top of my head, I can only think of one node that might use it. It's interpreted by different nodes in different fashions. The covariance represents the trustworthiness of a measurement. Many programs don't care about this value, and each one that does handles it differently.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-12-14 05:58:07 -0500

Seen: 1,500 times

Last updated: Feb 15 '12