Skip to content
Snippets Groups Projects
Commit 56d467dd authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/warehouse-ros] Initial import

parent b24d8d31
No related branches found
No related tags found
No related merge requests found
Data persistence for ROS using MongoDB
# robotpkg Makefile for: wip/warehouse-ros
# Created: Guilhem Saurel on Wed, 20 Dec 2018
#
ROS_PKG= warehouse_ros
ROS_VERSION= 0.9.2
ROS_REPO= ros-planning
PKGNAME= $(subst _,-,${ROS_PKG})-${ROS_VERSION}
CATEGORIES= wip
ROS_COMMENT= ROS messages specific to MoveIt!
include ../../meta-pkgs/ros-base/Makefile.common
include ../../wip/object-recognition-msgs/depend.mk
include ../../wip/octomap-msgs/depend.mk
include ../../devel/ros-catkin/depend.mk
include ../../mk/sysdep/python.mk
include ../../mk/robotpkg.mk
@comment Thu Dec 20 11:16:08 CET 2018
include/warehouse_ros/database_connection.h
include/warehouse_ros/database_loader.h
include/warehouse_ros/exceptions.h
include/warehouse_ros/impl/database_connection_impl.hpp
include/warehouse_ros/impl/message_collection_impl.hpp
include/warehouse_ros/impl/query_results_impl.hpp
include/warehouse_ros/message_collection.h
include/warehouse_ros/message_with_metadata.h
include/warehouse_ros/metadata.h
include/warehouse_ros/query_results.h
include/warehouse_ros/transform_collection.h
lib/libwarehouse_ros.so
lib/pkgconfig/warehouse_ros.pc
share/warehouse_ros/cmake/warehouse_rosConfig-version.cmake
share/warehouse_ros/cmake/warehouse_rosConfig.cmake
share/warehouse_ros/package.xml
# robotpkg depend.mk for: wip/warehouse-ros
# Created: Guilhem Saurel on Fri, 19 Oct 2018
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
WAREHOUSE_ROS_DEPEND_MK:= ${WAREHOUSE_ROS_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= warehouse-ros
endif
ifeq (+,$(WAREHOUSE_ROS_DEPEND_MK)) # --------------------------------------
PREFER.warehouse-ros?= robotpkg
DEPEND_USE+= warehouse-ros
DEPEND_ABI.warehouse-ros?= warehouse-ros>=0.9.2
DEPEND_DIR.warehouse-ros?= ../../wip/warehouse-ros
SYSTEM_SEARCH.warehouse-ros=\
include/warehouse_ros/exceptions.h \
'lib/pkgconfig/warehouse_ros.pc:/Version/s/[^0-9.]//gp'
endif # WAREHOUSE_ROS_DEPEND_MK --------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (ros/warehouse_ros/0.9.2.tar.gz) = d5896fbd1b28c96850ee02f4f90f28d1b3a7d2c4
RMD160 (ros/warehouse_ros/0.9.2.tar.gz) = f119e2c829b0bb6317149b9e81ccce6da9a9e7a3
Size (ros/warehouse_ros/0.9.2.tar.gz) = 12629 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment