Robotics StackExchange | Archived questions

Is there any frontier exploration pack for ROS melodic?

Hi,

I am trying to implement frontier exploration for the Pal RObotics TIAGO robot, but I'm not sure where to start and how to do it. Is there any pack for ROS melodic that does frontier exploration? If not, can somebody help me with some code for algorithms so I may try to implement it myself

Asked by gabipirl on 2021-11-09 09:20:14 UTC

Comments

Answers

For Melodic, you can find Paul Bovbel's branch:

https://github.com/paulbovbel/frontier_exploration

Alternatively the Kinetic version can be built from source but there may be a few issues when compiling.

Asked by osilva on 2021-11-10 21:14:21 UTC

Comments

Hi, thank you for your response. I had tried the package before and I have a problem with the markers in Rviz, they are not displayed. Do you happen to know how can I make them appear?

Thanks in advance!

Asked by gabipirl on 2021-11-11 15:33:32 UTC

Don’t recall issues with RViz but if you do maybe raise an issue in the repo but haven’t use it for a while. Nowadays I mainly use Noetic.

Asked by osilva on 2021-11-11 15:50:53 UTC

I found that there is a work around for RViz issue. Please check this issue: https://github.com/paulbovbel/frontier_exploration/issues/47

Asked by osilva on 2021-11-11 16:35:05 UTC