From d84ac8aac38b0d1857e008ff88ed1e53e8d9b99b Mon Sep 17 00:00:00 2001 From: Pierrick Koch <pierrick.koch@gmail.com> Date: Wed, 2 Apr 2014 09:56:39 +0200 Subject: [PATCH] [wip/atlaas-genom] Update to atlaas-genom-0.1.4 atlaas-genom-0.1.4 Changes since v0.1.3: Pierrick Koch (19): [readme] todo test 96x96 fix version and robotpkg tool store static matrix instead of t3d add velodyne poster_locker, raii pattern [custom] add custom z origin (altitude) [doc] update readme w/new init api (custom z) [log] replace tmplog by std::cout [tool] update openrobots archive scp url [refactor] sync with new atlaas api [doc] remove export from readme [cloud] from XYZ to XYZI, add intensity, 16B align [export8u] revert export8u (debug only, use save for display) [doc] revert export8u in readme [p3d] on the way to an autonomous atlaas [p3d] clean the west up poster [p3d] lower down vertical variance threshold [pom] make pom poster optionnal [tool] fix robotpkg path [doc] update readme velodyne init --- atlaas-genom/Makefile | 2 +- atlaas-genom/PLIST | 2 +- atlaas-genom/distinfo | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/atlaas-genom/Makefile b/atlaas-genom/Makefile index 059d5a6f..222043f3 100644 --- a/atlaas-genom/Makefile +++ b/atlaas-genom/Makefile @@ -3,7 +3,7 @@ # NAME= atlaas-genom DISTNAME= ${NAME}-${VERSION} -VERSION= 0.1.3 +VERSION= 0.1.4 CATEGORIES= mapping MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/} MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS_TRAC}${NAME} diff --git a/atlaas-genom/PLIST b/atlaas-genom/PLIST index 36d33b2b..d4f37e56 100644 --- a/atlaas-genom/PLIST +++ b/atlaas-genom/PLIST @@ -1,4 +1,4 @@ -@comment Tue Nov 26 13:49:59 CET 2013 +@comment Wed Apr 2 09:56:39 CEST 2014 @comment includes architecture/genom/PLIST.module include/${GENOM_MODULE}/${GENOM_MODULE}_struct.h share/modules/gen/${GENOM_MODULE}.gen diff --git a/atlaas-genom/distinfo b/atlaas-genom/distinfo index c7be2cbb..98ec67a4 100644 --- a/atlaas-genom/distinfo +++ b/atlaas-genom/distinfo @@ -1,3 +1,3 @@ -SHA1 (atlaas-genom-0.1.3.tar.gz) = d791b8321018072e21350ec6cbd3728d8ecdea3b -RMD160 (atlaas-genom-0.1.3.tar.gz) = 30842cfd0c40328fe1eeb859eef716ffbfb0b730 -Size (atlaas-genom-0.1.3.tar.gz) = 6846 bytes +SHA1 (atlaas-genom-0.1.4.tar.gz) = e9e65f49d8f516a199a2dcebf8abd5a3559091d2 +RMD160 (atlaas-genom-0.1.4.tar.gz) = 74f18908fa1e4969b9cb1d003f3972a0fb62f188 +Size (atlaas-genom-0.1.4.tar.gz) = 7293 bytes -- GitLab