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

Revision history [back]

click to hide/show revision 1
initial version

When I was deploying the laser scan parameters(angle resolution and scan frequency), I found the size of laser data array is wrong. If the array setting more than actual size, there would be always have wrong data for Gmapping. Otherwise, there would be memory error.

here is the result: image description

When I was deploying the laser scan parameters(angle resolution and scan frequency), I found the size of laser data array is wrong. If the array setting more than actual size, there would be always have wrong data for Gmapping. Otherwise, there would be memory error.

here is the result: result(the actual scene): image description

When I was deploying the laser scan parameters(angle resolution and scan frequency), I found the size of laser data array is wrong. If the array setting more than actual size, there would be always have wrong data for Gmapping. Otherwise, there would be memory error.

here Here also solve the problem in: http://answers.ros.org/question/1270/shift-in-the-map-of-gmapping?comment=3132#comment-3132

Relate problem: http://answers.ros.org/question/1269/the-tf-between-map-and-odom-is-not-static?answer=2184#2184

This is the result(the actual scene): image description

I would like to thank dornhege, Brian Gerkey, dlaz, mbj and Ivan Dryanovski for help in finding out the problem.