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

Fabio Signorini's profile - activity

2013-01-18 09:45:56 -0500 received badge  Famous Question (source)
2012-11-14 11:13:16 -0500 received badge  Notable Question (source)
2012-10-11 05:46:46 -0500 received badge  Popular Question (source)
2012-10-11 05:32:04 -0500 answered a question How to get information from the navfn planner execution

Hi KruseT, thanks for your answer! you're right, my idea is to use navfn as a plugin for move_base. I'm not interested in changing it's normal behaviour, I need only to know the cost that it assigns to every path it generates for the robot to reach a goal position from a start position (not only the minimum cost path that it found at the end of each computation but the cost of every plan it generates).

Could you please give me more details about what you wrote in your second paragraph? In particular what I have to do to 'add a topic publisher and change makePlanService() service to also publish on your custom topic'? Do I need to modify existing files or create new ones?

Thanks in advance.

2012-10-09 06:01:29 -0500 asked a question How to get information from the navfn planner execution

Hi everybody! I'm working on a A.I. project and I need to know how to obtain information from the navfn global planner during execution. In more details, what should I do in order to call the methods listed in the navfn::NavFn class reference (http://www.ros.org/doc/api/navfn/html/classnavfn_1_1NavFn.html#a991e667731691eb111cddc786e2d02d0) to retrieve run-time informations and can later work with them? The information I need is the one returned by getLastPathCost().

Any suggestion would help. Thanks!