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

How can I make navfn plan independent of the rest of the navigation stack packages?

asked 2018-08-29 23:14:52 -0500

krs gravatar image

I am using a launch file which has the following three nodes: 1) map_server: to upload map parameters in .yaml format 2) rviz: which provides the start and goald points (2D pose estimate and 2D Nav Goal) 3) navfn_node: the global planner.

when I roslaunch this file, navfn_node does not subscribe to the start and goal points. I have tried to go through the ROS literature but it is very confusing. My question is, am I supposed to use the Base_Global_Planner instead of navfn in order to use global planner independently? If so, which file in navigation stack would serve as the node, and also does it already subscribe to the start and goal points. If I can directly use navfn, how which topic do I subscribe to and how?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-08-30 12:51:41 -0500

Rather than trying to go through the docs, I would recommend just reading move_base. It's a little convoluted at the moment so it might take a day but once you get a grasp on what's happening, you can just see the plugin initialization and calls needed to make it work. You can just rip it out from there.

I've ripped out nearly everything in the navigation stack from move_base in this fashion.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2018-08-29 23:14:52 -0500

Seen: 177 times

Last updated: Aug 30 '18