elevation_mapping icon indicating copy to clipboard operation
elevation_mapping copied to clipboard

Which path planning method is used based on this elevation map?

Open Reinelieben opened this issue 3 years ago • 2 comments

Hi Maximilian,

I am currently working on a hexapod navigation system and I found your contribution is really helpful. And I am curious about the path planning algorithm that you used based on the map. Could you give me some advise?

Reinelieben avatar Jul 11 '21 08:07 Reinelieben

Hey @Reinelieben, this package shows you how to make use of the elevation map. https://github.com/leggedrobotics/traversability_estimation

In general, you can apply any alogrithm you want. ROS2 navigation package is going to introduce grid maps. There you can find inspiration.

maximilianwulf avatar Jul 21 '21 10:07 maximilianwulf

Hi @maximilianwulf, is the grid map available for the ROS2 Nav stack now?

GPrathap avatar Sep 25 '23 13:09 GPrathap