First of all, thank you this amazing work and sharing it with us!
I try to generate elevation map, then traversability estimation derived from the elevation map in my project. I adopt your codebase directly. However, I continuously get a ROS warning message that I cannot locate in the codebase. Therefore, I cannot debug it.
The message is as follows:
Estimation radius is smaller than allowed by the map resolution (0.050000 < 0.050000)
Also, the comparison between the values do not seem correct. Could you help me locating this message and and finding the error here?
First of all, thank you this amazing work and sharing it with us!
I try to generate elevation map, then traversability estimation derived from the elevation map in my project. I adopt your codebase directly. However, I continuously get a ROS warning message that I cannot locate in the codebase. Therefore, I cannot debug it. The message is as follows:
Estimation radius is smaller than allowed by the map resolution (0.050000 < 0.050000)
Also, the comparison between the values do not seem correct. Could you help me locating this message and and finding the error here?
Thank you in advance.