반응형
catkin make 중 Invoking "make -j8 -l8" failed 에러 발생..
터미널에 다음과 같이 입력
cd ~catkin_ws/devel
~/catkin_ws/devel$ source setup.bash
그러나 해결 안됨
그런데? catkin 명령을 찾을 수 없다.. ㅋㅋ
돌아버린 것 같다.. catkin 설치
참고.. 사이트
https://catkin-tools.readthedocs.io/en/latest/installing.html
명령어 입력..
sudo apt-get update
sudo apt-get install python3-catkin-tools
이미 catkin_make 를 한 것이 있으니 catkin init 으로 catkin workspace 초기화 후
catkin build 실행..
the.. end.. !
반응형
'오류 모음집' 카테고리의 다른 글
우분투 jupyter 설치 / sudo pip3 install notebook 설치 오류 (0) | 2023.03.15 |
---|---|
CMake Error, "catkin_pkg" 에러 해결 invoking "cmake" failed (0) | 2023.03.06 |
[mySQL Error] Error Code: 1064. You have an error in your SQL syntax. (0) | 2023.02.15 |
장고 프로젝트 오류 ImportError: cannot import name 'url' from 'django.conf.urls' (0) | 2022.12.19 |
장고 프로젝트 오류 ModuleNotFoundError: No module named 'crispy_forms' (0) | 2022.12.19 |