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

Add rosidl_default_generators to rmf_obstacle dependencies #52

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

luca-della-vedova
Copy link
Member

Bug fix

Fixed bug

Missing buildtool_dependency is causing released the rmf_obstacle_msgs package to fail building.
Specifically this message is observed in the buildfarm:

14:19:14 CMake Error at CMakeLists.txt:16 (find_package):
14:19:14   By not providing "Findrosidl_default_generators.cmake" in CMAKE_MODULE_PATH
14:19:14   this project has asked CMake to find a package configuration file provided
14:19:14   by "rosidl_default_generators", but CMake did not find one.
14:19:14 
14:19:14   Could not find a package configuration file provided by
14:19:14   "rosidl_default_generators" with any of the following names:
14:19:14 
14:19:14     rosidl_default_generatorsConfig.cmake
14:19:14     rosidl_default_generators-config.cmake
14:19:14 
14:19:14   Add the installation prefix of "rosidl_default_generators" to
14:19:14   CMAKE_PREFIX_PATH or set "rosidl_default_generators_DIR" to a directory
14:19:14   containing one of the above files.  If "rosidl_default_generators" provides
14:19:14   a separate development package or SDK, be sure it has been installed.
14:19:14 
14:19:14 
14:19:14 -- Configuring incomplete, errors occurred!

Fix applied

Add the missing buildtool_dependency, in line with what is done with the rest of the packages

Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
@luca-della-vedova luca-della-vedova merged commit 2294811 into main Oct 6, 2022
@luca-della-vedova luca-della-vedova deleted the fix/rmf_obstacle_rosidl branch October 6, 2022 06:23
orensbruli pushed a commit that referenced this pull request Oct 6, 2022
Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
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

Successfully merging this pull request may close these issues.

None yet

2 participants