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

Large covariance values in /poseupdate from Hector mapping

asked 2016-10-12 15:36:55 -0500

ronwalf gravatar image

I'm trying to fuse an IMU with Hector SLAM's /poseupdate topic using robot_localization (move_base needs odometry), but /poseupdate has huge covariance values, especially on yaw, which are getting in the way:

---
header: 

  seq: 6229
  stamp: 
    secs: 1476302184
    nsecs: 887035694
  frame_id: map
pose: 
  pose: 
    position: 
      x: -0.968845367432
      y: 0.239940643311
      z: 0.0
    orientation: 
      x: 0.0
      y: 0.0
      z: 0.717722267805
      w: 0.696329481134
  covariance: [139.23130798339844, -4.342318534851074, 0.0, 0.0, 0.0, -5340.9833984375, -4.342318534851074, 93.05287170410156, 0.0, 0.0, 0.0, 718.5166015625, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -5340.9833984375, 718.5166015625, 0.0, 0.0, 0.0, 1196099.625]
---
header: 
  seq: 6230
  stamp: 
    secs: 1476302184
    nsecs: 912063694
  frame_id: map
pose: 
  pose: 
    position: 
      x: -0.966373443604
      y: 0.238426208496
      z: 0.0
    orientation: 
      x: 0.0
      y: 0.0
      z: 0.717676196271
      w: 0.696376964945
  covariance: [138.5482635498047, -5.373541355133057, 0.0, 0.0, 0.0, -5026.064453125, -5.373541355133057, 105.44342803955078, 0.0, 0.0, 0.0, 1032.7490234375, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -5026.064453125, 1032.7490234375, 0.0, 0.0, 0.0, 1170601.375]
edit retag flag offensive close merge delete

Comments

hi, how do you solve this? Could u give some help?

jinn gravatar image jinn  ( 2017-01-05 03:09:11 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-11-23 10:48:30 -0500

ronwalf gravatar image

From an issue I submitted to Hector SLAM's Github page:

We are violating the specification of the geometry_msgs/PoseWithCovariance message here. What is output in the poseupdate message is not a covariance, but the Hessian calculated during the scan matching process (see ScanMatcher.h:184). It can be interpreted as the inverse of the covariance matrix up to a constant factor that depends on the variance of the distance measurement of a single laser ray and the map resolution.

The Hessian (or information matrix) has the advantage that its diagonal elements go to zero for maximum uncertainty instead of having to represent this situation with -1 like in other occurrences of variances in ROS.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-10-12 15:36:55 -0500

Seen: 486 times

Last updated: Nov 23 '16