Skip to content

Install extra dependency #5

@gonglini

Description

@gonglini

깃 클론 이후 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부분에 추가하면 어떨까 싶습니다

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions