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

frontier exploration theory and usage

asked 2015-02-25 07:50:48 -0500

RND gravatar image

updated 2015-03-02 09:17:09 -0500

Hi,

I'm trying to understand how I can use the package frontier_exploration in order to use it for my project. I have studied the paper describing this theory by Yamauchi (1997). I would like to know whether this implementation of frontier exploration is based on the most basic theory (i.e. the greedy approach where the robot chooses its closest frontier) or whether some objective function is being used to decide upon the choice of the frontier to explore.

Thanks.

--EDIT:

When I tried to run the global_map.launch file and provided a polygon boundary + a start point, I got the following result:

[ WARN] [1425309222.899948026]: Please select an initial point for exploration inside the polygon
[ INFO] [1425309234.966230727]: Sending goal
[ INFO] [1425309235.049964691]: Using plugin "static"
[ INFO] [1425309235.207880621]: Requesting the map...
[ INFO] [1425309235.485626067]: Resizing costmap to 4000 X 4000 at 0.050000 m/pix
[ INFO] [1425309235.712224527]: Received a 4000 X 4000 map at 0.050000 m/pix
[ INFO] [1425309235.712476446]: Subscribing to updates
[ INFO] [1425309235.727304703]: Using plugin "explore_boundary"
[ INFO] [1425309235.923136494]: Using plugin "sensor"
[ INFO] [1425309235.969323279]:     Subscribed to Topics: laser
[ INFO] [1425309236.050620763]: Using plugin "inflation"
[ WARN] [1425309236.434748546]: Map update loop missed its desired rate of 5.0000Hz... the loop actually took 0.2870 seconds

Nothing worked and the exploration was not performed. The nodes that I am running include: rosAria (robot control), sicktoolbox_wrapper (laser driver), tf node, gmapping to build the map. Do i need to run some other node to perform actionlib?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-02-25 09:23:36 -0500

paulbovbel gravatar image

Currently, only the greedy approach is used. I am interested in moving to a plugin-based architecture to allow users to write their own cost function, but this is not currently implemented.

edit flag offensive delete link more

Comments

1

Ok thanks. I m trying to run the package through the launch file global_map.launch. I am running a Pioneer robot with rosAria and sicktoolbox_wrapper. I am using the gmapping node to build the map. Do I need to run anything else apart from these nodes in order for frontier_exploration to work?

RND gravatar image RND  ( 2015-03-02 09:10:38 -0500 )edit
1

I did not quite understand what needs to be done in Step 2: Submit a goal to the server with your own node via an actionlib SimpleActionClient. I am just running the frontier_exploration package but nothing happens when I select the starting position of the robot within the polygon boundary.

RND gravatar image RND  ( 2015-03-02 09:11:43 -0500 )edit
1

You can find end-to-end demo usage here https://github.com/husky/husky_naviga...

paulbovbel gravatar image paulbovbel  ( 2015-03-02 11:00:22 -0500 )edit
1

Does move_base package work on pioneer robots? i.e. any robot that works with the ROSARIA package for robot control? because my robot moves forward by publishing on the /RosAria/cmd_vel command and does not move when using move_base.

RND gravatar image RND  ( 2015-03-09 09:02:14 -0500 )edit
1

the navigation stack will work, but is going to require some configuration on your part. It's a whole separate can of worms http://wiki.ros.org/navigation/Tutorials

paulbovbel gravatar image paulbovbel  ( 2015-03-09 10:34:58 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-02-25 07:50:48 -0500

Seen: 2,162 times

Last updated: Mar 02 '15