Takahiro Miki

Results 31 comments of Takahiro Miki

It might be because of python path. Did you try doing this? https://leggedrobotics.github.io/elevation_mapping_cupy/getting_started/tutorial.html#errors

umm, then you might be missing some python dependency. Could you double check if you have installed all packages?

You can increase this parameter for example. min_valid_distance: 0.5 # points with shorter distance will be filtered out.

Thank you for this! Can you check which line in elevation_mapping.py kills the process? I suspect one of the import in that file.

thanks for detailed checks. seems like it is from some library installation or version. Could you resolve this issue?

Could you provide more information? Like what kind of error etc.

umm, did you pull the recent changes? The only difference I added is the parameter called `always_clear_with_initializer` which uses `clear_with_initializer` for initializing the map. But the default param is set...

thank you for your comment! I think what you suggests makes more sense. I'll have a look at the code.

Do you plan to do full 3d planning with drones? or do with ground robot?

Can you check this issue? #7