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

[planning/hatpconsole] hatpconsole is a GUI that displays plans found by HATP

This GUI displays plans as tree and streams. It also stroe all the requests sent
to HATP.
parent 266105c2
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ SUBDIR+= genom3-pocolibs
SUBDIR+= genom3-ros
SUBDIR+= genomix
SUBDIR+= gest-genom
SUBDIR+= hatpconsole
SUBDIR+= hpp-geometry
SUBDIR+= hyper
SUBDIR+= hyper_genom
......
hatpconsole is a GUI that displays plans found by HATP
This GUI displays plans as tree and streams. It also stroe all the requests sent
to HATP.
# robotpkg Makefile for: planning/hatpconsole
# Created: Raphaël Lallement, 22/01/2013
#
DISTNAME= hatpconsole-${VERSION}
VERSION= 1.0.0
PKGREVISION=
CATEGORIES= planning
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hatpconsole/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatpconsole
MAINTAINER= raphael.lallement@laas.fr
COMMENT= GUI to display HATP plans
LICENSE= 2-clause-bsd
MAKE_JOBS_SAFE= yes
CMAKE_ARGS+= -DlibhatpROOT=${PREFIX.libhatp}
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 ../../wip/libhatp/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 Tue Jan 22 17:34:45 CET 2013
bin/hatpconsole
bin/hatpconsole-${PKGVERSION}
lib/libHATPC_Plan.so
lib/libHATPC_Plan.so.${PKGVERSION}
# robotpkg depend.mk for: planning/hatpconsole
# Created: Raphaël Lallement, 22/01/2013
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HATPCONSOLE_DEPEND_MK:=${HATPCONSOLE_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hatpconsole
endif
ifeq (+,$(HATPCONSOLE_DEPEND_MK))
PREFER.hatpconsole?= robotpkg
DEPEND_USE+= hatpconsole
DEPEND_ABI.hatpconsole?= hatpconsole>=1.0.0
DEPEND_DIR.hatpconsole?= ../../wip/hatpconsole
SYSTEM_SEARCH.hatpconsole=\
bin/hatpconsole \
lib/libHATPC_Plan.so
endif
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hatpconsole-1.0.0.tar.gz) = 927733f620eb92d4eb27b40c004dfa91cf25a419
RMD160 (hatpconsole-1.0.0.tar.gz) = 08ae836c0e02248d507e59871b42f515362a1a3b
Size (hatpconsole-1.0.0.tar.gz) = 14899 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