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

duje's profile - activity

2016-06-04 08:56:16 -0500 received badge  Nice Question (source)
2016-05-11 09:50:12 -0500 received badge  Famous Question (source)
2016-03-22 09:37:18 -0500 received badge  Student (source)
2016-02-28 04:42:25 -0500 received badge  Notable Question (source)
2016-02-28 04:42:20 -0500 received badge  Enthusiast
2016-02-22 05:53:27 -0500 received badge  Popular Question (source)
2016-02-21 14:22:08 -0500 asked a question Writing a local planner for move_base

Hi everybody,

I'm trying to write my own local planner for the move_base node. But I'm not sure where to begin.

I've looked into move_base: http://wiki.ros.org/move_base , and I see that's neatly divided. So I was kinda hoping to perhaps create my own local planner that would imitate that of the move_base node (subscribe to the same topics and publish the same msgs), but I just can't find a way to do it.

I'm open to any suggestions.

I also tried this tutorial: http://wiki.ros.org/navigation/Tutori... Although it is made for the global planner, I thought it might be helpful. However the tutorial is made for the Turtlebot and I'm just running a simulation in Gazebo with my model of a robot. So when I try to set a goal in Rviz it I get an error saying:

[move_base-9] process has died [pid 14142, exit code -11, cmd /home/duje/catkin_ws/devel/lib/move_base/move_base /base_scan/scan:=/scan __name:=move_base __log:=/home/duje/.ros/log/a20bf18c-d8c3-11e5-853e-20cf303a8326/move_base-9.log]. log file: /home/duje/.ros/log/a20bf18c-d8c3-11e5-853e-20cf303a8326/move_base-9*.log

Don't know quite what's the problem, I can see in the rqt_dynamic_reconfigure window that the global planner IS set to RelaxedAStar.

my ROS distro: Indigo