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

Robot running with gmapping can't achive given goal

asked 2014-04-25 01:23:54 -0500

zsbhaha gravatar image

Hello, every earnest folk

background : Anyone successfully let robot running with gmapping ? I have made my robot run with amcl and a given map , and it did something very well ,such as going to the goal ,avoiding obstacle . In recent , I want to run my robot with gmapping , and I use old base_local_planner and costmap (including local & global) parameter .

gmapping params : <node pkg="gmapping" type="slam_gmapping" name="gamapping">

  <param name="particles" value="50" />

  <param name="maxUrange" value="200"/>
  <param name="delta" value="0.05"/>
  <param name="maxrang" value="220" />

  <param name="srr" value="0.2" />
  <param name="srt" value="0.4" />
  <param name="str" value="0.2" />
  <param name="stt" value="0.4" />
  <param name="map_update_interval" value="0.3" />
  <param name="transform_publish_period" value="0.5" />

  <param name="linearUpdate" value="1" />
  <param name="angularUpdate" value="0.5" />

  </node>

problem: robot can't achieve the goal given by rviz or rqt plugin written by myself . When I set a goal ,robot always performs recovery behaviors ,but the area around robot don't have any obstacle ,and the map showed in rviz is clean .

question 1: Are there some parameters about move_base need to be modified ?

question 2: In theory robot can running with gmapping , But in practically ... ?

ps: ubuntu 12.04 & groovy

edit retag flag offensive close merge delete

Comments

Are the goals in unknwon space?

dornhege gravatar image dornhege  ( 2014-04-25 01:27:05 -0500 )edit

no, and I have set trace_unkown_spcae as true .

zsbhaha gravatar image zsbhaha  ( 2014-04-25 01:35:03 -0500 )edit

@dornhege can you run your robot with gmapping ?

zsbhaha gravatar image zsbhaha  ( 2014-04-25 01:37:02 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-04-27 20:54:46 -0500

zsbhaha gravatar image

1.my robot motor has some problem so that it can't walk forward along line . 2.After I called clear_unknown_space service , the robot's behavior looks well .

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-04-25 01:23:54 -0500

Seen: 200 times

Last updated: Apr 27 '14