hector exploration with move base
Hi, there,
I am trying out hector exploration on my robot and I have a few questions regarding the configuration. I have used the explore package before and the result is ok. The hector exploration, on the other hand, appears better on paper (though not confirmed). My specific questions are:
In order to use hector exploration, another node need to call the service provided by the hector_exploration_node and feeds the provided goals to move_base. However, when I dig out the hector_exploration_node source code, I don't see a "goal" message published, instead it is the trajectory (hector navigation msg) message. How do I pass this trajectory msg to move base as a goal? Thanks a lot