Closed davetcoleman closed 8 years ago
Travis job is failing because it tries to build moveit_ros
(yes this repo itself) from source from jade-devel
branch.
@130s so there is a bug in the .travis.yml script? should we switch to industrial_ci?
Simply looks like the file database_connection.h
wasn't committed:
In file included from /home/travis/ros/ws_moveit/src/moveit_ros/warehouse/warehouse/src/moveit_message_storage.cpp:37:0:
/home/travis/ros/ws_moveit/src/moveit_ros/warehouse/warehouse/include/moveit/warehouse/moveit_message_storage.h:40:47: fatal error: warehouse_ros/database_connection.h: No such file or directory
#include <warehouse_ros/database_connection.h>
The travis.yml
is fine.
it builds fine locally and in my Docker containers though
Probably you have this include file locally, but missed to submit it. When I checkout this PR, I don't see this file.
The file exists... https://github.com/ros-planning/warehouse_ros/blob/jade-devel/include/warehouse_ros/database_connection.h
I'll look into this further later, I've been focusing on an industrial_ci bug today in moveit_core
This passes using new CI script. Ready to merge.
+1
Thanks for your work!
Rebase https://github.com/ros-planning/moveit_ros/pull/607 with latest jade-devel, along with small fix for a new file that was added since the original PR was created last August. Great work @TheBrewCrew
Required for https://github.com/ros-planning/moveit_ros/issues/695
@mikeferguson