You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
깃 클론 이후 colcon build진행시
--- stderr: gazebo_sfm_plugin
CMake Error at CMakeLists.txt:10 (find_package):
By not providing "Findgazebo_ros.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"gazebo_ros", but CMake did not find one.
Could not find a package configuration file provided by "gazebo_ros" with
any of the following names:
gazebo_rosConfig.cmake
gazebo_ros-config.cmake
Add the installation prefix of "gazebo_ros" to CMAKE_PREFIX_PATH or set
"gazebo_ros_DIR" to a directory containing one of the above files. If
"gazebo_ros" provides a separate development package or SDK, be sure it has
been installed.
이라는 에러 메시지가 발생합니다. 이부분을
sudo apt install ros-humble-gazebo-ros-pkgs
명령어를 통해 설치해 주었고, 같은 이유로 gazeo-dev파일이 없다는 에러가 나와
sudo apt install ros-humble-gazebo-dev 를 통해 추가로 설치하였습니다.
이부분을 install dependency부분에 추가하면 어떨까 싶습니다
The text was updated successfully, but these errors were encountered:
깃 클론 이후 colcon build진행시
--- stderr: gazebo_sfm_plugin
CMake Error at CMakeLists.txt:10 (find_package):
By not providing "Findgazebo_ros.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"gazebo_ros", but CMake did not find one.
Could not find a package configuration file provided by "gazebo_ros" with
any of the following names:
Add the installation prefix of "gazebo_ros" to CMAKE_PREFIX_PATH or set
"gazebo_ros_DIR" to a directory containing one of the above files. If
"gazebo_ros" provides a separate development package or SDK, be sure it has
been installed.
이라는 에러 메시지가 발생합니다. 이부분을
sudo apt install ros-humble-gazebo-ros-pkgs
명령어를 통해 설치해 주었고, 같은 이유로 gazeo-dev파일이 없다는 에러가 나와
sudo apt install ros-humble-gazebo-dev 를 통해 추가로 설치하였습니다.
이부분을 install dependency부분에 추가하면 어떨까 싶습니다
The text was updated successfully, but these errors were encountered: