Coverage Problem with rtabmap

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Coverage Problem with rtabmap

zelda
This post was updated on .
Hello, currently I am hanging on coverage problem with the given map, built with rtabmap.

First of all, I found demo_hector_mapping.launch in rtabmap pkg. I slightly had expectation, but found out that
hector_mapping is just method of mapping using lidar sensor only without using odometry. Does it really have no
relationship with hector_exploration?

As I said in subject, I want to do coverage problem, using code. If I could get global planner data
by variable or something, it would be great but I don't know how.
1) Have you ever heard about getting map data by variable(code, localization mode)?
2) "" getting global planner by ""
I searched code of heatmap, frontier exploration, and hector exploration, but I couldn't find..(It might be my lack of skills)

If there is an idea covering the map by code without given map, that would be also grateful.
Thank you for reading.
------------------------------------------------------------------------------------------------------------------------------------------------
Also, would it be possible to do http://wiki.ros.org/frontier_exploration(movie at here)
with the rtabmap mapping node turned on??
Reply | Threaded
Open this post in threaded view
|

Re: Coverage Problem with rtabmap

matlabbe
Administrator
Hi,

I didn't try these exploration packages. You may be better to ask on ROS answers. Overall, rtabmap can provide an occupancy map while mapping, so any approaches based on the occupancy grid map would work. If they depend on a global costmap, you need to have the navigation stack setup so that move_base can create a global costmap from rtabmap's occupancy grid map.

Hope this could give some hints about integrating an exploration approach.

cheers