MaverickPeter / MR_SLAM

[IEEE T-RO 2023] A modularized multi-robot SLAM system with elevation mapping and a costmap converter for easy navigation. Different odometry and loop closure algorithms can be easily integrated into the system.
MIT License
266 stars 20 forks source link

/usr/local/lib/cmake/fftw3/FFTW3Config.cmake:13 (include): #17

Closed 1466758326 closed 4 months ago

1466758326 commented 9 months ago

Hello, I am Liang Yapeng from Wuhan University. I am very interested in your work on GitHub, but I encounter issues connecting when trying to clone. I would like to seek some advice on this.


-- Found CUDA: /usr/local/cuda-11.3 (found suitable version "11.3", minimum required is "10") -- Found Boost: /usr/include (found version "1.71.0") found components: serialization filesystem timer system program_options thread chrono date_time atomic

MaverickPeter commented 9 months ago

@1466758326 It's a dependency problem; you need to install fftw3 library (https://www.fftw.org/)

1466758326 commented 9 months ago

It has been installed through 3.3.10 and the following method is used. Is it correct? However, this problem still occurs afterwards. ./configure make sudo make istall

1466758326 commented 9 months ago

It is indeed an installation problem. You need to build the build to install it. The problem has been solved.

1466758326 commented 9 months ago

Traceback (most recent call last): File "main.py", line 10, in import gputransform ModuleNotFoundError: No module named 'gputransform'

MaverickPeter commented 9 months ago

@1466758326 You need to follow the README in disco/tools and build gputransform