반응형
먼저 워크스페이스에 있는 디렉터리 중 src 파일을 제외한 디렉터리를 삭제
sudo rm -rf build logs devel
그 다음 caktin build를 명령어를 실행
catkin build
Error
아래 에러가 발생한다 em 파일을 다른 경로에서 읽어오는 것 같다
에러 해결 방법
catkin build -DPYTHON_EXECUTABLE=/usr/bin/python3
결과
정상적으로 빌드 완료
참고자료
https://github.com/ysl208/iRoPro/issues/59
반응형
'Robotics 🤖 > Ubee' 카테고리의 다른 글
YDLiDAR G6 특정 각도에서 PointCloud가 생기지 않는 이슈 해결 (0) | 2023.12.18 |
---|---|
[Ubee] ROS noetic Cartographer 설치하기 (1) | 2023.11.26 |
cmd_vel topic으로 로봇 액추에이터 구동하기 (0) | 2023.09.16 |
cmd_vel topic을 위한 파라미터 수정하기(ROS) (0) | 2023.09.16 |
아두이노 Rosserial 통신 (UNO, Noetic) (0) | 2023.09.16 |