ZJU-Robotics-Lab / GEM

GEM: Online Globally consistent dense elevation mapping for unstructured terrain.
219 stars 32 forks source link

input/output setting #15

Open cakiray opened 2 years ago

cakiray commented 2 years ago

Hello, Thank you for sharing such a great with the community.

I would like to employ this work in my project. I advertise point clouds with type PointCloud2. I want to get elevation map to be advertised using this point clouds data. I cannot figure which parameter corresponds which data. I also have my robot and fixed map frame and their conversion. Could you explain which parameters I should edit? I saw #7 but there is no explanation.

Thank you in advance.

cakiray commented 2 years ago

I realized that you have a branch that works only with point cloud data. I'd like to use this implementation but I saw you hardcoded some of parameters in the codebase. I suppose this hardcoded parameters make my settings not work. /elevation_mapping/visual_map returns all nan. So, could you help on this issue?

Thanks again.