반응형
CMakeLists.txt파일에 "message_generation"을 빼먹으면 다음을 빼먹으면 이런 오류 메시지가 나온다.
CMake Error at -----/CMakeLists.txt (add_message_files):
Unknown CMake command "add_message_files"
이거는 CMakeLists.txt에서 find_package 에 message_generation을 추가해주면 해결된다.
728x90
'UAV > ROS' 카테고리의 다른 글
ROS Upstart package (0) | 2021.04.03 |
---|---|
[ROS] spin, spinonce, rate.sleep의 차이는..? (0) | 2021.02.05 |
[MAVROS] Tutorial - SITL with iris (4) | 2020.11.16 |