Skip to content
Snippets Groups Projects
Commit b211de40 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/move3d-assets] Remove: timeout

parent 572bf2ef
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ SUBDIR+= libmove3d-hri
SUBDIR+= libmove3d-planners
SUBDIR+= metapod
SUBDIR+= morse-ros
SUBDIR+= move3d-assets
SUBDIR+= msgconnector
SUBDIR+= multicontact-api
SUBDIR+= octovis
......
This package installs a large (>200MB) set of models for Move3D.
These models include:
- Jido, PR2 robots
- Households objets used in manipulation/supervision tasks
- several environments including the LAAS 'Grande Salle'
All those models are BSD licensed.
#
# Copyright (c) 2010 CNRS/LAAS
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
# Severin Lemaignan on Tue, 04 Jan 2011
PKGNAME= move3d-assets-${PKG_DATE}
PKG_DATE= 20120125
DISTNAME= ${PKGNAME}
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=move3d-assets/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}move3d/move3d-assets
CATEGORIES= wip
LICENSE= isc
MAINTAINER= biomove3dgitrepo@laas.fr
COMMENT= Public 3D assets for the Move3D geometric planner
WRKSRC=${WRKDIR}/move3d-assets-${PKG_DATE}
NO_CONFIGURE= yes
NO_BUILD= yes
include ../../archivers/pax/depend.mk
include ../../pkgtools/install-sh/depend.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
do-install:
install -d ${PREFIX}/share/move3d/assets
cd ${WRKSRC} && ${PAX} -rwp ma . ${PREFIX}/share/move3d/assets
Source diff could not be displayed: it is too large. Options to address this: view the blob.
# Copyright (c) 2010 LAAS/CNRS
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
#
# Severin Lemaignan on Tue 04 Jan 2011
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
MOVE3DASSETS_DEPEND_MK:= ${MOVE3DASSETS_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= move3d-assets
endif
ifeq (+,$(MOVE3DASSETS_DEPEND_MK)) # -----------------------------------------------
PREFER.move3d-assets?= robotpkg
DEPEND_USE+= move3d-assets
DEPEND_ABI.move3d-assets?= move3d-assets>=20120125
DEPEND_DIR.move3d-assets?= ../../wip/move3d-assets
SYSTEM_SEARCH.move3d-assets=\
share/move3d/assets/ReadMeFirst
endif # MOVE3DASSETS_DEPEND_MK -----------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (move3d-assets-20120125.tar.gz) = 0ba4ddcd9d250ab3f68f9f448ee59d9acaabef48
RMD160 (move3d-assets-20120125.tar.gz) = 944fc32f6606e0149f4152c473885c97cfc1ea60
Size (move3d-assets-20120125.tar.gz) = 213475680 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