ROS(drone포함)
CMake 불가 디버깅 과정
스폰지박
2021. 8. 25. 10:27
반응형
오로카를 통해 ros를 다시 배우고 있다.
이전에는 실행되던 catkin_make가 되지 않기에 정보를 다시 찾았다.
2일이나 이 문제를 잡아놓고 고민하고 여러방법으로 디벙깅 방법을 검색했다.
문제 해결을 https://github.com/ros/genmsg/issues/63 에서.
AttributeError: 'module' object has no attribute 'Interpreter' · Issue #63 · ros/genmsg
Hello, It seems that both em and empy build a package with the same name. When I tried to install RosAria on a fresh install of Kinetic Kame, the following error occured in file "/opt/ros/kine...
github.com
pip uninstall em
pip install empy
아으..
드디어 빌드를 성공했다.
https://cafe.naver.com/openrt/3043
로봇 운영체제 강좌 : 메시지 발행자 노드와 구독자 노드 작성 및 실행
로봇 운영체제 강좌메시지 발행자 노드와 구독자 노드 작성 및 실행 Created Date: 2013.11.24Modified Date: 2013.11.24revision 7키...
cafe.naver.com
반응형