Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install extra dependency #5

Open
gonglini opened this issue Mar 23, 2024 · 1 comment
Open

Install extra dependency #5

gonglini opened this issue Mar 23, 2024 · 1 comment

Comments

@gonglini
Copy link

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

@htcrefactor
Copy link

저도 동일 증상 있어서 sudo apt install ros-humble*로 해결했는데, 말씀하신 아래 Dependency 추가가 필요해 보입니다.

sudo apt install ros-humble-gazebo-ros-pkgs ros-humble-gazebo-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants