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??