Localiztion in Nav2d is very poor on Turtlebot 2 with default configuration
Dear all,
I am running the nav2d tutorial 3 on the turtlebot with Kinect sensor. the working is fine except for the localization.
the robot keeps on localizing and every time the map is shifted little. due to this the same obstacles are mapped several times which results in a map full of black spots making it unnavigable.
I suspected error in odom so i combined Robot_Pose_Ekf but the output robot_pose_ekf/odom_combined is not used by any of the nodes! The tf frame is being published for the odom by the robot_pose_ekf.
I tried changing the min_particle & max_particle sizes with a lot of values, its little better with values 1000000 & 4000000 but not satisfatory. Any bigger value makes the system very slow.
Would you please help in finetunning the parameters to have a good map. Thanks in advance:)