ethz-asl / kalibr

The Kalibr visual-inertial calibration toolbox
Other
4.29k stars 1.4k forks source link

catkin_make Error:No route to host #481

Closed JonathanLJH closed 2 years ago

JonathanLJH commented 2 years ago

kalibr no route to host My firewall is down,But I still have this problem.How can I solve the problem? Ask for some help

mhyoosefian commented 2 years ago

Hi.

Go to this directory: Home/Kalibr_workspace/src/kalibr/suitesparse. Open CmakeLists.txt. Find this expression: http://faculty.cse.tamu.edu/davis/SuiteSparse. Replace it with this one: https://mirror.sobukus.de/files/src/suitesparse/.

This error happens because some files are no longer available on the same server that was used when Kalibr was being developed.

Regards, Mohammad

JonathanLJH commented 2 years ago

Hi.

Go to this directory: Home/Kalibr_workspace/src/kalibr/suitesparse. Open CmakeLists.txt. Find this expression: http://faculty.cse.tamu.edu/davis/SuiteSparse. Replace it with this one: https://mirror.sobukus.de/files/src/suitesparse/.

This error happens because some files are no longer available on the same server that was used when Kalibr was being developed.

Regards, Mohammad

thank you

JonathanLJH commented 2 years ago

Hi.

Go to this directory: Home/Kalibr_workspace/src/kalibr/suitesparse. Open CmakeLists.txt. Find this expression: http://faculty.cse.tamu.edu/davis/SuiteSparse. Replace it with this one: https://mirror.sobukus.de/files/src/suitesparse/.

This error happens because some files are no longer available on the same server that was used when Kalibr was being developed.

Regards, Mohammad

When I do what you said above, I still get the same report of error kalibr报错2

goldbattle commented 2 years ago

Please try PR https://github.com/ethz-asl/kalibr/pull/515 which uses the system install of suitesparse.