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

Autonomous Exploration Hector SLAM

asked 2020-06-10 20:22:02 -0500

binghung gravatar image

I want to do robot exploration with Hector SLAM,and I am use [hector_exploration_planner] package,but it can't work Is there another way to do robot exploration with Hector SLAM

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-07-05 11:26:46 -0500

jordan gravatar image

The explore_lite (http://wiki.ros.org/explore_lite) package works well with Hector mapping. You could see a video of this combination working here:

https://youtu.be/XtuAL6V3FoQ

Basically, you need to have hector, move_base and explore_lite running concurrently. Also, from 'http://wiki.ros.org/explore_lite':

"Navigation through unknown space is required for explore_lite."

So make sure to set navfn_global_planner_params.yaml:

allow_unknown: true          #Specifies whether or not to allow navfn to create plans that   traverse unknown space, default true

You could find pre-configured kits and fully-assembled robots available at: https://rhoeby.com. Providing out-of-the-box support for Frontier Exploration.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2020-06-10 20:22:02 -0500

Seen: 472 times

Last updated: Jul 05 '20