Hello,
Firstly, i want to thank you for your work. I am trying to use elevation_mapping_cupy with ros-noetic. I installed cupy module by running pip3 install cupy. But i have experienced that AttributeError: module 'cupy' has no attribute 'int'. So i started to search this error and i found that there are cupy.int8 cupy.int16 cupy.int32 cupy.int64 cupy.int_ in cupy module but i haven't seen cupy.int. Maybe it's possible that there exists cupy.int in previous versions of cupy module. For all that, i should say that i haven't been able to found that version. Therefore i decided to open pr for this problem if you are interested in. I am sorry for me to be unable to share helpful ss for you now. I will add this informations ,how i have installed cudacudnn, opencv, pytorch and which cupy version i use etc., asap.
Hello, Firstly, i want to thank you for your work. I am trying to use
elevation_mapping_cupy
with ros-noetic. I installedcupy
module by runningpip3 install cupy
. But i have experienced thatAttributeError: module 'cupy' has no attribute 'int'
. So i started to search this error and i found that there arecupy.int8 cupy.int16 cupy.int32 cupy.int64 cupy.int_
in cupy module but i haven't seencupy.int
. Maybe it's possible that there existscupy.int
in previous versions of cupy module. For all that, i should say that i haven't been able to found that version. Therefore i decided to open pr for this problem if you are interested in. I am sorry for me to be unable to share helpful ss for you now. I will add this informations ,how i have installedcuda
cudnn
,opencv
,pytorch
and which cupy version i use etc., asap.Thank you in advance.