Giter Club home page Giter Club logo

gazebo-world-plugin's People

Stargazers

 avatar

gazebo-world-plugin's Issues

Problem with building the plugin

Hello Aras62,

thanks for sharing the world plugins code first of all! I build the message in the "custom_msg" folder first with the commands "cmake ." and "make".
When I try to build the actual plugin in the wd_plugin-folder with "cmake ." and "make" i get an problem because of the missing config.cmake files:

"CMake Error at CMakeLists.txt:12 (find_package):
By not providing "Findcustom_msg.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"custom_msg", but CMake did not find one.

Could not find a package configuration file provided by "custom_msg" with
any of the following names:

custom_msgConfig.cmake
custom_msg-config.cmake

Add the installation prefix of "custom_msg" to CMAKE_PREFIX_PATH or set
"custom_msg_DIR" to a directory containing one of the above files. If
"custom_msg" provides a separate development package or SDK, be sure it has
been installed.
"

so i added
"list(APPEND CMAKE_PREFIX_PATH "~/Desktop/Gazebo-world-plugin/Gazebo_plugin/custom_msg/catkin_generated/installspace")"
to the cmake file as the files custom_msgConfig.cmake custom_msg-config.cmake are lying there.

But now i get the error that the include folder can't be found. The folder is present but cmake is somehow searching in the false directory as you can see, the top level directory of the git Folder:

"Project 'custom_msg' specifies 'include' as an include dir, which is not
found. It does not exist in
'/home/ubuntu18/Desktop/Gazebo-world-plugin/Gazebo_plugin/include'. Report
the problem to the maintainer 'aras [email protected]' and request to fix
the problem.
Call Stack (most recent call first):
CMakeLists.txt:12 (find_package)"

How did you build the project? Do you have maybe an advice on what to do?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.