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

[wip/move3d-studio] Add an option to allow connection to HATP

parent 8b8fcc9e
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ PKGREVISION= 3
CATEGORIES= path
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=move3d-studio/}
MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/move3d-studio.git
MASTER_REPOSITORY= git git://trac.laas.fr/robots/move3d-studio.git
MAINTAINER= biomove3dgitrepo@laas.fr
COMMENT= The BioMove3D development studio
......@@ -35,6 +35,16 @@ PKG_OPTION_UNSET.xforms= CMAKE_ARGS+= -DMOVE3D_XFORMS=OFF
PKG_SUGGESTED_OPTIONS= qtstudio
## HATP connection option
PKG_SUPPORTED_OPTIONS+= hatp_connection
PKG_OPTION_DESCR.hatp_connection= Enable connection to HATP for intricate task and motion planning
define PKG_OPTION_SET.hatp_connection
CMAKE_ARGS+= -DHATP_CONNECTION=ON
include ../../wip/msgconnector/depend.mk
include ../../devel/jsoncpp/depend.mk
endef
include ../../wip/libmove3d-hri/depend.mk
include ../../wip/libmove3d-planners/depend.mk
include ../../wip/libmove3d/depend.mk
......
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