Skip to content
Snippets Groups Projects
  • Mamoun Gharbi's avatar
    0cefd185
    [wip/move3d-studio] Update to version 1.3 · 0cefd185
    Mamoun Gharbi authored
    - GTP interface (including socket via msgConnector)
    - MHO interface
    - Making real time video with theV key(time paramtrized trajectories)
    - Function to save a FlyCrane traj
    - Button for determinietic shortcut (remove useless)
    - New Test buttons in mainWindow.cpp
    - Directed PRM checbox
    - Checkboxes for metric and sampling (kinodynamic)
    0cefd185
    History
    [wip/move3d-studio] Update to version 1.3
    Mamoun Gharbi authored
    - GTP interface (including socket via msgConnector)
    - MHO interface
    - Making real time video with theV key(time paramtrized trajectories)
    - Function to save a FlyCrane traj
    - Button for determinietic shortcut (remove useless)
    - New Test buttons in mainWindow.cpp
    - Directed PRM checbox
    - Checkboxes for metric and sampling (kinodynamic)
depend.mk 637 B
## robotpkg depend.mk for:	path/move3d-studio
# Created:			Severin Lemaignan on Fri, 11 Feb 2011
#

DEPEND_DEPTH:=		${DEPEND_DEPTH}+
MOVE3DSTUDIO_DEPEND_MK:=	${MOVE3DSTUDIO_DEPEND_MK}+

ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+=		move3d-studio
endif

ifeq (+,$(MOVE3DSTUDIO_DEPEND_MK)) # ----------------------------------

PREFER.move3d-studio?=	robotpkg

SYSTEM_SEARCH.move3d-studio=\
	bin/move3d-qt-studio
DEPEND_USE+=		move3d-studio

DEPEND_ABI.move3d-studio?=move3d-studio>=1.3
DEPEND_DIR.move3d-studio?=../../wip/move3d-studio

endif # MOVE3DSTUDIO_DEPEND_MK ----------------------------------------

DEPEND_DEPTH:=		${DEPEND_DEPTH:+=}