move_base takes longer time to update the Goal Status why ?
Hello
I am doing an experiments on Navigation Stack by referring the Link ( http://wiki.ros.org/navigation ) But While doing experiment I am facing one Issue.
I am using Rtabmap ( Localization ) + visual odometry + move_base ( with teb_local_planner ).
I am sending goal to the move_base by Cpp APIs, The myprogram.cpp( CPP code ) sends 5 goals to the robot one after the other but after reaching each goal the Robot waits for the GOAL STATUS for more than 2 minutes or it takes longer time than this .Please can you suggest me why the Status takes much longer time to update. Is their any parameter in move_base pkg or in the teb_local_planner which affect this ?
have you checked parameters
xy_goal_tolerance
andyaw_goal_tolerance
in the teb_local_planner?Yes I have checked My Values are : xy_goal_tolerance = 0.02 yaw_goal_tolerance = 0.08 Do this parameter have any relation with status ?