You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why in point_cloud_xyz.cpp in line 112 convertDepth is called but there is no way to set the max_sensor range that is part of the function based on a parameter given to the nodelet. I mean why implement the max sensor range variable and then not make it usable?
The option to set this parameter when calling convertDepth is not used in a single nodelet definition and would be a really useful tool for map generation. Perhaps someone can shed some light on that choice.
The text was updated successfully, but these errors were encountered:
I was wondering why in point_cloud_xyz.cpp in line 112 convertDepth is called but there is no way to set the max_sensor range that is part of the function based on a parameter given to the nodelet. I mean why implement the max sensor range variable and then not make it usable?
The option to set this parameter when calling convertDepth is not used in a single nodelet definition and would be a really useful tool for map generation. Perhaps someone can shed some light on that choice.
The text was updated successfully, but these errors were encountered: