[문제 해결] CMake Error at/opt/ros/melodic/catkin...Could not find a package..by ackermann_msgs
1968 단어 삽입식
오늘 ROS 작업 영역 아래에서 컴파일할 때 다음과 같은 오류가 발생했습니다. – Could NOT find ackermann_msgs (missing: ackermann_msgs_DIR) – Could not find the required component ‘ackermann_msgs’. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found. CMake Error at/opt/ros/melodic/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "ackermann_msgs"with any of the following names: ackermann_msgsConfig.cmake ackermann_msgs-config.cmake
Add the installation prefix of “ackermann_msgs” to CMAKE_PREFIX_PATH or set “ackermann_msgs_DIR” to a directory containing one of the above files. If “ackermann_msgs” provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): racecar_simulator-master/CMakeLists.txt:43 (find_package)
– Configuring incomplete, errors occurred! See also “/home/hadoop/catkin_wsild/CMakeFiles/CMakeOutput.log”. See also “/home/hadoop/catkin_wsild/CMakeFiles/CMakeError.log”. Invoking “cmake” failed
솔루션
설치 내용: ros-melodic-tf2-geometry-msgs ros-melodic-ackermann-msgs ros-melodic-joy ros-melodic-map-server
다음 명령을 사용합니다.
sudo apt-get install ros-melodic-tf2-geometry-msgs ros-melodic-ackermann-msgs ros-melodic-joy ros-melodic-map-server
설치가 끝난 후에 다시 돌아가서 번역하면 된다.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
삽입식hi3518 플랫폼 다중 코드 흐름 추가osd구체적인 데모 코드는 다운로드할 수 있습니다.http://download.csdn.net/detail/skdkjxy/8838309참고로 감사합니다. 검색 복사...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.