A spurious dependency on eigen_msgs is causing OMPL to fail to build.#1174
A spurious dependency on eigen_msgs is causing OMPL to fail to build.#1174rhaschke merged 1 commit intomoveit:melodic-develfrom clalancette:remove-ompl-eigen-dep
Conversation
Just remove it. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
|
Thanks @clalancette! |
|
Great, thanks. A new release with this change should get the build back to normal on Melodic. |
For the same reason as last time: The binary builds on ros.buildfarm, build each package on its own, i.e. in a clean environment. Our Travis build (as well as ros.buildfarm's devel build) build all packages together, first installing the unified set of all package's dependencies. Hence another package pulling in eigen_conversions, will hide the issue. |
|
Ah, that makes complete sense. Thanks @rhaschke |
|
@rhaschke @clalancette Are you aware of any way to capture the issues that happen on release on ROS buildfarm? I even went ahead tested on a Docker image |
Description
Remove a spurious dependency on
eigen_conversions/eigen_msgs.hin model_based_planning_context.cpp; as far as I can tell, it is not necessary, and is causing the build to fail on the Melodic build farm: http://build.ros.org/job/Mbin_uB64__moveit_planners_ompl__ubuntu_bionic_amd64__binary/17/consoleChecklist