diff -urdN ../../Tekkotsu_2.3/project/CVS/Entries ./CVS/Entries --- ../../Tekkotsu_2.3/project/CVS/Entries Wed Dec 31 19:00:00 1969 +++ ./CVS/Entries Wed Aug 10 11:03:30 2005 @@ -0,0 +1,17 @@ +/Environment.conf/1.11/Tue Jul 26 03:09:20 2005//Ttekkotsu-2_4 +/Makefile/1.105/Wed Jul 6 22:53:29 2005//Ttekkotsu-2_4 +/StartupBehavior.cc/1.69/Fri Jun 10 17:26:04 2005//Ttekkotsu-2_4 +/StartupBehavior.h/1.13/Wed Jun 1 05:48:07 2005//Ttekkotsu-2_4 +/StartupBehavior_SetupBackgroundBehaviors.cc/1.18/Wed Jun 1 05:48:07 2005//Ttekkotsu-2_4 +/StartupBehavior_SetupFileAccess.cc/1.7/Mon Jun 6 23:05:59 2005//Ttekkotsu-2_4 +/StartupBehavior_SetupModeSwitch.cc/1.45/Tue Aug 9 23:15:47 2005//Ttekkotsu-2_4 +/StartupBehavior_SetupStatusReports.cc/1.4/Wed Jan 12 22:37:26 2005//Ttekkotsu-2_4 +/StartupBehavior_SetupTekkotsuMon.cc/1.21/Fri Aug 5 19:44:23 2005//Ttekkotsu-2_4 +/StartupBehavior_SetupVision.cc/1.23/Sun Jul 10 20:03:11 2005//Ttekkotsu-2_4 +/StartupBehavior_SetupWalkEdit.cc/1.8/Fri May 14 07:18:19 2004//Ttekkotsu-2_4 +/entry.h/1.1/Sat Mar 1 20:53:46 2003//Ttekkotsu-2_4 +D/Make.xcodeproj//// +D/aperios//// +D/local//// +D/ms//// +D/templates//// diff -urdN ../../Tekkotsu_2.3/project/CVS/Repository ./CVS/Repository --- ../../Tekkotsu_2.3/project/CVS/Repository Wed Dec 31 19:00:00 1969 +++ ./CVS/Repository Wed Aug 10 11:03:26 2005 @@ -0,0 +1 @@ +Tekkotsu/project diff -urdN ../../Tekkotsu_2.3/project/CVS/Root ./CVS/Root --- ../../Tekkotsu_2.3/project/CVS/Root Wed Dec 31 19:00:00 1969 +++ ./CVS/Root Wed Aug 10 11:03:26 2005 @@ -0,0 +1 @@ +:pserver:anonymous@cvs.tekkotsu.org:/cvs diff -urdN ../../Tekkotsu_2.3/project/CVS/Tag ./CVS/Tag --- ../../Tekkotsu_2.3/project/CVS/Tag Wed Dec 31 19:00:00 1969 +++ ./CVS/Tag Wed Aug 10 11:03:26 2005 @@ -0,0 +1 @@ +Ntekkotsu-2_4 diff -urdN ../../Tekkotsu_2.3/project/Environment.conf ./Environment.conf --- ../../Tekkotsu_2.3/project/Environment.conf Tue Nov 30 16:13:16 2004 +++ ./Environment.conf Mon Jul 25 23:09:20 2005 @@ -1,17 +1,23 @@ ############ ENVIRONMENT VARIABLES ############## -############# $Name: tekkotsu-2_3 $ ############### -############### $Revision: 1.7 $ ################# -########## $Date: 2004/11/30 21:13:16 $ ########### -# If you need to modify these, you should set them as environment -# variables instead of changing them here - that way other tools (such -# as mntmem and crashDebug) can use these as well. +############# $Name: tekkotsu-2_4 $ ############### +############### $Revision: 1.11 $ ################# +########## $Date: 2005/07/26 03:09:20 $ ########### +# These variables will control portions of the build process. +# For further configuration, see ms/config/tekkotsu.cfg, which +# specifies run-time configuration. # Directory the Tekkotsu framework is stored TEKKOTSU_ROOT ?= /usr/local/Tekkotsu # Location where the memstick will be mounted # If you're using cygwin, you probably want something like -# '/cygdrive/e' instead. +# '/cygdrive/e' instead. +# Mac OS users would want to use something like '/Volumes/xxx', +# where 'xxx' is the name of the memory stick, often initially +# 'Unlabeled' or 'Untitled' +# You may wish to override this as an environment variable +# instead of changing it here, as the former will allow you to run +# tools/mntmem and tools/umntmem manually. MEMSTICK_ROOT ?= /mnt/memstick # Directory where the OPEN-R SDK was installed @@ -19,16 +25,6 @@ # or the OPEN-R website: http://openr.aibo.com/ OPENRSDK_ROOT ?= /usr/local/OPEN_R_SDK -# in case your memory stick drivers use uppercase, you'll need to -# set 'FILENAME_CASE' to 'upper' -FILENAME_CASE ?= lower - -# this will delete files from the memory stick that aren't also in -# your build image - except files at the root level of the memstick, -# like memstick.ind -# default: OFF (empty string) - any non-empty string is ON -STRICT_MEMSTICK_IMAGE ?= - # What model are you targeting? This will look at the # $TEKKOTSU_ROOT/TARGET_MODEL file to find out. If the file is not # found, it is created with the default setting TGT_ERS2xx. change @@ -46,11 +42,32 @@ # environment. Note that non-Aperios implies no OPEN-R headers. TEKKOTSU_TARGET_PLATFORM ?= PLATFORM_APERIOS +# This will trigger the project's Makefile to always attempt to make +# the framework as well. This is useful if you are hacking the +# framework itself, and thus want any changes made there to be +# compiled automatically. +# default: ON (non-empty string) - any non-empty string is ON +TEKKOTSU_ALWAYS_BUILD ?= true + +# in case your memory stick drivers use uppercase, you'll need to +# set 'FILENAME_CASE' to 'upper' +FILENAME_CASE ?= lower + +# this will delete files from the memory stick that aren't also in +# your build image - except files at the root level of the memstick, +# like memstick.ind +# default: OFF (empty string) - any non-empty string is ON +STRICT_MEMSTICK_IMAGE ?= + +# This will control the debug flags such as -g and -DDEBUG +TEKKOTSU_DEBUG ?= ON + # This can be nice if you want to use 'more' to page through errors -# if they occur. Otherwise, try using 'cat' instead. -# The default value below uses 'more', except on Mac OS X which uses 'cat' -# since 'more' on OS X doesn't handle the console colors. -TEKKOTSU_LOGVIEW ?= $(if $(findstring Darwin,$(shell uname)),cat,more) +# if they occur. Otherwise, try using 'cat' instead. Cygwin users +# may need to explicitly install the 'more' package +# This default value will test for the availability of 'more', and +# fall back to using 'cat'. +TEKKOTSU_LOGVIEW ?= ( if which more > /dev/null ; then more $(if $(findstring Darwin,$(shell uname)),-R); else cat ; fi ) # These control the location that the temporary object files will # be stored. @@ -65,17 +82,18 @@ ########## TOOL SELECTION VARIABLES ############# # You probably don't really want to edit these unless you've -# got something better in mind. +# got an "interesting" system configuration ifeq ($(TEKKOTSU_TARGET_PLATFORM),PLATFORM_APERIOS) CC=$(OPENRSDK_ROOT)/bin/mipsel-linux-gcc CXX=$(OPENRSDK_ROOT)/bin/mipsel-linux-g++ LD=$(OPENRSDK_ROOT)/bin/mipsel-linux-ld STRIP=$(OPENRSDK_ROOT)/bin/mipsel-linux-strip MKBIN=$(OPENRSDK_ROOT)/OPEN_R/bin/mkbin - MKBINFLAGS=-p $(OPENRSDK_ROOT) + MKBINFLAGS=-p $(OPENRSDK_ROOT) -L$(TEKKOTSU_ROOT)/aperios/lib AR=$(OPENRSDK_ROOT)/bin/mipsel-linux-ar rcs AR2=touch FILTERSYSWARN=$(TEKKOTSU_ROOT)/tools/filtersyswarn/filtersyswarn $(OPEN_R_SDK) + STUBGEN=$(OPENRSDK_ROOT)/OPEN_R/bin/stubgen2 else CC=gcc CXX=g++ @@ -85,15 +103,26 @@ AR2=touch FILTERSYSWARN=$(TEKKOTSU_ROOT)/tools/filtersyswarn/filtersyswarn /usr/include endif -STUBGEN=$(OPENRSDK_ROOT)/OPEN_R/bin/stubgen2 COLORFILT=$(TEKKOTSU_ROOT)/tools/colorfilt +# This can speed up the compilation process, but is currently only +# supported by the 3.4 branch of gcc, or 3.3 of the gcc from Apple +TEST_CXX_MAJOR:=$(shell $(CXX) --version | sed -n 's/^.* (GCC) \([0-9]*\)\.\([0-9]*\).*/\1/p') +TEST_CXX_MINOR:=$(shell $(CXX) --version | sed -n 's/^.* (GCC) \([0-9]*\)\.\([0-9]*\).*/\2/p') +TEST_CXX_APPLE:=$(findstring Apple,$(shell $(CXX) --version)) +TEKKOTSU_PCH ?= $(shell if [ $(TEST_CXX_MAJOR) -ge 4 -o $(TEST_CXX_MAJOR) -ge 3 -a \( $(TEST_CXX_MINOR) -ge 4 -o -n "$(TEST_CXX_APPLE)" \) ] ; then echo "common.h"; fi) + #These will be the actual build directories used for the current target -TGT_BD:=$(TEKKOTSU_TARGET_PLATFORM)_$(TEKKOTSU_TARGET_MODEL) -TK_BD:=$(TEKKOTSU_BUILDDIR)/$(TGT_BD) -PROJ_BD:=$(PROJECT_BUILDDIR)/$(TGT_BD) +TK_LIB_BD:=$(TEKKOTSU_BUILDDIR)/$(TEKKOTSU_TARGET_PLATFORM) +TK_BD:=$(TEKKOTSU_BUILDDIR)/$(TEKKOTSU_TARGET_PLATFORM)/$(TEKKOTSU_TARGET_MODEL) +PROJ_BD:=$(PROJECT_BUILDDIR)/$(TEKKOTSU_TARGET_PLATFORM)/$(TEKKOTSU_TARGET_MODEL) $(shell mkdir -p $(TK_BD)) +#For debugging: #test:=$(shell echo "TEKKOTSU_BUILDDIR: $(TEKKOTSU_BUILDDIR)" > /dev/tty) #test:=$(shell echo "PROJECT_BUILDDIR: $(PROJECT_BUILDDIR)" > /dev/tty) +#test:=$(shell echo "TEST_CXX_MAJOR: $(TEST_CXX_MAJOR)" > /dev/tty) +#test:=$(shell echo "TEST_CXX_MINOR: $(TEST_CXX_MINOR)" > /dev/tty) +#test:=$(shell echo "TEST_CXX_APPLE: $(TEST_CXX_APPLE)" > /dev/tty) +#test:=$(shell echo "TEKKOTSU_PCH: $(TEKKOTSU_PCH)" > /dev/tty) #$(error that's all folks) diff -urdN ../../Tekkotsu_2.3/project/Make.xcodeproj/CVS/Entries ./Make.xcodeproj/CVS/Entries --- ../../Tekkotsu_2.3/project/Make.xcodeproj/CVS/Entries Wed Dec 31 19:00:00 1969 +++ ./Make.xcodeproj/CVS/Entries Wed Aug 10 11:03:26 2005 @@ -0,0 +1,2 @@ +/project.pbxproj/1.3/Fri Jul 29 18:36:47 2005//Ttekkotsu-2_4 +D diff -urdN ../../Tekkotsu_2.3/project/Make.xcodeproj/CVS/Repository ./Make.xcodeproj/CVS/Repository --- ../../Tekkotsu_2.3/project/Make.xcodeproj/CVS/Repository Wed Dec 31 19:00:00 1969 +++ ./Make.xcodeproj/CVS/Repository Wed Aug 10 11:03:26 2005 @@ -0,0 +1 @@ +Tekkotsu/project/Make.xcodeproj diff -urdN ../../Tekkotsu_2.3/project/Make.xcodeproj/CVS/Root ./Make.xcodeproj/CVS/Root --- ../../Tekkotsu_2.3/project/Make.xcodeproj/CVS/Root Wed Dec 31 19:00:00 1969 +++ ./Make.xcodeproj/CVS/Root Wed Aug 10 11:03:26 2005 @@ -0,0 +1 @@ +:pserver:anonymous@cvs.tekkotsu.org:/cvs diff -urdN ../../Tekkotsu_2.3/project/Make.xcodeproj/CVS/Tag ./Make.xcodeproj/CVS/Tag --- ../../Tekkotsu_2.3/project/Make.xcodeproj/CVS/Tag Wed Dec 31 19:00:00 1969 +++ ./Make.xcodeproj/CVS/Tag Wed Aug 10 11:03:26 2005 @@ -0,0 +1 @@ +Ntekkotsu-2_4 diff -urdN ../../Tekkotsu_2.3/project/Make.xcodeproj/project.pbxproj ./Make.xcodeproj/project.pbxproj --- ../../Tekkotsu_2.3/project/Make.xcodeproj/project.pbxproj Wed Dec 31 19:00:00 1969 +++ ./Make.xcodeproj/project.pbxproj Fri Jul 29 14:36:47 2005 @@ -0,0 +1,2517 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + 691C805608255F6300E8E256 /* Base64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 691C805508255F6300E8E256 /* Base64.cc */; }; + 691C805708255F6300E8E256 /* Base64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 691C805508255F6300E8E256 /* Base64.cc */; }; + 692CD63507F8C46B00604100 /* sim.cc in Sources */ = {isa = PBXBuildFile; fileRef = 692CD63407F8C46B00604100 /* sim.cc */; }; + 692CD63607F8C46B00604100 /* sim.cc in Sources */ = {isa = PBXBuildFile; fileRef = 692CD63407F8C46B00604100 /* sim.cc */; }; + 692CD63707F8C46B00604100 /* sim.cc in Sources */ = {isa = PBXBuildFile; fileRef = 692CD63407F8C46B00604100 /* sim.cc */; }; + 692CD99607F9F05500604100 /* LoadFileThread.cc in Sources */ = {isa = PBXBuildFile; fileRef = 692CD99407F9F05500604100 /* LoadFileThread.cc */; }; + 692CD99707F9F05500604100 /* LoadFileThread.cc in Sources */ = {isa = PBXBuildFile; fileRef = 692CD99407F9F05500604100 /* LoadFileThread.cc */; }; + 692CD99807F9F05500604100 /* LoadFileThread.cc in Sources */ = {isa = PBXBuildFile; fileRef = 692CD99407F9F05500604100 /* LoadFileThread.cc */; }; + 6942757807E0DCDD003DE3D9 /* MutexLock.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6942757707E0DCDD003DE3D9 /* MutexLock.cc */; }; + 6942757907E0DCDD003DE3D9 /* MutexLock.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6942757707E0DCDD003DE3D9 /* MutexLock.cc */; }; + 6942779107E164EA003DE3D9 /* Thread.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6942779007E164EA003DE3D9 /* Thread.cc */; }; + 6942779207E164EA003DE3D9 /* Thread.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6942779007E164EA003DE3D9 /* Thread.cc */; }; + 694AB43707F48A860071A2AE /* libjpeg.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 694AB43507F48A860071A2AE /* libjpeg.dylib */; }; + 694AB43807F48A860071A2AE /* libpng12.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 694AB43607F48A860071A2AE /* libpng12.dylib */; }; + 694AB43907F48A860071A2AE /* libjpeg.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 694AB43507F48A860071A2AE /* libjpeg.dylib */; }; + 694AB43A07F48A860071A2AE /* libpng12.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 694AB43607F48A860071A2AE /* libpng12.dylib */; }; + 694AB43B07F48A860071A2AE /* libjpeg.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 694AB43507F48A860071A2AE /* libjpeg.dylib */; }; + 694AB43C07F48A860071A2AE /* libpng12.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 694AB43607F48A860071A2AE /* libpng12.dylib */; }; + 695967E207FF3DCF004FABFF /* LoadImageThread.cc in Sources */ = {isa = PBXBuildFile; fileRef = 695967E007FF3DCF004FABFF /* LoadImageThread.cc */; }; + 695967E307FF3DCF004FABFF /* LoadImageThread.cc in Sources */ = {isa = PBXBuildFile; fileRef = 695967E007FF3DCF004FABFF /* LoadImageThread.cc */; }; + 695967E407FF3DCF004FABFF /* LoadImageThread.cc in Sources */ = {isa = PBXBuildFile; fileRef = 695967E007FF3DCF004FABFF /* LoadImageThread.cc */; }; + 695F1ACA0804A81800ACB3D7 /* BufferedImageGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 695F1AC80804A81800ACB3D7 /* BufferedImageGenerator.cc */; }; + 695F1ACB0804A81800ACB3D7 /* BufferedImageGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 695F1AC80804A81800ACB3D7 /* BufferedImageGenerator.cc */; }; + 6994F3D907D4D35F003A7628 /* SemaphoreManager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6994F3CF07D4D35F003A7628 /* SemaphoreManager.cc */; }; + 6994F3DA07D4D35F003A7628 /* ProcessID.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6994F3D107D4D35F003A7628 /* ProcessID.cc */; }; + 6994F3DB07D4D35F003A7628 /* RCRegion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6994F3D307D4D35F003A7628 /* RCRegion.cc */; }; + 6994F3DC07D4D35F003A7628 /* SharedObject.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6994F3D607D4D35F003A7628 /* SharedObject.cc */; }; + 6994F3DD07D4D35F003A7628 /* SemaphoreManager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6994F3CF07D4D35F003A7628 /* SemaphoreManager.cc */; }; + 6994F3DE07D4D35F003A7628 /* ProcessID.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6994F3D107D4D35F003A7628 /* ProcessID.cc */; }; + 6994F3DF07D4D35F003A7628 /* RCRegion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6994F3D307D4D35F003A7628 /* RCRegion.cc */; }; + 6994F3E007D4D35F003A7628 /* SharedObject.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6994F3D607D4D35F003A7628 /* SharedObject.cc */; }; + 69970AC1083DB2760069D95C /* StewartPlatformBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69970AC0083DB2760069D95C /* StewartPlatformBehavior.cc */; }; + 69970AC2083DB2760069D95C /* StewartPlatformBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69970AC0083DB2760069D95C /* StewartPlatformBehavior.cc */; }; + 69A1995F080ED8A200540970 /* EchoBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A1995E080ED8A200540970 /* EchoBehavior.cc */; }; + 69A19960080ED8A200540970 /* EchoBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A1995E080ED8A200540970 /* EchoBehavior.cc */; }; + 69A323C207E3564F009D94E1 /* write_jpeg.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A323C007E35646009D94E1 /* write_jpeg.cc */; }; + 69A323C507E35665009D94E1 /* write_jpeg.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A323C007E35646009D94E1 /* write_jpeg.cc */; }; + 69A6D6DB07CD7C9500CB4720 /* libstdc++.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0249A663FF388D9811CA2CEA /* libstdc++.a */; }; + 69AA7D6B0860898300185BA2 /* MessageReceiver.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69AA7D690860898300185BA2 /* MessageReceiver.cc */; }; + 69AA7D6C0860898300185BA2 /* MessageReceiver.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69AA7D690860898300185BA2 /* MessageReceiver.cc */; }; + 69B4E446089409D900832D58 /* StareAtPawBehavior2.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69B4E445089409D800832D58 /* StareAtPawBehavior2.cc */; }; + 69B4E447089409D900832D58 /* StareAtPawBehavior2.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69B4E445089409D800832D58 /* StareAtPawBehavior2.cc */; }; + 69B4E6D50895E34F00832D58 /* robot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A88407CBD6C0008493CA /* robot.cpp */; }; + 69E0A76407CBD4F9008493CA /* StartupBehavior_SetupBackgroundBehaviors.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75907CBD4F9008493CA /* StartupBehavior_SetupBackgroundBehaviors.cc */; }; + 69E0A76507CBD4F9008493CA /* StartupBehavior_SetupFileAccess.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75A07CBD4F9008493CA /* StartupBehavior_SetupFileAccess.cc */; }; + 69E0A76607CBD4F9008493CA /* StartupBehavior_SetupModeSwitch.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75B07CBD4F9008493CA /* StartupBehavior_SetupModeSwitch.cc */; }; + 69E0A76707CBD4F9008493CA /* StartupBehavior_SetupStatusReports.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75C07CBD4F9008493CA /* StartupBehavior_SetupStatusReports.cc */; }; + 69E0A76807CBD4F9008493CA /* StartupBehavior_SetupTekkotsuMon.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75D07CBD4F9008493CA /* StartupBehavior_SetupTekkotsuMon.cc */; }; + 69E0A76907CBD4F9008493CA /* StartupBehavior_SetupVision.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75E07CBD4F9008493CA /* StartupBehavior_SetupVision.cc */; }; + 69E0A76A07CBD4F9008493CA /* StartupBehavior_SetupWalkEdit.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75F07CBD4F9008493CA /* StartupBehavior_SetupWalkEdit.cc */; }; + 69E0A76B07CBD4F9008493CA /* StartupBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A76007CBD4F9008493CA /* StartupBehavior.cc */; }; + 69E0A77D07CBD52D008493CA /* Main.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A76F07CBD52D008493CA /* Main.cc */; }; + 69E0A77F07CBD52D008493CA /* Motion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77107CBD52D008493CA /* Motion.cc */; }; + 69E0A78107CBD52D008493CA /* Process.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77307CBD52D008493CA /* Process.cc */; }; + 69E0A78407CBD52D008493CA /* SharedGlobals.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77607CBD52D008493CA /* SharedGlobals.cc */; }; + 69E0A78607CBD52D008493CA /* Simulator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77807CBD52D008493CA /* Simulator.cc */; }; + 69E0A78807CBD52D008493CA /* SoundPlay.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77A07CBD52D008493CA /* SoundPlay.cc */; }; + 69E0A99507CBD6C1008493CA /* BehaviorBase.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A78C07CBD6BF008493CA /* BehaviorBase.cc */; }; + 69E0A99807CBD6C1008493CA /* Controller.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A78F07CBD6BF008493CA /* Controller.cc */; }; + 69E0A99F07CBD6C1008493CA /* ControlBase.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A79707CBD6BF008493CA /* ControlBase.cc */; }; + 69E0A9A207CBD6C1008493CA /* EventLogger.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A79A07CBD6C0008493CA /* EventLogger.cc */; }; + 69E0A9A407CBD6C1008493CA /* FileBrowserControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A79C07CBD6C0008493CA /* FileBrowserControl.cc */; }; + 69E0A9A707CBD6C1008493CA /* FreeMemReportControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A79F07CBD6C0008493CA /* FreeMemReportControl.cc */; }; + 69E0A9A907CBD6C1008493CA /* HelpControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7A107CBD6C0008493CA /* HelpControl.cc */; }; + 69E0A9B207CBD6C1008493CA /* PostureEditor.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7AA07CBD6C0008493CA /* PostureEditor.cc */; }; + 69E0A9B507CBD6C1008493CA /* RebootControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7AD07CBD6C0008493CA /* RebootControl.cc */; }; + 69E0A9BA07CBD6C1008493CA /* SensorObserverControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7B207CBD6C0008493CA /* SensorObserverControl.cc */; }; + 69E0A9BC07CBD6C1008493CA /* ShutdownControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7B407CBD6C0008493CA /* ShutdownControl.cc */; }; + 69E0A9BE07CBD6C1008493CA /* StringInputControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7B607CBD6C0008493CA /* StringInputControl.cc */; }; + 69E0A9C307CBD6C1008493CA /* WalkCalibration.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7BB07CBD6C0008493CA /* WalkCalibration.cc */; }; + 69E0A9C507CBD6C1008493CA /* WaypointWalkControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7BD07CBD6C0008493CA /* WaypointWalkControl.cc */; }; + 69E0A9C807CBD6C1008493CA /* ASCIIVisionBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7C107CBD6C0008493CA /* ASCIIVisionBehavior.cc */; }; + 69E0A9CD07CBD6C1008493CA /* CameraBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7C607CBD6C0008493CA /* CameraBehavior.cc */; }; + 69E0A9CF07CBD6C1008493CA /* ChaseBallBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7C807CBD6C0008493CA /* ChaseBallBehavior.cc */; }; + 69E0A9D207CBD6C1008493CA /* DriveMeBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7CB07CBD6C0008493CA /* DriveMeBehavior.cc */; }; + 69E0A9D407CBD6C1008493CA /* ExploreMachine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7CD07CBD6C0008493CA /* ExploreMachine.cc */; }; + 69E0A9D607CBD6C1008493CA /* FlashIPAddrBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7CF07CBD6C0008493CA /* FlashIPAddrBehavior.cc */; }; + 69E0A9D807CBD6C1008493CA /* FollowHeadBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7D107CBD6C0008493CA /* FollowHeadBehavior.cc */; }; + 69E0A9E407CBD6C1008493CA /* PaceTargetsMachine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7DD07CBD6C0008493CA /* PaceTargetsMachine.cc */; }; + 69E0A9E907CBD6C1008493CA /* StareAtBallBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7E207CBD6C0008493CA /* StareAtBallBehavior.cc */; }; + 69E0A9EE07CBD6C1008493CA /* WallTestBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7E707CBD6C0008493CA /* WallTestBehavior.cc */; }; + 69E0A9F207CBD6C1008493CA /* EStopControllerBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7EC07CBD6C0008493CA /* EStopControllerBehavior.cc */; }; + 69E0A9F407CBD6C1008493CA /* HeadPointControllerBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7EE07CBD6C0008493CA /* HeadPointControllerBehavior.cc */; }; + 69E0A9F607CBD6C1008493CA /* MicrophoneServer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7F007CBD6C0008493CA /* MicrophoneServer.cc */; }; + 69E0A9F807CBD6C1008493CA /* RawCamBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7F207CBD6C0008493CA /* RawCamBehavior.cc */; }; + 69E0A9FA07CBD6C1008493CA /* SegCamBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7F407CBD6C0008493CA /* SegCamBehavior.cc */; }; + 69E0A9FC07CBD6C1008493CA /* SpeakerServer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7F607CBD6C0008493CA /* SpeakerServer.cc */; }; + 69E0A9FE07CBD6C1008493CA /* SpiderMachineBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7F807CBD6C0008493CA /* SpiderMachineBehavior.cc */; }; + 69E0AA0107CBD6C2008493CA /* WalkControllerBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7FB07CBD6C0008493CA /* WalkControllerBehavior.cc */; }; + 69E0AA0307CBD6C2008493CA /* WMMonitorBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7FD07CBD6C0008493CA /* WMMonitorBehavior.cc */; }; + 69E0AA0507CBD6C2008493CA /* WorldStateSerializerBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7FF07CBD6C0008493CA /* WorldStateSerializerBehavior.cc */; }; + 69E0AA1007CBD6C2008493CA /* WalkToTargetNode.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A80B07CBD6C0008493CA /* WalkToTargetNode.cc */; }; + 69E0AA1307CBD6C2008493CA /* StateNode.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A80E07CBD6C0008493CA /* StateNode.cc */; }; + 69E0AA1507CBD6C2008493CA /* Transition.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A81007CBD6C0008493CA /* Transition.cc */; }; + 69E0AA1C07CBD6C2008493CA /* RandomTrans.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A81807CBD6C0008493CA /* RandomTrans.cc */; }; + 69E0AA2307CBD6C2008493CA /* EventBase.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82007CBD6C0008493CA /* EventBase.cc */; }; + 69E0AA2507CBD6C2008493CA /* EventGeneratorBase.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82207CBD6C0008493CA /* EventGeneratorBase.cc */; }; + 69E0AA2807CBD6C2008493CA /* EventRouter.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82507CBD6C0008493CA /* EventRouter.cc */; }; + 69E0AA2A07CBD6C2008493CA /* EventTranslator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82707CBD6C0008493CA /* EventTranslator.cc */; }; + 69E0AA2E07CBD6C2008493CA /* LocomotionEvent.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82B07CBD6C0008493CA /* LocomotionEvent.cc */; }; + 69E0AA3107CBD6C2008493CA /* TextMsgEvent.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82E07CBD6C0008493CA /* TextMsgEvent.cc */; }; + 69E0AA3307CBD6C2008493CA /* VisionObjectEvent.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A83007CBD6C0008493CA /* VisionObjectEvent.cc */; }; + 69E0AA3607CBD6C2008493CA /* EmergencyStopMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A83407CBD6C0008493CA /* EmergencyStopMC.cc */; }; + 69E0AA3A07CBD6C2008493CA /* HeadPointerMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A83807CBD6C0008493CA /* HeadPointerMC.cc */; }; + 69E0AA3C07CBD6C2008493CA /* Kinematics.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A83A07CBD6C0008493CA /* Kinematics.cc */; }; + 69E0AA3E07CBD6C2008493CA /* LedEngine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A83C07CBD6C0008493CA /* LedEngine.cc */; }; + 69E0AA4207CBD6C2008493CA /* MotionCommand.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84007CBD6C0008493CA /* MotionCommand.cc */; }; + 69E0AA4407CBD6C2008493CA /* MotionManager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84207CBD6C0008493CA /* MotionManager.cc */; }; + 69E0AA4707CBD6C2008493CA /* MotionSequenceEngine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84507CBD6C0008493CA /* MotionSequenceEngine.cc */; }; + 69E0AA4A07CBD6C2008493CA /* OldHeadPointerMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84807CBD6C0008493CA /* OldHeadPointerMC.cc */; }; + 69E0AA4C07CBD6C2008493CA /* OldKinematics.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84A07CBD6C0008493CA /* OldKinematics.cc */; }; + 69E0AA4E07CBD6C2008493CA /* OutputCmd.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84C07CBD6C0008493CA /* OutputCmd.cc */; }; + 69E0AA5307CBD6C2008493CA /* PostureEngine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85107CBD6C0008493CA /* PostureEngine.cc */; }; + 69E0AA5507CBD6C2008493CA /* PostureMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85307CBD6C0008493CA /* PostureMC.cc */; }; + 69E0AA5807CBD6C2008493CA /* clik.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85707CBD6C0008493CA /* clik.cpp */; }; + 69E0AA5A07CBD6C2008493CA /* comp_dq.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85907CBD6C0008493CA /* comp_dq.cpp */; }; + 69E0AA5B07CBD6C2008493CA /* comp_dqp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85A07CBD6C0008493CA /* comp_dqp.cpp */; }; + 69E0AA5C07CBD6C2008493CA /* config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85B07CBD6C0008493CA /* config.cpp */; }; + 69E0AA5E07CBD6C2008493CA /* control_select.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85D07CBD6C0008493CA /* control_select.cpp */; }; + 69E0AA6007CBD6C2008493CA /* controller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85F07CBD6C0008493CA /* controller.cpp */; }; + 69E0AA6207CBD6C2008493CA /* delta_t.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A86107CBD6C0008493CA /* delta_t.cpp */; }; + 69E0AA6307CBD6C2008493CA /* dynamics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A86207CBD6C0008493CA /* dynamics.cpp */; }; + 69E0AA6407CBD6C2008493CA /* dynamics_sim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A86307CBD6C0008493CA /* dynamics_sim.cpp */; }; + 69E0AA7807CBD6C2008493CA /* gnugraph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A87907CBD6C0008493CA /* gnugraph.cpp */; }; + 69E0AA7A07CBD6C2008493CA /* homogen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A87B07CBD6C0008493CA /* homogen.cpp */; }; + 69E0AA7B07CBD6C2008493CA /* invkine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A87C07CBD6C0008493CA /* invkine.cpp */; }; + 69E0AA7C07CBD6C2008493CA /* kinemat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A87D07CBD6C0008493CA /* kinemat.cpp */; }; + 69E0AA7E07CBD6C2008493CA /* quaternion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A87F07CBD6C0008493CA /* quaternion.cpp */; }; + 69E0AA8507CBD6C2008493CA /* sensitiv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A88607CBD6C0008493CA /* sensitiv.cpp */; }; + 69E0AA8607CBD6C2008493CA /* trajectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A88707CBD6C0008493CA /* trajectory.cpp */; }; + 69E0AA8807CBD6C2008493CA /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A88907CBD6C0008493CA /* utils.cpp */; }; + 69E0AA8C07CBD6C2008493CA /* WalkMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A88D07CBD6C0008493CA /* WalkMC.cc */; }; + 69E0AA9007CBD6C2008493CA /* Buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A89207CBD6C0008493CA /* Buffer.cc */; }; + 69E0AA9307CBD6C2008493CA /* Config.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A89507CBD6C0008493CA /* Config.cc */; }; + 69E0AA9B07CBD6C2008493CA /* get_time.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A89D07CBD6C0008493CA /* get_time.cc */; }; + 69E0AADB07CBD6C2008493CA /* jpeg_mem_dest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A8DE07CBD6C1008493CA /* jpeg_mem_dest.cc */; }; + 69E0AAF507CBD6C2008493CA /* LoadSave.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A8F807CBD6C1008493CA /* LoadSave.cc */; }; + 69E0AAFA07CBD6C2008493CA /* bandmat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A8FE07CBD6C1008493CA /* bandmat.cpp */; }; + 69E0AAFC07CBD6C2008493CA /* cholesky.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A90007CBD6C1008493CA /* cholesky.cpp */; }; + 69E0AB0107CBD6C2008493CA /* evalue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A90707CBD6C1008493CA /* evalue.cpp */; }; + 69E0AB3107CBD6C2008493CA /* fft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A93807CBD6C1008493CA /* fft.cpp */; }; + 69E0AB3207CBD6C2008493CA /* hholder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A93907CBD6C1008493CA /* hholder.cpp */; }; + 69E0AB3407CBD6C2008493CA /* jacobi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A93B07CBD6C1008493CA /* jacobi.cpp */; }; + 69E0AB3607CBD6C2008493CA /* myexcept.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A93D07CBD6C1008493CA /* myexcept.cpp */; }; + 69E0AB3807CBD6C2008493CA /* newfft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A93F07CBD6C1008493CA /* newfft.cpp */; }; + 69E0AB3A07CBD6C2008493CA /* newmat1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94107CBD6C1008493CA /* newmat1.cpp */; }; + 69E0AB3B07CBD6C2008493CA /* newmat2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94207CBD6C1008493CA /* newmat2.cpp */; }; + 69E0AB3C07CBD6C2008493CA /* newmat3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94307CBD6C1008493CA /* newmat3.cpp */; }; + 69E0AB3D07CBD6C2008493CA /* newmat4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94407CBD6C1008493CA /* newmat4.cpp */; }; + 69E0AB3E07CBD6C2008493CA /* newmat5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94507CBD6C1008493CA /* newmat5.cpp */; }; + 69E0AB3F07CBD6C2008493CA /* newmat6.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94607CBD6C1008493CA /* newmat6.cpp */; }; + 69E0AB4007CBD6C2008493CA /* newmat7.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94707CBD6C1008493CA /* newmat7.cpp */; }; + 69E0AB4107CBD6C2008493CA /* newmat8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94807CBD6C1008493CA /* newmat8.cpp */; }; + 69E0AB4207CBD6C2008493CA /* newmat9.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94907CBD6C1008493CA /* newmat9.cpp */; }; + 69E0AB4407CBD6C2008493CA /* newmatex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94B07CBD6C1008493CA /* newmatex.cpp */; }; + 69E0AB4607CBD6C2008493CA /* newmatnl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94D07CBD6C1008493CA /* newmatnl.cpp */; }; + 69E0AB4907CBD6C2008493CA /* newmatrm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95007CBD6C1008493CA /* newmatrm.cpp */; }; + 69E0AB4D07CBD6C2008493CA /* sort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95407CBD6C1008493CA /* sort.cpp */; }; + 69E0AB4E07CBD6C2008493CA /* submat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95507CBD6C1008493CA /* submat.cpp */; }; + 69E0AB4F07CBD6C2008493CA /* svd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95607CBD6C1008493CA /* svd.cpp */; }; + 69E0AB5307CBD6C2008493CA /* Profiler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95A07CBD6C1008493CA /* Profiler.cc */; }; + 69E0AB5507CBD6C2008493CA /* ProjectInterface.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95C07CBD6C1008493CA /* ProjectInterface.cc */; }; + 69E0AB5E07CBD6C2008493CA /* string_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A96507CBD6C1008493CA /* string_util.cc */; }; + 69E0AB6107CBD6C2008493CA /* TimeET.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A96807CBD6C1008493CA /* TimeET.cc */; }; + 69E0AB6407CBD6C2008493CA /* WMclass.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A96B07CBD6C1008493CA /* WMclass.cc */; }; + 69E0AB6607CBD6C2008493CA /* WorldState.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A96D07CBD6C1008493CA /* WorldState.cc */; }; + 69E0AB6807CBD6C2008493CA /* SoundManager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A97007CBD6C1008493CA /* SoundManager.cc */; }; + 69E0AB6B07CBD6C2008493CA /* WAV.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A97307CBD6C1008493CA /* WAV.cc */; }; + 69E0AB6D07CBD6C2008493CA /* BallDetectionGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A97607CBD6C1008493CA /* BallDetectionGenerator.cc */; }; + 69E0AB6F07CBD6C2008493CA /* CDTGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A97807CBD6C1008493CA /* CDTGenerator.cc */; }; + 69E0AB7607CBD6C2008493CA /* FilterBankGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A97F07CBD6C1008493CA /* FilterBankGenerator.cc */; }; + 69E0AB7807CBD6C2008493CA /* InterleavedYUVGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98107CBD6C1008493CA /* InterleavedYUVGenerator.cc */; }; + 69E0AB7A07CBD6C2008493CA /* JPEGGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98307CBD6C1008493CA /* JPEGGenerator.cc */; }; + 69E0AB7D07CBD6C2008493CA /* RawCameraGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98607CBD6C1008493CA /* RawCameraGenerator.cc */; }; + 69E0AB7F07CBD6C2008493CA /* RegionGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98807CBD6C1008493CA /* RegionGenerator.cc */; }; + 69E0AB8107CBD6C2008493CA /* RLEGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98A07CBD6C1008493CA /* RLEGenerator.cc */; }; + 69E0AB8307CBD6C2008493CA /* SegmentedColorGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98C07CBD6C1008493CA /* SegmentedColorGenerator.cc */; }; + 69E0AB8707CBD6C2008493CA /* Socket.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A99107CBD6C1008493CA /* Socket.cc */; }; + 69E0AB8907CBD6C2008493CA /* Wireless.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A99307CBD6C1008493CA /* Wireless.cc */; }; + 69E0AB9C07CBDE11008493CA /* StartupBehavior_SetupBackgroundBehaviors.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75907CBD4F9008493CA /* StartupBehavior_SetupBackgroundBehaviors.cc */; }; + 69E0AB9D07CBDE11008493CA /* StartupBehavior_SetupFileAccess.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75A07CBD4F9008493CA /* StartupBehavior_SetupFileAccess.cc */; }; + 69E0AB9E07CBDE11008493CA /* StartupBehavior_SetupModeSwitch.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75B07CBD4F9008493CA /* StartupBehavior_SetupModeSwitch.cc */; }; + 69E0AB9F07CBDE11008493CA /* StartupBehavior_SetupStatusReports.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75C07CBD4F9008493CA /* StartupBehavior_SetupStatusReports.cc */; }; + 69E0ABA007CBDE11008493CA /* StartupBehavior_SetupTekkotsuMon.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75D07CBD4F9008493CA /* StartupBehavior_SetupTekkotsuMon.cc */; }; + 69E0ABA107CBDE11008493CA /* StartupBehavior_SetupVision.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75E07CBD4F9008493CA /* StartupBehavior_SetupVision.cc */; }; + 69E0ABA207CBDE11008493CA /* StartupBehavior_SetupWalkEdit.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75F07CBD4F9008493CA /* StartupBehavior_SetupWalkEdit.cc */; }; + 69E0ABA307CBDE11008493CA /* StartupBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A76007CBD4F9008493CA /* StartupBehavior.cc */; }; + 69E0ABA507CBDE11008493CA /* Main.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A76F07CBD52D008493CA /* Main.cc */; }; + 69E0ABA607CBDE11008493CA /* Motion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77107CBD52D008493CA /* Motion.cc */; }; + 69E0ABA707CBDE11008493CA /* Process.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77307CBD52D008493CA /* Process.cc */; }; + 69E0ABA807CBDE11008493CA /* SharedGlobals.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77607CBD52D008493CA /* SharedGlobals.cc */; }; + 69E0ABA907CBDE11008493CA /* Simulator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77807CBD52D008493CA /* Simulator.cc */; }; + 69E0ABAA07CBDE11008493CA /* SoundPlay.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77A07CBD52D008493CA /* SoundPlay.cc */; }; + 69E0ABAB07CBDE11008493CA /* BehaviorBase.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A78C07CBD6BF008493CA /* BehaviorBase.cc */; }; + 69E0ABAC07CBDE11008493CA /* Controller.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A78F07CBD6BF008493CA /* Controller.cc */; }; + 69E0ABAD07CBDE11008493CA /* ControlBase.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A79707CBD6BF008493CA /* ControlBase.cc */; }; + 69E0ABAE07CBDE11008493CA /* EventLogger.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A79A07CBD6C0008493CA /* EventLogger.cc */; }; + 69E0ABAF07CBDE11008493CA /* FileBrowserControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A79C07CBD6C0008493CA /* FileBrowserControl.cc */; }; + 69E0ABB007CBDE11008493CA /* FreeMemReportControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A79F07CBD6C0008493CA /* FreeMemReportControl.cc */; }; + 69E0ABB107CBDE11008493CA /* HelpControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7A107CBD6C0008493CA /* HelpControl.cc */; }; + 69E0ABB207CBDE11008493CA /* PostureEditor.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7AA07CBD6C0008493CA /* PostureEditor.cc */; }; + 69E0ABB307CBDE11008493CA /* RebootControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7AD07CBD6C0008493CA /* RebootControl.cc */; }; + 69E0ABB407CBDE11008493CA /* SensorObserverControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7B207CBD6C0008493CA /* SensorObserverControl.cc */; }; + 69E0ABB507CBDE11008493CA /* ShutdownControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7B407CBD6C0008493CA /* ShutdownControl.cc */; }; + 69E0ABB607CBDE11008493CA /* StringInputControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7B607CBD6C0008493CA /* StringInputControl.cc */; }; + 69E0ABB707CBDE11008493CA /* WalkCalibration.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7BB07CBD6C0008493CA /* WalkCalibration.cc */; }; + 69E0ABB807CBDE11008493CA /* WaypointWalkControl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7BD07CBD6C0008493CA /* WaypointWalkControl.cc */; }; + 69E0ABB907CBDE11008493CA /* ASCIIVisionBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7C107CBD6C0008493CA /* ASCIIVisionBehavior.cc */; }; + 69E0ABBA07CBDE11008493CA /* CameraBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7C607CBD6C0008493CA /* CameraBehavior.cc */; }; + 69E0ABBB07CBDE11008493CA /* ChaseBallBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7C807CBD6C0008493CA /* ChaseBallBehavior.cc */; }; + 69E0ABBC07CBDE11008493CA /* DriveMeBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7CB07CBD6C0008493CA /* DriveMeBehavior.cc */; }; + 69E0ABBD07CBDE11008493CA /* ExploreMachine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7CD07CBD6C0008493CA /* ExploreMachine.cc */; }; + 69E0ABBE07CBDE11008493CA /* FlashIPAddrBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7CF07CBD6C0008493CA /* FlashIPAddrBehavior.cc */; }; + 69E0ABBF07CBDE11008493CA /* FollowHeadBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7D107CBD6C0008493CA /* FollowHeadBehavior.cc */; }; + 69E0ABC007CBDE11008493CA /* PaceTargetsMachine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7DD07CBD6C0008493CA /* PaceTargetsMachine.cc */; }; + 69E0ABC107CBDE11008493CA /* StareAtBallBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7E207CBD6C0008493CA /* StareAtBallBehavior.cc */; }; + 69E0ABC207CBDE11008493CA /* WallTestBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7E707CBD6C0008493CA /* WallTestBehavior.cc */; }; + 69E0ABC307CBDE11008493CA /* EStopControllerBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7EC07CBD6C0008493CA /* EStopControllerBehavior.cc */; }; + 69E0ABC407CBDE11008493CA /* HeadPointControllerBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7EE07CBD6C0008493CA /* HeadPointControllerBehavior.cc */; }; + 69E0ABC507CBDE11008493CA /* MicrophoneServer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7F007CBD6C0008493CA /* MicrophoneServer.cc */; }; + 69E0ABC607CBDE11008493CA /* RawCamBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7F207CBD6C0008493CA /* RawCamBehavior.cc */; }; + 69E0ABC707CBDE11008493CA /* SegCamBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7F407CBD6C0008493CA /* SegCamBehavior.cc */; }; + 69E0ABC807CBDE11008493CA /* SpeakerServer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7F607CBD6C0008493CA /* SpeakerServer.cc */; }; + 69E0ABC907CBDE11008493CA /* SpiderMachineBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7F807CBD6C0008493CA /* SpiderMachineBehavior.cc */; }; + 69E0ABCA07CBDE11008493CA /* WalkControllerBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7FB07CBD6C0008493CA /* WalkControllerBehavior.cc */; }; + 69E0ABCB07CBDE11008493CA /* WMMonitorBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7FD07CBD6C0008493CA /* WMMonitorBehavior.cc */; }; + 69E0ABCC07CBDE11008493CA /* WorldStateSerializerBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A7FF07CBD6C0008493CA /* WorldStateSerializerBehavior.cc */; }; + 69E0ABCD07CBDE11008493CA /* WalkToTargetNode.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A80B07CBD6C0008493CA /* WalkToTargetNode.cc */; }; + 69E0ABCE07CBDE11008493CA /* StateNode.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A80E07CBD6C0008493CA /* StateNode.cc */; }; + 69E0ABCF07CBDE11008493CA /* Transition.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A81007CBD6C0008493CA /* Transition.cc */; }; + 69E0ABD007CBDE11008493CA /* RandomTrans.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A81807CBD6C0008493CA /* RandomTrans.cc */; }; + 69E0ABD107CBDE11008493CA /* EventBase.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82007CBD6C0008493CA /* EventBase.cc */; }; + 69E0ABD207CBDE11008493CA /* EventGeneratorBase.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82207CBD6C0008493CA /* EventGeneratorBase.cc */; }; + 69E0ABD307CBDE11008493CA /* EventRouter.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82507CBD6C0008493CA /* EventRouter.cc */; }; + 69E0ABD407CBDE11008493CA /* EventTranslator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82707CBD6C0008493CA /* EventTranslator.cc */; }; + 69E0ABD507CBDE11008493CA /* LocomotionEvent.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82B07CBD6C0008493CA /* LocomotionEvent.cc */; }; + 69E0ABD607CBDE11008493CA /* TextMsgEvent.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A82E07CBD6C0008493CA /* TextMsgEvent.cc */; }; + 69E0ABD707CBDE11008493CA /* VisionObjectEvent.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A83007CBD6C0008493CA /* VisionObjectEvent.cc */; }; + 69E0ABD807CBDE11008493CA /* EmergencyStopMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A83407CBD6C0008493CA /* EmergencyStopMC.cc */; }; + 69E0ABD907CBDE11008493CA /* HeadPointerMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A83807CBD6C0008493CA /* HeadPointerMC.cc */; }; + 69E0ABDA07CBDE11008493CA /* Kinematics.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A83A07CBD6C0008493CA /* Kinematics.cc */; }; + 69E0ABDB07CBDE11008493CA /* LedEngine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A83C07CBD6C0008493CA /* LedEngine.cc */; }; + 69E0ABDC07CBDE11008493CA /* MotionCommand.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84007CBD6C0008493CA /* MotionCommand.cc */; }; + 69E0ABDD07CBDE11008493CA /* MotionManager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84207CBD6C0008493CA /* MotionManager.cc */; }; + 69E0ABDE07CBDE11008493CA /* MotionSequenceEngine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84507CBD6C0008493CA /* MotionSequenceEngine.cc */; }; + 69E0ABDF07CBDE11008493CA /* OldHeadPointerMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84807CBD6C0008493CA /* OldHeadPointerMC.cc */; }; + 69E0ABE007CBDE11008493CA /* OldKinematics.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84A07CBD6C0008493CA /* OldKinematics.cc */; }; + 69E0ABE107CBDE11008493CA /* OutputCmd.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A84C07CBD6C0008493CA /* OutputCmd.cc */; }; + 69E0ABE207CBDE11008493CA /* PostureEngine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85107CBD6C0008493CA /* PostureEngine.cc */; }; + 69E0ABE307CBDE11008493CA /* PostureMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85307CBD6C0008493CA /* PostureMC.cc */; }; + 69E0ABE407CBDE11008493CA /* clik.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85707CBD6C0008493CA /* clik.cpp */; }; + 69E0ABE507CBDE11008493CA /* comp_dq.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85907CBD6C0008493CA /* comp_dq.cpp */; }; + 69E0ABE607CBDE11008493CA /* comp_dqp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85A07CBD6C0008493CA /* comp_dqp.cpp */; }; + 69E0ABE707CBDE11008493CA /* config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85B07CBD6C0008493CA /* config.cpp */; }; + 69E0ABE807CBDE11008493CA /* control_select.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85D07CBD6C0008493CA /* control_select.cpp */; }; + 69E0ABE907CBDE11008493CA /* controller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A85F07CBD6C0008493CA /* controller.cpp */; }; + 69E0ABEA07CBDE11008493CA /* delta_t.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A86107CBD6C0008493CA /* delta_t.cpp */; }; + 69E0ABEB07CBDE11008493CA /* dynamics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A86207CBD6C0008493CA /* dynamics.cpp */; }; + 69E0ABEC07CBDE11008493CA /* dynamics_sim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A86307CBD6C0008493CA /* dynamics_sim.cpp */; }; + 69E0ABED07CBDE11008493CA /* gnugraph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A87907CBD6C0008493CA /* gnugraph.cpp */; }; + 69E0ABEE07CBDE11008493CA /* homogen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A87B07CBD6C0008493CA /* homogen.cpp */; }; + 69E0ABEF07CBDE11008493CA /* invkine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A87C07CBD6C0008493CA /* invkine.cpp */; }; + 69E0ABF007CBDE11008493CA /* kinemat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A87D07CBD6C0008493CA /* kinemat.cpp */; }; + 69E0ABF207CBDE11008493CA /* quaternion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A87F07CBD6C0008493CA /* quaternion.cpp */; }; + 69E0ABF307CBDE11008493CA /* robot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A88407CBD6C0008493CA /* robot.cpp */; }; + 69E0ABF407CBDE11008493CA /* sensitiv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A88607CBD6C0008493CA /* sensitiv.cpp */; }; + 69E0ABF507CBDE11008493CA /* trajectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A88707CBD6C0008493CA /* trajectory.cpp */; }; + 69E0ABF607CBDE11008493CA /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A88907CBD6C0008493CA /* utils.cpp */; }; + 69E0ABF707CBDE11008493CA /* WalkMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A88D07CBD6C0008493CA /* WalkMC.cc */; }; + 69E0ABF807CBDE11008493CA /* Buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A89207CBD6C0008493CA /* Buffer.cc */; }; + 69E0ABF907CBDE11008493CA /* Config.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A89507CBD6C0008493CA /* Config.cc */; }; + 69E0ABFA07CBDE11008493CA /* get_time.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A89D07CBD6C0008493CA /* get_time.cc */; }; + 69E0AC2607CBDE11008493CA /* jpeg_mem_dest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A8DE07CBD6C1008493CA /* jpeg_mem_dest.cc */; }; + 69E0AC2B07CBDE11008493CA /* LoadSave.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A8F807CBD6C1008493CA /* LoadSave.cc */; }; + 69E0AC2C07CBDE11008493CA /* bandmat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A8FE07CBD6C1008493CA /* bandmat.cpp */; }; + 69E0AC2D07CBDE11008493CA /* cholesky.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A90007CBD6C1008493CA /* cholesky.cpp */; }; + 69E0AC2E07CBDE11008493CA /* evalue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A90707CBD6C1008493CA /* evalue.cpp */; }; + 69E0AC2F07CBDE11008493CA /* fft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A93807CBD6C1008493CA /* fft.cpp */; }; + 69E0AC3007CBDE11008493CA /* hholder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A93907CBD6C1008493CA /* hholder.cpp */; }; + 69E0AC3107CBDE11008493CA /* jacobi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A93B07CBD6C1008493CA /* jacobi.cpp */; }; + 69E0AC3307CBDE11008493CA /* myexcept.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A93D07CBD6C1008493CA /* myexcept.cpp */; }; + 69E0AC3407CBDE11008493CA /* newfft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A93F07CBD6C1008493CA /* newfft.cpp */; }; + 69E0AC3507CBDE11008493CA /* newmat1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94107CBD6C1008493CA /* newmat1.cpp */; }; + 69E0AC3607CBDE11008493CA /* newmat2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94207CBD6C1008493CA /* newmat2.cpp */; }; + 69E0AC3707CBDE11008493CA /* newmat3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94307CBD6C1008493CA /* newmat3.cpp */; }; + 69E0AC3807CBDE11008493CA /* newmat4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94407CBD6C1008493CA /* newmat4.cpp */; }; + 69E0AC3907CBDE11008493CA /* newmat5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94507CBD6C1008493CA /* newmat5.cpp */; }; + 69E0AC3A07CBDE11008493CA /* newmat6.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94607CBD6C1008493CA /* newmat6.cpp */; }; + 69E0AC3B07CBDE11008493CA /* newmat7.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94707CBD6C1008493CA /* newmat7.cpp */; }; + 69E0AC3C07CBDE11008493CA /* newmat8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94807CBD6C1008493CA /* newmat8.cpp */; }; + 69E0AC3D07CBDE11008493CA /* newmat9.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94907CBD6C1008493CA /* newmat9.cpp */; }; + 69E0AC3E07CBDE11008493CA /* newmatex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94B07CBD6C1008493CA /* newmatex.cpp */; }; + 69E0AC3F07CBDE11008493CA /* newmatnl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A94D07CBD6C1008493CA /* newmatnl.cpp */; }; + 69E0AC4007CBDE11008493CA /* newmatrm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95007CBD6C1008493CA /* newmatrm.cpp */; }; + 69E0AC4107CBDE11008493CA /* sort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95407CBD6C1008493CA /* sort.cpp */; }; + 69E0AC4207CBDE11008493CA /* submat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95507CBD6C1008493CA /* submat.cpp */; }; + 69E0AC4307CBDE11008493CA /* svd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95607CBD6C1008493CA /* svd.cpp */; }; + 69E0AC4507CBDE11008493CA /* Profiler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95A07CBD6C1008493CA /* Profiler.cc */; }; + 69E0AC4607CBDE11008493CA /* ProjectInterface.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A95C07CBD6C1008493CA /* ProjectInterface.cc */; }; + 69E0AC4907CBDE11008493CA /* string_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A96507CBD6C1008493CA /* string_util.cc */; }; + 69E0AC4A07CBDE11008493CA /* TimeET.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A96807CBD6C1008493CA /* TimeET.cc */; }; + 69E0AC4B07CBDE11008493CA /* WMclass.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A96B07CBD6C1008493CA /* WMclass.cc */; }; + 69E0AC4C07CBDE11008493CA /* WorldState.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A96D07CBD6C1008493CA /* WorldState.cc */; }; + 69E0AC4D07CBDE11008493CA /* SoundManager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A97007CBD6C1008493CA /* SoundManager.cc */; }; + 69E0AC4E07CBDE11008493CA /* WAV.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A97307CBD6C1008493CA /* WAV.cc */; }; + 69E0AC4F07CBDE11008493CA /* BallDetectionGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A97607CBD6C1008493CA /* BallDetectionGenerator.cc */; }; + 69E0AC5007CBDE11008493CA /* CDTGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A97807CBD6C1008493CA /* CDTGenerator.cc */; }; + 69E0AC5107CBDE11008493CA /* FilterBankGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A97F07CBD6C1008493CA /* FilterBankGenerator.cc */; }; + 69E0AC5207CBDE11008493CA /* InterleavedYUVGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98107CBD6C1008493CA /* InterleavedYUVGenerator.cc */; }; + 69E0AC5307CBDE11008493CA /* JPEGGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98307CBD6C1008493CA /* JPEGGenerator.cc */; }; + 69E0AC5407CBDE11008493CA /* RawCameraGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98607CBD6C1008493CA /* RawCameraGenerator.cc */; }; + 69E0AC5507CBDE11008493CA /* RegionGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98807CBD6C1008493CA /* RegionGenerator.cc */; }; + 69E0AC5607CBDE11008493CA /* RLEGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98A07CBD6C1008493CA /* RLEGenerator.cc */; }; + 69E0AC5707CBDE11008493CA /* SegmentedColorGenerator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A98C07CBD6C1008493CA /* SegmentedColorGenerator.cc */; }; + 69E0AC5807CBDE11008493CA /* Socket.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A99107CBD6C1008493CA /* Socket.cc */; }; + 69E0AC5907CBDE11008493CA /* Wireless.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A99307CBD6C1008493CA /* Wireless.cc */; }; + 69E0AC5B07CBDE11008493CA /* libstdc++.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0249A663FF388D9811CA2CEA /* libstdc++.a */; }; + 69E0AFAA07CBF84A008493CA /* StartupBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A76007CBD4F9008493CA /* StartupBehavior.cc */; }; + 69E0AFAB07CBF84B008493CA /* StartupBehavior_SetupBackgroundBehaviors.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75907CBD4F9008493CA /* StartupBehavior_SetupBackgroundBehaviors.cc */; }; + 69E0AFAC07CBF84C008493CA /* StartupBehavior_SetupFileAccess.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75A07CBD4F9008493CA /* StartupBehavior_SetupFileAccess.cc */; }; + 69E0AFAD07CBF84D008493CA /* StartupBehavior_SetupModeSwitch.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75B07CBD4F9008493CA /* StartupBehavior_SetupModeSwitch.cc */; }; + 69E0AFAE07CBF84E008493CA /* StartupBehavior_SetupStatusReports.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75C07CBD4F9008493CA /* StartupBehavior_SetupStatusReports.cc */; }; + 69E0AFAF07CBF84E008493CA /* StartupBehavior_SetupTekkotsuMon.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75D07CBD4F9008493CA /* StartupBehavior_SetupTekkotsuMon.cc */; }; + 69E0AFB007CBF84F008493CA /* StartupBehavior_SetupVision.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75E07CBD4F9008493CA /* StartupBehavior_SetupVision.cc */; }; + 69E0AFB107CBF850008493CA /* StartupBehavior_SetupWalkEdit.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A75F07CBD4F9008493CA /* StartupBehavior_SetupWalkEdit.cc */; }; + 69E0AFB307CBF85E008493CA /* Main.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A76F07CBD52D008493CA /* Main.cc */; }; + 69E0AFB407CBF85F008493CA /* Motion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77107CBD52D008493CA /* Motion.cc */; }; + 69E0AFB507CBF860008493CA /* Process.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77307CBD52D008493CA /* Process.cc */; }; + 69E0AFB607CBF862008493CA /* SharedGlobals.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77607CBD52D008493CA /* SharedGlobals.cc */; }; + 69E0AFB707CBF862008493CA /* Simulator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77807CBD52D008493CA /* Simulator.cc */; }; + 69E0AFB807CBF863008493CA /* SoundPlay.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E0A77A07CBD52D008493CA /* SoundPlay.cc */; }; + 69E0AFB907CBF881008493CA /* libtekkotsu.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 69E0ADC407CBF382008493CA /* libtekkotsu.a */; }; + 69E0AFBA07CBF881008493CA /* libroboop.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 69E0ADB607CBF0AB008493CA /* libroboop.a */; }; + 69E0AFBB07CBF881008493CA /* libnewmat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 69E0ADBD07CBF0F8008493CA /* libnewmat.a */; }; + 69E666BC07F0CE51005F4FA9 /* plist.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E666BB07F0CE51005F4FA9 /* plist.cc */; }; + 69E666BD07F0CE51005F4FA9 /* plist.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E666BB07F0CE51005F4FA9 /* plist.cc */; }; + 69E6674907F1E23A005F4FA9 /* XMLLoadSave.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E6674707F1E23A005F4FA9 /* XMLLoadSave.cc */; }; + 69E6674A07F1E23A005F4FA9 /* XMLLoadSave.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E6674707F1E23A005F4FA9 /* XMLLoadSave.cc */; }; + 69E6696507F3398F005F4FA9 /* SimConfig.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E6696307F3398F005F4FA9 /* SimConfig.cc */; }; + 69E6696607F3398F005F4FA9 /* SimConfig.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69E6696307F3398F005F4FA9 /* SimConfig.cc */; }; + 69EA8B9507EB57480047DA8D /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 69EA8B9207EB57480047DA8D /* libiconv.dylib */; }; + 69EA8B9607EB57480047DA8D /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 69EA8B9307EB57480047DA8D /* libxml2.dylib */; }; + 69EA8B9707EB57480047DA8D /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 69EA8B9407EB57480047DA8D /* libz.dylib */; }; + 69EA8B9807EB57480047DA8D /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 69EA8B9207EB57480047DA8D /* libiconv.dylib */; }; + 69EA8B9907EB57480047DA8D /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 69EA8B9307EB57480047DA8D /* libxml2.dylib */; }; + 69EA8B9A07EB57480047DA8D /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 69EA8B9407EB57480047DA8D /* libz.dylib */; }; + 69EA8B9B07EB57480047DA8D /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 69EA8B9207EB57480047DA8D /* libiconv.dylib */; }; + 69EA8B9C07EB57480047DA8D /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 69EA8B9307EB57480047DA8D /* libxml2.dylib */; }; + 69EA8B9D07EB57480047DA8D /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 69EA8B9407EB57480047DA8D /* libz.dylib */; }; + 69FA48F7084C389E0003A261 /* UPennWalkMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69FA48F5084C389D0003A261 /* UPennWalkMC.cc */; }; + 69FA48F8084C389E0003A261 /* UPennWalkMC.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69FA48F5084C389D0003A261 /* UPennWalkMC.cc */; }; + 69FA48FD084C38E80003A261 /* Graphics.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69FA48F9084C38E80003A261 /* Graphics.cc */; }; + 69FA48FE084C38E80003A261 /* RLEGraphics.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69FA48FB084C38E80003A261 /* RLEGraphics.cc */; }; + 69FA48FF084C38E80003A261 /* Graphics.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69FA48F9084C38E80003A261 /* Graphics.cc */; }; + 69FA4900084C38E80003A261 /* RLEGraphics.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69FA48FB084C38E80003A261 /* RLEGraphics.cc */; }; + 69FA4903084C39230003A261 /* UPennWalkControllerBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69FA4901084C39230003A261 /* UPennWalkControllerBehavior.cc */; }; + 69FA4904084C39230003A261 /* UPennWalkControllerBehavior.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69FA4901084C39230003A261 /* UPennWalkControllerBehavior.cc */; }; +/* End PBXBuildFile section */ + +/* Begin PBXBuildStyle section */ + 014CEA460018CE2711CA2923 /* Development */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_ENABLE_PASCAL_STRINGS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "$(TEKKOTSU_ROOT)/common.h"; + GCC_PREPROCESSOR_DEFINITIONS = ( + PLATFORM_LOCAL, + DEBUG, + HAVE_READDIR_R, + ); + GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; + GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; + GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; + GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; + GCC_WARN_MISSING_PARENTHESES = YES; + GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; + GCC_WARN_SHADOW = NO; + GCC_WARN_SIGN_COMPARE = YES; + GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_LABEL = YES; + GCC_WARN_UNUSED_PARAMETER = YES; + GCC_WARN_UNUSED_VALUE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + GENERATE_PROFILING_CODE = YES; + HEADER_SEARCH_PATHS = ( + "$(TEKKOTSU_ROOT)", + /usr/include/libxml2, + ); + OBJROOT = build; + PREBINDING = NO; + SYMROOT = ""; + WARNING_CFLAGS = ( + "-Wall", + "-W", + "-Wpointer-arith", + "-Wcast-qual", + "-Woverloaded-virtual", + "-Wdeprecated", + ); + }; + name = Development; + }; + 014CEA470018CE2711CA2923 /* Deployment */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = YES; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_ENABLE_PASCAL_STRINGS = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "$(TEKKOTSU_ROOT)/common.h"; + GCC_PREPROCESSOR_DEFINITIONS = PLATFORM_LOCAL; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + HEADER_SEARCH_PATHS = "$(TEKKOTSU_ROOT)"; + ZERO_LINK = NO; + }; + name = Deployment; + }; +/* End PBXBuildStyle section */ + +/* Begin PBXFileReference section */ + 0249A663FF388D9811CA2CEA /* libstdc++.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libstdc++.a"; path = "/usr/lib/libstdc++.a"; sourceTree = ""; }; + 690564F20819531A00613A0E /* minisim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = minisim.h; path = /Users/ejt/todo/Tekkotsu/local/minisim.h; sourceTree = ""; }; + 691C805508255F6300E8E256 /* Base64.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Base64.cc; sourceTree = ""; }; + 691C805C08255F6D00E8E256 /* Base64.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = ""; }; + 692CD63407F8C46B00604100 /* sim.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = sim.cc; sourceTree = ""; }; + 692CD99407F9F05500604100 /* LoadFileThread.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LoadFileThread.cc; sourceTree = ""; }; + 692CD99507F9F05500604100 /* LoadFileThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoadFileThread.h; sourceTree = ""; }; + 6934224207D408E600BB3331 /* sim.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = sim.h; sourceTree = ""; }; + 6942757707E0DCDD003DE3D9 /* MutexLock.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MutexLock.cc; sourceTree = ""; }; + 6942779007E164EA003DE3D9 /* Thread.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Thread.cc; sourceTree = ""; }; + 694AB43507F48A860071A2AE /* libjpeg.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libjpeg.dylib; path = /usr/local/lib/libjpeg.dylib; sourceTree = ""; }; + 694AB43607F48A860071A2AE /* libpng12.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libpng12.dylib; path = /usr/local/lib/libpng12.dylib; sourceTree = ""; }; + 6952B61A07DBFDCC00E2565F /* SemaphoreManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SemaphoreManager.h; sourceTree = ""; }; + 695967E007FF3DCF004FABFF /* LoadImageThread.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LoadImageThread.cc; sourceTree = ""; }; + 695967E107FF3DCF004FABFF /* LoadImageThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoadImageThread.h; sourceTree = ""; }; + 695F1AC80804A81800ACB3D7 /* BufferedImageGenerator.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BufferedImageGenerator.cc; sourceTree = ""; }; + 695F1AC90804A81800ACB3D7 /* BufferedImageGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BufferedImageGenerator.h; sourceTree = ""; }; + 696B01FB07D6906E000C1839 /* ms */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ms; sourceTree = ""; }; + 69761DBB0856207A007DB073 /* AiboComm.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = AiboComm.java; sourceTree = ""; }; + 69761DBC0856207A007DB073 /* Base64.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = Base64.java; sourceTree = ""; }; + 69761DBD0856207A007DB073 /* ClassPathModifier.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = ClassPathModifier.java; sourceTree = ""; }; + 69761DBE0856207A007DB073 /* ControllerErr.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = ControllerErr.java; sourceTree = ""; }; + 69761DBF0856207A007DB073 /* ControllerGUI.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = ControllerGUI.java; sourceTree = ""; }; + 69761DC00856207A007DB073 /* ControllerListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = ControllerListener.java; sourceTree = ""; }; + 69761DC10856207A007DB073 /* ControllerMsg.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = ControllerMsg.java; sourceTree = ""; }; + 69761DC20856207A007DB073 /* DogConfig.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = DogConfig.java; sourceTree = ""; }; + 69761DC30856207A007DB073 /* DogConfigFTP.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = DogConfigFTP.java; sourceTree = ""; }; + 69761DC40856207A007DB073 /* EditScriptGUI.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = EditScriptGUI.java; sourceTree = ""; }; + 69761DC50856207A007DB073 /* EStopButton.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = EStopButton.java; sourceTree = ""; }; + 69761DC60856207A007DB073 /* EStopGUI.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = EStopGUI.java; sourceTree = ""; }; + 69761DC70856207A007DB073 /* EStopListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = EStopListener.java; sourceTree = ""; }; + 69761DC80856207A007DB073 /* EStopPanel.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = EStopPanel.java; sourceTree = ""; }; + 69761DC90856207A007DB073 /* GraphCanvas.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = GraphCanvas.java; sourceTree = ""; }; + 69761DCA0856207A007DB073 /* HeadPointGUI.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = HeadPointGUI.java; sourceTree = ""; }; + 69761DCB0856207A007DB073 /* HeadPointListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = HeadPointListener.java; sourceTree = ""; }; + 69761DCC0856207A007DB073 /* ImageSequenceWriterThread.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = ImageSequenceWriterThread.java; sourceTree = ""; }; + 69761DCD0856207A007DB073 /* JointLogger.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = JointLogger.java; sourceTree = ""; }; + 69761DCE0856207A007DB073 /* JointRelay.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = JointRelay.java; sourceTree = ""; }; + 69761DCF0856207A007DB073 /* JointRequestor.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = JointRequestor.java; sourceTree = ""; }; + 69761DD00856207A007DB073 /* Joints.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = Joints.java; sourceTree = ""; }; + 69761DD10856207A007DB073 /* JointWriter.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = JointWriter.java; sourceTree = ""; }; + 69761DD20856207A007DB073 /* Listener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = Listener.java; sourceTree = ""; }; + 69761DD30856207A007DB073 /* MechaController.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = MechaController.java; sourceTree = ""; }; + 69761DD40856207A007DB073 /* MicrophoneClient.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = MicrophoneClient.java; sourceTree = ""; }; + 69761DD50856207A007DB073 /* NetDebug.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = NetDebug.java; sourceTree = ""; }; + 69761DD60856207A007DB073 /* ParamListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = ParamListener.java; sourceTree = ""; }; + 69761DD70856207A007DB073 /* PIDs.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = PIDs.java; sourceTree = ""; }; + 69761DD80856207A007DB073 /* PointPick.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = PointPick.java; sourceTree = ""; }; + 69761DD90856207A007DB073 /* PrintDuties.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = PrintDuties.java; sourceTree = ""; }; + 69761DDA0856207A007DB073 /* ScriptEntry.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = ScriptEntry.java; sourceTree = ""; }; + 69761DDB0856207A007DB073 /* SpeakerClient.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = SpeakerClient.java; sourceTree = ""; }; + 69761DDC0856207A007DB073 /* SquareRightLayout.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = SquareRightLayout.java; sourceTree = ""; }; + 69761DDD0856207A007DB073 /* TableMap.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = TableMap.java; sourceTree = ""; }; + 69761DDE0856207A007DB073 /* TableSorter.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = TableSorter.java; sourceTree = ""; }; + 69761DDF0856207A007DB073 /* TCPListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = TCPListener.java; sourceTree = ""; }; + 69761DE00856207A007DB073 /* TCPVisionListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = TCPVisionListener.java; sourceTree = ""; }; + 69761DE10856207A007DB073 /* Terminal.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = Terminal.java; sourceTree = ""; }; + 69761DE20856207A007DB073 /* TestGraph.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = TestGraph.java; sourceTree = ""; }; + 69761DE30856207A007DB073 /* TextListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = TextListener.java; sourceTree = ""; }; + 69761DE40856207A007DB073 /* TextWatchableMemory.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = TextWatchableMemory.java; sourceTree = ""; }; + 69761DE50856207A007DB073 /* TwoParamPanel.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = TwoParamPanel.java; sourceTree = ""; }; + 69761DE60856207A007DB073 /* UDPListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = UDPListener.java; sourceTree = ""; }; + 69761DE70856207A007DB073 /* UDPVisionListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = UDPVisionListener.java; sourceTree = ""; }; + 69761DE80856207A007DB073 /* VisionGUI.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = VisionGUI.java; sourceTree = ""; }; + 69761DE90856207A007DB073 /* VisionListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = VisionListener.java; sourceTree = ""; }; + 69761DEA0856207A007DB073 /* VisionPanel.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = VisionPanel.java; sourceTree = ""; }; + 69761DEB0856207A007DB073 /* VisionUpdatedListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = VisionUpdatedListener.java; sourceTree = ""; }; + 69761DEC0856207A007DB073 /* WalkGUI.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WalkGUI.java; sourceTree = ""; }; + 69761DED0856207A007DB073 /* WatchableMemory.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WatchableMemory.java; sourceTree = ""; }; + 69761DEE0856207A007DB073 /* WatchableMemoryListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WatchableMemoryListener.java; sourceTree = ""; }; + 69761DEF0856207A007DB073 /* WM2DMData.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WM2DMData.java; sourceTree = ""; }; + 69761DF00856207A007DB073 /* WM2DMListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WM2DMListener.java; sourceTree = ""; }; + 69761DF10856207A007DB073 /* WM2FSData.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WM2FSData.java; sourceTree = ""; }; + 69761DF20856207A007DB073 /* WM2FSListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WM2FSListener.java; sourceTree = ""; }; + 69761DF30856207A007DB073 /* WM2HMData.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WM2HMData.java; sourceTree = ""; }; + 69761DF40856207A007DB073 /* WM2HMListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WM2HMListener.java; sourceTree = ""; }; + 69761DF50856207A007DB073 /* WMvar.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WMvar.java; sourceTree = ""; }; + 69761DF60856207A007DB073 /* WorldModel2Conf.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WorldModel2Conf.java; sourceTree = ""; }; + 69761DF70856207A007DB073 /* WorldStateJointsListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WorldStateJointsListener.java; sourceTree = ""; }; + 69761DF80856207A007DB073 /* WorldStatePIDsListener.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = WorldStatePIDsListener.java; sourceTree = ""; }; + 6985DA3408527479009FD05A /* tools */ = {isa = PBXFileReference; lastKnownFileType = folder; name = tools; path = ../tools; sourceTree = SOURCE_ROOT; }; + 6994F3CA07D4D35F003A7628 /* ListMemBuf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ListMemBuf.h; sourceTree = ""; }; + 6994F3CB07D4D35F003A7628 /* LockScope.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = LockScope.h; sourceTree = ""; }; + 6994F3CC07D4D35F003A7628 /* MessageQueue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MessageQueue.h; sourceTree = ""; }; + 6994F3CD07D4D35F003A7628 /* MessageReceiver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MessageReceiver.h; sourceTree = ""; }; + 6994F3CE07D4D35F003A7628 /* MutexLock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MutexLock.h; sourceTree = ""; }; + 6994F3CF07D4D35F003A7628 /* SemaphoreManager.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SemaphoreManager.cc; sourceTree = ""; }; + 6994F3D107D4D35F003A7628 /* ProcessID.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProcessID.cc; sourceTree = ""; }; + 6994F3D207D4D35F003A7628 /* ProcessID.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ProcessID.h; sourceTree = ""; }; + 6994F3D307D4D35F003A7628 /* RCRegion.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RCRegion.cc; sourceTree = ""; }; + 6994F3D407D4D35F003A7628 /* RCRegion.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = RCRegion.h; sourceTree = ""; }; + 6994F3D507D4D35F003A7628 /* RegionRegistry.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = RegionRegistry.h; sourceTree = ""; }; + 6994F3D607D4D35F003A7628 /* SharedObject.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SharedObject.cc; sourceTree = ""; }; + 6994F3D707D4D35F003A7628 /* SharedObject.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SharedObject.h; sourceTree = ""; }; + 6994F56F07D68C8D003A7628 /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = ""; }; + 6994F57D07D68D23003A7628 /* INSTALL */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = INSTALL; sourceTree = ""; }; + 6994F59607D68DF6003A7628 /* Makefile.aperios */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 30; path = Makefile.aperios; sourceTree = ""; }; + 6994F59807D68DF6003A7628 /* MMCombo.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MMCombo.cc; sourceTree = ""; }; + 6994F59907D68DF6003A7628 /* MMCombo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MMCombo.h; sourceTree = ""; }; + 6994F59A07D68DF6003A7628 /* MMCombo.ocf */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = MMCombo.ocf; sourceTree = ""; }; + 6994F59B07D68DF6003A7628 /* stub.cfg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = stub.cfg; sourceTree = ""; }; + 6994F59D07D68DF6003A7628 /* SndPlay.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SndPlay.cc; sourceTree = ""; }; + 6994F59E07D68DF6003A7628 /* SndPlay.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SndPlay.h; sourceTree = ""; }; + 6994F59F07D68DF7003A7628 /* SoundPlay.ocf */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SoundPlay.ocf; sourceTree = ""; }; + 6994F5A007D68DF7003A7628 /* stub.cfg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = stub.cfg; sourceTree = ""; }; + 6994F5A207D68DF7003A7628 /* FtpConfig.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FtpConfig.h; sourceTree = ""; }; + 6994F5A307D68DF7003A7628 /* FtpDTP.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FtpDTP.cc; sourceTree = ""; }; + 6994F5A407D68DF7003A7628 /* FtpDTP.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FtpDTP.h; sourceTree = ""; }; + 6994F5A507D68DF7003A7628 /* FtpMethod.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FtpMethod.cc; sourceTree = ""; }; + 6994F5A607D68DF7003A7628 /* FtpPI.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FtpPI.cc; sourceTree = ""; }; + 6994F5A707D68DF7003A7628 /* FtpPI.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FtpPI.h; sourceTree = ""; }; + 6994F5A807D68DF7003A7628 /* FtpRequest.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FtpRequest.cc; sourceTree = ""; }; + 6994F5A907D68DF7003A7628 /* stub.cfg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = stub.cfg; sourceTree = ""; }; + 6994F5AA07D68DF7003A7628 /* TCPConnection.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TCPConnection.h; sourceTree = ""; }; + 6994F5AB07D68DF7003A7628 /* TinyFTPD.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TinyFTPD.cc; sourceTree = ""; }; + 6994F5AC07D68DF7003A7628 /* TinyFTPD.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TinyFTPD.h; sourceTree = ""; }; + 6994F5AD07D68DF7003A7628 /* TinyFTPD.ocf */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = TinyFTPD.ocf; sourceTree = ""; }; + 6994F5B807D68E41003A7628 /* Makefile.local */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 30; name = Makefile.local; path = /Users/ejt/todo/Tekkotsu/local/Makefile.local; sourceTree = ""; }; + 6994F5C307D68EE4003A7628 /* Makefile.local */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 30; name = Makefile.local; path = local/Makefile.local; sourceTree = ""; }; + 6994F5CC07D68F2A003A7628 /* Makefile.aperios */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 30; languageSpecificationIdentifier = make; path = Makefile.aperios; sourceTree = ""; }; + 69970AC0083DB2760069D95C /* StewartPlatformBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StewartPlatformBehavior.cc; sourceTree = ""; }; + 69970AC3083DB2830069D95C /* StewartPlatformBehavior.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = StewartPlatformBehavior.h; sourceTree = ""; }; + 69970AC4083DB2C60069D95C /* LogTestMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LogTestMachine.h; sourceTree = ""; }; + 69970ACC083DB35B0069D95C /* TextMsgTrans.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TextMsgTrans.h; sourceTree = ""; }; + 69A1995E080ED8A200540970 /* EchoBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EchoBehavior.cc; sourceTree = ""; }; + 69A19963080ED8AE00540970 /* EchoBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EchoBehavior.h; sourceTree = ""; }; + 69A323C007E35646009D94E1 /* write_jpeg.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = write_jpeg.cc; sourceTree = ""; }; + 69A323C107E35646009D94E1 /* write_jpeg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = write_jpeg.h; sourceTree = ""; }; + 69A6D61007CD2C7700CB4720 /* sim-ERS7 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "sim-ERS7"; sourceTree = BUILT_PRODUCTS_DIR; }; + 69AA7D690860898300185BA2 /* MessageReceiver.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MessageReceiver.cc; sourceTree = ""; }; + 69B4E445089409D800832D58 /* StareAtPawBehavior2.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StareAtPawBehavior2.cc; sourceTree = ""; }; + 69E0A75707CBD4F9008493CA /* SampleBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SampleBehavior.h; sourceTree = ""; }; + 69E0A75807CBD4F9008493CA /* SampleMC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SampleMC.h; sourceTree = ""; }; + 69E0A75907CBD4F9008493CA /* StartupBehavior_SetupBackgroundBehaviors.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StartupBehavior_SetupBackgroundBehaviors.cc; sourceTree = ""; }; + 69E0A75A07CBD4F9008493CA /* StartupBehavior_SetupFileAccess.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StartupBehavior_SetupFileAccess.cc; sourceTree = ""; }; + 69E0A75B07CBD4F9008493CA /* StartupBehavior_SetupModeSwitch.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StartupBehavior_SetupModeSwitch.cc; sourceTree = ""; }; + 69E0A75C07CBD4F9008493CA /* StartupBehavior_SetupStatusReports.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StartupBehavior_SetupStatusReports.cc; sourceTree = ""; }; + 69E0A75D07CBD4F9008493CA /* StartupBehavior_SetupTekkotsuMon.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StartupBehavior_SetupTekkotsuMon.cc; sourceTree = ""; }; + 69E0A75E07CBD4F9008493CA /* StartupBehavior_SetupVision.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StartupBehavior_SetupVision.cc; sourceTree = ""; }; + 69E0A75F07CBD4F9008493CA /* StartupBehavior_SetupWalkEdit.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StartupBehavior_SetupWalkEdit.cc; sourceTree = ""; }; + 69E0A76007CBD4F9008493CA /* StartupBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StartupBehavior.cc; sourceTree = ""; }; + 69E0A76107CBD4F9008493CA /* StartupBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = StartupBehavior.h; sourceTree = ""; }; + 69E0A76F07CBD52D008493CA /* Main.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Main.cc; sourceTree = ""; }; + 69E0A77007CBD52D008493CA /* Main.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = Main.h; sourceTree = ""; }; + 69E0A77107CBD52D008493CA /* Motion.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Motion.cc; sourceTree = ""; }; + 69E0A77207CBD52D008493CA /* Motion.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = Motion.h; sourceTree = ""; }; + 69E0A77307CBD52D008493CA /* Process.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Process.cc; sourceTree = ""; }; + 69E0A77407CBD52D008493CA /* Process.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = Process.h; sourceTree = ""; }; + 69E0A77607CBD52D008493CA /* SharedGlobals.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SharedGlobals.cc; sourceTree = ""; }; + 69E0A77707CBD52D008493CA /* SharedGlobals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SharedGlobals.h; sourceTree = ""; }; + 69E0A77807CBD52D008493CA /* Simulator.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Simulator.cc; sourceTree = ""; }; + 69E0A77907CBD52D008493CA /* Simulator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = Simulator.h; sourceTree = ""; }; + 69E0A77A07CBD52D008493CA /* SoundPlay.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SoundPlay.cc; sourceTree = ""; }; + 69E0A77B07CBD52D008493CA /* SoundPlay.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SoundPlay.h; sourceTree = ""; }; + 69E0A78C07CBD6BF008493CA /* BehaviorBase.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BehaviorBase.cc; sourceTree = ""; }; + 69E0A78D07CBD6BF008493CA /* BehaviorBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = BehaviorBase.h; sourceTree = ""; }; + 69E0A78F07CBD6BF008493CA /* Controller.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Controller.cc; sourceTree = ""; }; + 69E0A79007CBD6BF008493CA /* Controller.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = Controller.h; sourceTree = ""; }; + 69E0A79207CBD6BF008493CA /* BatteryCheckControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = BatteryCheckControl.h; sourceTree = ""; }; + 69E0A79307CBD6BF008493CA /* BehaviorActivatorControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = BehaviorActivatorControl.h; sourceTree = ""; }; + 69E0A79407CBD6BF008493CA /* BehaviorReportControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = BehaviorReportControl.h; sourceTree = ""; }; + 69E0A79507CBD6BF008493CA /* BehaviorSwitchActivatorControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = BehaviorSwitchActivatorControl.h; sourceTree = ""; }; + 69E0A79607CBD6BF008493CA /* BehaviorSwitchControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = BehaviorSwitchControl.h; sourceTree = ""; }; + 69E0A79707CBD6BF008493CA /* ControlBase.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ControlBase.cc; sourceTree = ""; }; + 69E0A79807CBD6BF008493CA /* ControlBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ControlBase.h; sourceTree = ""; }; + 69E0A79907CBD6C0008493CA /* DumpFileControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = DumpFileControl.h; sourceTree = ""; }; + 69E0A79A07CBD6C0008493CA /* EventLogger.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EventLogger.cc; sourceTree = ""; }; + 69E0A79B07CBD6C0008493CA /* EventLogger.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EventLogger.h; sourceTree = ""; }; + 69E0A79C07CBD6C0008493CA /* FileBrowserControl.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FileBrowserControl.cc; sourceTree = ""; }; + 69E0A79D07CBD6C0008493CA /* FileBrowserControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = FileBrowserControl.h; sourceTree = ""; }; + 69E0A79E07CBD6C0008493CA /* FileInputControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = FileInputControl.h; sourceTree = ""; }; + 69E0A79F07CBD6C0008493CA /* FreeMemReportControl.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FreeMemReportControl.cc; sourceTree = ""; }; + 69E0A7A007CBD6C0008493CA /* FreeMemReportControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = FreeMemReportControl.h; sourceTree = ""; }; + 69E0A7A107CBD6C0008493CA /* HelpControl.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = HelpControl.cc; sourceTree = ""; }; + 69E0A7A207CBD6C0008493CA /* HelpControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = HelpControl.h; sourceTree = ""; }; + 69E0A7A307CBD6C0008493CA /* LoadCalibration.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = LoadCalibration.h; sourceTree = ""; }; + 69E0A7A407CBD6C0008493CA /* LoadPostureControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = LoadPostureControl.h; sourceTree = ""; }; + 69E0A7A507CBD6C0008493CA /* LoadWalkControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = LoadWalkControl.h; sourceTree = ""; }; + 69E0A7A607CBD6C0008493CA /* MCValueEditControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MCValueEditControl.h; sourceTree = ""; }; + 69E0A7A707CBD6C0008493CA /* NetworkStatusControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = NetworkStatusControl.h; sourceTree = ""; }; + 69E0A7A807CBD6C0008493CA /* NullControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = NullControl.h; sourceTree = ""; }; + 69E0A7A907CBD6C0008493CA /* PlaySoundControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = PlaySoundControl.h; sourceTree = ""; }; + 69E0A7AA07CBD6C0008493CA /* PostureEditor.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PostureEditor.cc; sourceTree = ""; }; + 69E0A7AB07CBD6C0008493CA /* PostureEditor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = PostureEditor.h; sourceTree = ""; }; + 69E0A7AC07CBD6C0008493CA /* ProfilerCheckControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ProfilerCheckControl.h; sourceTree = ""; }; + 69E0A7AD07CBD6C0008493CA /* RebootControl.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RebootControl.cc; sourceTree = ""; }; + 69E0A7AE07CBD6C0008493CA /* RebootControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = RebootControl.h; sourceTree = ""; }; + 69E0A7AF07CBD6C0008493CA /* RunSequenceControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = RunSequenceControl.h; sourceTree = ""; }; + 69E0A7B007CBD6C0008493CA /* SavePostureControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SavePostureControl.h; sourceTree = ""; }; + 69E0A7B107CBD6C0008493CA /* SaveWalkControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SaveWalkControl.h; sourceTree = ""; }; + 69E0A7B207CBD6C0008493CA /* SensorObserverControl.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SensorObserverControl.cc; sourceTree = ""; }; + 69E0A7B307CBD6C0008493CA /* SensorObserverControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SensorObserverControl.h; sourceTree = ""; }; + 69E0A7B407CBD6C0008493CA /* ShutdownControl.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ShutdownControl.cc; sourceTree = ""; }; + 69E0A7B507CBD6C0008493CA /* ShutdownControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ShutdownControl.h; sourceTree = ""; }; + 69E0A7B607CBD6C0008493CA /* StringInputControl.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StringInputControl.cc; sourceTree = ""; }; + 69E0A7B707CBD6C0008493CA /* StringInputControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = StringInputControl.h; sourceTree = ""; }; + 69E0A7B807CBD6C0008493CA /* ToggleControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ToggleControl.h; sourceTree = ""; }; + 69E0A7B907CBD6C0008493CA /* ValueEditControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ValueEditControl.h; sourceTree = ""; }; + 69E0A7BA07CBD6C0008493CA /* ValueSetControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ValueSetControl.h; sourceTree = ""; }; + 69E0A7BB07CBD6C0008493CA /* WalkCalibration.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WalkCalibration.cc; sourceTree = ""; }; + 69E0A7BC07CBD6C0008493CA /* WalkCalibration.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = WalkCalibration.h; sourceTree = ""; }; + 69E0A7BD07CBD6C0008493CA /* WaypointWalkControl.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WaypointWalkControl.cc; sourceTree = ""; }; + 69E0A7BE07CBD6C0008493CA /* WaypointWalkControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = WaypointWalkControl.h; sourceTree = ""; }; + 69E0A7C007CBD6C0008493CA /* AlanBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = AlanBehavior.h; sourceTree = ""; }; + 69E0A7C107CBD6C0008493CA /* ASCIIVisionBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ASCIIVisionBehavior.cc; sourceTree = ""; }; + 69E0A7C207CBD6C0008493CA /* ASCIIVisionBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ASCIIVisionBehavior.h; sourceTree = ""; }; + 69E0A7C307CBD6C0008493CA /* AutoGetupBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = AutoGetupBehavior.h; sourceTree = ""; }; + 69E0A7C407CBD6C0008493CA /* BanditMachine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = BanditMachine.h; sourceTree = ""; }; + 69E0A7C507CBD6C0008493CA /* BatteryMonitorBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = BatteryMonitorBehavior.h; sourceTree = ""; }; + 69E0A7C607CBD6C0008493CA /* CameraBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CameraBehavior.cc; sourceTree = ""; }; + 69E0A7C707CBD6C0008493CA /* CameraBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = CameraBehavior.h; sourceTree = ""; }; + 69E0A7C807CBD6C0008493CA /* ChaseBallBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ChaseBallBehavior.cc; sourceTree = ""; }; + 69E0A7C907CBD6C0008493CA /* ChaseBallBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ChaseBallBehavior.h; sourceTree = ""; }; + 69E0A7CA07CBD6C0008493CA /* CrashTestBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = CrashTestBehavior.h; sourceTree = ""; }; + 69E0A7CB07CBD6C0008493CA /* DriveMeBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DriveMeBehavior.cc; sourceTree = ""; }; + 69E0A7CC07CBD6C0008493CA /* DriveMeBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = DriveMeBehavior.h; sourceTree = ""; }; + 69E0A7CD07CBD6C0008493CA /* ExploreMachine.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExploreMachine.cc; sourceTree = ""; }; + 69E0A7CE07CBD6C0008493CA /* ExploreMachine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ExploreMachine.h; sourceTree = ""; }; + 69E0A7CF07CBD6C0008493CA /* FlashIPAddrBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FlashIPAddrBehavior.cc; sourceTree = ""; }; + 69E0A7D007CBD6C0008493CA /* FlashIPAddrBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = FlashIPAddrBehavior.h; sourceTree = ""; }; + 69E0A7D107CBD6C0008493CA /* FollowHeadBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FollowHeadBehavior.cc; sourceTree = ""; }; + 69E0A7D207CBD6C0008493CA /* FollowHeadBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = FollowHeadBehavior.h; sourceTree = ""; }; + 69E0A7D307CBD6C0008493CA /* FreezeTestBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = FreezeTestBehavior.h; sourceTree = ""; }; + 69E0A7D407CBD6C0008493CA /* GroundPlaneBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = GroundPlaneBehavior.h; sourceTree = ""; }; + 69E0A7D507CBD6C0008493CA /* HeadLevelBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = HeadLevelBehavior.h; sourceTree = ""; }; + 69E0A7D607CBD6C0008493CA /* HelloWorldBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = HelloWorldBehavior.h; sourceTree = ""; }; + 69E0A7D707CBD6C0008493CA /* karmedbandit.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = karmedbandit.h; sourceTree = ""; }; + 69E0A7D807CBD6C0008493CA /* KinematicSampleBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = KinematicSampleBehavior.h; sourceTree = ""; }; + 69E0A7D907CBD6C0008493CA /* KinematicSampleBehavior2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = KinematicSampleBehavior2.h; sourceTree = ""; }; + 69E0A7DA07CBD6C0008493CA /* LookForSoundBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = LookForSoundBehavior.h; sourceTree = ""; }; + 69E0A7DB07CBD6C0008493CA /* MCRepeater.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MCRepeater.h; sourceTree = ""; }; + 69E0A7DC07CBD6C0008493CA /* MotionStressTestBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MotionStressTestBehavior.h; sourceTree = ""; }; + 69E0A7DD07CBD6C0008493CA /* PaceTargetsMachine.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PaceTargetsMachine.cc; sourceTree = ""; }; + 69E0A7DE07CBD6C0008493CA /* PaceTargetsMachine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = PaceTargetsMachine.h; sourceTree = ""; }; + 69E0A7DF07CBD6C0008493CA /* RelaxBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = RelaxBehavior.h; sourceTree = ""; }; + 69E0A7E007CBD6C0008493CA /* SimpleChaseBallBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SimpleChaseBallBehavior.h; sourceTree = ""; }; + 69E0A7E107CBD6C0008493CA /* SoundTestBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SoundTestBehavior.h; sourceTree = ""; }; + 69E0A7E207CBD6C0008493CA /* StareAtBallBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StareAtBallBehavior.cc; sourceTree = ""; }; + 69E0A7E307CBD6C0008493CA /* StareAtBallBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = StareAtBallBehavior.h; sourceTree = ""; }; + 69E0A7E407CBD6C0008493CA /* StareAtPawBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = StareAtPawBehavior.h; sourceTree = ""; }; + 69E0A7E507CBD6C0008493CA /* StareAtPawBehavior2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = StareAtPawBehavior2.h; sourceTree = ""; }; + 69E0A7E607CBD6C0008493CA /* ToggleHeadLightBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ToggleHeadLightBehavior.h; sourceTree = ""; }; + 69E0A7E707CBD6C0008493CA /* WallTestBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WallTestBehavior.cc; sourceTree = ""; }; + 69E0A7E807CBD6C0008493CA /* WallTestBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = WallTestBehavior.h; sourceTree = ""; }; + 69E0A7E907CBD6C0008493CA /* WorldStateVelDaemon.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = WorldStateVelDaemon.h; sourceTree = ""; }; + 69E0A7EB07CBD6C0008493CA /* Aibo3DControllerBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = Aibo3DControllerBehavior.h; sourceTree = ""; }; + 69E0A7EC07CBD6C0008493CA /* EStopControllerBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EStopControllerBehavior.cc; sourceTree = ""; }; + 69E0A7ED07CBD6C0008493CA /* EStopControllerBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EStopControllerBehavior.h; sourceTree = ""; }; + 69E0A7EE07CBD6C0008493CA /* HeadPointControllerBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = HeadPointControllerBehavior.cc; sourceTree = ""; }; + 69E0A7EF07CBD6C0008493CA /* HeadPointControllerBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = HeadPointControllerBehavior.h; sourceTree = ""; }; + 69E0A7F007CBD6C0008493CA /* MicrophoneServer.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MicrophoneServer.cc; sourceTree = ""; }; + 69E0A7F107CBD6C0008493CA /* MicrophoneServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MicrophoneServer.h; sourceTree = ""; }; + 69E0A7F207CBD6C0008493CA /* RawCamBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RawCamBehavior.cc; sourceTree = ""; }; + 69E0A7F307CBD6C0008493CA /* RawCamBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = RawCamBehavior.h; sourceTree = ""; }; + 69E0A7F407CBD6C0008493CA /* SegCamBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SegCamBehavior.cc; sourceTree = ""; }; + 69E0A7F507CBD6C0008493CA /* SegCamBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SegCamBehavior.h; sourceTree = ""; }; + 69E0A7F607CBD6C0008493CA /* SpeakerServer.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SpeakerServer.cc; sourceTree = ""; }; + 69E0A7F707CBD6C0008493CA /* SpeakerServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SpeakerServer.h; sourceTree = ""; }; + 69E0A7F807CBD6C0008493CA /* SpiderMachineBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SpiderMachineBehavior.cc; sourceTree = ""; }; + 69E0A7F907CBD6C0008493CA /* SpiderMachineBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SpiderMachineBehavior.h; sourceTree = ""; }; + 69E0A7FA07CBD6C0008493CA /* ViewWMVarsBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = ViewWMVarsBehavior.h; sourceTree = ""; }; + 69E0A7FB07CBD6C0008493CA /* WalkControllerBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WalkControllerBehavior.cc; sourceTree = ""; }; + 69E0A7FC07CBD6C0008493CA /* WalkControllerBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = WalkControllerBehavior.h; sourceTree = ""; }; + 69E0A7FD07CBD6C0008493CA /* WMMonitorBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WMMonitorBehavior.cc; sourceTree = ""; }; + 69E0A7FE07CBD6C0008493CA /* WMMonitorBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = WMMonitorBehavior.h; sourceTree = ""; }; + 69E0A7FF07CBD6C0008493CA /* WorldStateSerializerBehavior.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WorldStateSerializerBehavior.cc; sourceTree = ""; }; + 69E0A80007CBD6C0008493CA /* WorldStateSerializerBehavior.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = WorldStateSerializerBehavior.h; sourceTree = ""; }; + 69E0A80207CBD6C0008493CA /* GroupNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = GroupNode.h; sourceTree = ""; }; + 69E0A80307CBD6C0008493CA /* HeadPointerNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = HeadPointerNode.h; sourceTree = ""; }; + 69E0A80407CBD6C0008493CA /* LedNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = LedNode.h; sourceTree = ""; }; + 69E0A80507CBD6C0008493CA /* MotionSequenceNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MotionSequenceNode.h; sourceTree = ""; }; + 69E0A80607CBD6C0008493CA /* OutputNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = OutputNode.h; sourceTree = ""; }; + 69E0A80707CBD6C0008493CA /* PlayMotionSequenceNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = PlayMotionSequenceNode.h; sourceTree = ""; }; + 69E0A80807CBD6C0008493CA /* SoundNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SoundNode.h; sourceTree = ""; }; + 69E0A80907CBD6C0008493CA /* TailWagNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = TailWagNode.h; sourceTree = ""; }; + 69E0A80A07CBD6C0008493CA /* WalkNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = WalkNode.h; sourceTree = ""; }; + 69E0A80B07CBD6C0008493CA /* WalkToTargetNode.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WalkToTargetNode.cc; sourceTree = ""; }; + 69E0A80C07CBD6C0008493CA /* WalkToTargetNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = WalkToTargetNode.h; sourceTree = ""; }; + 69E0A80D07CBD6C0008493CA /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = ""; }; + 69E0A80E07CBD6C0008493CA /* StateNode.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StateNode.cc; sourceTree = ""; }; + 69E0A80F07CBD6C0008493CA /* StateNode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = StateNode.h; sourceTree = ""; }; + 69E0A81007CBD6C0008493CA /* Transition.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Transition.cc; sourceTree = ""; }; + 69E0A81107CBD6C0008493CA /* Transition.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = Transition.h; sourceTree = ""; }; + 69E0A81307CBD6C0008493CA /* CompareTrans.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = CompareTrans.h; sourceTree = ""; }; + 69E0A81407CBD6C0008493CA /* CompletionTrans.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = CompletionTrans.h; sourceTree = ""; }; + 69E0A81507CBD6C0008493CA /* EventTrans.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EventTrans.h; sourceTree = ""; }; + 69E0A81607CBD6C0008493CA /* LostTargetTrans.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = LostTargetTrans.h; sourceTree = ""; }; + 69E0A81707CBD6C0008493CA /* NullTrans.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = NullTrans.h; sourceTree = ""; }; + 69E0A81807CBD6C0008493CA /* RandomTrans.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RandomTrans.cc; sourceTree = ""; }; + 69E0A81907CBD6C0008493CA /* RandomTrans.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = RandomTrans.h; sourceTree = ""; }; + 69E0A81A07CBD6C0008493CA /* SmoothCompareTrans.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SmoothCompareTrans.h; sourceTree = ""; }; + 69E0A81B07CBD6C0008493CA /* TimeOutTrans.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = TimeOutTrans.h; sourceTree = ""; }; + 69E0A81C07CBD6C0008493CA /* VisualTargetCloseTrans.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = VisualTargetCloseTrans.h; sourceTree = ""; }; + 69E0A81D07CBD6C0008493CA /* VisualTargetTrans.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = VisualTargetTrans.h; sourceTree = ""; }; + 69E0A81F07CBD6C0008493CA /* DataEvent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = DataEvent.h; sourceTree = ""; }; + 69E0A82007CBD6C0008493CA /* EventBase.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EventBase.cc; sourceTree = ""; }; + 69E0A82107CBD6C0008493CA /* EventBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EventBase.h; sourceTree = ""; }; + 69E0A82207CBD6C0008493CA /* EventGeneratorBase.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EventGeneratorBase.cc; sourceTree = ""; }; + 69E0A82307CBD6C0008493CA /* EventGeneratorBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EventGeneratorBase.h; sourceTree = ""; }; + 69E0A82407CBD6C0008493CA /* EventListener.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EventListener.h; sourceTree = ""; }; + 69E0A82507CBD6C0008493CA /* EventRouter.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EventRouter.cc; sourceTree = ""; }; + 69E0A82607CBD6C0008493CA /* EventRouter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EventRouter.h; sourceTree = ""; }; + 69E0A82707CBD6C0008493CA /* EventTranslator.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EventTranslator.cc; sourceTree = ""; }; + 69E0A82807CBD6C0008493CA /* EventTranslator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EventTranslator.h; sourceTree = ""; }; + 69E0A82907CBD6C0008493CA /* EventTrapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EventTrapper.h; sourceTree = ""; }; + 69E0A82A07CBD6C0008493CA /* FilterBankEvent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = FilterBankEvent.h; sourceTree = ""; }; + 69E0A82B07CBD6C0008493CA /* LocomotionEvent.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LocomotionEvent.cc; sourceTree = ""; }; + 69E0A82C07CBD6C0008493CA /* LocomotionEvent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = LocomotionEvent.h; sourceTree = ""; }; + 69E0A82D07CBD6C0008493CA /* SegmentedColorFilterBankEvent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = SegmentedColorFilterBankEvent.h; sourceTree = ""; }; + 69E0A82E07CBD6C0008493CA /* TextMsgEvent.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TextMsgEvent.cc; sourceTree = ""; }; + 69E0A82F07CBD6C0008493CA /* TextMsgEvent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = TextMsgEvent.h; sourceTree = ""; }; + 69E0A83007CBD6C0008493CA /* VisionObjectEvent.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = VisionObjectEvent.cc; sourceTree = ""; }; + 69E0A83107CBD6C0008493CA /* VisionObjectEvent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = VisionObjectEvent.h; sourceTree = ""; }; + 69E0A83307CBD6C0008493CA /* DynamicMotionSequence.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = DynamicMotionSequence.h; sourceTree = ""; }; + 69E0A83407CBD6C0008493CA /* EmergencyStopMC.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EmergencyStopMC.cc; sourceTree = ""; }; + 69E0A83507CBD6C0008493CA /* EmergencyStopMC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = EmergencyStopMC.h; sourceTree = ""; }; + 69E0A83607CBD6C0008493CA /* Geometry.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = Geometry.h; sourceTree = ""; }; + 69E0A83707CBD6C0008493CA /* gvector.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = gvector.h; sourceTree = ""; }; + 69E0A83807CBD6C0008493CA /* HeadPointerMC.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = HeadPointerMC.cc; sourceTree = ""; }; + 69E0A83907CBD6C0008493CA /* HeadPointerMC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = HeadPointerMC.h; sourceTree = ""; }; + 69E0A83A07CBD6C0008493CA /* Kinematics.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Kinematics.cc; sourceTree = ""; }; + 69E0A83B07CBD6C0008493CA /* Kinematics.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = Kinematics.h; sourceTree = ""; }; + 69E0A83C07CBD6C0008493CA /* LedEngine.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LedEngine.cc; sourceTree = ""; }; + 69E0A83D07CBD6C0008493CA /* LedEngine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = LedEngine.h; sourceTree = ""; }; + 69E0A83E07CBD6C0008493CA /* LedMC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = LedMC.h; sourceTree = ""; }; + 69E0A83F07CBD6C0008493CA /* MMAccessor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MMAccessor.h; sourceTree = ""; }; + 69E0A84007CBD6C0008493CA /* MotionCommand.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MotionCommand.cc; sourceTree = ""; }; + 69E0A84107CBD6C0008493CA /* MotionCommand.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MotionCommand.h; sourceTree = ""; }; + 69E0A84207CBD6C0008493CA /* MotionManager.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MotionManager.cc; sourceTree = ""; }; + 69E0A84307CBD6C0008493CA /* MotionManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MotionManager.h; sourceTree = ""; }; + 69E0A84407CBD6C0008493CA /* MotionManagerMsg.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MotionManagerMsg.h; sourceTree = ""; }; + 69E0A84507CBD6C0008493CA /* MotionSequenceEngine.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MotionSequenceEngine.cc; sourceTree = ""; }; + 69E0A84607CBD6C0008493CA /* MotionSequenceEngine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MotionSequenceEngine.h; sourceTree = ""; }; + 69E0A84707CBD6C0008493CA /* MotionSequenceMC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = MotionSequenceMC.h; sourceTree = ""; }; + 69E0A84807CBD6C0008493CA /* OldHeadPointerMC.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = OldHeadPointerMC.cc; sourceTree = ""; }; + 69E0A84907CBD6C0008493CA /* OldHeadPointerMC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = OldHeadPointerMC.h; sourceTree = ""; }; + 69E0A84A07CBD6C0008493CA /* OldKinematics.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = OldKinematics.cc; sourceTree = ""; }; + 69E0A84B07CBD6C0008493CA /* OldKinematics.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = OldKinematics.h; sourceTree = ""; }; + 69E0A84C07CBD6C0008493CA /* OutputCmd.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = OutputCmd.cc; sourceTree = ""; }; + 69E0A84D07CBD6C0008493CA /* OutputCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = OutputCmd.h; sourceTree = ""; }; + 69E0A84E07CBD6C0008493CA /* OutputPID.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = OutputPID.h; sourceTree = ""; }; + 69E0A84F07CBD6C0008493CA /* Path.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = Path.h; sourceTree = ""; }; + 69E0A85007CBD6C0008493CA /* PIDMC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = PIDMC.h; sourceTree = ""; }; + 69E0A85107CBD6C0008493CA /* PostureEngine.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PostureEngine.cc; sourceTree = ""; }; + 69E0A85207CBD6C0008493CA /* PostureEngine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = PostureEngine.h; sourceTree = ""; }; + 69E0A85307CBD6C0008493CA /* PostureMC.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PostureMC.cc; sourceTree = ""; }; + 69E0A85407CBD6C0008493CA /* PostureMC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = PostureMC.h; sourceTree = ""; }; + 69E0A85507CBD6C0008493CA /* RemoteControllerMC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = RemoteControllerMC.h; sourceTree = ""; }; + 69E0A85707CBD6C0008493CA /* clik.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = clik.cpp; sourceTree = ""; }; + 69E0A85807CBD6C0008493CA /* clik.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 30; path = clik.h; sourceTree = ""; }; + 69E0A85907CBD6C0008493CA /* comp_dq.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = comp_dq.cpp; sourceTree = ""; }; + 69E0A85A07CBD6C0008493CA /* comp_dqp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = comp_dqp.cpp; sourceTree = ""; }; + 69E0A85B07CBD6C0008493CA /* config.cpp */ = {isa = PBXFileReference; fileEncoding = 30; inden