kctess5 / range_libc

A collection of optimized ray cast methods for 2D occupancy grids including the CDDT algorithm. Written in C++ and CUDA with Python wrappers.
Other
86 stars 50 forks source link

Error while running ./command.sh for python wrapper #16

Open tungkaG opened 1 month ago

tungkaG commented 1 month ago

Hello author,

Thank you for providing this library. I wanted to build the associated python code so i ran the instruction provided in the readme. yet i got following error: Screenshot from 2024-07-14 09-32-12

I did not do the instructions to build the code in c though. Could you please help me through with this? Thank you!

RomanStadlhuber commented 1 month ago

@tungkaG The python wrapper was presumably written to use with python 2.x, you are likely running some python 3.x therefore you need to manually adapt the setup code I just ran into the same roadblock, so I will likely try it myself and get back here when done.

RomanStadlhuber commented 1 month ago

@tungkaG update: try using f1tenth/range_libc, which worked for me with Python 3.8.