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

Yijia's profile - activity

2019-09-24 12:02:12 -0500 received badge  Favorite Question (source)
2019-09-24 12:02:00 -0500 received badge  Good Question (source)
2016-03-08 22:30:37 -0500 received badge  Nice Answer (source)
2015-09-16 07:20:59 -0500 received badge  Teacher (source)
2015-05-19 22:05:33 -0500 answered a question base_local_planner does not follow the global plan accurately

Hi,Naman, martin have pointed some good tips. But, map's resolution is a unnoticed point, I solved the similar problem by changing the costmap's resolution. The costmap's resolution must be equal or greater than the gmapping's map resolution. Hope it helps you out. GOOD LUCK!

2015-03-25 05:42:03 -0500 received badge  Famous Question (source)
2015-01-13 19:14:05 -0500 received badge  Notable Question (source)
2015-01-10 22:10:24 -0500 received badge  Supporter (source)
2014-12-27 01:37:15 -0500 received badge  Nice Question (source)
2014-12-27 01:17:31 -0500 commented question Add or remove obstacles in global_map

Thanks for suggestions @David Lu.

2014-12-26 14:25:37 -0500 received badge  Popular Question (source)
2014-12-25 20:20:06 -0500 commented question Add or remove obstacles in global_map

@David Lu Anytime I want to. Most of the time is during the robot running. in other words, the obstacles is moving in the global map when the robot navigateing.

2014-12-25 05:18:11 -0500 commented question Add or remove obstacles in global_map

Ok, i will have a try. Thanks!

2014-12-25 03:19:12 -0500 received badge  Student (source)
2014-12-25 02:26:31 -0500 received badge  Editor (source)
2014-12-25 00:31:08 -0500 received badge  Enthusiast
2014-12-24 20:29:59 -0500 commented question Add new arbitrary obstacle to navigate

Thanks for the reply! I opened a new question.new question link

2014-12-24 20:26:35 -0500 asked a question Add or remove obstacles in global_map

Hi everyone,

I have a TurtleBot,it's working fine with gmapping and navigation. Now,I want to add an obstacle in the global_map anywhere I want to so that the global_planner can avoid it when the robot navigtes. Some times,I also need to remove the obstacle from the global map.

Can I achieve this goal by creating a new costmap layer? I am a novice and using Hydro with ubuntu 12.04. Could you give me some tips? thank you in advance!

ps: Merry Christmas :)

2014-12-23 22:21:12 -0500 commented question Add new arbitrary obstacle to navigate

@David Lu, Can you give me some tips? I need to do the same. Can I solve this problem by creating a new layer? like this tutorials teach us.http://wiki.ros.org/costmap_2d/Tutorials/Creating%20a%20New%20Layer. I am a novice and using Hydro, many thanks!