]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
MCL a laser-nav have been moved to separated directory.
authorTran Duy Khanh <trandk1@fel.cvut.cz>
Fri, 18 Apr 2008 12:27:51 +0000 (14:27 +0200)
committerTran Duy Khanh <trandk1@fel.cvut.cz>
Fri, 18 Apr 2008 12:27:51 +0000 (14:27 +0200)
39 files changed:
build/linux/mcl [new symlink]
build/ppc/mcl [new symlink]
src/laser-nav/Makefile.omk
src/laser-nav/laser-nav.c [moved from src/laser-nav/lasernav/laser-nav.c with 100% similarity]
src/laser-nav/laser-nav.h [moved from src/laser-nav/lasernav/laser-nav.h with 100% similarity]
src/laser-nav/lasernav/Makefile.omk [deleted file]
src/laser-nav/mcl_gtk/Makefile [deleted file]
src/laser-nav/test_laser-nav.c [moved from src/laser-nav/lasernav/test_laser-nav.c with 100% similarity]
src/mcl/Makefile [moved from src/laser-nav/lasernav/Makefile with 100% similarity]
src/mcl/Makefile.omk [moved from src/laser-nav/mcl/Makefile.omk with 100% similarity]
src/mcl/matlab/Makefile [moved from src/laser-nav/matlab/Makefile with 61% similarity]
src/mcl/matlab/beacon_angles.m [moved from src/laser-nav/matlab/beacon_angles.m with 100% similarity]
src/mcl/matlab/init.m [moved from src/laser-nav/matlab/init.m with 100% similarity]
src/mcl/matlab/kinematics.m [moved from src/laser-nav/matlab/kinematics.m with 100% similarity]
src/mcl/matlab/localize.m [moved from src/laser-nav/matlab/localize.m with 100% similarity]
src/mcl/matlab/mcl_test.mdl [moved from src/laser-nav/matlab/mcl_test.mdl with 100% similarity]
src/mcl/matlab/reg_test.mdl [moved from src/laser-nav/matlab/reg_test.mdl with 100% similarity]
src/mcl/matlab/robot_test.mdl [moved from src/laser-nav/matlab/robot_test.mdl with 100% similarity]
src/mcl/matlab/sf_mcl.c [moved from src/laser-nav/matlab/sf_mcl.c with 100% similarity]
src/mcl/matlab/sf_posreg.cc [moved from src/laser-nav/matlab/sf_posreg.cc with 100% similarity]
src/mcl/matlab/sf_trgen.cc [moved from src/laser-nav/matlab/sf_trgen.cc with 100% similarity]
src/mcl/matlab/sfdrawbitmap.m [moved from src/laser-nav/matlab/sfdrawbitmap.m with 100% similarity]
src/mcl/matlab/sfdrawrobot.m [moved from src/laser-nav/matlab/sfdrawrobot.m with 100% similarity]
src/mcl/mcl.c [moved from src/laser-nav/mcl/mcl.c with 100% similarity]
src/mcl/mcl.h [moved from src/laser-nav/mcl/mcl.h with 100% similarity]
src/mcl/mcl_gtk/Makefile [moved from src/laser-nav/mcl/Makefile with 100% similarity]
src/mcl/mcl_gtk/Makefile.omk [moved from src/laser-nav/mcl_gtk/Makefile.omk with 100% similarity]
src/mcl/mcl_gtk/README [moved from src/laser-nav/mcl_gtk/README with 100% similarity]
src/mcl/mcl_gtk/TODO [moved from src/laser-nav/mcl_gtk/TODO with 100% similarity]
src/mcl/mcl_gtk/images/background.xpm [moved from src/laser-nav/mcl_gtk/images/background.xpm with 100% similarity]
src/mcl/mcl_gtk/images/point3x3b.xpm [moved from src/laser-nav/mcl_gtk/images/point3x3b.xpm with 100% similarity]
src/mcl/mcl_gtk/images/point3x3c.xpm [moved from src/laser-nav/mcl_gtk/images/point3x3c.xpm with 100% similarity]
src/mcl/mcl_gtk/images/point3x3g.xpm [moved from src/laser-nav/mcl_gtk/images/point3x3g.xpm with 100% similarity]
src/mcl/mcl_gtk/images/point3x3r.xpm [moved from src/laser-nav/mcl_gtk/images/point3x3r.xpm with 100% similarity]
src/mcl/mcl_gtk/images/point3x3y.xpm [moved from src/laser-nav/mcl_gtk/images/point3x3y.xpm with 100% similarity]
src/mcl/mcl_gtk/images/robot.xpm [moved from src/laser-nav/mcl_gtk/images/robot.xpm with 100% similarity]
src/mcl/mcl_gtk/mcl_gtk.c [moved from src/laser-nav/mcl_gtk/mcl_gtk.c with 100% similarity]
src/mcl/mcl_gtk/mcl_gtk.h [moved from src/laser-nav/mcl_gtk/mcl_gtk.h with 100% similarity]
src/mcl/mcl_gtk/mcl_gtk.sh [moved from src/laser-nav/mcl_gtk/mcl_gtk.sh with 100% similarity]

diff --git a/build/linux/mcl b/build/linux/mcl
new file mode 120000 (symlink)
index 0000000..e40d344
--- /dev/null
@@ -0,0 +1 @@
+../../src/mcl
\ No newline at end of file
diff --git a/build/ppc/mcl b/build/ppc/mcl
new file mode 120000 (symlink)
index 0000000..e40d344
--- /dev/null
@@ -0,0 +1 @@
+../../src/mcl
\ No newline at end of file
index 15dc75c9f09479ff0f1c9e4f56b8719d0920f844..4e0f8f81d07607c0d0ee0fdabe464d643b75942b 100644 (file)
@@ -1,13 +1,11 @@
 # -*- makefile -*-
 
-SUBDIRS = mcl lasernav
+lib_LIBRARIES = laser-nav
+laser-nav_SOURCES = laser-nav.c
+laser-nav_LIBS = robomath
 
-#bin_PROGRAMS  = laser-nav
+include_HEADERS = laser-nav.h
 
-#include_HEADERS = laser-nav.h
-
-#laser-nav_SOURCES = laser-nav.c mcl.c
-#laser-nav_SOURCES = laser-nav.c
-
-#laser-nav_LIBS = boot_fn arch_drivers sci_channels excptvec misc m
-#laser-nav_MOREOBJS = $(USER_LIB_DIR)/system_stub.o
+test_PROGRAMS  = test_laser-nav
+test_laser-nav_SOURCES = test_laser-nav.c
+test_laser-nav_LIBS = laser-nav robomath m
diff --git a/src/laser-nav/lasernav/Makefile.omk b/src/laser-nav/lasernav/Makefile.omk
deleted file mode 100644 (file)
index 4e0f8f8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# -*- makefile -*-
-
-lib_LIBRARIES = laser-nav
-laser-nav_SOURCES = laser-nav.c
-laser-nav_LIBS = robomath
-
-include_HEADERS = laser-nav.h
-
-test_PROGRAMS  = test_laser-nav
-test_laser-nav_SOURCES = test_laser-nav.c
-test_laser-nav_LIBS = laser-nav robomath m
diff --git a/src/laser-nav/mcl_gtk/Makefile b/src/laser-nav/mcl_gtk/Makefile
deleted file mode 100644 (file)
index 08cf5ff..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Generic directory or leaf node makefile for OCERA make framework
-
-ifndef MAKERULES_DIR
-MAKERULES_DIR := $(shell ( old_pwd="" ;  while [ ! -e Makefile.rules ] ; do if [ "$$old_pwd" = `pwd`  ] ; then exit 1 ; else old_pwd=`pwd` ; cd -L .. 2>/dev/null ; fi ; done ; pwd ) )
-endif
-
-ifeq ($(MAKERULES_DIR),)
-all : default
-.DEFAULT::
-       @echo -e "\nThe Makefile.rules has not been found in this or partent directory\n"
-else   
-include $(MAKERULES_DIR)/Makefile.rules
-endif
-
similarity index 61%
rename from src/laser-nav/matlab/Makefile
rename to src/mcl/matlab/Makefile
index 55f5f15fd654c4cd584653428e084fdf0c1bdf17..a33263a882b839d2bda264561f31cec9c50ff8fe 100644 (file)
@@ -1,5 +1,5 @@
 VPATH = ../../motion
-CXXFLAGS += -I$(VPATH) -I../mcl -I../../robomath -I../lasernav -g
+CXXFLAGS += -I$(VPATH) -I../mcl -I../../robomath -g
 
 all: sf_posreg.mexglx sf_trgen.mexglx sf_mcl.mexglx
 
@@ -9,7 +9,7 @@ sf_posreg.mexglx:  sf_posreg.cc balet.cc
 sf_trgen.mexglx: sf_trgen.cc trgen.cc
        mex  $(CXXFLAGS) $^
 
-sf_mcl.mexglx: sf_mcl.c ../mcl/mcl.c ../../robomath/robomath.c ../lasernav/laser-nav.c
+sf_mcl.mexglx: sf_mcl.c ../mcl/mcl.c ../../robomath/robomath.c
        mex $(CXXFLAGS) $^
 
 
similarity index 100%
rename from src/laser-nav/mcl/mcl.c
rename to src/mcl/mcl.c
similarity index 100%
rename from src/laser-nav/mcl/mcl.h
rename to src/mcl/mcl.h