Skip to content
Snippets Groups Projects
Commit 5706be1c authored by Raphaël Lallement's avatar Raphaël Lallement
Browse files

[hatponboard-lib] Set of libraries and the parser needed by HATP

hatponboard-lib aims at splitting HATP into small parts.
Thus reducing compilation time.
It contains a library to represent the world and the plans while planning.
It also contains a library to compute certain stages of planning process.
Finally it include the parser that turns a domain file and
the associated cost file into file the compile with HATPOnboard.
parent b62899bc
No related branches found
No related tags found
No related merge requests found
hatponboard-lib is a set of libraries and the parser needed by HATP
hatponboard-lib aims at splitting HATP into small parts. Thus reducing compilation time.
It contains a library to represent the world and the plans while planning.
It also contains a library to compute certain stages of planning process.
Finally it include the parser that turns a domain file and the associated cost file
into file the compile with HATPOnboard.
This set of libraries is not meant to be recompiled often.
# robotpkg Makefile for: planning/hatponboard-lib
# Created: Raphaël Lallement, 22/05/2013
#
DISTNAME= hatponboard-lib-${VERSION}
VERSION= 1.0.0
PKGREVISION=
CATEGORIES= planning
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hatponboard-lib/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatponboard-lib
MAINTAINER= raphael.lallement@laas.fr
COMMENT= Libraries and parser needed by HATPOnboard
LICENSE= 2-clause-bsd
MAKE_JOBS_SAFE= yes
CMAKE_ARGS+= -DmsgconnectorROOT=${PREFIX.msgconnector}
DEPEND_ABI.boost-libs=boost-libs>=1.34
DEPEND_ABI.boost-headers=boost-headers>=1.34
include ../../wip/msgconnector/depend.mk
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Fri May 24 15:03:59 CEST 2013
bin/hatpparser
bin/hatpparser-${PKGVERSION}
include/hatponboard-lib/AttributeSet.hh
include/hatponboard-lib/BeliefMethod.hh
include/hatponboard-lib/ChoicePoint.hh
include/hatponboard-lib/ChoiceReminder.hh
include/hatponboard-lib/Entity.hh
include/hatponboard-lib/HATPexception.hh
include/hatponboard-lib/HTNBase.hh
include/hatponboard-lib/LightAttributeSet.hh
include/hatponboard-lib/LightEntity.hh
include/hatponboard-lib/LightWorldBase.hh
include/hatponboard-lib/LightWorldBaseAgent.hh
include/hatponboard-lib/MainSessionMsg.hh
include/hatponboard-lib/PartialPlanAppraiser.hh
include/hatponboard-lib/Plan.hh
include/hatponboard-lib/PlanSender.hh
include/hatponboard-lib/PlanStockManager.hh
include/hatponboard-lib/PlanTree.hh
include/hatponboard-lib/PlanTreeTaskList.hh
include/hatponboard-lib/PlanTreeTaskListNode.hh
include/hatponboard-lib/SocialRuleBase.hh
include/hatponboard-lib/SocialRuleData.hh
include/hatponboard-lib/Substitution.hh
include/hatponboard-lib/Task.hh
include/hatponboard-lib/TaskInstance.hh
include/hatponboard-lib/TaskList.hh
include/hatponboard-lib/TaskListNode.hh
include/hatponboard-lib/TimeProjection.hh
include/hatponboard-lib/UndesirableStateData.hh
include/hatponboard-lib/WastedTimeData.hh
include/hatponboard-lib/WorldBase.hh
include/hatponboard-lib/WorldBaseAgent.hh
include/hatponboard-lib/WorldBaseReport.hh
include/hatponboard-lib/hatpPlanningSession.hh
include/hatponboard-lib/msgTypesTrait.hh
include/hatponboard-lib/tools.hh
include/hatponboard-lib/wait.hh
lib/libhatp-plan.so
lib/libhatp-plan.so.${PKGVERSION}
lib/libhatp-planningsession.so
lib/libhatp-planningsession.so.${PKGVERSION}
lib/libhatp-tools.so
lib/libhatp-tools.so.${PKGVERSION}
lib/pkgconfig/hatponboard-lib.pc
share/cmake/Modules/Findhatponboard-lib.cmake
# robotpkg depend.mk for: planning/hatponboard-lib
# Created: Raphaël Lallement, 22/05/2013
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HATPONBOARD-LIB_DEPEND_MK:=${HATPONBOARD-LIB_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hatponboard-lib
endif
ifeq (+,$(HATPONBOARD-LIB_DEPEND_MK))
PREFER.hatpconsole?= robotpkg
DEPEND_USE+= hatponboard-lib
DEPEND_ABI.hatponboard-lib?= hatponboard-lib>=1.0.0
DEPEND_DIR.hatponboard-lib?= ../../wip/hatponboard-lib
SYSTEM_SEARCH.hatponboard-lib=\
bin/hatpparser\
include/hatponboard-lib/Entity.hh\
lib/libhatp-tools.so\
lib/libhatp-plan.so\
lib/libhatp-planningsession.so\
lib/pkgconfig/hatponboard-lib.pc\
share/cmake/Modules/Findhatponbaord-lib.pc
endif
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hatponboard-lib-1.0.0.tar.gz) = c838cd0c291fa31d0631a9a121d28f6f5e4668a9
RMD160 (hatponboard-lib-1.0.0.tar.gz) = a60604088c5af882c6b8519a5e527e3bc836d928
Size (hatponboard-lib-1.0.0.tar.gz) = 127795 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