Safdar,<div><br></div><div>It sounds like you may have an issue with localization or odometry on your robot as move_base thinks it has achieved the desired pose.</div><div><br></div><div>To check localization in rviz, drive the robot around and look at how the laser scans match up with the environment. They should line up with walls and other features, if they don't you likely have a problem.</div>
<div><br></div><div>To check your odometry, you'll want to perform a number of tests like rotating the robot in place and watching the laser scans (with a large decay time in rviz) to see what kind of drift you experience and driving the robot straight down a hallway, again looking at the laser scans to see what kind of drift occurs.</div>
<div><br></div><div>You'll need reasonable odometry for localization to work well.</div><div><br></div><div>Hope all is well,</div><div><br></div><div>Eitan<br><br><div class="gmail_quote">On Fri, Oct 15, 2010 at 8:49 AM, safdar_zaman <span dir="ltr"><<a href="mailto:safdaraslam@yahoo.com">safdaraslam@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
        secs: 1287133878<br>
        nsecs: 647704158<br>
      id: /simple_navigation_goals-1-1287133878.647704158<br>
    status: 3<br>
    text: Goal reached.<br>
---<br>
Hi Eitan,<br>
After Robot traveled 50cm I ran rostopic echo move_base/status , it gave<br>
following result meaning Goal achieved:<br>
......<br>
header:<br>
  seq: 317<br>
  stamp:<br>
    secs: 1287133937<br>
    nsecs: 804322043<br>
  frame_id: ''<br>
status_list:<br>
  -<br>
    goal_id:<br>
      stamp:<br>
        secs: 1287133878<br>
        nsecs: 647704158<br>
      id: /simple_navigation_goals-1-1287133878.647704158<br>
    status: 3<br>
    text: Goal reached.<br>
_______________________<br>
Then I tried again by decreasing the resolution of the map from 0.05000 to<br>
0.02500, but Robot even then traveled 50cm.<br>
Then I gave checked with decreased controller_frequency from 20.000 to<br>
10.0000 but I did not see any difference because I got the same warning on<br>
the move base that Control loop has missed its desired rate of 20.000 Hz. I<br>
do save the move_base file but decreased frequency does not show any impact.<br>
The Robot moves 50cm and displays the same warning on move_base, and<br>
rostopic echo gives move-base/status as above.<br>
<br>
any idea plz?<br>
One thing more, how can I assure that Robot is correctly localized seeing<br>
the rviz?<br>
thanks a lot.<br>
regards<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://ros-users.122217.n3.nabble.com/Navigation-Goal-tp1681228p1709055.html" target="_blank">http://ros-users.122217.n3.nabble.com/Navigation-Goal-tp1681228p1709055.html</a><br>
</font><div><div></div><div class="h5">Sent from the ROS-Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
</div></div></blockquote></div><br></div>