diff --git a/.catkin_tools/README b/.catkin_tools/README
new file mode 100644
index 0000000000000000000000000000000000000000..79b274b4e79d2db43d917af406885fc3e1135bbf
--- /dev/null
+++ b/.catkin_tools/README
@@ -0,0 +1,13 @@
+# Catkin Tools Metadata
+
+This directory was generated by catkin_tools and it contains persistent
+configuration information used by the `catkin` command and its sub-commands.
+
+Each subdirectory contains a set of persistent configuration options for
+separate "profiles." The default profile is called `default`. If another
+profile is desired, it can be described in the `profiles.yaml` file in this
+directory.
+
+Please see the catkin_tools documentation before editing any files in this
+directory. Most actions can be performed with the `catkin` command-line
+program.
diff --git a/.catkin_tools/odroid/build.yaml b/.catkin_tools/odroid/build.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..c1fbaacb9f7be1035043b67da9c93ac12ad04b51
--- /dev/null
+++ b/.catkin_tools/odroid/build.yaml
@@ -0,0 +1,15 @@
+blacklist: []
+build_space: odroid-build
+catkin_make_args: []
+cmake_args:
+- -DCMAKE_TOOLCHAIN_FILE=/home/zargol/catkin_ws_user/src/Toolchain-arm-linux-gnueabihf.cmake
+devel_space: odroid-devel
+extend_path: /opt/odroid-x2/sdk/opt/ros/indigo/
+install: true
+install_space: odroid-install
+isolate_devel: false
+isolate_install: false
+make_args: []
+source_space: src
+use_internal_make_jobserver: true
+whitelist: []
diff --git a/.catkin_tools/odroid/config.yaml b/.catkin_tools/odroid/config.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..c1fbaacb9f7be1035043b67da9c93ac12ad04b51
--- /dev/null
+++ b/.catkin_tools/odroid/config.yaml
@@ -0,0 +1,15 @@
+blacklist: []
+build_space: odroid-build
+catkin_make_args: []
+cmake_args:
+- -DCMAKE_TOOLCHAIN_FILE=/home/zargol/catkin_ws_user/src/Toolchain-arm-linux-gnueabihf.cmake
+devel_space: odroid-devel
+extend_path: /opt/odroid-x2/sdk/opt/ros/indigo/
+install: true
+install_space: odroid-install
+isolate_devel: false
+isolate_install: false
+make_args: []
+source_space: src
+use_internal_make_jobserver: true
+whitelist: []
diff --git a/README.md b/README.md
index 4fabbfd8486c02cae3bb37c8cce96c4604664ec2..8197449da9fa97f69f70697a465fd88bfea15da9 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,6 @@
 # catkin_ws_user
+
+	catkin config --profile odroid -b odroid-build -d odroid-devel -i odroid-install
+	catkin config --profile odroid --cmake-args  -DCMAKE_TOOLCHAIN_FILE=`pwd`/src/Toolchain-arm-linux-gnueabihf.cmake
+	catkin config --profile odroid --extend /opt/odroid-x2/sdk/opt/ros/indigo/
+	catkin config --profile odroid --install
diff --git a/odroid-build/.catkin_tools.yaml b/odroid-build/.catkin_tools.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4ff60f8793ab6047bba788f58824929a7e917b0b
--- /dev/null
+++ b/odroid-build/.catkin_tools.yaml
@@ -0,0 +1,6 @@
+devel_space: /root/catkin_ws_user/odroid-devel
+install: true
+install_space: /root/catkin_ws_user/odroid-install
+profile: odroid
+source_space: /root/catkin_ws_user/src
+workspace: /root/catkin_ws_user
diff --git a/odroid-build/auto_stop/CATKIN_IGNORE b/odroid-build/auto_stop/CATKIN_IGNORE
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/odroid-build/auto_stop/CMakeCache.txt b/odroid-build/auto_stop/CMakeCache.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c27529cdd64948e5c64535ebdf00bda5aa4f6af2
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeCache.txt
@@ -0,0 +1,493 @@
+# This is the CMakeCache file.
+# For build in directory: /home/zargol/catkin_ws_user/odroid-build/auto_stop
+# It was generated by CMake: /usr/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//Build shared libraries (DLLs).
+BUILD_SHARED_LIBS:BOOL=ON
+
+//catkin devel space
+CATKIN_DEVEL_PREFIX:PATH=/home/zargol/catkin_ws_user/odroid-devel
+
+//Catkin enable testing
+CATKIN_ENABLE_TESTING:BOOL=ON
+
+//Prefix to apply to package generated via gendebian
+CATKIN_PACKAGE_PREFIX:STRING=
+
+//Catkin skip testing
+CATKIN_SKIP_TESTING:BOOL=OFF
+
+//Path to a program.
+CMAKE_AR:FILEPATH=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-ar
+
+//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
+// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
+CMAKE_BUILD_TYPE:STRING=
+
+//Enable/Disable color output during build.
+CMAKE_COLOR_MAKEFILE:BOOL=ON
+
+//CXX compiler.
+CMAKE_CXX_COMPILER:FILEPATH=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++
+
+//Flags used by the compiler during all build types.
+CMAKE_CXX_FLAGS:STRING=
+
+//Flags used by the compiler during debug builds.
+CMAKE_CXX_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the compiler during release minsize builds.
+CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the compiler during release builds (/MD /Ob1 /Oi
+// /Ot /Oy /Gs will produce slightly less optimized but smaller
+// files).
+CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the compiler during Release with Debug Info builds.
+CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//C compiler.
+CMAKE_C_COMPILER:FILEPATH=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc
+
+//Flags used by the compiler during all build types.
+CMAKE_C_FLAGS:STRING=
+
+//Flags used by the compiler during debug builds.
+CMAKE_C_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the compiler during release minsize builds.
+CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the compiler during release builds (/MD /Ob1 /Oi
+// /Ot /Oy /Gs will produce slightly less optimized but smaller
+// files).
+CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the compiler during Release with Debug Info builds.
+CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//Flags used by the linker.
+CMAKE_EXE_LINKER_FLAGS:STRING=' '
+
+//Flags used by the linker during debug builds.
+CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Enable/Disable output of compile commands during generation.
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
+
+//Install path prefix, prepended onto install directories.
+CMAKE_INSTALL_PREFIX:PATH=/home/zargol/catkin_ws_user/odroid-install
+
+//Path to a program.
+CMAKE_LINKER:FILEPATH=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-ld
+
+//Path to a program.
+CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
+
+//Flags used by the linker during the creation of modules.
+CMAKE_MODULE_LINKER_FLAGS:STRING=' '
+
+//Flags used by the linker during debug builds.
+CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_NM:FILEPATH=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-nm
+
+//Path to a program.
+CMAKE_OBJCOPY:FILEPATH=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-objcopy
+
+//Path to a program.
+CMAKE_OBJDUMP:FILEPATH=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-objdump
+
+//Value Computed by CMake
+CMAKE_PROJECT_NAME:STATIC=auto_stop
+
+//Path to a program.
+CMAKE_RANLIB:FILEPATH=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-ranlib
+
+//Flags used by the linker during the creation of dll's.
+CMAKE_SHARED_LINKER_FLAGS:STRING=' '
+
+//Flags used by the linker during debug builds.
+CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//If set, runtime paths are not added when installing shared libraries,
+// but are added when building.
+CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
+
+//If set, runtime paths are not added when using shared libraries.
+CMAKE_SKIP_RPATH:BOOL=NO
+
+//Flags used by the linker during the creation of static libraries.
+CMAKE_STATIC_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during debug builds.
+CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_STRIP:FILEPATH=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-strip
+
+//The CMake toolchain file
+CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/zargol/catkin_ws_user/src/Toolchain-arm-linux-gnueabihf.cmake
+
+//If true, cmake will use relative paths in makefiles and projects.
+CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
+
+//If this value is on, makefiles will be generated without the
+// .SILENT directive, and all commands will be echoed to the console
+// during the make.  This is useful for debugging only. With Visual
+// Studio IDE projects all commands are done without /nologo.
+CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
+
+//Path to a program.
+DOXYGEN_EXECUTABLE:FILEPATH=/usr/bin/doxygen
+
+//Doxygen found
+DOXYGEN_FOUND:BOOL=TRUE
+
+//Path to a program.
+EMPY_EXECUTABLE:FILEPATH=/usr/bin/empy
+
+//Empy script
+EMPY_SCRIPT:STRING=/usr/bin/empy
+
+//Path to a file.
+GTEST_INCLUDE_DIR:PATH=/opt/odroid-x2/sdk/usr/include
+
+//Path to a library.
+GTEST_LIBRARY:FILEPATH=GTEST_LIBRARY-NOTFOUND
+
+//Path to a library.
+GTEST_LIBRARY_DEBUG:FILEPATH=GTEST_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+GTEST_MAIN_LIBRARY:FILEPATH=GTEST_MAIN_LIBRARY-NOTFOUND
+
+//Path to a library.
+GTEST_MAIN_LIBRARY_DEBUG:FILEPATH=GTEST_MAIN_LIBRARY_DEBUG-NOTFOUND
+
+//lsb_release executable was found
+LSB_FOUND:BOOL=TRUE
+
+//Path to a program.
+LSB_RELEASE_EXECUTABLE:FILEPATH=/usr/bin/lsb_release
+
+//Path to a program.
+NOSETESTS:FILEPATH=/usr/bin/nosetests-2.7
+
+//Path to a program.
+PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python
+
+//Specify specific Python version to use ('major.minor' or 'major')
+PYTHON_VERSION:STRING=
+
+//Path to a library.
+RT_LIBRARY:FILEPATH=/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf/librt.so
+
+//Enable debian style python package layout
+SETUPTOOLS_DEB_LAYOUT:BOOL=ON
+
+//LSB Distrib tag
+UBUNTU:BOOL=TRUE
+
+//LSB Distrib - codename tag
+UBUNTU_TRUSTY:BOOL=TRUE
+
+//Path to a file.
+_CATKIN_GTEST_INCLUDE:FILEPATH=/usr/include/gtest/gtest.h
+
+//Path to a file.
+_CATKIN_GTEST_SRC:FILEPATH=/usr/src/gtest/src/gtest.cc
+
+//Value Computed by CMake
+auto_stop_BINARY_DIR:STATIC=/home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+//Value Computed by CMake
+auto_stop_SOURCE_DIR:STATIC=/home/zargol/catkin_ws_user/src/auto_stop
+
+//The directory containing a CMake configuration file for catkin.
+catkin_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake
+
+//The directory containing a CMake configuration file for cpp_common.
+cpp_common_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/cpp_common/cmake
+
+//The directory containing a CMake configuration file for geometry_msgs.
+geometry_msgs_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/geometry_msgs/cmake
+
+//Value Computed by CMake
+gtest_BINARY_DIR:STATIC=/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest
+
+//Dependencies for the target
+gtest_LIB_DEPENDS:STATIC=general;-lpthread;
+
+//Value Computed by CMake
+gtest_SOURCE_DIR:STATIC=/usr/src/gtest
+
+//Build gtest's sample programs.
+gtest_build_samples:BOOL=OFF
+
+//Build all of gtest's own tests.
+gtest_build_tests:BOOL=OFF
+
+//Disable uses of pthreads in gtest.
+gtest_disable_pthreads:BOOL=OFF
+
+//Use shared (DLL) run-time lib even when Google Test is built
+// as static lib.
+gtest_force_shared_crt:BOOL=OFF
+
+//Dependencies for the target
+gtest_main_LIB_DEPENDS:STATIC=general;-lpthread;general;gtest;
+
+//Path to a library.
+lib:FILEPATH=/opt/odroid-x2/sdk/opt/ros/indigo/lib/libxmlrpcpp.so
+
+//The directory containing a CMake configuration file for message_runtime.
+message_runtime_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/message_runtime/cmake
+
+//The directory containing a CMake configuration file for rosconsole.
+rosconsole_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/rosconsole/cmake
+
+//The directory containing a CMake configuration file for roscpp.
+roscpp_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/roscpp/cmake
+
+//The directory containing a CMake configuration file for roscpp_serialization.
+roscpp_serialization_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/roscpp_serialization/cmake
+
+//The directory containing a CMake configuration file for roscpp_traits.
+roscpp_traits_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/roscpp_traits/cmake
+
+//The directory containing a CMake configuration file for rosgraph_msgs.
+rosgraph_msgs_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/rosgraph_msgs/cmake
+
+//The directory containing a CMake configuration file for rostime.
+rostime_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/rostime/cmake
+
+//The directory containing a CMake configuration file for sensor_msgs.
+sensor_msgs_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/sensor_msgs/cmake
+
+//The directory containing a CMake configuration file for std_msgs.
+std_msgs_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/std_msgs/cmake
+
+//The directory containing a CMake configuration file for xmlrpcpp.
+xmlrpcpp_DIR:PATH=/opt/odroid-x2/sdk/opt/ros/indigo/share/xmlrpcpp/cmake
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//catkin environment
+CATKIN_ENV:INTERNAL=/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/env_cached.sh
+CATKIN_TEST_RESULTS_DIR:INTERNAL=/home/zargol/catkin_ws_user/odroid-build/auto_stop/test_results
+//ADVANCED property for variable: CMAKE_AR
+CMAKE_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_BUILD_TOOL
+CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
+//What is the target build tool cmake is generating for.
+CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/home/zargol/catkin_ws_user/odroid-build/auto_stop
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=12
+//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
+CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
+//ADVANCED property for variable: CMAKE_CXX_COMPILER
+CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS
+CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
+CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
+CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
+CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
+CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER
+CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS
+CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
+CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
+CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
+CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
+CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//Executable file format
+CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
+CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
+CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
+CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
+CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
+CMAKE_FIND_ROOT_PATH:INTERNAL=/opt/odroid-x2/sdk
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Unix Makefiles
+//Name of generator toolset.
+CMAKE_GENERATOR_TOOLSET:INTERNAL=
+//Have symbol pthread_create
+CMAKE_HAVE_LIBC_CREATE:INTERNAL=
+//Have library pthreads
+CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
+//Have library pthread
+CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
+//Have include pthread.h
+CMAKE_HAVE_PTHREAD_H:INTERNAL=1
+//Start directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/home/zargol/catkin_ws_user/src/auto_stop
+//Install .so files without execute permission.
+CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
+//ADVANCED property for variable: CMAKE_LINKER
+CMAKE_LINKER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
+CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
+CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
+CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
+CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_NM
+CMAKE_NM-ADVANCED:INTERNAL=1
+//number of local generators
+CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=2
+//ADVANCED property for variable: CMAKE_OBJCOPY
+CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_OBJDUMP
+CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_RANLIB
+CMAKE_RANLIB-ADVANCED:INTERNAL=1
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
+CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
+CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
+CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
+CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_RPATH
+CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
+CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
+CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
+CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STRIP
+CMAKE_STRIP-ADVANCED:INTERNAL=1
+//uname command
+CMAKE_UNAME:INTERNAL=/bin/uname
+//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
+CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+//Details about finding PythonInterp
+FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python][v2.7.6()]
+//Details about finding Threads
+FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
+GTEST_FROM_SOURCE_FOUND:INTERNAL=TRUE
+GTEST_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
+GTEST_FROM_SOURCE_LIBRARIES:INTERNAL=gtest
+GTEST_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest
+GTEST_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gtest_main
+//ADVANCED property for variable: GTEST_INCLUDE_DIR
+GTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: GTEST_LIBRARY
+GTEST_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: GTEST_LIBRARY_DEBUG
+GTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: GTEST_MAIN_LIBRARY
+GTEST_MAIN_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: GTEST_MAIN_LIBRARY_DEBUG
+GTEST_MAIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: PYTHON_EXECUTABLE
+PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
+//This needs to be in PYTHONPATH when 'setup.py install' is called.
+//  And it needs to match.  But setuptools won't tell us where
+// it will install things.
+PYTHON_INSTALL_DIR:INTERNAL=lib/python2.7/dist-packages
+
diff --git a/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5f726522180a499ea2032e8dd660276450762883
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake
@@ -0,0 +1,56 @@
+set(CMAKE_C_COMPILER "/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc")
+set(CMAKE_C_COMPILER_ARG1 "")
+set(CMAKE_C_COMPILER_ID "GNU")
+set(CMAKE_C_COMPILER_VERSION "4.8.3")
+set(CMAKE_C_PLATFORM_ID "Linux")
+
+set(CMAKE_AR "/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-ar")
+set(CMAKE_RANLIB "/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-ranlib")
+set(CMAKE_LINKER "/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-ld")
+set(CMAKE_COMPILER_IS_GNUCC 1)
+set(CMAKE_C_COMPILER_LOADED 1)
+set(CMAKE_C_COMPILER_WORKS TRUE)
+set(CMAKE_C_ABI_COMPILED TRUE)
+set(CMAKE_COMPILER_IS_MINGW )
+set(CMAKE_COMPILER_IS_CYGWIN )
+if(CMAKE_COMPILER_IS_CYGWIN)
+  set(CYGWIN 1)
+  set(UNIX 1)
+endif()
+
+set(CMAKE_C_COMPILER_ENV_VAR "CC")
+
+if(CMAKE_COMPILER_IS_MINGW)
+  set(MINGW 1)
+endif()
+set(CMAKE_C_COMPILER_ID_RUN 1)
+set(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
+set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_C_LINKER_PREFERENCE 10)
+
+# Save compiler ABI information.
+set(CMAKE_C_SIZEOF_DATA_PTR "4")
+set(CMAKE_C_COMPILER_ABI "ELF")
+set(CMAKE_C_LIBRARY_ARCHITECTURE "arm-linux-gnueabihf")
+
+if(CMAKE_C_SIZEOF_DATA_PTR)
+  set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_C_COMPILER_ABI)
+  set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
+endif()
+
+if(CMAKE_C_LIBRARY_ARCHITECTURE)
+  set(CMAKE_LIBRARY_ARCHITECTURE "arm-linux-gnueabihf")
+endif()
+
+
+
+
+set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
+set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf/4.8.3;/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf;/opt/odroid-x2/compiler/lib/gcc;/opt/odroid-x2/compiler/arm-linux-gnueabihf/lib;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib")
+set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
+
+
+
diff --git a/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..28c4697ed996fd42a156f50ef387d66390390280
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake
@@ -0,0 +1,57 @@
+set(CMAKE_CXX_COMPILER "/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++")
+set(CMAKE_CXX_COMPILER_ARG1 "")
+set(CMAKE_CXX_COMPILER_ID "GNU")
+set(CMAKE_CXX_COMPILER_VERSION "4.8.3")
+set(CMAKE_CXX_PLATFORM_ID "Linux")
+
+set(CMAKE_AR "/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-ar")
+set(CMAKE_RANLIB "/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-ranlib")
+set(CMAKE_LINKER "/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-ld")
+set(CMAKE_COMPILER_IS_GNUCXX 1)
+set(CMAKE_CXX_COMPILER_LOADED 1)
+set(CMAKE_CXX_COMPILER_WORKS TRUE)
+set(CMAKE_CXX_ABI_COMPILED TRUE)
+set(CMAKE_COMPILER_IS_MINGW )
+set(CMAKE_COMPILER_IS_CYGWIN )
+if(CMAKE_COMPILER_IS_CYGWIN)
+  set(CYGWIN 1)
+  set(UNIX 1)
+endif()
+
+set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
+
+if(CMAKE_COMPILER_IS_MINGW)
+  set(MINGW 1)
+endif()
+set(CMAKE_CXX_COMPILER_ID_RUN 1)
+set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
+set(CMAKE_CXX_LINKER_PREFERENCE 30)
+set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
+
+# Save compiler ABI information.
+set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
+set(CMAKE_CXX_COMPILER_ABI "ELF")
+set(CMAKE_CXX_LIBRARY_ARCHITECTURE "arm-linux-gnueabihf")
+
+if(CMAKE_CXX_SIZEOF_DATA_PTR)
+  set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_CXX_COMPILER_ABI)
+  set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
+endif()
+
+if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
+  set(CMAKE_LIBRARY_ARCHITECTURE "arm-linux-gnueabihf")
+endif()
+
+
+
+
+set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
+set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf/4.8.3;/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf;/opt/odroid-x2/compiler/lib/gcc;/opt/odroid-x2/compiler/arm-linux-gnueabihf/lib;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib")
+set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
+
+
+
diff --git a/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin
new file mode 100755
index 0000000000000000000000000000000000000000..65bf1b8c230aff83bd99d60742ef6130fd6d25ea
Binary files /dev/null and b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin differ
diff --git a/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin
new file mode 100755
index 0000000000000000000000000000000000000000..723f6c1062db7301d03a53c8a07c962e9828ed8f
Binary files /dev/null and b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin differ
diff --git a/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeSystem.cmake b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeSystem.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..4178f532016c961f31036ee897f0b2a5bc5a3683
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Linux-3.13.0-52-generic")
+set(CMAKE_HOST_SYSTEM_NAME "Linux")
+set(CMAKE_HOST_SYSTEM_VERSION "3.13.0-52-generic")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+include("/home/zargol/catkin_ws_user/src/Toolchain-arm-linux-gnueabihf.cmake")
+
+set(CMAKE_SYSTEM "Linux-1")
+set(CMAKE_SYSTEM_NAME "Linux")
+set(CMAKE_SYSTEM_VERSION "1")
+set(CMAKE_SYSTEM_PROCESSOR "")
+
+set(CMAKE_CROSSCOMPILING "TRUE")
+
+set(CMAKE_SYSTEM_LOADED 1)
diff --git a/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c
new file mode 100644
index 0000000000000000000000000000000000000000..cba81d4a6b5cc36ccdf8b4548036436087b6da7d
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c
@@ -0,0 +1,389 @@
+#ifdef __cplusplus
+# error "A C++ compiler has been selected for C."
+#endif
+
+/* Version number components: V=Version, R=Revision, P=Patch
+   Version date components:   YYYY=Year, MM=Month,   DD=Day  */
+
+#if defined(__18CXX)
+# define ID_VOID_MAIN
+#endif
+
+#if defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+  /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER    % 10)
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__     & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+  /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "Watcom"
+  /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
+
+#elif defined(__SUNPRO_C)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_C >= 0x5100
+   /* __SUNPRO_C = 0xVRRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
+# else
+   /* __SUNPRO_C = 0xVRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
+# endif
+
+#elif defined(__HP_cc)
+# define COMPILER_ID "HP"
+  /* __HP_cc = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_cc     % 100)
+
+#elif defined(__DECC)
+# define COMPILER_ID "Compaq"
+  /* __DECC_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000  % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECC_VER         % 10000)
+
+#elif defined(__IBMC__)
+# if defined(__COMPILER_VER__)
+#  define COMPILER_ID "zOS"
+# else
+#  if __IBMC__ >= 800
+#   define COMPILER_ID "XL"
+#  else
+#   define COMPILER_ID "VisualAge"
+#  endif
+   /* __IBMC__ = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+#  define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+  /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000)
+
+#elif defined(__TINYC__)
+# define COMPILER_ID "TinyCC"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+  /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+#  if _MSC_VER >= 1400
+    /* _MSC_FULL_VER = VVRRPPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+#  else
+    /* _MSC_FULL_VER = VVRRPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+#  endif
+# endif
+# if defined(_MSC_BUILD)
+#  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+/* Analog VisualDSP++ >= 4.5.6 */
+#elif defined(__VISUALDSPVERSION__)
+# define COMPILER_ID "ADSP"
+  /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
+# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF)
+
+/* Analog VisualDSP++ < 4.5.6 */
+#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+# define COMPILER_ID "ADSP"
+
+/* IAR Systems compiler for embedded systems.
+   http://www.iar.com */
+#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+
+/* sdcc, the small devices C compiler for embedded systems,
+   http://sdcc.sourceforge.net  */
+#elif defined(SDCC)
+# define COMPILER_ID "SDCC"
+  /* SDCC = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(SDCC/100)
+#  define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(SDCC    % 10)
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+  /* _SGI_COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION    % 10)
+# else
+  /* _COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION    % 10)
+# endif
+
+/* This compiler is either not known or is too old to define an
+   identification macro.  Try to identify the platform and guess that
+   it is the native compiler.  */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+
+/* Identify known platforms by name.  */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#else /* unknown platform */
+# define PLATFORM_ID ""
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+   the architecture of the compiler being used.  This is because
+   the compilers do not have flags that can change the architecture,
+   but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+#  define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+#  define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM)
+#  define ARCHITECTURE_ID "ARM"
+
+# elif defined(_M_MIPS)
+#  define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+#  define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#else
+#  define ARCHITECTURE_ID ""
+#endif
+
+/* Convert integer to decimal digit literals.  */
+#define DEC(n)                   \
+  ('0' + (((n) / 10000000)%10)), \
+  ('0' + (((n) / 1000000)%10)),  \
+  ('0' + (((n) / 100000)%10)),   \
+  ('0' + (((n) / 10000)%10)),    \
+  ('0' + (((n) / 1000)%10)),     \
+  ('0' + (((n) / 100)%10)),      \
+  ('0' + (((n) / 10)%10)),       \
+  ('0' +  ((n) % 10))
+
+/* Convert integer to hex digit literals.  */
+#define HEX(n)             \
+  ('0' + ((n)>>28 & 0xF)), \
+  ('0' + ((n)>>24 & 0xF)), \
+  ('0' + ((n)>>20 & 0xF)), \
+  ('0' + ((n)>>16 & 0xF)), \
+  ('0' + ((n)>>12 & 0xF)), \
+  ('0' + ((n)>>8  & 0xF)), \
+  ('0' + ((n)>>4  & 0xF)), \
+  ('0' + ((n)     & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+  COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+  '.', COMPILER_VERSION_MINOR,
+#  ifdef COMPILER_VERSION_PATCH
+   '.', COMPILER_VERSION_PATCH,
+#   ifdef COMPILER_VERSION_TWEAK
+    '.', COMPILER_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+/*--------------------------------------------------------------------------*/
+
+#ifdef ID_VOID_MAIN
+void main() {}
+#else
+int main(int argc, char* argv[])
+{
+  int require = 0;
+  require += info_compiler[argc];
+  require += info_platform[argc];
+  require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+  require += info_version[argc];
+#endif
+  (void)argv;
+  return require;
+}
+#endif
diff --git a/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdC/a.out b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdC/a.out
new file mode 100755
index 0000000000000000000000000000000000000000..76092012a203f67608ae4398cea75c675f2453f2
Binary files /dev/null and b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdC/a.out differ
diff --git a/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..e8220b26e508ad8289ae53743d2ffa316c17237f
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
@@ -0,0 +1,377 @@
+/* This source file must have a .cpp extension so that all C++ compilers
+   recognize the extension without flags.  Borland does not know .cxx for
+   example.  */
+#ifndef __cplusplus
+# error "A C compiler has been selected for C++."
+#endif
+
+/* Version number components: V=Version, R=Revision, P=Patch
+   Version date components:   YYYY=Year, MM=Month,   DD=Day  */
+
+#if defined(__COMO__)
+# define COMPILER_ID "Comeau"
+  /* __COMO_VERSION__ = VRR */
+# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
+
+#elif defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+  /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER    % 10)
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__     & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+  /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "Watcom"
+  /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
+
+#elif defined(__SUNPRO_CC)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_CC >= 0x5100
+   /* __SUNPRO_CC = 0xVRRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF)
+# else
+   /* __SUNPRO_CC = 0xVRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF)
+# endif
+
+#elif defined(__HP_aCC)
+# define COMPILER_ID "HP"
+  /* __HP_aCC = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_aCC     % 100)
+
+#elif defined(__DECCXX)
+# define COMPILER_ID "Compaq"
+  /* __DECCXX_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000  % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER         % 10000)
+
+#elif defined(__IBMCPP__)
+# if defined(__COMPILER_VER__)
+#  define COMPILER_ID "zOS"
+# else
+#  if __IBMCPP__ >= 800
+#   define COMPILER_ID "XL"
+#  else
+#   define COMPILER_ID "VisualAge"
+#  endif
+   /* __IBMCPP__ = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+#  define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+  /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000)
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+  /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+#  if _MSC_VER >= 1400
+    /* _MSC_FULL_VER = VVRRPPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+#  else
+    /* _MSC_FULL_VER = VVRRPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+#  endif
+# endif
+# if defined(_MSC_BUILD)
+#  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+/* Analog VisualDSP++ >= 4.5.6 */
+#elif defined(__VISUALDSPVERSION__)
+# define COMPILER_ID "ADSP"
+  /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
+# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF)
+
+/* Analog VisualDSP++ < 4.5.6 */
+#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+# define COMPILER_ID "ADSP"
+
+/* IAR Systems compiler for embedded systems.
+   http://www.iar.com */
+#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+  /* _SGI_COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION    % 10)
+# else
+  /* _COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION    % 10)
+# endif
+
+/* This compiler is either not known or is too old to define an
+   identification macro.  Try to identify the platform and guess that
+   it is the native compiler.  */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+
+/* Identify known platforms by name.  */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#else /* unknown platform */
+# define PLATFORM_ID ""
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+   the architecture of the compiler being used.  This is because
+   the compilers do not have flags that can change the architecture,
+   but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+#  define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+#  define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM)
+#  define ARCHITECTURE_ID "ARM"
+
+# elif defined(_M_MIPS)
+#  define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+#  define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#else
+#  define ARCHITECTURE_ID ""
+#endif
+
+/* Convert integer to decimal digit literals.  */
+#define DEC(n)                   \
+  ('0' + (((n) / 10000000)%10)), \
+  ('0' + (((n) / 1000000)%10)),  \
+  ('0' + (((n) / 100000)%10)),   \
+  ('0' + (((n) / 10000)%10)),    \
+  ('0' + (((n) / 1000)%10)),     \
+  ('0' + (((n) / 100)%10)),      \
+  ('0' + (((n) / 10)%10)),       \
+  ('0' +  ((n) % 10))
+
+/* Convert integer to hex digit literals.  */
+#define HEX(n)             \
+  ('0' + ((n)>>28 & 0xF)), \
+  ('0' + ((n)>>24 & 0xF)), \
+  ('0' + ((n)>>20 & 0xF)), \
+  ('0' + ((n)>>16 & 0xF)), \
+  ('0' + ((n)>>12 & 0xF)), \
+  ('0' + ((n)>>8  & 0xF)), \
+  ('0' + ((n)>>4  & 0xF)), \
+  ('0' + ((n)     & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+  COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+  '.', COMPILER_VERSION_MINOR,
+#  ifdef COMPILER_VERSION_PATCH
+   '.', COMPILER_VERSION_PATCH,
+#   ifdef COMPILER_VERSION_TWEAK
+    '.', COMPILER_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+/*--------------------------------------------------------------------------*/
+
+int main(int argc, char* argv[])
+{
+  int require = 0;
+  require += info_compiler[argc];
+  require += info_platform[argc];
+#ifdef COMPILER_VERSION_MAJOR
+  require += info_version[argc];
+#endif
+  (void)argv;
+  return require;
+}
diff --git a/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out
new file mode 100755
index 0000000000000000000000000000000000000000..2617115ebf9b807bb073c4d02fa373d4ddb9b6b4
Binary files /dev/null and b/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out differ
diff --git a/odroid-build/auto_stop/CMakeFiles/CMakeDirectoryInformation.cmake b/odroid-build/auto_stop/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6e961d43e6bfcde33cac98e4f9cc8fb7b860c8e2
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Relative path conversion top directories.
+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/zargol/catkin_ws_user/src/auto_stop")
+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zargol/catkin_ws_user/odroid-build/auto_stop")
+
+# Force unix paths in dependencies.
+SET(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/odroid-build/auto_stop/CMakeFiles/CMakeError.log b/odroid-build/auto_stop/CMakeFiles/CMakeError.log
new file mode 100644
index 0000000000000000000000000000000000000000..458996ee3b01d9493144a24c312e0d36370f0cfc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/CMakeError.log
@@ -0,0 +1,54 @@
+Determining if the pthread_create exist failed with the following output:
+Change Dir: /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec1466464639/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec1466464639.dir/build.make CMakeFiles/cmTryCompileExec1466464639.dir/build
+make[1]: Entering directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec1466464639.dir/CheckSymbolExists.c.o
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc    -o CMakeFiles/cmTryCompileExec1466464639.dir/CheckSymbolExists.c.o   -c /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CheckSymbolExists.c
+Linking C executable cmTryCompileExec1466464639
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1466464639.dir/link.txt --verbose=1
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc       CMakeFiles/cmTryCompileExec1466464639.dir/CheckSymbolExists.c.o  -o cmTryCompileExec1466464639 -rdynamic 
+CMakeFiles/cmTryCompileExec1466464639.dir/CheckSymbolExists.c.o: In function `main':
+CheckSymbolExists.c:(.text+0xe): undefined reference to `pthread_create'
+CheckSymbolExists.c:(.text+0x12): undefined reference to `pthread_create'
+collect2: error: ld returned 1 exit status
+make[1]: *** [cmTryCompileExec1466464639] Error 1
+make[1]: Leaving directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+make: *** [cmTryCompileExec1466464639/fast] Error 2
+
+File /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
+/* */
+#include <pthread.h>
+
+int main(int argc, char** argv)
+{
+  (void)argv;
+#ifndef pthread_create
+  return ((int*)(&pthread_create))[argc];
+#else
+  (void)argc;
+  return 0;
+#endif
+}
+
+Determining if the function pthread_create exists in the pthreads failed with the following output:
+Change Dir: /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec2979357946/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec2979357946.dir/build.make CMakeFiles/cmTryCompileExec2979357946.dir/build
+make[1]: Entering directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec2979357946.dir/CheckFunctionExists.c.o
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec2979357946.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
+Linking C executable cmTryCompileExec2979357946
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2979357946.dir/link.txt --verbose=1
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc   -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTryCompileExec2979357946.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2979357946 -rdynamic -lpthreads 
+/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lpthreads
+collect2: error: ld returned 1 exit status
+make[1]: *** [cmTryCompileExec2979357946] Error 1
+make[1]: Leaving directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+make: *** [cmTryCompileExec2979357946/fast] Error 2
+
+
diff --git a/odroid-build/auto_stop/CMakeFiles/CMakeOutput.log b/odroid-build/auto_stop/CMakeFiles/CMakeOutput.log
new file mode 100644
index 0000000000000000000000000000000000000000..d4f464b9b8d4e6f3e315b62a7cdb4d933432f629
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/CMakeOutput.log
@@ -0,0 +1,307 @@
+The target system is: Linux - 1 - 
+The host system is: Linux - 3.13.0-52-generic - x86_64
+Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
+Compiler: /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc 
+Build flags: -std=c++11;;--sysroot=/opt/odroid-x2/sdk;--sysroot=/opt/odroid-x2/sdk
+Id flags: 
+
+The output was:
+0
+cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C [enabled by default]
+
+
+Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
+
+The C compiler identification is GNU, found in "/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdC/a.out"
+
+Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
+Compiler: /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++ 
+Build flags: -std=c++11;;--sysroot=/opt/odroid-x2/sdk;--sysroot=/opt/odroid-x2/sdk
+Id flags: 
+
+The output was:
+0
+
+
+Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
+
+The CXX compiler identification is GNU, found in "/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out"
+
+Determining if the C compiler works passed with the following output:
+Change Dir: /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec687898714/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec687898714.dir/build.make CMakeFiles/cmTryCompileExec687898714.dir/build
+make[1]: Entering directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec687898714.dir/testCCompiler.c.o
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc    -o CMakeFiles/cmTryCompileExec687898714.dir/testCCompiler.c.o   -c /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/testCCompiler.c
+Linking C executable cmTryCompileExec687898714
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec687898714.dir/link.txt --verbose=1
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc       CMakeFiles/cmTryCompileExec687898714.dir/testCCompiler.c.o  -o cmTryCompileExec687898714  -L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf -rdynamic 
+make[1]: Leaving directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+
+
+Detecting C compiler ABI info compiled with the following output:
+Change Dir: /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec1758061529/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec1758061529.dir/build.make CMakeFiles/cmTryCompileExec1758061529.dir/build
+make[1]: Entering directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec1758061529.dir/CMakeCCompilerABI.c.o
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc    -o CMakeFiles/cmTryCompileExec1758061529.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
+Linking C executable cmTryCompileExec1758061529
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1758061529.dir/link.txt --verbose=1
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc     -v CMakeFiles/cmTryCompileExec1758061529.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec1758061529  -L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf -rdynamic  
+Using built-in specs.
+COLLECT_GCC=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc
+COLLECT_LTO_WRAPPER=/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/lto-wrapper
+Target: arm-linux-gnueabihf
+Configured with: /cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/src/gcc-linaro-4.8-2014.04/configure --build=i686-build_pc-linux-gnu --host=i686-build_pc-linux-gnu --target=arm-linux-gnueabihf --prefix=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install --with-sysroot=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install/arm-linux-gnueabihf/libc --enable-languages=c,c++,fortran --enable-multilib --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=vfpv3-d16 --with-float=hard --with-pkgversion='crosstool-NG linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04' --with-bugurl=https://bugs.launchpad.net/gcc-linaro --enable-__cxa_atexit --enable-libmudflap --enable-libgomp --enable-libssp --with-gmp=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-mpfr=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-mpc=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-isl=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-cloog=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-libelf=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --enable-threads=posix --disable-libstdcxx-pch --enable-linker-build-id --enable-gold --with-local-prefix=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install/arm-linux-gnueabihf/libc --enable-c99 --enable-long-long --with-mode=thumb --with-float=hard
+Thread model: posix
+gcc version 4.8.3 20140401 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04) 
+COMPILER_PATH=/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/:/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../libexec/gcc/:/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/bin/
+LIBRARY_PATH=/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/
+COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1758061529' '-L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf' '-rdynamic' '-march=armv7-a' '-mtune=cortex-a9' '-mfloat-abi=hard' '-mfpu=vfpv3-d16' '-mthumb' '-mtls-dialect=gnu'
+ /opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/collect2 --sysroot=/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc --build-id --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X -m armelf_linux_eabi -o cmTryCompileExec1758061529 /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crt1.o /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crti.o /opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtbegin.o -L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3 -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec1758061529.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtend.o /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crtn.o
+make[1]: Leaving directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+
+
+Parsed C implicit link information from above output:
+  link line regex: [^( *|.*[/\])(arm-linux-gnueabihf-ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
+  ignore line: [Change Dir: /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp]
+  ignore line: []
+  ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec1758061529/fast"]
+  ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec1758061529.dir/build.make CMakeFiles/cmTryCompileExec1758061529.dir/build]
+  ignore line: [make[1]: Entering directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp']
+  ignore line: [/usr/bin/cmake -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CMakeFiles 1]
+  ignore line: [Building C object CMakeFiles/cmTryCompileExec1758061529.dir/CMakeCCompilerABI.c.o]
+  ignore line: [/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc    -o CMakeFiles/cmTryCompileExec1758061529.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
+  ignore line: [Linking C executable cmTryCompileExec1758061529]
+  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1758061529.dir/link.txt --verbose=1]
+  ignore line: [/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc     -v CMakeFiles/cmTryCompileExec1758061529.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec1758061529  -L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf -rdynamic  ]
+  ignore line: [Using built-in specs.]
+  ignore line: [COLLECT_GCC=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc]
+  ignore line: [COLLECT_LTO_WRAPPER=/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/lto-wrapper]
+  ignore line: [Target: arm-linux-gnueabihf]
+  ignore line: [Configured with: /cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/src/gcc-linaro-4.8-2014.04/configure --build=i686-build_pc-linux-gnu --host=i686-build_pc-linux-gnu --target=arm-linux-gnueabihf --prefix=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install --with-sysroot=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install/arm-linux-gnueabihf/libc --enable-languages=c,c++,fortran --enable-multilib --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=vfpv3-d16 --with-float=hard --with-pkgversion='crosstool-NG linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04' --with-bugurl=https://bugs.launchpad.net/gcc-linaro --enable-__cxa_atexit --enable-libmudflap --enable-libgomp --enable-libssp --with-gmp=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-mpfr=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-mpc=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-isl=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-cloog=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-libelf=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --enable-threads=posix --disable-libstdcxx-pch --enable-linker-build-id --enable-gold --with-local-prefix=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install/arm-linux-gnueabihf/libc --enable-c99 --enable-long-long --with-mode=thumb --with-float=hard]
+  ignore line: [Thread model: posix]
+  ignore line: [gcc version 4.8.3 20140401 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04) ]
+  ignore line: [COMPILER_PATH=/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/:/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../libexec/gcc/:/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/bin/]
+  ignore line: [LIBRARY_PATH=/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/]
+  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1758061529' '-L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf' '-rdynamic' '-march=armv7-a' '-mtune=cortex-a9' '-mfloat-abi=hard' '-mfpu=vfpv3-d16' '-mthumb' '-mtls-dialect=gnu']
+  link line: [ /opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/collect2 --sysroot=/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc --build-id --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X -m armelf_linux_eabi -o cmTryCompileExec1758061529 /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crt1.o /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crti.o /opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtbegin.o -L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3 -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec1758061529.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtend.o /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crtn.o]
+    arg [/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/collect2] ==> ignore
+    arg [--sysroot=/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc] ==> ignore
+    arg [--build-id] ==> ignore
+    arg [--eh-frame-hdr] ==> ignore
+    arg [-export-dynamic] ==> ignore
+    arg [-dynamic-linker] ==> ignore
+    arg [/lib/ld-linux-armhf.so.3] ==> ignore
+    arg [-X] ==> ignore
+    arg [-m] ==> ignore
+    arg [armelf_linux_eabi] ==> ignore
+    arg [-o] ==> ignore
+    arg [cmTryCompileExec1758061529] ==> ignore
+    arg [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crt1.o] ==> ignore
+    arg [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crti.o] ==> ignore
+    arg [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtbegin.o] ==> ignore
+    arg [-L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3] ==> dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3]
+    arg [-L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../lib/gcc] ==> dir [/opt/odroid-x2/compiler/bin/../lib/gcc]
+    arg [-L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib] ==> dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf]
+    arg [CMakeFiles/cmTryCompileExec1758061529.dir/CMakeCCompilerABI.c.o] ==> ignore
+    arg [-lgcc] ==> lib [gcc]
+    arg [--as-needed] ==> ignore
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [--no-as-needed] ==> ignore
+    arg [-lc] ==> lib [c]
+    arg [-lgcc] ==> lib [gcc]
+    arg [--as-needed] ==> ignore
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [--no-as-needed] ==> ignore
+    arg [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtend.o] ==> ignore
+    arg [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crtn.o] ==> ignore
+  remove lib [gcc]
+  remove lib [gcc_s]
+  remove lib [gcc]
+  remove lib [gcc_s]
+  collapse library dir [/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf] ==> [/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3] ==> [/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf/4.8.3]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../lib/gcc] ==> [/opt/odroid-x2/compiler/lib/gcc]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/lib]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf]
+  implicit libs: [c]
+  implicit dirs: [/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf/4.8.3;/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf;/opt/odroid-x2/compiler/lib/gcc;/opt/odroid-x2/compiler/arm-linux-gnueabihf/lib;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib]
+  implicit fwks: []
+
+
+Determining if the CXX compiler works passed with the following output:
+Change Dir: /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec681140095/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec681140095.dir/build.make CMakeFiles/cmTryCompileExec681140095.dir/build
+make[1]: Entering directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building CXX object CMakeFiles/cmTryCompileExec681140095.dir/testCXXCompiler.cxx.o
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++     -o CMakeFiles/cmTryCompileExec681140095.dir/testCXXCompiler.cxx.o -c /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
+Linking CXX executable cmTryCompileExec681140095
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec681140095.dir/link.txt --verbose=1
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++        CMakeFiles/cmTryCompileExec681140095.dir/testCXXCompiler.cxx.o  -o cmTryCompileExec681140095  -L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf -rdynamic 
+make[1]: Leaving directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+
+
+Detecting CXX compiler ABI info compiled with the following output:
+Change Dir: /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec3441957906/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec3441957906.dir/build.make CMakeFiles/cmTryCompileExec3441957906.dir/build
+make[1]: Entering directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building CXX object CMakeFiles/cmTryCompileExec3441957906.dir/CMakeCXXCompilerABI.cpp.o
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++     -o CMakeFiles/cmTryCompileExec3441957906.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
+Linking CXX executable cmTryCompileExec3441957906
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3441957906.dir/link.txt --verbose=1
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++      -v CMakeFiles/cmTryCompileExec3441957906.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec3441957906  -L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf -rdynamic  
+Using built-in specs.
+COLLECT_GCC=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++
+COLLECT_LTO_WRAPPER=/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/lto-wrapper
+Target: arm-linux-gnueabihf
+Configured with: /cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/src/gcc-linaro-4.8-2014.04/configure --build=i686-build_pc-linux-gnu --host=i686-build_pc-linux-gnu --target=arm-linux-gnueabihf --prefix=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install --with-sysroot=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install/arm-linux-gnueabihf/libc --enable-languages=c,c++,fortran --enable-multilib --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=vfpv3-d16 --with-float=hard --with-pkgversion='crosstool-NG linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04' --with-bugurl=https://bugs.launchpad.net/gcc-linaro --enable-__cxa_atexit --enable-libmudflap --enable-libgomp --enable-libssp --with-gmp=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-mpfr=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-mpc=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-isl=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-cloog=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-libelf=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --enable-threads=posix --disable-libstdcxx-pch --enable-linker-build-id --enable-gold --with-local-prefix=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install/arm-linux-gnueabihf/libc --enable-c99 --enable-long-long --with-mode=thumb --with-float=hard
+Thread model: posix
+gcc version 4.8.3 20140401 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04) 
+COMPILER_PATH=/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/:/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../libexec/gcc/:/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/bin/
+LIBRARY_PATH=/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/
+COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3441957906' '-L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf' '-rdynamic' '-shared-libgcc' '-march=armv7-a' '-mtune=cortex-a9' '-mfloat-abi=hard' '-mfpu=vfpv3-d16' '-mthumb' '-mtls-dialect=gnu'
+ /opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/collect2 --sysroot=/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc --build-id --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X -m armelf_linux_eabi -o cmTryCompileExec3441957906 /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crt1.o /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crti.o /opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtbegin.o -L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3 -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec3441957906.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtend.o /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crtn.o
+make[1]: Leaving directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+
+
+Parsed CXX implicit link information from above output:
+  link line regex: [^( *|.*[/\])(arm-linux-gnueabihf-ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
+  ignore line: [Change Dir: /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp]
+  ignore line: []
+  ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3441957906/fast"]
+  ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3441957906.dir/build.make CMakeFiles/cmTryCompileExec3441957906.dir/build]
+  ignore line: [make[1]: Entering directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp']
+  ignore line: [/usr/bin/cmake -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CMakeFiles 1]
+  ignore line: [Building CXX object CMakeFiles/cmTryCompileExec3441957906.dir/CMakeCXXCompilerABI.cpp.o]
+  ignore line: [/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++     -o CMakeFiles/cmTryCompileExec3441957906.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
+  ignore line: [Linking CXX executable cmTryCompileExec3441957906]
+  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3441957906.dir/link.txt --verbose=1]
+  ignore line: [/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++      -v CMakeFiles/cmTryCompileExec3441957906.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec3441957906  -L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf -rdynamic  ]
+  ignore line: [Using built-in specs.]
+  ignore line: [COLLECT_GCC=/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++]
+  ignore line: [COLLECT_LTO_WRAPPER=/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/lto-wrapper]
+  ignore line: [Target: arm-linux-gnueabihf]
+  ignore line: [Configured with: /cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/src/gcc-linaro-4.8-2014.04/configure --build=i686-build_pc-linux-gnu --host=i686-build_pc-linux-gnu --target=arm-linux-gnueabihf --prefix=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install --with-sysroot=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install/arm-linux-gnueabihf/libc --enable-languages=c,c++,fortran --enable-multilib --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=vfpv3-d16 --with-float=hard --with-pkgversion='crosstool-NG linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04' --with-bugurl=https://bugs.launchpad.net/gcc-linaro --enable-__cxa_atexit --enable-libmudflap --enable-libgomp --enable-libssp --with-gmp=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-mpfr=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-mpc=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-isl=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-cloog=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-libelf=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --enable-threads=posix --disable-libstdcxx-pch --enable-linker-build-id --enable-gold --with-local-prefix=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install/arm-linux-gnueabihf/libc --enable-c99 --enable-long-long --with-mode=thumb --with-float=hard]
+  ignore line: [Thread model: posix]
+  ignore line: [gcc version 4.8.3 20140401 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04) ]
+  ignore line: [COMPILER_PATH=/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/:/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../libexec/gcc/:/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/bin/]
+  ignore line: [LIBRARY_PATH=/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/:/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/]
+  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3441957906' '-L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf' '-rdynamic' '-shared-libgcc' '-march=armv7-a' '-mtune=cortex-a9' '-mfloat-abi=hard' '-mfpu=vfpv3-d16' '-mthumb' '-mtls-dialect=gnu']
+  link line: [ /opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/collect2 --sysroot=/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc --build-id --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X -m armelf_linux_eabi -o cmTryCompileExec3441957906 /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crt1.o /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crti.o /opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtbegin.o -L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3 -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib -L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec3441957906.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtend.o /opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crtn.o]
+    arg [/opt/odroid-x2/compiler/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/collect2] ==> ignore
+    arg [--sysroot=/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc] ==> ignore
+    arg [--build-id] ==> ignore
+    arg [--eh-frame-hdr] ==> ignore
+    arg [-export-dynamic] ==> ignore
+    arg [-dynamic-linker] ==> ignore
+    arg [/lib/ld-linux-armhf.so.3] ==> ignore
+    arg [-X] ==> ignore
+    arg [-m] ==> ignore
+    arg [armelf_linux_eabi] ==> ignore
+    arg [-o] ==> ignore
+    arg [cmTryCompileExec3441957906] ==> ignore
+    arg [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crt1.o] ==> ignore
+    arg [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crti.o] ==> ignore
+    arg [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtbegin.o] ==> ignore
+    arg [-L/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3] ==> dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3]
+    arg [-L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../lib/gcc] ==> dir [/opt/odroid-x2/compiler/bin/../lib/gcc]
+    arg [-L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib] ==> dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib]
+    arg [-L/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf] ==> dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf]
+    arg [CMakeFiles/cmTryCompileExec3441957906.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
+    arg [-lstdc++] ==> lib [stdc++]
+    arg [-lm] ==> lib [m]
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [-lgcc] ==> lib [gcc]
+    arg [-lc] ==> lib [c]
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [-lgcc] ==> lib [gcc]
+    arg [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/crtend.o] ==> ignore
+    arg [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/crtn.o] ==> ignore
+  remove lib [gcc_s]
+  remove lib [gcc]
+  remove lib [gcc_s]
+  remove lib [gcc]
+  collapse library dir [/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf] ==> [/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3] ==> [/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf/4.8.3]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../lib/gcc] ==> [/opt/odroid-x2/compiler/lib/gcc]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/lib] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/lib]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib]
+  collapse library dir [/opt/odroid-x2/compiler/bin/../arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf] ==> [/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf]
+  implicit libs: [stdc++;m;c]
+  implicit dirs: [/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf/4.8.3;/opt/odroid-x2/compiler/lib/gcc/arm-linux-gnueabihf;/opt/odroid-x2/compiler/lib/gcc;/opt/odroid-x2/compiler/arm-linux-gnueabihf/lib;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/lib;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf;/opt/odroid-x2/compiler/arm-linux-gnueabihf/libc/usr/lib]
+  implicit fwks: []
+
+
+Determining if files pthread.h exist passed with the following output:
+Change Dir: /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec617807780/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec617807780.dir/build.make CMakeFiles/cmTryCompileExec617807780.dir/build
+make[1]: Entering directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec617807780.dir/CheckIncludeFiles.c.o
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc    -o CMakeFiles/cmTryCompileExec617807780.dir/CheckIncludeFiles.c.o   -c /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
+Linking C executable cmTryCompileExec617807780
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec617807780.dir/link.txt --verbose=1
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc       CMakeFiles/cmTryCompileExec617807780.dir/CheckIncludeFiles.c.o  -o cmTryCompileExec617807780 -rdynamic 
+make[1]: Leaving directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+
+
+Determining if the function pthread_create exists in the pthread passed with the following output:
+Change Dir: /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/make "cmTryCompileExec648245927/fast"
+/usr/bin/make -f CMakeFiles/cmTryCompileExec648245927.dir/build.make CMakeFiles/cmTryCompileExec648245927.dir/build
+make[1]: Entering directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec648245927.dir/CheckFunctionExists.c.o
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec648245927.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
+Linking C executable cmTryCompileExec648245927
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec648245927.dir/link.txt --verbose=1
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc   -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTryCompileExec648245927.dir/CheckFunctionExists.c.o  -o cmTryCompileExec648245927 -rdynamic -lpthread 
+make[1]: Leaving directory `/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/CMakeTmp'
+
+
diff --git a/odroid-build/auto_stop/CMakeFiles/CMakeRuleHashes.txt b/odroid-build/auto_stop/CMakeFiles/CMakeRuleHashes.txt
new file mode 100644
index 0000000000000000000000000000000000000000..46154762a53e3a2a8f2748702f9ef7a92bbc179d
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/CMakeRuleHashes.txt
@@ -0,0 +1,22 @@
+# Hashes of file build rules.
+179e44fff17ce5cd58a1c489bfcfd464 CMakeFiles/clean_test_results
+7363a1515db2151b6900eb47a45148e8 CMakeFiles/clean_test_results_auto_stop
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/download_extra_data
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/doxygen
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/geometry_msgs_generate_messages_cpp
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/geometry_msgs_generate_messages_lisp
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/geometry_msgs_generate_messages_py
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/roscpp_generate_messages_cpp
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/roscpp_generate_messages_lisp
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/roscpp_generate_messages_py
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/rosgraph_msgs_generate_messages_cpp
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/rosgraph_msgs_generate_messages_lisp
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/rosgraph_msgs_generate_messages_py
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/run_tests
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/sensor_msgs_generate_messages_cpp
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/sensor_msgs_generate_messages_lisp
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/sensor_msgs_generate_messages_py
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/std_msgs_generate_messages_cpp
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/std_msgs_generate_messages_lisp
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/std_msgs_generate_messages_py
+1b9bba20d9b73e63df2c59c985166a23 CMakeFiles/tests
diff --git a/odroid-build/auto_stop/CMakeFiles/Makefile.cmake b/odroid-build/auto_stop/CMakeFiles/Makefile.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..b61e1f64db0ad316c5a292d5a5d0eb6cfc26b64c
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/Makefile.cmake
@@ -0,0 +1,183 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# The generator used is:
+SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
+
+# The top level Makefile was generated from the following files:
+SET(CMAKE_MAKEFILE_DEPENDS
+  "CMakeCache.txt"
+  "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
+  "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
+  "CMakeFiles/2.8.12.2/CMakeSystem.cmake"
+  "catkin/catkin_generated/version/package.cmake"
+  "catkin_generated/ordered_paths.cmake"
+  "catkin_generated/package.cmake"
+  "/home/zargol/catkin_ws_user/src/Toolchain-arm-linux-gnueabihf.cmake"
+  "/home/zargol/catkin_ws_user/src/auto_stop/CMakeLists.txt"
+  "/home/zargol/catkin_ws_user/src/auto_stop/package.xml"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/../package.xml"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/all.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/assert.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/atomic_configure_file.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkinConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_add_env_hooks.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_destinations.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_download.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_generate_environment.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_install_python.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_libraries.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_metapackage.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_package.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_package_xml.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_python_setup.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/catkin_workspace.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/debug_message.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/em/pkg.pc.em"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/em_expand.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/empy.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/find_program_required.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/interrogate_setup_dot_py.py"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/legacy.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/list_append_deduplicate.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/list_append_unique.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/list_insert_in_workspace_order.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/platform/lsb.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/platform/ubuntu.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/platform/windows.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/python.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/safe_execute_process.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/stamp.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/string_starts_with.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/templates/_setup_util.py.in"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/templates/env.sh.in"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/templates/generate_cached_setup.py.in"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/templates/pkg.context.pc.in"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/templates/pkgConfig-version.cmake.in"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/templates/pkgConfig.cmake.in"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/templates/rosinstall.in"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/templates/setup.bash.in"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/templates/setup.sh.in"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/templates/setup.zsh.in"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/test/catkin_download_test_data.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/test/gtest.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/test/nosetests.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/test/tests.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/tools/doxygen.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/tools/libraries.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/tools/rt.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/cpp_common/cmake/cpp_commonConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/cpp_common/cmake/cpp_commonConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/geometry_msgs/cmake/geometry_msgs-msg-extras.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/geometry_msgs/cmake/geometry_msgsConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/geometry_msgs/cmake/geometry_msgsConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/message_runtime/cmake/message_runtimeConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/message_runtime/cmake/message_runtimeConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/rosconsole/cmake/rosconsole-extras.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/rosconsole/cmake/rosconsoleConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/rosconsole/cmake/rosconsoleConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/roscpp/cmake/roscpp-msg-extras.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/roscpp/cmake/roscppConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/roscpp/cmake/roscppConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/roscpp_serialization/cmake/roscpp_serializationConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/roscpp_serialization/cmake/roscpp_serializationConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/roscpp_traits/cmake/roscpp_traitsConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/roscpp_traits/cmake/roscpp_traitsConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/rosgraph_msgs/cmake/rosgraph_msgs-msg-extras.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/rosgraph_msgs/cmake/rosgraph_msgsConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/rosgraph_msgs/cmake/rosgraph_msgsConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/rostime/cmake/rostimeConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/rostime/cmake/rostimeConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/sensor_msgs/cmake/sensor_msgs-msg-extras.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/sensor_msgs/cmake/sensor_msgsConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/sensor_msgs/cmake/sensor_msgsConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/std_msgs/cmake/std_msgs-msg-extras.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/std_msgs/cmake/std_msgsConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/std_msgs/cmake/std_msgsConfig.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/xmlrpcpp/cmake/xmlrpcppConfig-version.cmake"
+  "/opt/odroid-x2/sdk/opt/ros/indigo/share/xmlrpcpp/cmake/xmlrpcppConfig.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake"
+  "/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake"
+  "/usr/share/cmake-2.8/Modules/CheckIncludeFiles.cmake"
+  "/usr/share/cmake-2.8/Modules/CheckLibraryExists.cmake"
+  "/usr/share/cmake-2.8/Modules/CheckSymbolExists.cmake"
+  "/usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake"
+  "/usr/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake"
+  "/usr/share/cmake-2.8/Modules/Compiler/GNU.cmake"
+  "/usr/share/cmake-2.8/Modules/FindGTest.cmake"
+  "/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake"
+  "/usr/share/cmake-2.8/Modules/FindPackageMessage.cmake"
+  "/usr/share/cmake-2.8/Modules/FindPythonInterp.cmake"
+  "/usr/share/cmake-2.8/Modules/FindThreads.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/Linux.cmake"
+  "/usr/share/cmake-2.8/Modules/Platform/UnixPaths.cmake"
+  "/usr/src/gtest/CMakeLists.txt"
+  "/usr/src/gtest/cmake/internal_utils.cmake"
+  )
+
+# The corresponding makefile is:
+SET(CMAKE_MAKEFILE_OUTPUTS
+  "Makefile"
+  "CMakeFiles/cmake.check_cache"
+  )
+
+# Byproducts of CMake generate step:
+SET(CMAKE_MAKEFILE_PRODUCTS
+  "catkin_generated/stamps/auto_stop/package.xml.stamp"
+  "catkin_generated/installspace/_setup_util.py"
+  "catkin_generated/installspace/env.sh"
+  "catkin_generated/installspace/setup.bash"
+  "catkin_generated/installspace/setup.sh"
+  "catkin_generated/installspace/setup.zsh"
+  "catkin_generated/installspace/.rosinstall"
+  "catkin_generated/generate_cached_setup.py"
+  "catkin_generated/env_cached.sh"
+  "catkin_generated/stamps/auto_stop/interrogate_setup_dot_py.py.stamp"
+  "catkin_generated/stamps/auto_stop/package.xml.stamp"
+  "catkin_generated/pkg.develspace.context.pc.py"
+  "catkin_generated/stamps/auto_stop/pkg.pc.em.stamp"
+  "/home/zargol/catkin_ws_user/odroid-devel/share/auto_stop/cmake/auto_stopConfig.cmake"
+  "/home/zargol/catkin_ws_user/odroid-devel/share/auto_stop/cmake/auto_stopConfig-version.cmake"
+  "catkin_generated/pkg.installspace.context.pc.py"
+  "catkin_generated/stamps/auto_stop/pkg.pc.em.stamp"
+  "catkin_generated/installspace/auto_stopConfig.cmake"
+  "catkin_generated/installspace/auto_stopConfig-version.cmake"
+  "CMakeFiles/CMakeDirectoryInformation.cmake"
+  "gtest/CMakeFiles/CMakeDirectoryInformation.cmake"
+  )
+
+# Dependency information for all targets:
+SET(CMAKE_DEPEND_INFO_FILES
+  "CMakeFiles/auto_stop_node.dir/DependInfo.cmake"
+  "CMakeFiles/clean_test_results.dir/DependInfo.cmake"
+  "CMakeFiles/clean_test_results_auto_stop.dir/DependInfo.cmake"
+  "CMakeFiles/download_extra_data.dir/DependInfo.cmake"
+  "CMakeFiles/doxygen.dir/DependInfo.cmake"
+  "CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake"
+  "CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake"
+  "CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake"
+  "CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake"
+  "CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake"
+  "CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake"
+  "CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake"
+  "CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake"
+  "CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake"
+  "CMakeFiles/run_tests.dir/DependInfo.cmake"
+  "CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake"
+  "CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake"
+  "CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake"
+  "CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake"
+  "CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake"
+  "CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake"
+  "CMakeFiles/tests.dir/DependInfo.cmake"
+  "gtest/CMakeFiles/gtest.dir/DependInfo.cmake"
+  "gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake"
+  )
diff --git a/odroid-build/auto_stop/CMakeFiles/Makefile2 b/odroid-build/auto_stop/CMakeFiles/Makefile2
new file mode 100644
index 0000000000000000000000000000000000000000..9f950b271c7babf6c5967a2f0ef102fc68ea3b6e
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/Makefile2
@@ -0,0 +1,828 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Default target executed when no arguments are given to make.
+default_target: all
+.PHONY : default_target
+
+# The main recursive all target
+all:
+.PHONY : all
+
+# The main recursive preinstall target
+preinstall:
+.PHONY : preinstall
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+#=============================================================================
+# Target rules for target CMakeFiles/auto_stop_node.dir
+
+# All Build rule for target.
+CMakeFiles/auto_stop_node.dir/all:
+	$(MAKE) -f CMakeFiles/auto_stop_node.dir/build.make CMakeFiles/auto_stop_node.dir/depend
+	$(MAKE) -f CMakeFiles/auto_stop_node.dir/build.make CMakeFiles/auto_stop_node.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles  1
+	@echo "Built target auto_stop_node"
+.PHONY : CMakeFiles/auto_stop_node.dir/all
+
+# Include target in all.
+all: CMakeFiles/auto_stop_node.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/auto_stop_node.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 1
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/auto_stop_node.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/auto_stop_node.dir/rule
+
+# Convenience name for target.
+auto_stop_node: CMakeFiles/auto_stop_node.dir/rule
+.PHONY : auto_stop_node
+
+# clean rule for target.
+CMakeFiles/auto_stop_node.dir/clean:
+	$(MAKE) -f CMakeFiles/auto_stop_node.dir/build.make CMakeFiles/auto_stop_node.dir/clean
+.PHONY : CMakeFiles/auto_stop_node.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/auto_stop_node.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/clean_test_results.dir
+
+# All Build rule for target.
+CMakeFiles/clean_test_results.dir/all:
+	$(MAKE) -f CMakeFiles/clean_test_results.dir/build.make CMakeFiles/clean_test_results.dir/depend
+	$(MAKE) -f CMakeFiles/clean_test_results.dir/build.make CMakeFiles/clean_test_results.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target clean_test_results"
+.PHONY : CMakeFiles/clean_test_results.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/clean_test_results.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/clean_test_results.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/clean_test_results.dir/rule
+
+# Convenience name for target.
+clean_test_results: CMakeFiles/clean_test_results.dir/rule
+.PHONY : clean_test_results
+
+# clean rule for target.
+CMakeFiles/clean_test_results.dir/clean:
+	$(MAKE) -f CMakeFiles/clean_test_results.dir/build.make CMakeFiles/clean_test_results.dir/clean
+.PHONY : CMakeFiles/clean_test_results.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/clean_test_results.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/clean_test_results_auto_stop.dir
+
+# All Build rule for target.
+CMakeFiles/clean_test_results_auto_stop.dir/all:
+	$(MAKE) -f CMakeFiles/clean_test_results_auto_stop.dir/build.make CMakeFiles/clean_test_results_auto_stop.dir/depend
+	$(MAKE) -f CMakeFiles/clean_test_results_auto_stop.dir/build.make CMakeFiles/clean_test_results_auto_stop.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target clean_test_results_auto_stop"
+.PHONY : CMakeFiles/clean_test_results_auto_stop.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/clean_test_results_auto_stop.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/clean_test_results_auto_stop.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/clean_test_results_auto_stop.dir/rule
+
+# Convenience name for target.
+clean_test_results_auto_stop: CMakeFiles/clean_test_results_auto_stop.dir/rule
+.PHONY : clean_test_results_auto_stop
+
+# clean rule for target.
+CMakeFiles/clean_test_results_auto_stop.dir/clean:
+	$(MAKE) -f CMakeFiles/clean_test_results_auto_stop.dir/build.make CMakeFiles/clean_test_results_auto_stop.dir/clean
+.PHONY : CMakeFiles/clean_test_results_auto_stop.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/clean_test_results_auto_stop.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/download_extra_data.dir
+
+# All Build rule for target.
+CMakeFiles/download_extra_data.dir/all:
+	$(MAKE) -f CMakeFiles/download_extra_data.dir/build.make CMakeFiles/download_extra_data.dir/depend
+	$(MAKE) -f CMakeFiles/download_extra_data.dir/build.make CMakeFiles/download_extra_data.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target download_extra_data"
+.PHONY : CMakeFiles/download_extra_data.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/download_extra_data.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/download_extra_data.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/download_extra_data.dir/rule
+
+# Convenience name for target.
+download_extra_data: CMakeFiles/download_extra_data.dir/rule
+.PHONY : download_extra_data
+
+# clean rule for target.
+CMakeFiles/download_extra_data.dir/clean:
+	$(MAKE) -f CMakeFiles/download_extra_data.dir/build.make CMakeFiles/download_extra_data.dir/clean
+.PHONY : CMakeFiles/download_extra_data.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/download_extra_data.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/doxygen.dir
+
+# All Build rule for target.
+CMakeFiles/doxygen.dir/all:
+	$(MAKE) -f CMakeFiles/doxygen.dir/build.make CMakeFiles/doxygen.dir/depend
+	$(MAKE) -f CMakeFiles/doxygen.dir/build.make CMakeFiles/doxygen.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target doxygen"
+.PHONY : CMakeFiles/doxygen.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/doxygen.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/doxygen.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/doxygen.dir/rule
+
+# Convenience name for target.
+doxygen: CMakeFiles/doxygen.dir/rule
+.PHONY : doxygen
+
+# clean rule for target.
+CMakeFiles/doxygen.dir/clean:
+	$(MAKE) -f CMakeFiles/doxygen.dir/build.make CMakeFiles/doxygen.dir/clean
+.PHONY : CMakeFiles/doxygen.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/doxygen.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/geometry_msgs_generate_messages_cpp.dir
+
+# All Build rule for target.
+CMakeFiles/geometry_msgs_generate_messages_cpp.dir/all:
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target geometry_msgs_generate_messages_cpp"
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_cpp.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/geometry_msgs_generate_messages_cpp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/geometry_msgs_generate_messages_cpp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_cpp.dir/rule
+
+# Convenience name for target.
+geometry_msgs_generate_messages_cpp: CMakeFiles/geometry_msgs_generate_messages_cpp.dir/rule
+.PHONY : geometry_msgs_generate_messages_cpp
+
+# clean rule for target.
+CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean:
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/geometry_msgs_generate_messages_lisp.dir
+
+# All Build rule for target.
+CMakeFiles/geometry_msgs_generate_messages_lisp.dir/all:
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target geometry_msgs_generate_messages_lisp"
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_lisp.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/geometry_msgs_generate_messages_lisp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/geometry_msgs_generate_messages_lisp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_lisp.dir/rule
+
+# Convenience name for target.
+geometry_msgs_generate_messages_lisp: CMakeFiles/geometry_msgs_generate_messages_lisp.dir/rule
+.PHONY : geometry_msgs_generate_messages_lisp
+
+# clean rule for target.
+CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean:
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/geometry_msgs_generate_messages_py.dir
+
+# All Build rule for target.
+CMakeFiles/geometry_msgs_generate_messages_py.dir/all:
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make CMakeFiles/geometry_msgs_generate_messages_py.dir/depend
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make CMakeFiles/geometry_msgs_generate_messages_py.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target geometry_msgs_generate_messages_py"
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_py.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/geometry_msgs_generate_messages_py.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/geometry_msgs_generate_messages_py.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_py.dir/rule
+
+# Convenience name for target.
+geometry_msgs_generate_messages_py: CMakeFiles/geometry_msgs_generate_messages_py.dir/rule
+.PHONY : geometry_msgs_generate_messages_py
+
+# clean rule for target.
+CMakeFiles/geometry_msgs_generate_messages_py.dir/clean:
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make CMakeFiles/geometry_msgs_generate_messages_py.dir/clean
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_py.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/geometry_msgs_generate_messages_py.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/roscpp_generate_messages_cpp.dir
+
+# All Build rule for target.
+CMakeFiles/roscpp_generate_messages_cpp.dir/all:
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_cpp.dir/build.make CMakeFiles/roscpp_generate_messages_cpp.dir/depend
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_cpp.dir/build.make CMakeFiles/roscpp_generate_messages_cpp.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target roscpp_generate_messages_cpp"
+.PHONY : CMakeFiles/roscpp_generate_messages_cpp.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/roscpp_generate_messages_cpp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/roscpp_generate_messages_cpp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/roscpp_generate_messages_cpp.dir/rule
+
+# Convenience name for target.
+roscpp_generate_messages_cpp: CMakeFiles/roscpp_generate_messages_cpp.dir/rule
+.PHONY : roscpp_generate_messages_cpp
+
+# clean rule for target.
+CMakeFiles/roscpp_generate_messages_cpp.dir/clean:
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_cpp.dir/build.make CMakeFiles/roscpp_generate_messages_cpp.dir/clean
+.PHONY : CMakeFiles/roscpp_generate_messages_cpp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/roscpp_generate_messages_cpp.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/roscpp_generate_messages_lisp.dir
+
+# All Build rule for target.
+CMakeFiles/roscpp_generate_messages_lisp.dir/all:
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_lisp.dir/build.make CMakeFiles/roscpp_generate_messages_lisp.dir/depend
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_lisp.dir/build.make CMakeFiles/roscpp_generate_messages_lisp.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target roscpp_generate_messages_lisp"
+.PHONY : CMakeFiles/roscpp_generate_messages_lisp.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/roscpp_generate_messages_lisp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/roscpp_generate_messages_lisp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/roscpp_generate_messages_lisp.dir/rule
+
+# Convenience name for target.
+roscpp_generate_messages_lisp: CMakeFiles/roscpp_generate_messages_lisp.dir/rule
+.PHONY : roscpp_generate_messages_lisp
+
+# clean rule for target.
+CMakeFiles/roscpp_generate_messages_lisp.dir/clean:
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_lisp.dir/build.make CMakeFiles/roscpp_generate_messages_lisp.dir/clean
+.PHONY : CMakeFiles/roscpp_generate_messages_lisp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/roscpp_generate_messages_lisp.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/roscpp_generate_messages_py.dir
+
+# All Build rule for target.
+CMakeFiles/roscpp_generate_messages_py.dir/all:
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_py.dir/build.make CMakeFiles/roscpp_generate_messages_py.dir/depend
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_py.dir/build.make CMakeFiles/roscpp_generate_messages_py.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target roscpp_generate_messages_py"
+.PHONY : CMakeFiles/roscpp_generate_messages_py.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/roscpp_generate_messages_py.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/roscpp_generate_messages_py.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/roscpp_generate_messages_py.dir/rule
+
+# Convenience name for target.
+roscpp_generate_messages_py: CMakeFiles/roscpp_generate_messages_py.dir/rule
+.PHONY : roscpp_generate_messages_py
+
+# clean rule for target.
+CMakeFiles/roscpp_generate_messages_py.dir/clean:
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_py.dir/build.make CMakeFiles/roscpp_generate_messages_py.dir/clean
+.PHONY : CMakeFiles/roscpp_generate_messages_py.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/roscpp_generate_messages_py.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir
+
+# All Build rule for target.
+CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/all:
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target rosgraph_msgs_generate_messages_cpp"
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/rule
+
+# Convenience name for target.
+rosgraph_msgs_generate_messages_cpp: CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/rule
+.PHONY : rosgraph_msgs_generate_messages_cpp
+
+# clean rule for target.
+CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean:
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir
+
+# All Build rule for target.
+CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/all:
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target rosgraph_msgs_generate_messages_lisp"
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/rule
+
+# Convenience name for target.
+rosgraph_msgs_generate_messages_lisp: CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/rule
+.PHONY : rosgraph_msgs_generate_messages_lisp
+
+# clean rule for target.
+CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean:
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/rosgraph_msgs_generate_messages_py.dir
+
+# All Build rule for target.
+CMakeFiles/rosgraph_msgs_generate_messages_py.dir/all:
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target rosgraph_msgs_generate_messages_py"
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_py.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/rosgraph_msgs_generate_messages_py.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/rosgraph_msgs_generate_messages_py.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_py.dir/rule
+
+# Convenience name for target.
+rosgraph_msgs_generate_messages_py: CMakeFiles/rosgraph_msgs_generate_messages_py.dir/rule
+.PHONY : rosgraph_msgs_generate_messages_py
+
+# clean rule for target.
+CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean:
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/run_tests.dir
+
+# All Build rule for target.
+CMakeFiles/run_tests.dir/all:
+	$(MAKE) -f CMakeFiles/run_tests.dir/build.make CMakeFiles/run_tests.dir/depend
+	$(MAKE) -f CMakeFiles/run_tests.dir/build.make CMakeFiles/run_tests.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target run_tests"
+.PHONY : CMakeFiles/run_tests.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/run_tests.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/run_tests.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/run_tests.dir/rule
+
+# Convenience name for target.
+run_tests: CMakeFiles/run_tests.dir/rule
+.PHONY : run_tests
+
+# clean rule for target.
+CMakeFiles/run_tests.dir/clean:
+	$(MAKE) -f CMakeFiles/run_tests.dir/build.make CMakeFiles/run_tests.dir/clean
+.PHONY : CMakeFiles/run_tests.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/run_tests.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/sensor_msgs_generate_messages_cpp.dir
+
+# All Build rule for target.
+CMakeFiles/sensor_msgs_generate_messages_cpp.dir/all:
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target sensor_msgs_generate_messages_cpp"
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_cpp.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/sensor_msgs_generate_messages_cpp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/sensor_msgs_generate_messages_cpp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_cpp.dir/rule
+
+# Convenience name for target.
+sensor_msgs_generate_messages_cpp: CMakeFiles/sensor_msgs_generate_messages_cpp.dir/rule
+.PHONY : sensor_msgs_generate_messages_cpp
+
+# clean rule for target.
+CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean:
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/sensor_msgs_generate_messages_lisp.dir
+
+# All Build rule for target.
+CMakeFiles/sensor_msgs_generate_messages_lisp.dir/all:
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target sensor_msgs_generate_messages_lisp"
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_lisp.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/sensor_msgs_generate_messages_lisp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/sensor_msgs_generate_messages_lisp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_lisp.dir/rule
+
+# Convenience name for target.
+sensor_msgs_generate_messages_lisp: CMakeFiles/sensor_msgs_generate_messages_lisp.dir/rule
+.PHONY : sensor_msgs_generate_messages_lisp
+
+# clean rule for target.
+CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean:
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/sensor_msgs_generate_messages_py.dir
+
+# All Build rule for target.
+CMakeFiles/sensor_msgs_generate_messages_py.dir/all:
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make CMakeFiles/sensor_msgs_generate_messages_py.dir/depend
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make CMakeFiles/sensor_msgs_generate_messages_py.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target sensor_msgs_generate_messages_py"
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_py.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/sensor_msgs_generate_messages_py.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/sensor_msgs_generate_messages_py.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_py.dir/rule
+
+# Convenience name for target.
+sensor_msgs_generate_messages_py: CMakeFiles/sensor_msgs_generate_messages_py.dir/rule
+.PHONY : sensor_msgs_generate_messages_py
+
+# clean rule for target.
+CMakeFiles/sensor_msgs_generate_messages_py.dir/clean:
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make CMakeFiles/sensor_msgs_generate_messages_py.dir/clean
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_py.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/sensor_msgs_generate_messages_py.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/std_msgs_generate_messages_cpp.dir
+
+# All Build rule for target.
+CMakeFiles/std_msgs_generate_messages_cpp.dir/all:
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make CMakeFiles/std_msgs_generate_messages_cpp.dir/depend
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make CMakeFiles/std_msgs_generate_messages_cpp.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target std_msgs_generate_messages_cpp"
+.PHONY : CMakeFiles/std_msgs_generate_messages_cpp.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/std_msgs_generate_messages_cpp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/std_msgs_generate_messages_cpp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/std_msgs_generate_messages_cpp.dir/rule
+
+# Convenience name for target.
+std_msgs_generate_messages_cpp: CMakeFiles/std_msgs_generate_messages_cpp.dir/rule
+.PHONY : std_msgs_generate_messages_cpp
+
+# clean rule for target.
+CMakeFiles/std_msgs_generate_messages_cpp.dir/clean:
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make CMakeFiles/std_msgs_generate_messages_cpp.dir/clean
+.PHONY : CMakeFiles/std_msgs_generate_messages_cpp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/std_msgs_generate_messages_cpp.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/std_msgs_generate_messages_lisp.dir
+
+# All Build rule for target.
+CMakeFiles/std_msgs_generate_messages_lisp.dir/all:
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make CMakeFiles/std_msgs_generate_messages_lisp.dir/depend
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make CMakeFiles/std_msgs_generate_messages_lisp.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target std_msgs_generate_messages_lisp"
+.PHONY : CMakeFiles/std_msgs_generate_messages_lisp.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/std_msgs_generate_messages_lisp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/std_msgs_generate_messages_lisp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/std_msgs_generate_messages_lisp.dir/rule
+
+# Convenience name for target.
+std_msgs_generate_messages_lisp: CMakeFiles/std_msgs_generate_messages_lisp.dir/rule
+.PHONY : std_msgs_generate_messages_lisp
+
+# clean rule for target.
+CMakeFiles/std_msgs_generate_messages_lisp.dir/clean:
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make CMakeFiles/std_msgs_generate_messages_lisp.dir/clean
+.PHONY : CMakeFiles/std_msgs_generate_messages_lisp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/std_msgs_generate_messages_lisp.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/std_msgs_generate_messages_py.dir
+
+# All Build rule for target.
+CMakeFiles/std_msgs_generate_messages_py.dir/all:
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_py.dir/build.make CMakeFiles/std_msgs_generate_messages_py.dir/depend
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_py.dir/build.make CMakeFiles/std_msgs_generate_messages_py.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target std_msgs_generate_messages_py"
+.PHONY : CMakeFiles/std_msgs_generate_messages_py.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/std_msgs_generate_messages_py.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/std_msgs_generate_messages_py.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/std_msgs_generate_messages_py.dir/rule
+
+# Convenience name for target.
+std_msgs_generate_messages_py: CMakeFiles/std_msgs_generate_messages_py.dir/rule
+.PHONY : std_msgs_generate_messages_py
+
+# clean rule for target.
+CMakeFiles/std_msgs_generate_messages_py.dir/clean:
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_py.dir/build.make CMakeFiles/std_msgs_generate_messages_py.dir/clean
+.PHONY : CMakeFiles/std_msgs_generate_messages_py.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/std_msgs_generate_messages_py.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/tests.dir
+
+# All Build rule for target.
+CMakeFiles/tests.dir/all:
+	$(MAKE) -f CMakeFiles/tests.dir/build.make CMakeFiles/tests.dir/depend
+	$(MAKE) -f CMakeFiles/tests.dir/build.make CMakeFiles/tests.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 
+	@echo "Built target tests"
+.PHONY : CMakeFiles/tests.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/tests.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/tests.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : CMakeFiles/tests.dir/rule
+
+# Convenience name for target.
+tests: CMakeFiles/tests.dir/rule
+.PHONY : tests
+
+# clean rule for target.
+CMakeFiles/tests.dir/clean:
+	$(MAKE) -f CMakeFiles/tests.dir/build.make CMakeFiles/tests.dir/clean
+.PHONY : CMakeFiles/tests.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/tests.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory gtest
+
+# Convenience name for "all" pass in the directory.
+gtest/all:
+.PHONY : gtest/all
+
+# Convenience name for "clean" pass in the directory.
+gtest/clean: gtest/CMakeFiles/gtest.dir/clean
+gtest/clean: gtest/CMakeFiles/gtest_main.dir/clean
+.PHONY : gtest/clean
+
+# Convenience name for "preinstall" pass in the directory.
+gtest/preinstall:
+.PHONY : gtest/preinstall
+
+#=============================================================================
+# Target rules for target gtest/CMakeFiles/gtest.dir
+
+# All Build rule for target.
+gtest/CMakeFiles/gtest.dir/all:
+	$(MAKE) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/depend
+	$(MAKE) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles  2
+	@echo "Built target gtest"
+.PHONY : gtest/CMakeFiles/gtest.dir/all
+
+# Build rule for subdir invocation for target.
+gtest/CMakeFiles/gtest.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 1
+	$(MAKE) -f CMakeFiles/Makefile2 gtest/CMakeFiles/gtest.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : gtest/CMakeFiles/gtest.dir/rule
+
+# Convenience name for target.
+gtest: gtest/CMakeFiles/gtest.dir/rule
+.PHONY : gtest
+
+# clean rule for target.
+gtest/CMakeFiles/gtest.dir/clean:
+	$(MAKE) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/clean
+.PHONY : gtest/CMakeFiles/gtest.dir/clean
+
+# clean rule for target.
+clean: gtest/CMakeFiles/gtest.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target gtest/CMakeFiles/gtest_main.dir
+
+# All Build rule for target.
+gtest/CMakeFiles/gtest_main.dir/all: gtest/CMakeFiles/gtest.dir/all
+	$(MAKE) -f gtest/CMakeFiles/gtest_main.dir/build.make gtest/CMakeFiles/gtest_main.dir/depend
+	$(MAKE) -f gtest/CMakeFiles/gtest_main.dir/build.make gtest/CMakeFiles/gtest_main.dir/build
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles  3
+	@echo "Built target gtest_main"
+.PHONY : gtest/CMakeFiles/gtest_main.dir/all
+
+# Build rule for subdir invocation for target.
+gtest/CMakeFiles/gtest_main.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 2
+	$(MAKE) -f CMakeFiles/Makefile2 gtest/CMakeFiles/gtest_main.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : gtest/CMakeFiles/gtest_main.dir/rule
+
+# Convenience name for target.
+gtest_main: gtest/CMakeFiles/gtest_main.dir/rule
+.PHONY : gtest_main
+
+# clean rule for target.
+gtest/CMakeFiles/gtest_main.dir/clean:
+	$(MAKE) -f gtest/CMakeFiles/gtest_main.dir/build.make gtest/CMakeFiles/gtest_main.dir/clean
+.PHONY : gtest/CMakeFiles/gtest_main.dir/clean
+
+# clean rule for target.
+clean: gtest/CMakeFiles/gtest_main.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/odroid-build/auto_stop/CMakeFiles/TargetDirectories.txt b/odroid-build/auto_stop/CMakeFiles/TargetDirectories.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6794a68a9225454e4522d6ce711a318278003310
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1,24 @@
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/doxygen.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/run_tests.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir
+/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/tests.dir
diff --git a/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/CXX.includecache b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/CXX.includecache
new file mode 100644
index 0000000000000000000000000000000000000000..7b96b54885dda911a4fe862c7d8c3e3731ffec07
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/CXX.includecache
@@ -0,0 +1,748 @@
+#IncludeRegexLine: ^[ 	]*#[ 	]*(include|import)[ 	]*[<"]([^">]+)([">])
+
+#IncludeRegexScan: ^.*$
+
+#IncludeRegexComplain: ^$
+
+#IncludeRegexTransform: 
+
+/home/zargol/catkin_ws_user/src/auto_stop/src/auto_stop.cpp
+ros/ros.h
+/home/zargol/catkin_ws_user/src/auto_stop/src/ros/ros.h
+sensor_msgs/LaserScan.h
+/home/zargol/catkin_ws_user/src/auto_stop/src/sensor_msgs/LaserScan.h
+std_msgs/Int16.h
+-
+geometry_msgs/Twist.h
+-
+ros/ros.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/XmlRpcDecl.h
+ros/macros.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/XmlRpcValue.h
+XmlRpcDecl.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/XmlRpcDecl.h
+map
+-
+string
+-
+vector
+-
+time.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/geometry_msgs/Twist.h
+string
+-
+vector
+-
+map
+-
+ros/types.h
+-
+ros/serialization.h
+-
+ros/builtin_message_traits.h
+-
+ros/message_operations.h
+-
+geometry_msgs/Vector3.h
+-
+geometry_msgs/Vector3.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/geometry_msgs/Vector3.h
+string
+-
+vector
+-
+map
+-
+ros/types.h
+-
+ros/serialization.h
+-
+ros/builtin_message_traits.h
+-
+ros/message_operations.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/advertise_options.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/message_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message_traits.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/advertise_service_options.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/service_callback_helper.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service_callback_helper.h
+ros/service_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service_traits.h
+ros/message_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message_traits.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/assert.h
+ros/console.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/console.h
+ros/static_assert.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/static_assert.h
+ros/platform.h
+-
+stdlib.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/builtin_message_traits.h
+message_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_traits.h
+ros/time.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/time.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+stdint.h
+-
+assert.h
+-
+stddef.h
+-
+string
+-
+ros/assert.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/assert.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/serialized_message.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/serialized_message.h
+boost/shared_array.hpp
+-
+ros/macros.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/console.h
+console_backend.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/console_backend.h
+cstdio
+-
+sstream
+-
+ros/time.h
+-
+cstdarg
+-
+ros/macros.h
+-
+map
+-
+log4cxx/level.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/log4cxx/level.h
+rosconsole/macros_generated.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/rosconsole/macros_generated.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/console_backend.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/datatypes.h
+string
+-
+vector
+-
+map
+-
+set
+-
+list
+-
+boost/shared_ptr.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/duration.h
+iostream
+-
+math.h
+-
+stdexcept
+-
+climits
+-
+stdint.h
+-
+rostime_decl.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/rostime_decl.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/exception.h
+stdexcept
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/exceptions.h
+ros/exception.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/forwards.h
+string
+-
+vector
+-
+map
+-
+set
+-
+list
+-
+boost/shared_ptr.hpp
+-
+boost/weak_ptr.hpp
+-
+boost/function.hpp
+-
+ros/time.h
+-
+ros/macros.h
+-
+exceptions.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/exceptions.h
+ros/datatypes.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/datatypes.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/init.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/spinner.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/spinner.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/macros.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/master.h
+forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/forwards.h
+XmlRpcValue.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/XmlRpcValue.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message.h
+ros/macros.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/macros.h
+ros/assert.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/assert.h
+string
+-
+string.h
+-
+boost/shared_ptr.hpp
+-
+boost/array.hpp
+-
+stdint.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_event.h
+ros/time.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/time.h
+ros/datatypes.h
+-
+ros/message_traits.h
+-
+boost/type_traits/is_void.hpp
+-
+boost/type_traits/is_base_of.hpp
+-
+boost/type_traits/is_const.hpp
+-
+boost/type_traits/add_const.hpp
+-
+boost/type_traits/remove_const.hpp
+-
+boost/utility/enable_if.hpp
+-
+boost/function.hpp
+-
+boost/make_shared.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_forward.h
+cstddef
+-
+memory
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_operations.h
+ostream
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_traits.h
+message_forward.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_forward.h
+ros/time.h
+-
+string
+-
+boost/utility/enable_if.hpp
+-
+boost/type_traits/remove_const.hpp
+-
+boost/type_traits/remove_reference.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/names.h
+forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/forwards.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/node_handle.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/publisher.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/publisher.h
+ros/subscriber.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/subscriber.h
+ros/service_server.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service_server.h
+ros/service_client.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service_client.h
+ros/timer.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/timer.h
+ros/rate.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/rate.h
+ros/wall_timer.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/wall_timer.h
+ros/advertise_options.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/advertise_options.h
+ros/advertise_service_options.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/advertise_service_options.h
+ros/subscribe_options.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/subscribe_options.h
+ros/service_client_options.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service_client_options.h
+ros/timer_options.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/timer_options.h
+ros/wall_timer_options.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/wall_timer_options.h
+ros/spinner.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/spinner.h
+ros/init.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/init.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+boost/bind.hpp
+-
+XmlRpcValue.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/param.h
+forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/forwards.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+XmlRpcValue.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/XmlRpcValue.h
+vector
+-
+map
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/parameter_adapter.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/message_event.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message_event.h
+ros/static_assert.h
+-
+boost/type_traits/add_const.hpp
+-
+boost/type_traits/remove_const.hpp
+-
+boost/type_traits/remove_reference.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/platform.h
+windows.h
+-
+stdlib.h
+-
+string
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/publisher.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/common.h
+ros/message.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message.h
+ros/serialization.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/serialization.h
+boost/bind.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/rate.h
+ros/time.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/time.h
+rostime_decl.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/rostime_decl.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros.h
+ros/time.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/time.h
+ros/rate.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/rate.h
+ros/console.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/console.h
+ros/assert.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/assert.h
+ros/common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/common.h
+ros/types.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/types.h
+ros/node_handle.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/node_handle.h
+ros/publisher.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/publisher.h
+ros/single_subscriber_publisher.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/single_subscriber_publisher.h
+ros/service_server.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service_server.h
+ros/subscriber.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/subscriber.h
+ros/service.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service.h
+ros/init.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/init.h
+ros/master.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/master.h
+ros/this_node.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/this_node.h
+ros/param.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/param.h
+ros/topic.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/topic.h
+ros/names.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/names.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/roscpp_serialization_macros.h
+ros/macros.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/rostime_decl.h
+ros/macros.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/serialization.h
+roscpp_serialization_macros.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/roscpp_serialization_macros.h
+ros/types.h
+-
+ros/time.h
+-
+serialized_message.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/serialized_message.h
+ros/message_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message_traits.h
+ros/builtin_message_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/builtin_message_traits.h
+ros/exception.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/exception.h
+ros/datatypes.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/datatypes.h
+vector
+-
+map
+-
+boost/array.hpp
+-
+boost/call_traits.hpp
+-
+boost/utility/enable_if.hpp
+-
+boost/mpl/and.hpp
+-
+boost/mpl/or.hpp
+-
+boost/mpl/not.hpp
+-
+cstring
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/serialized_message.h
+roscpp_serialization_macros.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/roscpp_serialization_macros.h
+boost/shared_array.hpp
+-
+boost/shared_ptr.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service.h
+string
+-
+ros/common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/common.h
+ros/message.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/node_handle.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/node_handle.h
+ros/service_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service_traits.h
+ros/names.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/names.h
+boost/shared_ptr.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_callback_helper.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/common.h
+ros/message.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message.h
+ros/message_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message_traits.h
+ros/service_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service_traits.h
+ros/serialization.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/serialization.h
+boost/type_traits/is_base_of.hpp
+-
+boost/utility/enable_if.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_client.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/common.h
+ros/service_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service_traits.h
+ros/serialization.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/serialization.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_client_options.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+ros/service_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/service_traits.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_server.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_traits.h
+boost/type_traits/remove_reference.hpp
+-
+boost/type_traits/remove_const.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/single_subscriber_publisher.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/serialization.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/serialization.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+boost/utility.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/spinner.h
+ros/types.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/types.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+boost/shared_ptr.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/static_assert.h
+boost/static_assert.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/subscribe_options.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+ros/transport_hints.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/transport_hints.h
+ros/message_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message_traits.h
+subscription_callback_helper.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/subscription_callback_helper.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/subscriber.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/subscription_callback_helper.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/subscription_callback_helper.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/subscription_callback_helper.h
+typeinfo
+-
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+ros/parameter_adapter.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/parameter_adapter.h
+ros/message_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message_traits.h
+ros/builtin_message_traits.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/builtin_message_traits.h
+ros/serialization.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/serialization.h
+ros/message_event.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/message_event.h
+ros/static_assert.h
+-
+boost/type_traits/add_const.hpp
+-
+boost/type_traits/remove_const.hpp
+-
+boost/type_traits/remove_reference.hpp
+-
+boost/type_traits/is_base_of.hpp
+-
+boost/utility/enable_if.hpp
+-
+boost/make_shared.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/this_node.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/forwards.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/time.h
+ros/platform.h
+-
+iostream
+-
+cmath
+-
+ros/exception.h
+-
+duration.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/duration.h
+boost/math/special_functions/round.hpp
+-
+rostime_decl.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/rostime_decl.h
+sys/timeb.h
+-
+sys/time.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/timer.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/forwards.h
+timer_options.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/timer_options.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/timer_options.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/topic.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+node_handle.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/node_handle.h
+boost/shared_ptr.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/transport_hints.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+boost/lexical_cast.hpp
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/types.h
+stdint.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/wall_timer.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/forwards.h
+wall_timer_options.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/wall_timer_options.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/wall_timer_options.h
+common.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+ros/forwards.h
+/opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros/forwards.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/rosconsole/macros_generated.h
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/sensor_msgs/LaserScan.h
+string
+-
+vector
+-
+map
+-
+ros/types.h
+-
+ros/serialization.h
+-
+ros/builtin_message_traits.h
+-
+ros/message_operations.h
+-
+std_msgs/Header.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/std_msgs/Header.h
+string
+-
+vector
+-
+map
+-
+ros/types.h
+-
+ros/serialization.h
+-
+ros/builtin_message_traits.h
+-
+ros/message_operations.h
+-
+
+/opt/odroid-x2/sdk/opt/ros/indigo/include/std_msgs/Int16.h
+string
+-
+vector
+-
+map
+-
+ros/types.h
+-
+ros/serialization.h
+-
+ros/builtin_message_traits.h
+-
+ros/message_operations.h
+-
+
diff --git a/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f8a102d4da2002c60185c7cd7da3fe4a0aa4f876
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/DependInfo.cmake
@@ -0,0 +1,27 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+SET(CMAKE_DEPENDS_CHECK_CXX
+  "/home/zargol/catkin_ws_user/src/auto_stop/src/auto_stop.cpp" "/home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o"
+  )
+SET(CMAKE_CXX_COMPILER_ID "GNU")
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/build.make b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..ec22aec2e8099587bcd3e778707ed2d7f91be826
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/build.make
@@ -0,0 +1,120 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Include any dependencies generated for this target.
+include CMakeFiles/auto_stop_node.dir/depend.make
+
+# Include the progress variables for this target.
+include CMakeFiles/auto_stop_node.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include CMakeFiles/auto_stop_node.dir/flags.make
+
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: CMakeFiles/auto_stop_node.dir/flags.make
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /home/zargol/catkin_ws_user/src/auto_stop/src/auto_stop.cpp
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles $(CMAKE_PROGRESS_1)
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o"
+	/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++   $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o -c /home/zargol/catkin_ws_user/src/auto_stop/src/auto_stop.cpp
+
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.i: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.i"
+	/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++  $(CXX_DEFINES) $(CXX_FLAGS) -E /home/zargol/catkin_ws_user/src/auto_stop/src/auto_stop.cpp > CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.i
+
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.s: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.s"
+	/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++  $(CXX_DEFINES) $(CXX_FLAGS) -S /home/zargol/catkin_ws_user/src/auto_stop/src/auto_stop.cpp -o CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.s
+
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o.requires:
+.PHONY : CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o.requires
+
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o.provides: CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o.requires
+	$(MAKE) -f CMakeFiles/auto_stop_node.dir/build.make CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o.provides.build
+.PHONY : CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o.provides
+
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o.provides.build: CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o
+
+# Object files for target auto_stop_node
+auto_stop_node_OBJECTS = \
+"CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o"
+
+# External object files for target auto_stop_node
+auto_stop_node_EXTERNAL_OBJECTS =
+
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: CMakeFiles/auto_stop_node.dir/build.make
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/opt/ros/indigo/lib/libroscpp.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf/libpthread.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf/libboost_signals.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf/libboost_filesystem.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/opt/ros/indigo/lib/librosconsole.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/opt/ros/indigo/lib/librosconsole_log4cxx.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/opt/ros/indigo/lib/librosconsole_backend_interface.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/usr/lib/liblog4cxx.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf/libboost_regex.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/opt/ros/indigo/lib/libxmlrpcpp.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/opt/ros/indigo/lib/libroscpp_serialization.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/opt/ros/indigo/lib/librostime.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf/libboost_date_time.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/opt/ros/indigo/lib/libcpp_common.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf/libboost_system.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf/libboost_thread.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf/libpthread.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: /opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf/libconsole_bridge.so
+/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node: CMakeFiles/auto_stop_node.dir/link.txt
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable /home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node"
+	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/auto_stop_node.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+CMakeFiles/auto_stop_node.dir/build: /home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node
+.PHONY : CMakeFiles/auto_stop_node.dir/build
+
+CMakeFiles/auto_stop_node.dir/requires: CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o.requires
+.PHONY : CMakeFiles/auto_stop_node.dir/requires
+
+CMakeFiles/auto_stop_node.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/auto_stop_node.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/auto_stop_node.dir/clean
+
+CMakeFiles/auto_stop_node.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/auto_stop_node.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da792999624f93081ad52501f3cf59ae0ef977ab
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o"
+  "/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node.pdb"
+  "/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang CXX)
+  INCLUDE(CMakeFiles/auto_stop_node.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/depend.internal b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/depend.internal
new file mode 100644
index 0000000000000000000000000000000000000000..5d0f0c2fe12decc28ec579eb3cf70b57adcab885
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/depend.internal
@@ -0,0 +1,66 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o
+ /home/zargol/catkin_ws_user/src/auto_stop/src/auto_stop.cpp
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/XmlRpcDecl.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/XmlRpcValue.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/geometry_msgs/Twist.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/geometry_msgs/Vector3.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/advertise_options.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/advertise_service_options.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/assert.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/builtin_message_traits.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/console.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/console_backend.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/datatypes.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/duration.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/exception.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/exceptions.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/forwards.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/init.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/macros.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/master.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_event.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_forward.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_operations.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_traits.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/names.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/node_handle.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/param.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/parameter_adapter.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/platform.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/publisher.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/rate.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/roscpp_serialization_macros.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/rostime_decl.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/serialization.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/serialized_message.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_callback_helper.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_client.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_client_options.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_server.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_traits.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/single_subscriber_publisher.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/spinner.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/static_assert.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/subscribe_options.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/subscriber.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/subscription_callback_helper.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/this_node.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/time.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/timer.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/timer_options.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/topic.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/transport_hints.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/types.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/wall_timer.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/wall_timer_options.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/rosconsole/macros_generated.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/sensor_msgs/LaserScan.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/std_msgs/Header.h
+ /opt/odroid-x2/sdk/opt/ros/indigo/include/std_msgs/Int16.h
diff --git a/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/depend.make b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/depend.make
new file mode 100644
index 0000000000000000000000000000000000000000..2431ea7a426e3eaae2f28240404a0584a0d92453
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/depend.make
@@ -0,0 +1,66 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /home/zargol/catkin_ws_user/src/auto_stop/src/auto_stop.cpp
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/XmlRpcDecl.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/XmlRpcValue.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/geometry_msgs/Twist.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/geometry_msgs/Vector3.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/advertise_options.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/advertise_service_options.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/assert.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/builtin_message_traits.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/common.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/console.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/console_backend.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/datatypes.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/duration.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/exception.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/exceptions.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/forwards.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/init.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/macros.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/master.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_event.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_forward.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_operations.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/message_traits.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/names.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/node_handle.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/param.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/parameter_adapter.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/platform.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/publisher.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/rate.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/ros.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/roscpp_serialization_macros.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/rostime_decl.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/serialization.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/serialized_message.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_callback_helper.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_client.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_client_options.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_server.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/service_traits.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/single_subscriber_publisher.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/spinner.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/static_assert.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/subscribe_options.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/subscriber.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/subscription_callback_helper.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/this_node.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/time.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/timer.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/timer_options.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/topic.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/transport_hints.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/types.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/wall_timer.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/ros/wall_timer_options.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/rosconsole/macros_generated.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/sensor_msgs/LaserScan.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/std_msgs/Header.h
+CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o: /opt/odroid-x2/sdk/opt/ros/indigo/include/std_msgs/Int16.h
+
diff --git a/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/flags.make b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/flags.make
new file mode 100644
index 0000000000000000000000000000000000000000..2f480ad5850b09302bf57a2934efcf5bf95cdfb2
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/flags.make
@@ -0,0 +1,8 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# compile CXX with /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++
+CXX_FLAGS = -std=c++11  --sysroot=/opt/odroid-x2/sdk -I/opt/odroid-x2/sdk/opt/ros/indigo/include   
+
+CXX_DEFINES = -DROSCONSOLE_BACKEND_LOG4CXX -DROS_PACKAGE_NAME=\"auto_stop\"
+
diff --git a/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/link.txt b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/link.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2facc7d4152bdaf5211b83effa5895b533f7c90d
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/link.txt
@@ -0,0 +1 @@
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++   -std=c++11  --sysroot=/opt/odroid-x2/sdk    -Wl,--allow-shlib-undefined --sysroot=/opt/odroid-x2/sdk CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o  -o /home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node -rdynamic /opt/odroid-x2/sdk/opt/ros/indigo/lib/libroscpp.so -lpthread -lboost_signals -lboost_filesystem /opt/odroid-x2/sdk/opt/ros/indigo/lib/librosconsole.so /opt/odroid-x2/sdk/opt/ros/indigo/lib/librosconsole_log4cxx.so /opt/odroid-x2/sdk/opt/ros/indigo/lib/librosconsole_backend_interface.so /opt/odroid-x2/sdk//usr/lib/liblog4cxx.so -lboost_regex /opt/odroid-x2/sdk/opt/ros/indigo/lib/libxmlrpcpp.so /opt/odroid-x2/sdk/opt/ros/indigo/lib/libroscpp_serialization.so /opt/odroid-x2/sdk/opt/ros/indigo/lib/librostime.so -lboost_date_time /opt/odroid-x2/sdk/opt/ros/indigo/lib/libcpp_common.so -lboost_system -lboost_thread -lpthread -lconsole_bridge -Wl,-rpath,/opt/odroid-x2/sdk/opt/ros/indigo/lib:/opt/odroid-x2/sdk/usr/lib: 
diff --git a/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..781c7de277467a8195d562b5d08164806763e9bb
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/progress.make
@@ -0,0 +1,2 @@
+CMAKE_PROGRESS_1 = 1
+
diff --git a/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o
new file mode 100644
index 0000000000000000000000000000000000000000..d1e9226b4df7bad1dccb01a98e972f83c320efd9
Binary files /dev/null and b/odroid-build/auto_stop/CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o differ
diff --git a/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/build.make b/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..dce68057e1a78cc5390464b64b8fe5146bdcc28a
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/build.make
@@ -0,0 +1,66 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for clean_test_results.
+
+# Include the progress variables for this target.
+include CMakeFiles/clean_test_results.dir/progress.make
+
+CMakeFiles/clean_test_results:
+	/usr/bin/python /opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/test/remove_test_results.py /home/zargol/catkin_ws_user/odroid-build/auto_stop/test_results
+
+clean_test_results: CMakeFiles/clean_test_results
+clean_test_results: CMakeFiles/clean_test_results.dir/build.make
+.PHONY : clean_test_results
+
+# Rule to build all files generated by this target.
+CMakeFiles/clean_test_results.dir/build: clean_test_results
+.PHONY : CMakeFiles/clean_test_results.dir/build
+
+CMakeFiles/clean_test_results.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/clean_test_results.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/clean_test_results.dir/clean
+
+CMakeFiles/clean_test_results.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/clean_test_results.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..46c1cb3380779fbbbe7616c00d8a0946d61c6a9c
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/clean_test_results"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/clean_test_results.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/clean_test_results.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/build.make b/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..a332c731e4fdda35725fc62dc8fd778671e06d2c
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/build.make
@@ -0,0 +1,66 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for clean_test_results_auto_stop.
+
+# Include the progress variables for this target.
+include CMakeFiles/clean_test_results_auto_stop.dir/progress.make
+
+CMakeFiles/clean_test_results_auto_stop:
+	/usr/bin/python /opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake/test/remove_test_results.py /home/zargol/catkin_ws_user/odroid-build/auto_stop/test_results/auto_stop
+
+clean_test_results_auto_stop: CMakeFiles/clean_test_results_auto_stop
+clean_test_results_auto_stop: CMakeFiles/clean_test_results_auto_stop.dir/build.make
+.PHONY : clean_test_results_auto_stop
+
+# Rule to build all files generated by this target.
+CMakeFiles/clean_test_results_auto_stop.dir/build: clean_test_results_auto_stop
+.PHONY : CMakeFiles/clean_test_results_auto_stop.dir/build
+
+CMakeFiles/clean_test_results_auto_stop.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/clean_test_results_auto_stop.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/clean_test_results_auto_stop.dir/clean
+
+CMakeFiles/clean_test_results_auto_stop.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/clean_test_results_auto_stop.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..481c62211fc37ea2f8db4a56e0b83512401ce209
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/clean_test_results_auto_stop"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/clean_test_results_auto_stop.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/clean_test_results_auto_stop.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/cmake.check_cache b/odroid-build/auto_stop/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000000000000000000000000000000000000..3dccd731726d7faa8b29d8d7dba3b981a53ca497
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/build.make b/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..455b9442d0eec2cd29802e46eff645ec64c8011e
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for download_extra_data.
+
+# Include the progress variables for this target.
+include CMakeFiles/download_extra_data.dir/progress.make
+
+CMakeFiles/download_extra_data:
+
+download_extra_data: CMakeFiles/download_extra_data
+download_extra_data: CMakeFiles/download_extra_data.dir/build.make
+.PHONY : download_extra_data
+
+# Rule to build all files generated by this target.
+CMakeFiles/download_extra_data.dir/build: download_extra_data
+.PHONY : CMakeFiles/download_extra_data.dir/build
+
+CMakeFiles/download_extra_data.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/download_extra_data.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/download_extra_data.dir/clean
+
+CMakeFiles/download_extra_data.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/download_extra_data.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..cb7d8689350e9faa47b6f6b4397721e465bc951d
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/download_extra_data"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/download_extra_data.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/download_extra_data.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/doxygen.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/doxygen.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/doxygen.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/doxygen.dir/build.make b/odroid-build/auto_stop/CMakeFiles/doxygen.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..3747cc3e57a518fda350817125c0aefd1ce1a5c3
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/doxygen.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for doxygen.
+
+# Include the progress variables for this target.
+include CMakeFiles/doxygen.dir/progress.make
+
+CMakeFiles/doxygen:
+
+doxygen: CMakeFiles/doxygen
+doxygen: CMakeFiles/doxygen.dir/build.make
+.PHONY : doxygen
+
+# Rule to build all files generated by this target.
+CMakeFiles/doxygen.dir/build: doxygen
+.PHONY : CMakeFiles/doxygen.dir/build
+
+CMakeFiles/doxygen.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/doxygen.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/doxygen.dir/clean
+
+CMakeFiles/doxygen.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/doxygen.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/doxygen.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/doxygen.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/doxygen.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..3cf72d90fadf41b396b751a48c33595f7e87f6ed
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/doxygen.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/doxygen"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/doxygen.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/doxygen.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/doxygen.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/doxygen.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..dcd60479165baee6d3d3f8124716a99e9d78de58
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for geometry_msgs_generate_messages_cpp.
+
+# Include the progress variables for this target.
+include CMakeFiles/geometry_msgs_generate_messages_cpp.dir/progress.make
+
+CMakeFiles/geometry_msgs_generate_messages_cpp:
+
+geometry_msgs_generate_messages_cpp: CMakeFiles/geometry_msgs_generate_messages_cpp
+geometry_msgs_generate_messages_cpp: CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make
+.PHONY : geometry_msgs_generate_messages_cpp
+
+# Rule to build all files generated by this target.
+CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build: geometry_msgs_generate_messages_cpp
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build
+
+CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/geometry_msgs_generate_messages_cpp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean
+
+CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7604a6cdeb030b7b280812239ff689b3643f2eb0
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/geometry_msgs_generate_messages_cpp"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/geometry_msgs_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..5843f8499e9e2b0741fee0511042ed81cb591c38
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for geometry_msgs_generate_messages_lisp.
+
+# Include the progress variables for this target.
+include CMakeFiles/geometry_msgs_generate_messages_lisp.dir/progress.make
+
+CMakeFiles/geometry_msgs_generate_messages_lisp:
+
+geometry_msgs_generate_messages_lisp: CMakeFiles/geometry_msgs_generate_messages_lisp
+geometry_msgs_generate_messages_lisp: CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make
+.PHONY : geometry_msgs_generate_messages_lisp
+
+# Rule to build all files generated by this target.
+CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build: geometry_msgs_generate_messages_lisp
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build
+
+CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/geometry_msgs_generate_messages_lisp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean
+
+CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..71acf8dfe59c41d1ba13dc7049c31133586a91c0
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/geometry_msgs_generate_messages_lisp"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/geometry_msgs_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..b2b6f8794488e36fac84b8cee6860b19f0270cbe
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for geometry_msgs_generate_messages_py.
+
+# Include the progress variables for this target.
+include CMakeFiles/geometry_msgs_generate_messages_py.dir/progress.make
+
+CMakeFiles/geometry_msgs_generate_messages_py:
+
+geometry_msgs_generate_messages_py: CMakeFiles/geometry_msgs_generate_messages_py
+geometry_msgs_generate_messages_py: CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make
+.PHONY : geometry_msgs_generate_messages_py
+
+# Rule to build all files generated by this target.
+CMakeFiles/geometry_msgs_generate_messages_py.dir/build: geometry_msgs_generate_messages_py
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_py.dir/build
+
+CMakeFiles/geometry_msgs_generate_messages_py.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/geometry_msgs_generate_messages_py.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_py.dir/clean
+
+CMakeFiles/geometry_msgs_generate_messages_py.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/geometry_msgs_generate_messages_py.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..ec52fbc605b99c89358eb2932a138c2047607e23
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/geometry_msgs_generate_messages_py"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/geometry_msgs_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/geometry_msgs_generate_messages_py.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/progress.marks b/odroid-build/auto_stop/CMakeFiles/progress.marks
new file mode 100644
index 0000000000000000000000000000000000000000..d00491fd7e5bb6fa28c517a0bb32b8b506539d4d
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+1
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..af2888d1ffa55d7777f17b1814ecbf5fca4b0aae
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for roscpp_generate_messages_cpp.
+
+# Include the progress variables for this target.
+include CMakeFiles/roscpp_generate_messages_cpp.dir/progress.make
+
+CMakeFiles/roscpp_generate_messages_cpp:
+
+roscpp_generate_messages_cpp: CMakeFiles/roscpp_generate_messages_cpp
+roscpp_generate_messages_cpp: CMakeFiles/roscpp_generate_messages_cpp.dir/build.make
+.PHONY : roscpp_generate_messages_cpp
+
+# Rule to build all files generated by this target.
+CMakeFiles/roscpp_generate_messages_cpp.dir/build: roscpp_generate_messages_cpp
+.PHONY : CMakeFiles/roscpp_generate_messages_cpp.dir/build
+
+CMakeFiles/roscpp_generate_messages_cpp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/roscpp_generate_messages_cpp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/roscpp_generate_messages_cpp.dir/clean
+
+CMakeFiles/roscpp_generate_messages_cpp.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/roscpp_generate_messages_cpp.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..20c0902535d9c60eba8389d046a5f1a2be257f75
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/roscpp_generate_messages_cpp"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/roscpp_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_cpp.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..6188aef4ab2af8d1b4cbd2b0ba4bec6e80068c39
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for roscpp_generate_messages_lisp.
+
+# Include the progress variables for this target.
+include CMakeFiles/roscpp_generate_messages_lisp.dir/progress.make
+
+CMakeFiles/roscpp_generate_messages_lisp:
+
+roscpp_generate_messages_lisp: CMakeFiles/roscpp_generate_messages_lisp
+roscpp_generate_messages_lisp: CMakeFiles/roscpp_generate_messages_lisp.dir/build.make
+.PHONY : roscpp_generate_messages_lisp
+
+# Rule to build all files generated by this target.
+CMakeFiles/roscpp_generate_messages_lisp.dir/build: roscpp_generate_messages_lisp
+.PHONY : CMakeFiles/roscpp_generate_messages_lisp.dir/build
+
+CMakeFiles/roscpp_generate_messages_lisp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/roscpp_generate_messages_lisp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/roscpp_generate_messages_lisp.dir/clean
+
+CMakeFiles/roscpp_generate_messages_lisp.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/roscpp_generate_messages_lisp.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..0d54a3c541bb3404d8c95b5c4b712314a6e28572
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/roscpp_generate_messages_lisp"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/roscpp_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_lisp.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/build.make b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..b3ab2c672b9458f5d6579cd9db1f1523624650ca
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for roscpp_generate_messages_py.
+
+# Include the progress variables for this target.
+include CMakeFiles/roscpp_generate_messages_py.dir/progress.make
+
+CMakeFiles/roscpp_generate_messages_py:
+
+roscpp_generate_messages_py: CMakeFiles/roscpp_generate_messages_py
+roscpp_generate_messages_py: CMakeFiles/roscpp_generate_messages_py.dir/build.make
+.PHONY : roscpp_generate_messages_py
+
+# Rule to build all files generated by this target.
+CMakeFiles/roscpp_generate_messages_py.dir/build: roscpp_generate_messages_py
+.PHONY : CMakeFiles/roscpp_generate_messages_py.dir/build
+
+CMakeFiles/roscpp_generate_messages_py.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/roscpp_generate_messages_py.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/roscpp_generate_messages_py.dir/clean
+
+CMakeFiles/roscpp_generate_messages_py.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/roscpp_generate_messages_py.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7282dbb98e94f379a3ba410241c2f3233ddacead
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/roscpp_generate_messages_py"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/roscpp_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/roscpp_generate_messages_py.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..21a0f5490be98442a6c70afdd739fd5a4c119687
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for rosgraph_msgs_generate_messages_cpp.
+
+# Include the progress variables for this target.
+include CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/progress.make
+
+CMakeFiles/rosgraph_msgs_generate_messages_cpp:
+
+rosgraph_msgs_generate_messages_cpp: CMakeFiles/rosgraph_msgs_generate_messages_cpp
+rosgraph_msgs_generate_messages_cpp: CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make
+.PHONY : rosgraph_msgs_generate_messages_cpp
+
+# Rule to build all files generated by this target.
+CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build: rosgraph_msgs_generate_messages_cpp
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build
+
+CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean
+
+CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..eff4ce5826754d499d08a88f66e32b73a0a1a436
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/rosgraph_msgs_generate_messages_cpp"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..ec9b1f18486b34980c1388df188c58a7db135ef0
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for rosgraph_msgs_generate_messages_lisp.
+
+# Include the progress variables for this target.
+include CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/progress.make
+
+CMakeFiles/rosgraph_msgs_generate_messages_lisp:
+
+rosgraph_msgs_generate_messages_lisp: CMakeFiles/rosgraph_msgs_generate_messages_lisp
+rosgraph_msgs_generate_messages_lisp: CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make
+.PHONY : rosgraph_msgs_generate_messages_lisp
+
+# Rule to build all files generated by this target.
+CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build: rosgraph_msgs_generate_messages_lisp
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build
+
+CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean
+
+CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..122b942568f3aa596068868e0f53662bdd42403b
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/rosgraph_msgs_generate_messages_lisp"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..f0b78189dc69b14aebf27a9fc334eecd8dac27aa
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for rosgraph_msgs_generate_messages_py.
+
+# Include the progress variables for this target.
+include CMakeFiles/rosgraph_msgs_generate_messages_py.dir/progress.make
+
+CMakeFiles/rosgraph_msgs_generate_messages_py:
+
+rosgraph_msgs_generate_messages_py: CMakeFiles/rosgraph_msgs_generate_messages_py
+rosgraph_msgs_generate_messages_py: CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make
+.PHONY : rosgraph_msgs_generate_messages_py
+
+# Rule to build all files generated by this target.
+CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build: rosgraph_msgs_generate_messages_py
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build
+
+CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/rosgraph_msgs_generate_messages_py.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean
+
+CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..f40020113755c9aee4cb3e56a1e9a941dd40ee24
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/rosgraph_msgs_generate_messages_py"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/rosgraph_msgs_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/run_tests.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/run_tests.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/run_tests.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/run_tests.dir/build.make b/odroid-build/auto_stop/CMakeFiles/run_tests.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..236161901f183013af3f25c2f590a8e9e7022f79
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/run_tests.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for run_tests.
+
+# Include the progress variables for this target.
+include CMakeFiles/run_tests.dir/progress.make
+
+CMakeFiles/run_tests:
+
+run_tests: CMakeFiles/run_tests
+run_tests: CMakeFiles/run_tests.dir/build.make
+.PHONY : run_tests
+
+# Rule to build all files generated by this target.
+CMakeFiles/run_tests.dir/build: run_tests
+.PHONY : CMakeFiles/run_tests.dir/build
+
+CMakeFiles/run_tests.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/run_tests.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/run_tests.dir/clean
+
+CMakeFiles/run_tests.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/run_tests.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/run_tests.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/run_tests.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/run_tests.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..45a3e057b232a7b384309346861b92192004e4e6
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/run_tests.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/run_tests"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/run_tests.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/run_tests.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/run_tests.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/run_tests.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..944fa7e6ae10f59ebe4a709db29bfd3b4dbfb6c7
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for sensor_msgs_generate_messages_cpp.
+
+# Include the progress variables for this target.
+include CMakeFiles/sensor_msgs_generate_messages_cpp.dir/progress.make
+
+CMakeFiles/sensor_msgs_generate_messages_cpp:
+
+sensor_msgs_generate_messages_cpp: CMakeFiles/sensor_msgs_generate_messages_cpp
+sensor_msgs_generate_messages_cpp: CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make
+.PHONY : sensor_msgs_generate_messages_cpp
+
+# Rule to build all files generated by this target.
+CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build: sensor_msgs_generate_messages_cpp
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build
+
+CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/sensor_msgs_generate_messages_cpp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean
+
+CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..9a8c5d474c584ed7fa727d85b0f3de102d40e266
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/sensor_msgs_generate_messages_cpp"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/sensor_msgs_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..b0bd75de747cce520cad3324908a220156598e55
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for sensor_msgs_generate_messages_lisp.
+
+# Include the progress variables for this target.
+include CMakeFiles/sensor_msgs_generate_messages_lisp.dir/progress.make
+
+CMakeFiles/sensor_msgs_generate_messages_lisp:
+
+sensor_msgs_generate_messages_lisp: CMakeFiles/sensor_msgs_generate_messages_lisp
+sensor_msgs_generate_messages_lisp: CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make
+.PHONY : sensor_msgs_generate_messages_lisp
+
+# Rule to build all files generated by this target.
+CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build: sensor_msgs_generate_messages_lisp
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build
+
+CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/sensor_msgs_generate_messages_lisp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean
+
+CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5fe672be8fd9fd3ae898f4732cb6c4341fd62fdf
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/sensor_msgs_generate_messages_lisp"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/sensor_msgs_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..7fb7e13b9edfb860fb65eb29074f8ba9f8ecae53
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for sensor_msgs_generate_messages_py.
+
+# Include the progress variables for this target.
+include CMakeFiles/sensor_msgs_generate_messages_py.dir/progress.make
+
+CMakeFiles/sensor_msgs_generate_messages_py:
+
+sensor_msgs_generate_messages_py: CMakeFiles/sensor_msgs_generate_messages_py
+sensor_msgs_generate_messages_py: CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make
+.PHONY : sensor_msgs_generate_messages_py
+
+# Rule to build all files generated by this target.
+CMakeFiles/sensor_msgs_generate_messages_py.dir/build: sensor_msgs_generate_messages_py
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_py.dir/build
+
+CMakeFiles/sensor_msgs_generate_messages_py.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/sensor_msgs_generate_messages_py.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_py.dir/clean
+
+CMakeFiles/sensor_msgs_generate_messages_py.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/sensor_msgs_generate_messages_py.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..87f1fb0f80db0f53ed290646d0d21488e1efea04
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/sensor_msgs_generate_messages_py"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/sensor_msgs_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/sensor_msgs_generate_messages_py.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..79f93b8394f3ebea3c42317d3e5640159f7612d9
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for std_msgs_generate_messages_cpp.
+
+# Include the progress variables for this target.
+include CMakeFiles/std_msgs_generate_messages_cpp.dir/progress.make
+
+CMakeFiles/std_msgs_generate_messages_cpp:
+
+std_msgs_generate_messages_cpp: CMakeFiles/std_msgs_generate_messages_cpp
+std_msgs_generate_messages_cpp: CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make
+.PHONY : std_msgs_generate_messages_cpp
+
+# Rule to build all files generated by this target.
+CMakeFiles/std_msgs_generate_messages_cpp.dir/build: std_msgs_generate_messages_cpp
+.PHONY : CMakeFiles/std_msgs_generate_messages_cpp.dir/build
+
+CMakeFiles/std_msgs_generate_messages_cpp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/std_msgs_generate_messages_cpp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/std_msgs_generate_messages_cpp.dir/clean
+
+CMakeFiles/std_msgs_generate_messages_cpp.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/std_msgs_generate_messages_cpp.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..6d9f3cf47cf0fbdacb00e4ede47fbdc38f49e4c8
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/std_msgs_generate_messages_cpp"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/std_msgs_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_cpp.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..5f967b48fde53e6fe80df96b450c0b1703d50629
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for std_msgs_generate_messages_lisp.
+
+# Include the progress variables for this target.
+include CMakeFiles/std_msgs_generate_messages_lisp.dir/progress.make
+
+CMakeFiles/std_msgs_generate_messages_lisp:
+
+std_msgs_generate_messages_lisp: CMakeFiles/std_msgs_generate_messages_lisp
+std_msgs_generate_messages_lisp: CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make
+.PHONY : std_msgs_generate_messages_lisp
+
+# Rule to build all files generated by this target.
+CMakeFiles/std_msgs_generate_messages_lisp.dir/build: std_msgs_generate_messages_lisp
+.PHONY : CMakeFiles/std_msgs_generate_messages_lisp.dir/build
+
+CMakeFiles/std_msgs_generate_messages_lisp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/std_msgs_generate_messages_lisp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/std_msgs_generate_messages_lisp.dir/clean
+
+CMakeFiles/std_msgs_generate_messages_lisp.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/std_msgs_generate_messages_lisp.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..162977988b102cd48fa1c2447161f19d1e316588
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/std_msgs_generate_messages_lisp"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/std_msgs_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_lisp.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/build.make b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..f9299834744cf1179c653aebe6e6263d5e25fbf2
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for std_msgs_generate_messages_py.
+
+# Include the progress variables for this target.
+include CMakeFiles/std_msgs_generate_messages_py.dir/progress.make
+
+CMakeFiles/std_msgs_generate_messages_py:
+
+std_msgs_generate_messages_py: CMakeFiles/std_msgs_generate_messages_py
+std_msgs_generate_messages_py: CMakeFiles/std_msgs_generate_messages_py.dir/build.make
+.PHONY : std_msgs_generate_messages_py
+
+# Rule to build all files generated by this target.
+CMakeFiles/std_msgs_generate_messages_py.dir/build: std_msgs_generate_messages_py
+.PHONY : CMakeFiles/std_msgs_generate_messages_py.dir/build
+
+CMakeFiles/std_msgs_generate_messages_py.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/std_msgs_generate_messages_py.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/std_msgs_generate_messages_py.dir/clean
+
+CMakeFiles/std_msgs_generate_messages_py.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/std_msgs_generate_messages_py.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..73217c00915ca0bab820ac3a73c0826ef19c8b2f
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/std_msgs_generate_messages_py"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/std_msgs_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/std_msgs_generate_messages_py.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CMakeFiles/tests.dir/DependInfo.cmake b/odroid-build/auto_stop/CMakeFiles/tests.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..da6d9e46777a09aeb5911e8bf90888bdefa6e696
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/tests.dir/DependInfo.cmake
@@ -0,0 +1,22 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "ROSCONSOLE_BACKEND_LOG4CXX"
+  "ROS_PACKAGE_NAME=\"auto_stop\""
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/opt/odroid-x2/sdk/opt/ros/indigo/include"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/CMakeFiles/tests.dir/build.make b/odroid-build/auto_stop/CMakeFiles/tests.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..f7656006325f3e3558441794aad44121b2feb127
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/tests.dir/build.make
@@ -0,0 +1,65 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Utility rule file for tests.
+
+# Include the progress variables for this target.
+include CMakeFiles/tests.dir/progress.make
+
+CMakeFiles/tests:
+
+tests: CMakeFiles/tests
+tests: CMakeFiles/tests.dir/build.make
+.PHONY : tests
+
+# Rule to build all files generated by this target.
+CMakeFiles/tests.dir/build: tests
+.PHONY : CMakeFiles/tests.dir/build
+
+CMakeFiles/tests.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/tests.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/tests.dir/clean
+
+CMakeFiles/tests.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/src/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/tests.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/tests.dir/depend
+
diff --git a/odroid-build/auto_stop/CMakeFiles/tests.dir/cmake_clean.cmake b/odroid-build/auto_stop/CMakeFiles/tests.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a0424cfc7c5b601a34b0d9d27f1fe9bdc349359c
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/tests.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/tests"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+  INCLUDE(CMakeFiles/tests.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/CMakeFiles/tests.dir/progress.make b/odroid-build/auto_stop/CMakeFiles/tests.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/odroid-build/auto_stop/CMakeFiles/tests.dir/progress.make
@@ -0,0 +1 @@
+
diff --git a/odroid-build/auto_stop/CTestTestfile.cmake b/odroid-build/auto_stop/CTestTestfile.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..311cffbb7c894b74e59da64f525d38c59e707919
--- /dev/null
+++ b/odroid-build/auto_stop/CTestTestfile.cmake
@@ -0,0 +1,7 @@
+# CMake generated Testfile for 
+# Source directory: /home/zargol/catkin_ws_user/src/auto_stop
+# Build directory: /home/zargol/catkin_ws_user/odroid-build/auto_stop
+# 
+# This file includes the relevant testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
+SUBDIRS(gtest)
diff --git a/odroid-build/auto_stop/Makefile b/odroid-build/auto_stop/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..0a46481d2b1a3d19f7c55710f581772f9119a70f
--- /dev/null
+++ b/odroid-build/auto_stop/Makefile
@@ -0,0 +1,541 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Default target executed when no arguments are given to make.
+default_target: all
+.PHONY : default_target
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# Special rule for the target edit_cache
+edit_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
+	/usr/bin/cmake -i .
+.PHONY : edit_cache
+
+# Special rule for the target edit_cache
+edit_cache/fast: edit_cache
+.PHONY : edit_cache/fast
+
+# Special rule for the target install
+install: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+.PHONY : install
+
+# Special rule for the target install
+install/fast: preinstall/fast
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+.PHONY : install/fast
+
+# Special rule for the target install/local
+install/local: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
+	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+.PHONY : install/local
+
+# Special rule for the target install/local
+install/local/fast: install/local
+.PHONY : install/local/fast
+
+# Special rule for the target install/strip
+install/strip: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
+	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+.PHONY : install/strip
+
+# Special rule for the target install/strip
+install/strip/fast: install/strip
+.PHONY : install/strip/fast
+
+# Special rule for the target list_install_components
+list_install_components:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
+.PHONY : list_install_components
+
+# Special rule for the target list_install_components
+list_install_components/fast: list_install_components
+.PHONY : list_install_components/fast
+
+# Special rule for the target rebuild_cache
+rebuild_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
+	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : rebuild_cache
+
+# Special rule for the target rebuild_cache
+rebuild_cache/fast: rebuild_cache
+.PHONY : rebuild_cache/fast
+
+# Special rule for the target test
+test:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
+	/usr/bin/ctest --force-new-ctest-process $(ARGS)
+.PHONY : test
+
+# Special rule for the target test
+test/fast: test
+.PHONY : test/fast
+
+# The main all target
+all: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles/progress.marks
+	$(MAKE) -f CMakeFiles/Makefile2 all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+	$(MAKE) -f CMakeFiles/Makefile2 clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+	$(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+	$(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+#=============================================================================
+# Target rules for targets named auto_stop_node
+
+# Build rule for target.
+auto_stop_node: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 auto_stop_node
+.PHONY : auto_stop_node
+
+# fast build rule for target.
+auto_stop_node/fast:
+	$(MAKE) -f CMakeFiles/auto_stop_node.dir/build.make CMakeFiles/auto_stop_node.dir/build
+.PHONY : auto_stop_node/fast
+
+#=============================================================================
+# Target rules for targets named clean_test_results
+
+# Build rule for target.
+clean_test_results: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 clean_test_results
+.PHONY : clean_test_results
+
+# fast build rule for target.
+clean_test_results/fast:
+	$(MAKE) -f CMakeFiles/clean_test_results.dir/build.make CMakeFiles/clean_test_results.dir/build
+.PHONY : clean_test_results/fast
+
+#=============================================================================
+# Target rules for targets named clean_test_results_auto_stop
+
+# Build rule for target.
+clean_test_results_auto_stop: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 clean_test_results_auto_stop
+.PHONY : clean_test_results_auto_stop
+
+# fast build rule for target.
+clean_test_results_auto_stop/fast:
+	$(MAKE) -f CMakeFiles/clean_test_results_auto_stop.dir/build.make CMakeFiles/clean_test_results_auto_stop.dir/build
+.PHONY : clean_test_results_auto_stop/fast
+
+#=============================================================================
+# Target rules for targets named download_extra_data
+
+# Build rule for target.
+download_extra_data: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 download_extra_data
+.PHONY : download_extra_data
+
+# fast build rule for target.
+download_extra_data/fast:
+	$(MAKE) -f CMakeFiles/download_extra_data.dir/build.make CMakeFiles/download_extra_data.dir/build
+.PHONY : download_extra_data/fast
+
+#=============================================================================
+# Target rules for targets named doxygen
+
+# Build rule for target.
+doxygen: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 doxygen
+.PHONY : doxygen
+
+# fast build rule for target.
+doxygen/fast:
+	$(MAKE) -f CMakeFiles/doxygen.dir/build.make CMakeFiles/doxygen.dir/build
+.PHONY : doxygen/fast
+
+#=============================================================================
+# Target rules for targets named geometry_msgs_generate_messages_cpp
+
+# Build rule for target.
+geometry_msgs_generate_messages_cpp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 geometry_msgs_generate_messages_cpp
+.PHONY : geometry_msgs_generate_messages_cpp
+
+# fast build rule for target.
+geometry_msgs_generate_messages_cpp/fast:
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build
+.PHONY : geometry_msgs_generate_messages_cpp/fast
+
+#=============================================================================
+# Target rules for targets named geometry_msgs_generate_messages_lisp
+
+# Build rule for target.
+geometry_msgs_generate_messages_lisp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 geometry_msgs_generate_messages_lisp
+.PHONY : geometry_msgs_generate_messages_lisp
+
+# fast build rule for target.
+geometry_msgs_generate_messages_lisp/fast:
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build
+.PHONY : geometry_msgs_generate_messages_lisp/fast
+
+#=============================================================================
+# Target rules for targets named geometry_msgs_generate_messages_py
+
+# Build rule for target.
+geometry_msgs_generate_messages_py: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 geometry_msgs_generate_messages_py
+.PHONY : geometry_msgs_generate_messages_py
+
+# fast build rule for target.
+geometry_msgs_generate_messages_py/fast:
+	$(MAKE) -f CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make CMakeFiles/geometry_msgs_generate_messages_py.dir/build
+.PHONY : geometry_msgs_generate_messages_py/fast
+
+#=============================================================================
+# Target rules for targets named roscpp_generate_messages_cpp
+
+# Build rule for target.
+roscpp_generate_messages_cpp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 roscpp_generate_messages_cpp
+.PHONY : roscpp_generate_messages_cpp
+
+# fast build rule for target.
+roscpp_generate_messages_cpp/fast:
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_cpp.dir/build.make CMakeFiles/roscpp_generate_messages_cpp.dir/build
+.PHONY : roscpp_generate_messages_cpp/fast
+
+#=============================================================================
+# Target rules for targets named roscpp_generate_messages_lisp
+
+# Build rule for target.
+roscpp_generate_messages_lisp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 roscpp_generate_messages_lisp
+.PHONY : roscpp_generate_messages_lisp
+
+# fast build rule for target.
+roscpp_generate_messages_lisp/fast:
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_lisp.dir/build.make CMakeFiles/roscpp_generate_messages_lisp.dir/build
+.PHONY : roscpp_generate_messages_lisp/fast
+
+#=============================================================================
+# Target rules for targets named roscpp_generate_messages_py
+
+# Build rule for target.
+roscpp_generate_messages_py: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 roscpp_generate_messages_py
+.PHONY : roscpp_generate_messages_py
+
+# fast build rule for target.
+roscpp_generate_messages_py/fast:
+	$(MAKE) -f CMakeFiles/roscpp_generate_messages_py.dir/build.make CMakeFiles/roscpp_generate_messages_py.dir/build
+.PHONY : roscpp_generate_messages_py/fast
+
+#=============================================================================
+# Target rules for targets named rosgraph_msgs_generate_messages_cpp
+
+# Build rule for target.
+rosgraph_msgs_generate_messages_cpp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 rosgraph_msgs_generate_messages_cpp
+.PHONY : rosgraph_msgs_generate_messages_cpp
+
+# fast build rule for target.
+rosgraph_msgs_generate_messages_cpp/fast:
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build
+.PHONY : rosgraph_msgs_generate_messages_cpp/fast
+
+#=============================================================================
+# Target rules for targets named rosgraph_msgs_generate_messages_lisp
+
+# Build rule for target.
+rosgraph_msgs_generate_messages_lisp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 rosgraph_msgs_generate_messages_lisp
+.PHONY : rosgraph_msgs_generate_messages_lisp
+
+# fast build rule for target.
+rosgraph_msgs_generate_messages_lisp/fast:
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build
+.PHONY : rosgraph_msgs_generate_messages_lisp/fast
+
+#=============================================================================
+# Target rules for targets named rosgraph_msgs_generate_messages_py
+
+# Build rule for target.
+rosgraph_msgs_generate_messages_py: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 rosgraph_msgs_generate_messages_py
+.PHONY : rosgraph_msgs_generate_messages_py
+
+# fast build rule for target.
+rosgraph_msgs_generate_messages_py/fast:
+	$(MAKE) -f CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build
+.PHONY : rosgraph_msgs_generate_messages_py/fast
+
+#=============================================================================
+# Target rules for targets named run_tests
+
+# Build rule for target.
+run_tests: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 run_tests
+.PHONY : run_tests
+
+# fast build rule for target.
+run_tests/fast:
+	$(MAKE) -f CMakeFiles/run_tests.dir/build.make CMakeFiles/run_tests.dir/build
+.PHONY : run_tests/fast
+
+#=============================================================================
+# Target rules for targets named sensor_msgs_generate_messages_cpp
+
+# Build rule for target.
+sensor_msgs_generate_messages_cpp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 sensor_msgs_generate_messages_cpp
+.PHONY : sensor_msgs_generate_messages_cpp
+
+# fast build rule for target.
+sensor_msgs_generate_messages_cpp/fast:
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build
+.PHONY : sensor_msgs_generate_messages_cpp/fast
+
+#=============================================================================
+# Target rules for targets named sensor_msgs_generate_messages_lisp
+
+# Build rule for target.
+sensor_msgs_generate_messages_lisp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 sensor_msgs_generate_messages_lisp
+.PHONY : sensor_msgs_generate_messages_lisp
+
+# fast build rule for target.
+sensor_msgs_generate_messages_lisp/fast:
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build
+.PHONY : sensor_msgs_generate_messages_lisp/fast
+
+#=============================================================================
+# Target rules for targets named sensor_msgs_generate_messages_py
+
+# Build rule for target.
+sensor_msgs_generate_messages_py: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 sensor_msgs_generate_messages_py
+.PHONY : sensor_msgs_generate_messages_py
+
+# fast build rule for target.
+sensor_msgs_generate_messages_py/fast:
+	$(MAKE) -f CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make CMakeFiles/sensor_msgs_generate_messages_py.dir/build
+.PHONY : sensor_msgs_generate_messages_py/fast
+
+#=============================================================================
+# Target rules for targets named std_msgs_generate_messages_cpp
+
+# Build rule for target.
+std_msgs_generate_messages_cpp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 std_msgs_generate_messages_cpp
+.PHONY : std_msgs_generate_messages_cpp
+
+# fast build rule for target.
+std_msgs_generate_messages_cpp/fast:
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make CMakeFiles/std_msgs_generate_messages_cpp.dir/build
+.PHONY : std_msgs_generate_messages_cpp/fast
+
+#=============================================================================
+# Target rules for targets named std_msgs_generate_messages_lisp
+
+# Build rule for target.
+std_msgs_generate_messages_lisp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 std_msgs_generate_messages_lisp
+.PHONY : std_msgs_generate_messages_lisp
+
+# fast build rule for target.
+std_msgs_generate_messages_lisp/fast:
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make CMakeFiles/std_msgs_generate_messages_lisp.dir/build
+.PHONY : std_msgs_generate_messages_lisp/fast
+
+#=============================================================================
+# Target rules for targets named std_msgs_generate_messages_py
+
+# Build rule for target.
+std_msgs_generate_messages_py: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 std_msgs_generate_messages_py
+.PHONY : std_msgs_generate_messages_py
+
+# fast build rule for target.
+std_msgs_generate_messages_py/fast:
+	$(MAKE) -f CMakeFiles/std_msgs_generate_messages_py.dir/build.make CMakeFiles/std_msgs_generate_messages_py.dir/build
+.PHONY : std_msgs_generate_messages_py/fast
+
+#=============================================================================
+# Target rules for targets named tests
+
+# Build rule for target.
+tests: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 tests
+.PHONY : tests
+
+# fast build rule for target.
+tests/fast:
+	$(MAKE) -f CMakeFiles/tests.dir/build.make CMakeFiles/tests.dir/build
+.PHONY : tests/fast
+
+#=============================================================================
+# Target rules for targets named gtest
+
+# Build rule for target.
+gtest: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 gtest
+.PHONY : gtest
+
+# fast build rule for target.
+gtest/fast:
+	$(MAKE) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/build
+.PHONY : gtest/fast
+
+#=============================================================================
+# Target rules for targets named gtest_main
+
+# Build rule for target.
+gtest_main: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 gtest_main
+.PHONY : gtest_main
+
+# fast build rule for target.
+gtest_main/fast:
+	$(MAKE) -f gtest/CMakeFiles/gtest_main.dir/build.make gtest/CMakeFiles/gtest_main.dir/build
+.PHONY : gtest_main/fast
+
+src/auto_stop.o: src/auto_stop.cpp.o
+.PHONY : src/auto_stop.o
+
+# target to build an object file
+src/auto_stop.cpp.o:
+	$(MAKE) -f CMakeFiles/auto_stop_node.dir/build.make CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o
+.PHONY : src/auto_stop.cpp.o
+
+src/auto_stop.i: src/auto_stop.cpp.i
+.PHONY : src/auto_stop.i
+
+# target to preprocess a source file
+src/auto_stop.cpp.i:
+	$(MAKE) -f CMakeFiles/auto_stop_node.dir/build.make CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.i
+.PHONY : src/auto_stop.cpp.i
+
+src/auto_stop.s: src/auto_stop.cpp.s
+.PHONY : src/auto_stop.s
+
+# target to generate assembly for a file
+src/auto_stop.cpp.s:
+	$(MAKE) -f CMakeFiles/auto_stop_node.dir/build.make CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.s
+.PHONY : src/auto_stop.cpp.s
+
+# Help Target
+help:
+	@echo "The following are some of the valid targets for this Makefile:"
+	@echo "... all (the default if no target is provided)"
+	@echo "... clean"
+	@echo "... depend"
+	@echo "... auto_stop_node"
+	@echo "... clean_test_results"
+	@echo "... clean_test_results_auto_stop"
+	@echo "... download_extra_data"
+	@echo "... doxygen"
+	@echo "... edit_cache"
+	@echo "... geometry_msgs_generate_messages_cpp"
+	@echo "... geometry_msgs_generate_messages_lisp"
+	@echo "... geometry_msgs_generate_messages_py"
+	@echo "... install"
+	@echo "... install/local"
+	@echo "... install/strip"
+	@echo "... list_install_components"
+	@echo "... rebuild_cache"
+	@echo "... roscpp_generate_messages_cpp"
+	@echo "... roscpp_generate_messages_lisp"
+	@echo "... roscpp_generate_messages_py"
+	@echo "... rosgraph_msgs_generate_messages_cpp"
+	@echo "... rosgraph_msgs_generate_messages_lisp"
+	@echo "... rosgraph_msgs_generate_messages_py"
+	@echo "... run_tests"
+	@echo "... sensor_msgs_generate_messages_cpp"
+	@echo "... sensor_msgs_generate_messages_lisp"
+	@echo "... sensor_msgs_generate_messages_py"
+	@echo "... std_msgs_generate_messages_cpp"
+	@echo "... std_msgs_generate_messages_lisp"
+	@echo "... std_msgs_generate_messages_py"
+	@echo "... test"
+	@echo "... tests"
+	@echo "... gtest"
+	@echo "... gtest_main"
+	@echo "... src/auto_stop.o"
+	@echo "... src/auto_stop.i"
+	@echo "... src/auto_stop.s"
+.PHONY : help
+
+
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/odroid-build/auto_stop/build_env.sh b/odroid-build/auto_stop/build_env.sh
new file mode 100755
index 0000000000000000000000000000000000000000..e33ce7b2058f640293bb95bd0f47ef764aeb2386
--- /dev/null
+++ b/odroid-build/auto_stop/build_env.sh
@@ -0,0 +1,46 @@
+#!/usr/bin/env sh
+# generated from within catkin_tools/verbs/catkin_build/common.py
+
+if [ $# -eq 0 ] ; then
+  /bin/echo "Usage: build_env.sh COMMANDS"
+  /bin/echo "Calling build_env.sh without arguments is not supported anymore."
+  /bin/echo "Instead spawn a subshell and source a setup file manually."
+  exit 1
+fi
+
+# save original args for later
+_ARGS=
+_ARGI=0
+for arg in "$@"; do
+  # Define placeholder variable
+  eval "_A$_ARGI=\$arg"
+  # Add placeholder variable to arg list
+  _ARGS="$_ARGS \"\$_A$_ARGI\""
+  # Increment arg index
+  _ARGI=`expr $_ARGI + 1`
+
+  #######################
+  ## Uncomment for debug:
+  #_escaped="$(echo "$arg" | sed -e 's@ @ @g')"
+  #echo "$_escaped"
+  #eval "echo '$_ARGI \$_A$_ARGI'"
+  #######################
+done
+
+#######################
+## Uncomment for debug:
+#echo "exec args:"
+#echo "$_ARGS"
+#for arg in $_ARGS; do eval echo $arg; done
+#echo "-----------"
+#####################
+
+# remove all passed in args, resetting $@, $*, $#, $n
+shift $#
+# set the args for the sourced scripts
+set -- $@ "--extend"
+# source setup.sh with implicit --extend argument for each direct build depend in the workspace
+
+
+# execute given args
+eval exec $_ARGS
diff --git a/odroid-build/auto_stop/catkin/catkin_generated/version/package.cmake b/odroid-build/auto_stop/catkin/catkin_generated/version/package.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5c0c84c12f0ab4842012546596ef04caacd7a144
--- /dev/null
+++ b/odroid-build/auto_stop/catkin/catkin_generated/version/package.cmake
@@ -0,0 +1,9 @@
+set(_CATKIN_CURRENT_PACKAGE "catkin")
+set(catkin_VERSION "0.6.16")
+set(catkin_BUILD_DEPENDS_python-catkin-pkg_VERSION_GT "0.2.9")
+set(catkin_BUILD_DEPENDS "python-empy" "python-argparse" "python-catkin-pkg")
+set(catkin_DEPRECATED "")
+set(catkin_RUN_DEPENDS "python-argparse" "python-catkin-pkg" "gtest" "python-empy" "python-nose")
+set(catkin_MAINTAINER "Dirk Thomas <dthomas@osrfoundation.org>")
+set(catkin_RUN_DEPENDS_python-catkin-pkg_VERSION_GT "0.2.9")
+set(catkin_BUILDTOOL_DEPENDS "cmake")
\ No newline at end of file
diff --git a/odroid-build/auto_stop/catkin_generated/env_cached.sh b/odroid-build/auto_stop/catkin_generated/env_cached.sh
new file mode 100755
index 0000000000000000000000000000000000000000..d6be91db5c97c428f17b165713d3f9a077c78786
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/env_cached.sh
@@ -0,0 +1,16 @@
+#!/usr/bin/env sh
+# generated from catkin/cmake/templates/env.sh.in
+
+if [ $# -eq 0 ] ; then
+  /bin/echo "Usage: env.sh COMMANDS"
+  /bin/echo "Calling env.sh without arguments is not supported anymore. Instead spawn a subshell and source a setup file manually."
+  exit 1
+fi
+
+# ensure to not use different shell type which was set before
+CATKIN_SHELL=sh
+
+# source setup_cached.sh from same directory as this file
+_CATKIN_SETUP_DIR=$(cd "`dirname "$0"`" > /dev/null && pwd)
+. "$_CATKIN_SETUP_DIR/setup_cached.sh"
+exec "$@"
diff --git a/odroid-build/auto_stop/catkin_generated/generate_cached_setup.py b/odroid-build/auto_stop/catkin_generated/generate_cached_setup.py
new file mode 100644
index 0000000000000000000000000000000000000000..0e0a52c24253f8577d22d96c0270aa1f8dab0d99
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/generate_cached_setup.py
@@ -0,0 +1,30 @@
+# -*- coding: utf-8 -*-
+from __future__ import print_function
+import argparse
+import os
+import stat
+import sys
+
+# find the import for catkin's python package - either from source space or from an installed underlay
+if os.path.exists(os.path.join('/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake', 'catkinConfig.cmake.in')):
+    sys.path.insert(0, os.path.join('/opt/odroid-x2/sdk/opt/ros/indigo/share/catkin/cmake', '..', 'python'))
+try:
+    from catkin.environment_cache import generate_environment_script
+except ImportError:
+    # search for catkin package in all workspaces and prepend to path
+    for workspace in "/opt/odroid-x2/sdk/opt/ros/indigo;/opt/odroid-x2/sdk//opt/ros/indigo".split(';'):
+        python_path = os.path.join(workspace, 'lib/python2.7/dist-packages')
+        if os.path.isdir(os.path.join(python_path, 'catkin')):
+            sys.path.insert(0, python_path)
+            break
+    from catkin.environment_cache import generate_environment_script
+
+code = generate_environment_script('/home/zargol/catkin_ws_user/odroid-devel/env.sh')
+
+output_filename = '/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/setup_cached.sh'
+with open(output_filename, 'w') as f:
+    #print('Generate script for cached setup "%s"' % output_filename)
+    f.write('\n'.join(code))
+
+mode = os.stat(output_filename).st_mode
+os.chmod(output_filename, mode | stat.S_IXUSR)
diff --git a/odroid-build/auto_stop/catkin_generated/installspace/.rosinstall b/odroid-build/auto_stop/catkin_generated/installspace/.rosinstall
new file mode 100644
index 0000000000000000000000000000000000000000..f680e7c3e078d8e716d723d34a330bf368dcce5a
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/installspace/.rosinstall
@@ -0,0 +1,2 @@
+- setup-file:
+    local-name: /home/zargol/catkin_ws_user/odroid-install/setup.sh
diff --git a/odroid-build/auto_stop/catkin_generated/installspace/_setup_util.py b/odroid-build/auto_stop/catkin_generated/installspace/_setup_util.py
new file mode 100755
index 0000000000000000000000000000000000000000..77b55bf219fa78d8e8be1579c05286e0e22ff50f
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/installspace/_setup_util.py
@@ -0,0 +1,288 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+# Software License Agreement (BSD License)
+#
+# Copyright (c) 2012, Willow Garage, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above
+#    copyright notice, this list of conditions and the following
+#    disclaimer in the documentation and/or other materials provided
+#    with the distribution.
+#  * Neither the name of Willow Garage, Inc. nor the names of its
+#    contributors may be used to endorse or promote products derived
+#    from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+
+'''This file generates shell code for the setup.SHELL scripts to set environment variables'''
+
+from __future__ import print_function
+import argparse
+import copy
+import errno
+import os
+import platform
+import sys
+
+CATKIN_MARKER_FILE = '.catkin'
+
+system = platform.system()
+IS_DARWIN = (system == 'Darwin')
+IS_WINDOWS = (system == 'Windows')
+
+# subfolder of workspace prepended to CMAKE_PREFIX_PATH
+ENV_VAR_SUBFOLDERS = {
+    'CMAKE_PREFIX_PATH': '',
+    'CPATH': 'include',
+    'LD_LIBRARY_PATH' if not IS_DARWIN else 'DYLD_LIBRARY_PATH': ['lib', os.path.join('lib', 'x86_64-linux-gnu')],
+    'PATH': 'bin',
+    'PKG_CONFIG_PATH': [os.path.join('lib', 'pkgconfig'), os.path.join('lib', 'x86_64-linux-gnu', 'pkgconfig')],
+    'PYTHONPATH': 'lib/python2.7/dist-packages',
+}
+
+
+def rollback_env_variables(environ, env_var_subfolders):
+    '''
+    Generate shell code to reset environment variables
+    by unrolling modifications based on all workspaces in CMAKE_PREFIX_PATH.
+    This does not cover modifications performed by environment hooks.
+    '''
+    lines = []
+    unmodified_environ = copy.copy(environ)
+    for key in sorted(env_var_subfolders.keys()):
+        subfolders = env_var_subfolders[key]
+        if not isinstance(subfolders, list):
+            subfolders = [subfolders]
+        for subfolder in subfolders:
+            value = _rollback_env_variable(unmodified_environ, key, subfolder)
+            if value is not None:
+                environ[key] = value
+                lines.append(assignment(key, value))
+    if lines:
+        lines.insert(0, comment('reset environment variables by unrolling modifications based on all workspaces in CMAKE_PREFIX_PATH'))
+    return lines
+
+
+def _rollback_env_variable(environ, name, subfolder):
+    '''
+    For each catkin workspace in CMAKE_PREFIX_PATH remove the first entry from env[NAME] matching workspace + subfolder.
+
+    :param subfolder: str '' or subfoldername that may start with '/'
+    :returns: the updated value of the environment variable.
+    '''
+    value = environ[name] if name in environ else ''
+    env_paths = [path for path in value.split(os.pathsep) if path]
+    value_modified = False
+    if subfolder:
+        if subfolder.startswith(os.path.sep) or (os.path.altsep and subfolder.startswith(os.path.altsep)):
+            subfolder = subfolder[1:]
+        if subfolder.endswith(os.path.sep) or (os.path.altsep and subfolder.endswith(os.path.altsep)):
+            subfolder = subfolder[:-1]
+    for ws_path in _get_workspaces(environ, include_fuerte=True, include_non_existing=True):
+        path_to_find = os.path.join(ws_path, subfolder) if subfolder else ws_path
+        path_to_remove = None
+        for env_path in env_paths:
+            env_path_clean = env_path[:-1] if env_path and env_path[-1] in [os.path.sep, os.path.altsep] else env_path
+            if env_path_clean == path_to_find:
+                path_to_remove = env_path
+                break
+        if path_to_remove:
+            env_paths.remove(path_to_remove)
+            value_modified = True
+    new_value = os.pathsep.join(env_paths)
+    return new_value if value_modified else None
+
+
+def _get_workspaces(environ, include_fuerte=False, include_non_existing=False):
+    '''
+    Based on CMAKE_PREFIX_PATH return all catkin workspaces.
+
+    :param include_fuerte: The flag if paths starting with '/opt/odroid-x2/sdk//opt/ros/fuerte' should be considered workspaces, ``bool``
+    '''
+    # get all cmake prefix paths
+    env_name = 'CMAKE_PREFIX_PATH'
+    value = environ[env_name] if env_name in environ else ''
+    paths = [path for path in value.split(os.pathsep) if path]
+    # remove non-workspace paths
+    workspaces = [path for path in paths if os.path.isfile(os.path.join(path, CATKIN_MARKER_FILE)) or (include_fuerte and path.startswith('/opt/odroid-x2/sdk//opt/ros/fuerte')) or (include_non_existing and not os.path.exists(path))]
+    return workspaces
+
+
+def prepend_env_variables(environ, env_var_subfolders, workspaces):
+    '''
+    Generate shell code to prepend environment variables
+    for the all workspaces.
+    '''
+    lines = []
+    lines.append(comment('prepend folders of workspaces to environment variables'))
+
+    paths = [path for path in workspaces.split(os.pathsep) if path]
+
+    prefix = _prefix_env_variable(environ, 'CMAKE_PREFIX_PATH', paths, '')
+    lines.append(prepend(environ, 'CMAKE_PREFIX_PATH', prefix))
+
+    for key in sorted([key for key in env_var_subfolders.keys() if key != 'CMAKE_PREFIX_PATH']):
+        subfolder = env_var_subfolders[key]
+        prefix = _prefix_env_variable(environ, key, paths, subfolder)
+        lines.append(prepend(environ, key, prefix))
+    return lines
+
+
+def _prefix_env_variable(environ, name, paths, subfolders):
+    '''
+    Return the prefix to prepend to the environment variable NAME, adding any path in NEW_PATHS_STR without creating duplicate or empty items.
+    '''
+    value = environ[name] if name in environ else ''
+    environ_paths = [path for path in value.split(os.pathsep) if path]
+    checked_paths = []
+    for path in paths:
+        if not isinstance(subfolders, list):
+            subfolders = [subfolders]
+        for subfolder in subfolders:
+            path_tmp = path
+            if subfolder:
+                path_tmp = os.path.join(path_tmp, subfolder)
+            # exclude any path already in env and any path we already added
+            if path_tmp not in environ_paths and path_tmp not in checked_paths:
+                checked_paths.append(path_tmp)
+    prefix_str = os.pathsep.join(checked_paths)
+    if prefix_str != '' and environ_paths:
+        prefix_str += os.pathsep
+    return prefix_str
+
+
+def assignment(key, value):
+    if not IS_WINDOWS:
+        return 'export %s="%s"' % (key, value)
+    else:
+        return 'set %s=%s' % (key, value)
+
+
+def comment(msg):
+    if not IS_WINDOWS:
+        return '# %s' % msg
+    else:
+        return 'REM %s' % msg
+
+
+def prepend(environ, key, prefix):
+    if key not in environ or not environ[key]:
+        return assignment(key, prefix)
+    if not IS_WINDOWS:
+        return 'export %s="%s$%s"' % (key, prefix, key)
+    else:
+        return 'set %s=%s%%%s%%' % (key, prefix, key)
+
+
+def find_env_hooks(environ, cmake_prefix_path):
+    '''
+    Generate shell code with found environment hooks
+    for the all workspaces.
+    '''
+    lines = []
+    lines.append(comment('found environment hooks in workspaces'))
+
+    generic_env_hooks = []
+    generic_env_hooks_workspace = []
+    specific_env_hooks = []
+    specific_env_hooks_workspace = []
+    generic_env_hooks_by_filename = {}
+    specific_env_hooks_by_filename = {}
+    generic_env_hook_ext = 'bat' if IS_WINDOWS else 'sh'
+    specific_env_hook_ext = environ['CATKIN_SHELL'] if not IS_WINDOWS and 'CATKIN_SHELL' in environ and environ['CATKIN_SHELL'] else None
+    # remove non-workspace paths
+    workspaces = [path for path in cmake_prefix_path.split(os.pathsep) if path and os.path.isfile(os.path.join(path, CATKIN_MARKER_FILE))]
+    for workspace in reversed(workspaces):
+        env_hook_dir = os.path.join(workspace, 'etc', 'catkin', 'profile.d')
+        if os.path.isdir(env_hook_dir):
+            for filename in sorted(os.listdir(env_hook_dir)):
+                if filename.endswith('.%s' % generic_env_hook_ext):
+                    # remove previous env hook with same name if present
+                    if filename in generic_env_hooks_by_filename:
+                        i = generic_env_hooks.index(generic_env_hooks_by_filename[filename])
+                        generic_env_hooks.pop(i)
+                        generic_env_hooks_workspace.pop(i)
+                    # append env hook
+                    generic_env_hooks.append(os.path.join(env_hook_dir, filename))
+                    generic_env_hooks_workspace.append(workspace)
+                    generic_env_hooks_by_filename[filename] = generic_env_hooks[-1]
+                elif specific_env_hook_ext is not None and filename.endswith('.%s' % specific_env_hook_ext):
+                    # remove previous env hook with same name if present
+                    if filename in specific_env_hooks_by_filename:
+                        i = specific_env_hooks.index(specific_env_hooks_by_filename[filename])
+                        specific_env_hooks.pop(i)
+                        specific_env_hooks_workspace.pop(i)
+                    # append env hook
+                    specific_env_hooks.append(os.path.join(env_hook_dir, filename))
+                    specific_env_hooks_workspace.append(workspace)
+                    specific_env_hooks_by_filename[filename] = specific_env_hooks[-1]
+    env_hooks = generic_env_hooks + specific_env_hooks
+    env_hooks_workspace = generic_env_hooks_workspace + specific_env_hooks_workspace
+    count = len(env_hooks)
+    lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_COUNT', count))
+    for i in range(count):
+        lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_%d' % i, env_hooks[i]))
+        lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_%d_WORKSPACE' % i, env_hooks_workspace[i]))
+    return lines
+
+
+def _parse_arguments(args=None):
+    parser = argparse.ArgumentParser(description='Generates code blocks for the setup.SHELL script.')
+    parser.add_argument('--extend', action='store_true', help='Skip unsetting previous environment variables to extend context')
+    return parser.parse_known_args(args=args)[0]
+
+
+if __name__ == '__main__':
+    try:
+        try:
+            args = _parse_arguments()
+        except Exception as e:
+            print(e, file=sys.stderr)
+            sys.exit(1)
+
+        # environment at generation time
+        CMAKE_PREFIX_PATH = '/opt/odroid-x2/sdk/opt/ros/indigo;/opt/odroid-x2/sdk//opt/ros/indigo'.split(';')
+        # prepend current workspace if not already part of CPP
+        base_path = os.path.dirname(__file__)
+        if base_path not in CMAKE_PREFIX_PATH:
+            CMAKE_PREFIX_PATH.insert(0, base_path)
+        CMAKE_PREFIX_PATH = os.pathsep.join(CMAKE_PREFIX_PATH)
+
+        environ = dict(os.environ)
+        lines = []
+        if not args.extend:
+            lines += rollback_env_variables(environ, ENV_VAR_SUBFOLDERS)
+        lines += prepend_env_variables(environ, ENV_VAR_SUBFOLDERS, CMAKE_PREFIX_PATH)
+        lines += find_env_hooks(environ, CMAKE_PREFIX_PATH)
+        print('\n'.join(lines))
+
+        # need to explicitly flush the output
+        sys.stdout.flush()
+    except IOError as e:
+        # and catch potantial "broken pipe" if stdout is not writable
+        # which can happen when piping the output to a file but the disk is full
+        if e.errno == errno.EPIPE:
+            print(e, file=sys.stderr)
+            sys.exit(2)
+        raise
+
+    sys.exit(0)
diff --git a/odroid-build/auto_stop/catkin_generated/installspace/auto_stop.pc b/odroid-build/auto_stop/catkin_generated/installspace/auto_stop.pc
new file mode 100644
index 0000000000000000000000000000000000000000..c6a7e9f1ab9efe00a8ca60229d5919bc7f67714f
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/installspace/auto_stop.pc
@@ -0,0 +1,8 @@
+prefix=/home/zargol/catkin_ws_user/odroid-install
+
+Name: auto_stop
+Description: Description of auto_stop
+Version: 0.0.0
+Cflags: 
+Libs: -L/home/zargol/catkin_ws_user/odroid-install/lib -lauto_stop
+Requires: std_msgs sensor_msgs geometry_msgs
diff --git a/odroid-build/auto_stop/catkin_generated/installspace/auto_stopConfig-version.cmake b/odroid-build/auto_stop/catkin_generated/installspace/auto_stopConfig-version.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/installspace/auto_stopConfig-version.cmake
@@ -0,0 +1,14 @@
+# generated from catkin/cmake/template/pkgConfig-version.cmake.in
+set(PACKAGE_VERSION "0.0.0")
+
+set(PACKAGE_VERSION_EXACT False)
+set(PACKAGE_VERSION_COMPATIBLE False)
+
+if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}")
+  set(PACKAGE_VERSION_EXACT True)
+  set(PACKAGE_VERSION_COMPATIBLE True)
+endif()
+
+if("${PACKAGE_FIND_VERSION}" VERSION_LESS "${PACKAGE_VERSION}")
+  set(PACKAGE_VERSION_COMPATIBLE True)
+endif()
diff --git a/odroid-build/auto_stop/catkin_generated/installspace/auto_stopConfig.cmake b/odroid-build/auto_stop/catkin_generated/installspace/auto_stopConfig.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5315c2f333ee83994d717ca9bf84fe342367d140
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/installspace/auto_stopConfig.cmake
@@ -0,0 +1,191 @@
+# generated from catkin/cmake/template/pkgConfig.cmake.in
+
+# append elements to a list and remove existing duplicates from the list
+# copied from catkin/cmake/list_append_deduplicate.cmake to keep pkgConfig
+# self contained
+macro(_list_append_deduplicate listname)
+  if(NOT "${ARGN}" STREQUAL "")
+    if(${listname})
+      list(REMOVE_ITEM ${listname} ${ARGN})
+    endif()
+    list(APPEND ${listname} ${ARGN})
+  endif()
+endmacro()
+
+# append elements to a list if they are not already in the list
+# copied from catkin/cmake/list_append_unique.cmake to keep pkgConfig
+# self contained
+macro(_list_append_unique listname)
+  foreach(_item ${ARGN})
+    list(FIND ${listname} ${_item} _index)
+    if(_index EQUAL -1)
+      list(APPEND ${listname} ${_item})
+    endif()
+  endforeach()
+endmacro()
+
+# pack a list of libraries with optional build configuration keywords
+# copied from catkin/cmake/catkin_libraries.cmake to keep pkgConfig
+# self contained
+macro(_pack_libraries_with_build_configuration VAR)
+  set(${VAR} "")
+  set(_argn ${ARGN})
+  list(LENGTH _argn _count)
+  set(_index 0)
+  while(${_index} LESS ${_count})
+    list(GET _argn ${_index} lib)
+    if("${lib}" MATCHES "^(debug|optimized|general)$")
+      math(EXPR _index "${_index} + 1")
+      if(${_index} EQUAL ${_count})
+        message(FATAL_ERROR "_pack_libraries_with_build_configuration() the list of libraries '${ARGN}' ends with '${lib}' which is a build configuration keyword and must be followed by a library")
+      endif()
+      list(GET _argn ${_index} library)
+      list(APPEND ${VAR} "${lib}${CATKIN_BUILD_CONFIGURATION_KEYWORD_SEPARATOR}${library}")
+    else()
+      list(APPEND ${VAR} "${lib}")
+    endif()
+    math(EXPR _index "${_index} + 1")
+  endwhile()
+endmacro()
+
+# unpack a list of libraries with optional build configuration keyword prefixes
+# copied from catkin/cmake/catkin_libraries.cmake to keep pkgConfig
+# self contained
+macro(_unpack_libraries_with_build_configuration VAR)
+  set(${VAR} "")
+  foreach(lib ${ARGN})
+    string(REGEX REPLACE "^(debug|optimized|general)${CATKIN_BUILD_CONFIGURATION_KEYWORD_SEPARATOR}(.+)$" "\\1;\\2" lib "${lib}")
+    list(APPEND ${VAR} "${lib}")
+  endforeach()
+endmacro()
+
+
+if(auto_stop_CONFIG_INCLUDED)
+  return()
+endif()
+set(auto_stop_CONFIG_INCLUDED TRUE)
+
+# set variables for source/devel/install prefixes
+if("FALSE" STREQUAL "TRUE")
+  set(auto_stop_SOURCE_PREFIX /home/zargol/catkin_ws_user/src/auto_stop)
+  set(auto_stop_DEVEL_PREFIX /home/zargol/catkin_ws_user/odroid-devel)
+  set(auto_stop_INSTALL_PREFIX "")
+  set(auto_stop_PREFIX ${auto_stop_DEVEL_PREFIX})
+else()
+  set(auto_stop_SOURCE_PREFIX "")
+  set(auto_stop_DEVEL_PREFIX "")
+  set(auto_stop_INSTALL_PREFIX /home/zargol/catkin_ws_user/odroid-install)
+  set(auto_stop_PREFIX ${auto_stop_INSTALL_PREFIX})
+endif()
+
+# warn when using a deprecated package
+if(NOT "" STREQUAL "")
+  set(_msg "WARNING: package 'auto_stop' is deprecated")
+  # append custom deprecation text if available
+  if(NOT "" STREQUAL "TRUE")
+    set(_msg "${_msg} ()")
+  endif()
+  message("${_msg}")
+endif()
+
+# flag project as catkin-based to distinguish if a find_package()-ed project is a catkin project
+set(auto_stop_FOUND_CATKIN_PROJECT TRUE)
+
+if(NOT " " STREQUAL " ")
+  set(auto_stop_INCLUDE_DIRS "")
+  set(_include_dirs "")
+  foreach(idir ${_include_dirs})
+    if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir})
+      set(include ${idir})
+    elseif("${idir} " STREQUAL "include ")
+      get_filename_component(include "${auto_stop_DIR}/../../../include" ABSOLUTE)
+      if(NOT IS_DIRECTORY ${include})
+        message(FATAL_ERROR "Project 'auto_stop' specifies '${idir}' as an include dir, which is not found.  It does not exist in '${include}'.  Ask the maintainer 'strodl <strodl@todo.todo>' to fix it.")
+      endif()
+    else()
+      message(FATAL_ERROR "Project 'auto_stop' specifies '${idir}' as an include dir, which is not found.  It does neither exist as an absolute directory nor in '/home/zargol/catkin_ws_user/odroid-install/${idir}'.  Ask the maintainer 'strodl <strodl@todo.todo>' to fix it.")
+    endif()
+    _list_append_unique(auto_stop_INCLUDE_DIRS ${include})
+  endforeach()
+endif()
+
+set(libraries "auto_stop")
+foreach(library ${libraries})
+  # keep build configuration keywords, target names and absolute libraries as-is
+  if("${library}" MATCHES "^(debug|optimized|general)$")
+    list(APPEND auto_stop_LIBRARIES ${library})
+  elseif(TARGET ${library})
+    list(APPEND auto_stop_LIBRARIES ${library})
+  elseif(IS_ABSOLUTE ${library})
+    list(APPEND auto_stop_LIBRARIES ${library})
+  else()
+    set(lib_path "")
+    set(lib "${library}-NOTFOUND")
+    # since the path where the library is found is returned we have to iterate over the paths manually
+    foreach(path /home/zargol/catkin_ws_user/odroid-install/lib;/opt/odroid-x2/sdk/opt/ros/indigo/lib;/opt/odroid-x2/sdk//opt/ros/indigo/lib)
+      find_library(lib ${library}
+        PATHS ${path}
+        NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
+      if(lib)
+        set(lib_path ${path})
+        break()
+      endif()
+    endforeach()
+    if(lib)
+      _list_append_unique(auto_stop_LIBRARY_DIRS ${lib_path})
+      list(APPEND auto_stop_LIBRARIES ${lib})
+    else()
+      # as a fall back for non-catkin libraries try to search globally
+      find_library(lib ${library})
+      if(NOT lib)
+        message(FATAL_ERROR "Project '${PROJECT_NAME}' tried to find library '${library}'.  The library is neither a target nor built/installed properly.  Did you compile project 'auto_stop'?  Did you find_package() it before the subdirectory containing its code is included?")
+      endif()
+      list(APPEND auto_stop_LIBRARIES ${lib})
+    endif()
+  endif()
+endforeach()
+
+set(auto_stop_EXPORTED_TARGETS "")
+# create dummy targets for exported code generation targets to make life of users easier
+foreach(t ${auto_stop_EXPORTED_TARGETS})
+  if(NOT TARGET ${t})
+    add_custom_target(${t})
+  endif()
+endforeach()
+
+set(depends "std_msgs;sensor_msgs;geometry_msgs")
+foreach(depend ${depends})
+  string(REPLACE " " ";" depend_list ${depend})
+  # the package name of the dependency must be kept in a unique variable so that it is not overwritten in recursive calls
+  list(GET depend_list 0 auto_stop_dep)
+  list(LENGTH depend_list count)
+  if(${count} EQUAL 1)
+    # simple dependencies must only be find_package()-ed once
+    if(NOT ${auto_stop_dep}_FOUND)
+      find_package(${auto_stop_dep} REQUIRED)
+    endif()
+  else()
+    # dependencies with components must be find_package()-ed again
+    list(REMOVE_AT depend_list 0)
+    find_package(${auto_stop_dep} REQUIRED ${depend_list})
+  endif()
+  _list_append_unique(auto_stop_INCLUDE_DIRS ${${auto_stop_dep}_INCLUDE_DIRS})
+
+  # merge build configuration keywords with library names to correctly deduplicate
+  _pack_libraries_with_build_configuration(auto_stop_LIBRARIES ${auto_stop_LIBRARIES})
+  _pack_libraries_with_build_configuration(_libraries ${${auto_stop_dep}_LIBRARIES})
+  _list_append_deduplicate(auto_stop_LIBRARIES ${_libraries})
+  # undo build configuration keyword merging after deduplication
+  _unpack_libraries_with_build_configuration(auto_stop_LIBRARIES ${auto_stop_LIBRARIES})
+
+  _list_append_unique(auto_stop_LIBRARY_DIRS ${${auto_stop_dep}_LIBRARY_DIRS})
+  list(APPEND auto_stop_EXPORTED_TARGETS ${${auto_stop_dep}_EXPORTED_TARGETS})
+endforeach()
+
+set(pkg_cfg_extras "")
+foreach(extra ${pkg_cfg_extras})
+  if(NOT IS_ABSOLUTE ${extra})
+    set(extra ${auto_stop_DIR}/${extra})
+  endif()
+  include(${extra})
+endforeach()
diff --git a/odroid-build/auto_stop/catkin_generated/installspace/env.sh b/odroid-build/auto_stop/catkin_generated/installspace/env.sh
new file mode 100755
index 0000000000000000000000000000000000000000..8aa9d244ae9475039027a5f25a8d41a46174cddf
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/installspace/env.sh
@@ -0,0 +1,16 @@
+#!/usr/bin/env sh
+# generated from catkin/cmake/templates/env.sh.in
+
+if [ $# -eq 0 ] ; then
+  /bin/echo "Usage: env.sh COMMANDS"
+  /bin/echo "Calling env.sh without arguments is not supported anymore. Instead spawn a subshell and source a setup file manually."
+  exit 1
+fi
+
+# ensure to not use different shell type which was set before
+CATKIN_SHELL=sh
+
+# source setup.sh from same directory as this file
+_CATKIN_SETUP_DIR=$(cd "`dirname "$0"`" > /dev/null && pwd)
+. "$_CATKIN_SETUP_DIR/setup.sh"
+exec "$@"
diff --git a/odroid-build/auto_stop/catkin_generated/installspace/setup.bash b/odroid-build/auto_stop/catkin_generated/installspace/setup.bash
new file mode 100644
index 0000000000000000000000000000000000000000..ff47af8f30bcc54efd5892530c84c4159250d4a3
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/installspace/setup.bash
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+# generated from catkin/cmake/templates/setup.bash.in
+
+CATKIN_SHELL=bash
+
+# source setup.sh from same directory as this file
+_CATKIN_SETUP_DIR=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)
+. "$_CATKIN_SETUP_DIR/setup.sh"
diff --git a/odroid-build/auto_stop/catkin_generated/installspace/setup.sh b/odroid-build/auto_stop/catkin_generated/installspace/setup.sh
new file mode 100644
index 0000000000000000000000000000000000000000..43002608ce5bbe69e0a5fd3666b4333637582cbc
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/installspace/setup.sh
@@ -0,0 +1,94 @@
+#!/usr/bin/env sh
+# generated from catkin/cmake/template/setup.sh.in
+
+# Sets various environment variables and sources additional environment hooks.
+# It tries it's best to undo changes from a previously sourced setup file before.
+# Supported command line options:
+# --extend: skips the undoing of changes from a previously sourced setup file
+
+# since this file is sourced either use the provided _CATKIN_SETUP_DIR
+# or fall back to the destination set at configure time
+: ${_CATKIN_SETUP_DIR:=/home/zargol/catkin_ws_user/odroid-install}
+_SETUP_UTIL="$_CATKIN_SETUP_DIR/_setup_util.py"
+unset _CATKIN_SETUP_DIR
+
+if [ ! -f "$_SETUP_UTIL" ]; then
+  echo "Missing Python script: $_SETUP_UTIL"
+  return 22
+fi
+
+# detect if running on Darwin platform
+_UNAME=`uname -s`
+_IS_DARWIN=0
+if [ "$_UNAME" = "Darwin" ]; then
+  _IS_DARWIN=1
+fi
+unset _UNAME
+
+# make sure to export all environment variables
+export CMAKE_PREFIX_PATH
+export CPATH
+if [ $_IS_DARWIN -eq 0 ]; then
+  export LD_LIBRARY_PATH
+else
+  export DYLD_LIBRARY_PATH
+fi
+unset _IS_DARWIN
+export PATH
+export PKG_CONFIG_PATH
+export PYTHONPATH
+
+# remember type of shell if not already set
+if [ -z "$CATKIN_SHELL" ]; then
+  CATKIN_SHELL=sh
+fi
+
+# invoke Python script to generate necessary exports of environment variables
+# use TMPDIR if it exists, otherwise fall back to /tmp
+if [ -d "${TMPDIR}" ]; then
+  _TMPDIR="${TMPDIR}"
+else
+  _TMPDIR=/tmp
+fi
+_SETUP_TMP=`mktemp "${_TMPDIR}/setup.sh.XXXXXXXXXX"`
+unset _TMPDIR
+if [ $? -ne 0 -o ! -f "$_SETUP_TMP" ]; then
+  echo "Could not create temporary file: $_SETUP_TMP"
+  return 1
+fi
+CATKIN_SHELL=$CATKIN_SHELL "$_SETUP_UTIL" $@ >> "$_SETUP_TMP"
+_RC=$?
+if [ $_RC -ne 0 ]; then
+  if [ $_RC -eq 2 ]; then
+    echo "Could not write the output of '$_SETUP_UTIL' to temporary file '$_SETUP_TMP': may be the disk if full?"
+  else
+    echo "Failed to run '\"$_SETUP_UTIL\" $@': return code $_RC"
+  fi
+  unset _RC
+  unset _SETUP_UTIL
+  rm -f "$_SETUP_TMP"
+  unset _SETUP_TMP
+  return 1
+fi
+unset _RC
+unset _SETUP_UTIL
+. "$_SETUP_TMP"
+rm -f "$_SETUP_TMP"
+unset _SETUP_TMP
+
+# source all environment hooks
+_i=0
+while [ $_i -lt $_CATKIN_ENVIRONMENT_HOOKS_COUNT ]; do
+  eval _envfile=\$_CATKIN_ENVIRONMENT_HOOKS_$_i
+  unset _CATKIN_ENVIRONMENT_HOOKS_$_i
+  eval _envfile_workspace=\$_CATKIN_ENVIRONMENT_HOOKS_${_i}_WORKSPACE
+  unset _CATKIN_ENVIRONMENT_HOOKS_${_i}_WORKSPACE
+  # set workspace for environment hook
+  CATKIN_ENV_HOOK_WORKSPACE=$_envfile_workspace
+  . "$_envfile"
+  unset CATKIN_ENV_HOOK_WORKSPACE
+  _i=$((_i + 1))
+done
+unset _i
+
+unset _CATKIN_ENVIRONMENT_HOOKS_COUNT
diff --git a/odroid-build/auto_stop/catkin_generated/installspace/setup.zsh b/odroid-build/auto_stop/catkin_generated/installspace/setup.zsh
new file mode 100644
index 0000000000000000000000000000000000000000..9f780b741031d8037b90514441a80f9fed39d02b
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/installspace/setup.zsh
@@ -0,0 +1,8 @@
+#!/usr/bin/env zsh
+# generated from catkin/cmake/templates/setup.zsh.in
+
+CATKIN_SHELL=zsh
+
+# source setup.sh from same directory as this file
+_CATKIN_SETUP_DIR=$(builtin cd -q "`dirname "$0"`" > /dev/null && pwd)
+emulate -R zsh -c 'source "$_CATKIN_SETUP_DIR/setup.sh"'
diff --git a/odroid-build/auto_stop/catkin_generated/ordered_paths.cmake b/odroid-build/auto_stop/catkin_generated/ordered_paths.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5f6431985516073a2c2152a8c8c4a63348bde465
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/ordered_paths.cmake
@@ -0,0 +1 @@
+set(ORDERED_PATHS "/opt/odroid-x2/sdk//opt/ros/indigo/lib")
\ No newline at end of file
diff --git a/odroid-build/auto_stop/catkin_generated/package.cmake b/odroid-build/auto_stop/catkin_generated/package.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..25651fcfdcfe5eefc3f2333281e0ec4cad3b3aae
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/package.cmake
@@ -0,0 +1,7 @@
+set(_CATKIN_CURRENT_PACKAGE "auto_stop")
+set(auto_stop_MAINTAINER "strodl <strodl@todo.todo>")
+set(auto_stop_DEPRECATED "")
+set(auto_stop_VERSION "0.0.0")
+set(auto_stop_BUILD_DEPENDS "roscpp" "std_msgs" "sensor_msgs" "geometry_msgs")
+set(auto_stop_RUN_DEPENDS "roscpp" "std_msgs" "sensor_msgs" "geometry_msgs")
+set(auto_stop_BUILDTOOL_DEPENDS "catkin")
\ No newline at end of file
diff --git a/odroid-build/auto_stop/catkin_generated/pkg.develspace.context.pc.py b/odroid-build/auto_stop/catkin_generated/pkg.develspace.context.pc.py
new file mode 100644
index 0000000000000000000000000000000000000000..d7ddf253656e17013e632f519a403af5b19d2e21
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/pkg.develspace.context.pc.py
@@ -0,0 +1,8 @@
+# generated from catkin/cmake/template/pkg.context.pc.in
+CATKIN_PACKAGE_PREFIX = ""
+PROJECT_PKG_CONFIG_INCLUDE_DIRS = "".split(';') if "" != "" else []
+PROJECT_CATKIN_DEPENDS = "std_msgs;sensor_msgs;geometry_msgs".replace(';', ' ')
+PKG_CONFIG_LIBRARIES_WITH_PREFIX = "-lauto_stop".split(';') if "-lauto_stop" != "" else []
+PROJECT_NAME = "auto_stop"
+PROJECT_SPACE_DIR = "/home/zargol/catkin_ws_user/odroid-devel"
+PROJECT_VERSION = "0.0.0"
diff --git a/odroid-build/auto_stop/catkin_generated/pkg.installspace.context.pc.py b/odroid-build/auto_stop/catkin_generated/pkg.installspace.context.pc.py
new file mode 100644
index 0000000000000000000000000000000000000000..bf5101524c3e2765a41a5ba9d3ce3d4d3fcb2800
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/pkg.installspace.context.pc.py
@@ -0,0 +1,8 @@
+# generated from catkin/cmake/template/pkg.context.pc.in
+CATKIN_PACKAGE_PREFIX = ""
+PROJECT_PKG_CONFIG_INCLUDE_DIRS = "".split(';') if "" != "" else []
+PROJECT_CATKIN_DEPENDS = "std_msgs;sensor_msgs;geometry_msgs".replace(';', ' ')
+PKG_CONFIG_LIBRARIES_WITH_PREFIX = "-lauto_stop".split(';') if "-lauto_stop" != "" else []
+PROJECT_NAME = "auto_stop"
+PROJECT_SPACE_DIR = "/home/zargol/catkin_ws_user/odroid-install"
+PROJECT_VERSION = "0.0.0"
diff --git a/odroid-build/auto_stop/catkin_generated/setup_cached.sh b/odroid-build/auto_stop/catkin_generated/setup_cached.sh
new file mode 100755
index 0000000000000000000000000000000000000000..9b0fcac79e2a0f5c0f29ced5aeb03d52fcbb3f16
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/setup_cached.sh
@@ -0,0 +1,17 @@
+#!/usr/bin/env sh
+# generated from catkin/python/catkin/environment_cache.py
+
+# based on a snapshot of the environment before and after calling the setup script
+# it emulates the modifications of the setup script without recurring computations
+
+# new environment variables
+
+# modified environment variables
+export CMAKE_PREFIX_PATH="/home/zargol/catkin_ws_user/odroid-devel:$CMAKE_PREFIX_PATH"
+export CPATH="/home/zargol/catkin_ws_user/odroid-devel/include:$CPATH"
+export LD_LIBRARY_PATH="/home/zargol/catkin_ws_user/odroid-devel/lib:/home/zargol/catkin_ws_user/odroid-devel/lib/x86_64-linux-gnu:/opt/odroid-x2/sdk/opt/ros/indigo/lib:/opt/odroid-x2/sdk/opt/ros/indigo/lib/x86_64-linux-gnu:/opt/odroid-x2/sdk//opt/ros/indigo/lib:/opt/odroid-x2/sdk//opt/ros/indigo/lib/x86_64-linux-gnu:/opt/odroid-x2/sdk/opt/ros/indigo/lib/arm-linux-gnueabihf:/opt/odroid-x2/sdk//opt/ros/indigo/lib/arm-linux-gnueabihf:/home/zargol/model_car/catkin_ws/devel/lib/x86_64-linux-gnu:/home/zargol/model_car/catkin_ws/install/lib/x86_64-linux-gnu:/opt/ros/indigo/lib/x86_64-linux-gnu:/home/zargol/catkin_ws/devel/lib:/home/zargol/catkin_ws/install/lib:/opt/ros/indigo/lib/python2.7/dist-packages:/opt/ros/indigo/lib/python2.7/dist-packages:/opt/ros/indigo/lib/python2.7/dist-packages"
+export PATH="/home/zargol/catkin_ws_user/odroid-devel/bin:$PATH"
+export PKG_CONFIG_PATH="/home/zargol/catkin_ws_user/odroid-devel/lib/pkgconfig:/home/zargol/catkin_ws_user/odroid-devel/lib/x86_64-linux-gnu/pkgconfig:/opt/odroid-x2/sdk/opt/ros/indigo/lib/pkgconfig:/opt/odroid-x2/sdk/opt/ros/indigo/lib/x86_64-linux-gnu/pkgconfig:/opt/odroid-x2/sdk//opt/ros/indigo/lib/pkgconfig:/opt/odroid-x2/sdk//opt/ros/indigo/lib/x86_64-linux-gnu/pkgconfig:/opt/odroid-x2/sdk/opt/ros/indigo/lib/arm-linux-gnueabihf/pkgconfig:/opt/odroid-x2/sdk//opt/ros/indigo/lib/arm-linux-gnueabihf/pkgconfig:/home/zargol/model_car/catkin_ws/devel/lib/x86_64-linux-gnu/pkgconfig:/home/zargol/model_car/catkin_ws/install/lib/x86_64-linux-gnu/pkgconfig:/opt/ros/indigo/lib/x86_64-linux-gnu/pkgconfig:/home/zargol/catkin_ws/devel/lib/pkgconfig:/home/zargol/catkin_ws/install/lib/pkgconfig"
+export PYTHONPATH="/home/zargol/catkin_ws_user/odroid-devel/lib/python2.7/dist-packages:$PYTHONPATH"
+export ROSLISP_PACKAGE_DIRECTORIES="/home/zargol/catkin_ws_user/odroid-devel/share/common-lisp"
+export ROS_PACKAGE_PATH="/home/zargol/catkin_ws_user/src/auto_stop:$ROS_PACKAGE_PATH"
\ No newline at end of file
diff --git a/odroid-build/auto_stop/catkin_generated/stamps/auto_stop/interrogate_setup_dot_py.py.stamp b/odroid-build/auto_stop/catkin_generated/stamps/auto_stop/interrogate_setup_dot_py.py.stamp
new file mode 100644
index 0000000000000000000000000000000000000000..41e93b168b7a99e59ae61099e568235b308d1dad
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/stamps/auto_stop/interrogate_setup_dot_py.py.stamp
@@ -0,0 +1,253 @@
+#!/usr/bin/env python
+
+# Software License Agreement (BSD License)
+#
+# Copyright (c) 2012, Willow Garage, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above
+#    copyright notice, this list of conditions and the following
+#    disclaimer in the documentation and/or other materials provided
+#    with the distribution.
+#  * Neither the name of Willow Garage, Inc. nor the names of its
+#    contributors may be used to endorse or promote products derived
+#    from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+
+from __future__ import print_function
+import os
+import sys
+
+import distutils.core
+try:
+    import setuptools
+except ImportError:
+    pass
+
+from argparse import ArgumentParser
+
+
+def _get_locations(pkgs, package_dir):
+    """
+    based on setuptools logic and the package_dir dict, builds a dict
+    of location roots for each pkg in pkgs.
+    See http://docs.python.org/distutils/setupscript.html
+
+    :returns: a dict {pkgname: root} for each pkgname in pkgs (and each of their parents)
+    """
+    # package_dir contains a dict {package_name: relativepath}
+    # Example {'': 'src', 'foo': 'lib', 'bar': 'lib2'}
+    #
+    # '' means where to look for any package unless a parent package
+    # is listed so package bar.pot is expected at lib2/bar/pot,
+    # whereas package sup.dee is expected at src/sup/dee
+    #
+    # if package_dir does not state anything about a package,
+    # setuptool expects the package folder to be in the root of the
+    # project
+    locations = {}
+    allprefix = package_dir.get('', '')
+    for pkg in pkgs:
+        parent_location = None
+        splits = pkg.split('.')
+        # we iterate over compound name from parent to child
+        # so once we found parent, children just append to their parent
+        for key_len in range(len(splits)):
+            key = '.'.join(splits[:key_len + 1])
+            if key not in locations:
+                if key in package_dir:
+                    locations[key] = package_dir[key]
+                elif parent_location is not None:
+                    locations[key] = os.path.join(parent_location, splits[key_len])
+                else:
+                    locations[key] = os.path.join(allprefix, key)
+            parent_location = locations[key]
+    return locations
+
+
+def generate_cmake_file(package_name, version, scripts, package_dir, pkgs, modules):
+    """
+    Generates lines to add to a cmake file which will set variables
+
+    :param version: str, format 'int.int.int'
+    :param scripts: [list of str]: relative paths to scripts
+    :param package_dir: {modulename: path}
+    :pkgs: [list of str] python_packages declared in catkin package
+    :modules: [list of str] python modules
+    """
+    prefix = '%s_SETUP_PY' % package_name
+    result = []
+    result.append(r'set(%s_VERSION "%s")' % (prefix, version))
+    result.append(r'set(%s_SCRIPTS "%s")' % (prefix, ';'.join(scripts)))
+
+    # Remove packages with '.' separators.
+    #
+    # setuptools allows specifying submodules in other folders than
+    # their parent
+    #
+    # The symlink approach of catkin does not work with such submodules.
+    # In the common case, this does not matter as the submodule is
+    # within the containing module.  We verify this assumption, and if
+    # it passes, we remove submodule packages.
+    locations = _get_locations(pkgs, package_dir)
+    for pkgname, location in locations.items():
+        if not '.' in pkgname:
+            continue
+        splits = pkgname.split('.')
+        # hack: ignore write-combining setup.py files for msg and srv files
+        if splits[1] in ['msg', 'srv']:
+            continue
+        # check every child has the same root folder as its parent
+        root_name = splits[0]
+        root_location = location
+        for _ in range(len(splits) - 1):
+            root_location = os.path.dirname(root_location)
+        if root_location != locations[root_name]:
+            raise RuntimeError(
+                "catkin_export_python does not support setup.py files that combine across multiple directories: %s in %s, %s in %s" % (pkgname, location, root_name, locations[root_name]))
+
+    # If checks pass, remove all submodules
+    pkgs = [p for p in pkgs if '.' not in p]
+
+    resolved_pkgs = []
+    for pkg in pkgs:
+        resolved_pkgs += [locations[pkg]]
+
+    result.append(r'set(%s_PACKAGES "%s")' % (prefix, ';'.join(pkgs)))
+    result.append(r'set(%s_PACKAGE_DIRS "%s")' % (prefix, ';'.join(resolved_pkgs).replace("\\", "/")))
+
+    # skip modules which collide with package names
+    filtered_modules = []
+    for modname in modules:
+        splits = modname.split('.')
+        # check all parents too
+        equals_package = [('.'.join(splits[:-i]) in locations) for i in range(len(splits))]
+        if any(equals_package):
+            continue
+        filtered_modules.append(modname)
+    module_locations = _get_locations(filtered_modules, package_dir)
+
+    result.append(r'set(%s_MODULES "%s")' % (prefix, ';'.join(['%s.py' % m.replace('.', '/') for m in filtered_modules])))
+    result.append(r'set(%s_MODULE_DIRS "%s")' % (prefix, ';'.join([module_locations[m] for m in filtered_modules]).replace("\\", "/")))
+
+    return result
+
+
+def _create_mock_setup_function(package_name, outfile):
+    """
+    Creates a function to call instead of distutils.core.setup or
+    setuptools.setup, which just captures some args and writes them
+    into a file that can be used from cmake
+
+    :param package_name: name of the package
+    :param outfile: filename that cmake will use afterwards
+    :returns: a function to replace disutils.core.setup and setuptools.setup
+    """
+
+    def setup(*args, **kwargs):
+        '''
+        Checks kwargs and writes a scriptfile
+        '''
+        if 'version' not in kwargs:
+            sys.stderr.write("\n*** Unable to find 'version' in setup.py of %s\n" % package_name)
+            raise RuntimeError("version not found in setup.py")
+        version = kwargs['version']
+        package_dir = kwargs.get('package_dir', {})
+
+        pkgs = kwargs.get('packages', [])
+        scripts = kwargs.get('scripts', [])
+        modules = kwargs.get('py_modules', [])
+
+        unsupported_args = [
+            'entry_points',
+            'exclude_package_data',
+            'ext_modules ',
+            'ext_package',
+            'include_package_data',
+            'namespace_packages',
+            'setup_requires',
+            'use_2to3',
+            'zip_safe']
+        used_unsupported_args = [arg for arg in unsupported_args if arg in kwargs]
+        if used_unsupported_args:
+            sys.stderr.write("*** Arguments %s to setup() not supported in catkin devel space in setup.py of %s\n" % (used_unsupported_args, package_name))
+
+        result = generate_cmake_file(package_name=package_name,
+                                     version=version,
+                                     scripts=scripts,
+                                     package_dir=package_dir,
+                                     pkgs=pkgs,
+                                     modules=modules)
+        with open(outfile, 'w') as out:
+            out.write('\n'.join(result))
+
+    return setup
+
+
+def main():
+    """
+    Script main, parses arguments and invokes Dummy.setup indirectly.
+    """
+    parser = ArgumentParser(description='Utility to read setup.py values from cmake macros. Creates a file with CMake set commands setting variables.')
+    parser.add_argument('package_name', help='Name of catkin package')
+    parser.add_argument('setupfile_path', help='Full path to setup.py')
+    parser.add_argument('outfile', help='Where to write result to')
+
+    args = parser.parse_args()
+
+    # print("%s" % sys.argv)
+    # PACKAGE_NAME = sys.argv[1]
+    # OUTFILE = sys.argv[3]
+    # print("Interrogating setup.py for package %s into %s " % (PACKAGE_NAME, OUTFILE),
+    #      file=sys.stderr)
+
+    # print("executing %s" % args.setupfile_path)
+
+    # be sure you're in the directory containing
+    # setup.py so the sys.path manipulation works,
+    # so the import of __version__ works
+    os.chdir(os.path.dirname(os.path.abspath(args.setupfile_path)))
+
+    # patch setup() function of distutils and setuptools for the
+    # context of evaluating setup.py
+    try:
+        fake_setup = _create_mock_setup_function(package_name=args.package_name,
+                                                outfile=args.outfile)
+
+        distutils_backup = distutils.core.setup
+        distutils.core.setup = fake_setup
+        try:
+            setuptools_backup = setuptools.setup
+            setuptools.setup = fake_setup
+        except NameError:
+            pass
+
+        with open(args.setupfile_path, 'r') as fh:
+            exec(fh.read())
+    finally:
+        distutils.core.setup = distutils_backup
+        try:
+            setuptools.setup = setuptools_backup
+        except NameError:
+            pass
+
+if __name__ == '__main__':
+    main()
diff --git a/odroid-build/auto_stop/catkin_generated/stamps/auto_stop/package.xml.stamp b/odroid-build/auto_stop/catkin_generated/stamps/auto_stop/package.xml.stamp
new file mode 100644
index 0000000000000000000000000000000000000000..64a8482744540f263237ed553cdb3adb778bf490
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/stamps/auto_stop/package.xml.stamp
@@ -0,0 +1,63 @@
+<?xml version="1.0"?>
+<package>
+  <name>auto_stop</name>
+  <version>0.0.0</version>
+  <description>The auto_stop package</description>
+
+  <!-- One maintainer tag required, multiple allowed, one person per tag --> 
+  <!-- Example:  -->
+  <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
+  <maintainer email="strodl@todo.todo">strodl</maintainer>
+
+
+  <!-- One license tag required, multiple allowed, one license per tag -->
+  <!-- Commonly used license strings: -->
+  <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
+  <license>TODO</license>
+
+
+  <!-- Url tags are optional, but mutiple are allowed, one per tag -->
+  <!-- Optional attribute type can be: website, bugtracker, or repository -->
+  <!-- Example: -->
+  <!-- <url type="website">http://wiki.ros.org/auto_stop</url> -->
+
+
+  <!-- Author tags are optional, mutiple are allowed, one per tag -->
+  <!-- Authors do not have to be maintianers, but could be -->
+  <!-- Example: -->
+  <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
+
+
+  <!-- The *_depend tags are used to specify dependencies -->
+  <!-- Dependencies can be catkin packages or system dependencies -->
+  <!-- Examples: -->
+  <!-- Use build_depend for packages you need at compile time: -->
+  <!--   <build_depend>message_generation</build_depend> -->
+  <!-- Use buildtool_depend for build tool packages: -->
+  <!--   <buildtool_depend>catkin</buildtool_depend> -->
+  <!-- Use run_depend for packages you need at runtime: -->
+  <!--   <run_depend>message_runtime</run_depend> -->
+  <!-- Use test_depend for packages you need only for testing: -->
+  <!--   <test_depend>gtest</test_depend> -->
+  <buildtool_depend>catkin</buildtool_depend>
+  <build_depend>roscpp</build_depend>
+  <build_depend>std_msgs</build_depend>
+  <build_depend>sensor_msgs</build_depend>
+    <build_depend>geometry_msgs</build_depend>
+
+  
+  <run_depend>roscpp</run_depend>
+  <run_depend>std_msgs</run_depend>
+    <run_depend>sensor_msgs</run_depend>
+    <run_depend>geometry_msgs</run_depend>
+
+  
+
+
+
+  <!-- The export tag contains other, unspecified, tags -->
+  <export>
+    <!-- Other tools can request additional information be placed here -->
+
+  </export>
+</package>
diff --git a/odroid-build/auto_stop/catkin_generated/stamps/auto_stop/pkg.pc.em.stamp b/odroid-build/auto_stop/catkin_generated/stamps/auto_stop/pkg.pc.em.stamp
new file mode 100644
index 0000000000000000000000000000000000000000..a4f72576cf4d2c8eac34ff317c7a5e21fd23fc43
--- /dev/null
+++ b/odroid-build/auto_stop/catkin_generated/stamps/auto_stop/pkg.pc.em.stamp
@@ -0,0 +1,8 @@
+prefix=@PROJECT_SPACE_DIR
+
+Name: @(CATKIN_PACKAGE_PREFIX + PROJECT_NAME)
+Description: Description of @PROJECT_NAME
+Version: @PROJECT_VERSION
+Cflags: @(' '.join(['-I%s' % include for include in PROJECT_PKG_CONFIG_INCLUDE_DIRS]))
+Libs: -L@PROJECT_SPACE_DIR/lib @(' '.join(PKG_CONFIG_LIBRARIES_WITH_PREFIX))
+Requires: @(PROJECT_CATKIN_DEPENDS)
diff --git a/odroid-build/auto_stop/cmake_install.cmake b/odroid-build/auto_stop/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..15e945e04f4790d5b17bacd4f4d18d17f4f73e3a
--- /dev/null
+++ b/odroid-build/auto_stop/cmake_install.cmake
@@ -0,0 +1,169 @@
+# Install script for directory: /home/zargol/catkin_ws_user/src/auto_stop
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/home/zargol/catkin_ws_user/odroid-install")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "1")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  
+      if (NOT EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}")
+        file(MAKE_DIRECTORY "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}")
+      endif()
+      if (NOT EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/.catkin")
+        file(WRITE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/.catkin" "")
+      endif()
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/home/zargol/catkin_ws_user/odroid-install/_setup_util.py")
+  IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+  IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+FILE(INSTALL DESTINATION "/home/zargol/catkin_ws_user/odroid-install" TYPE PROGRAM FILES "/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/installspace/_setup_util.py")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/home/zargol/catkin_ws_user/odroid-install/env.sh")
+  IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+  IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+FILE(INSTALL DESTINATION "/home/zargol/catkin_ws_user/odroid-install" TYPE PROGRAM FILES "/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/installspace/env.sh")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/home/zargol/catkin_ws_user/odroid-install/setup.bash")
+  IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+  IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+FILE(INSTALL DESTINATION "/home/zargol/catkin_ws_user/odroid-install" TYPE FILE FILES "/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/installspace/setup.bash")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/home/zargol/catkin_ws_user/odroid-install/setup.sh")
+  IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+  IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+FILE(INSTALL DESTINATION "/home/zargol/catkin_ws_user/odroid-install" TYPE FILE FILES "/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/installspace/setup.sh")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/home/zargol/catkin_ws_user/odroid-install/setup.zsh")
+  IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+  IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+FILE(INSTALL DESTINATION "/home/zargol/catkin_ws_user/odroid-install" TYPE FILE FILES "/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/installspace/setup.zsh")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/home/zargol/catkin_ws_user/odroid-install/.rosinstall")
+  IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+  IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+FILE(INSTALL DESTINATION "/home/zargol/catkin_ws_user/odroid-install" TYPE FILE FILES "/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/installspace/.rosinstall")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/installspace/auto_stop.pc")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/auto_stop/cmake" TYPE FILE FILES
+    "/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/installspace/auto_stopConfig.cmake"
+    "/home/zargol/catkin_ws_user/odroid-build/auto_stop/catkin_generated/installspace/auto_stopConfig-version.cmake"
+    )
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/auto_stop" TYPE FILE FILES "/home/zargol/catkin_ws_user/src/auto_stop/package.xml")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/auto_stop/auto_stop_node" AND
+     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/auto_stop/auto_stop_node")
+    FILE(RPATH_CHECK
+         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/auto_stop/auto_stop_node"
+         RPATH "")
+  ENDIF()
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/auto_stop" TYPE EXECUTABLE FILES "/home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node")
+  IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/auto_stop/auto_stop_node" AND
+     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/auto_stop/auto_stop_node")
+    FILE(RPATH_REMOVE
+         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/auto_stop/auto_stop_node")
+    IF(CMAKE_INSTALL_DO_STRIP)
+      EXECUTE_PROCESS(COMMAND "/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/auto_stop/auto_stop_node")
+    ENDIF(CMAKE_INSTALL_DO_STRIP)
+  ENDIF()
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/auto_stop" TYPE DIRECTORY FILES "/home/zargol/catkin_ws_user/src/auto_stop/launch" USE_SOURCE_PERMISSIONS)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for each subdirectory.
+  INCLUDE("/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/cmake_install.cmake")
+
+ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+
+IF(CMAKE_INSTALL_COMPONENT)
+  SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+ELSE(CMAKE_INSTALL_COMPONENT)
+  SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+ENDIF(CMAKE_INSTALL_COMPONENT)
+
+FILE(WRITE "/home/zargol/catkin_ws_user/odroid-build/auto_stop/${CMAKE_INSTALL_MANIFEST}" "")
+FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
+  FILE(APPEND "/home/zargol/catkin_ws_user/odroid-build/auto_stop/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
+ENDFOREACH(file)
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/CMakeDirectoryInformation.cmake b/odroid-build/auto_stop/gtest/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..aedf02737f96479392aba6c3cb671e1e423fafcc
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Relative path conversion top directories.
+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/src/gtest")
+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zargol/catkin_ws_user/odroid-build/auto_stop")
+
+# Force unix paths in dependencies.
+SET(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/DependInfo.cmake b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..9848b5e78f992931ac8bb67ce3648ec111751a5f
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/DependInfo.cmake
@@ -0,0 +1,27 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+SET(CMAKE_DEPENDS_CHECK_CXX
+  "/usr/src/gtest/src/gtest-all.cc" "/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
+  )
+SET(CMAKE_CXX_COMPILER_ID "GNU")
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "GTEST_CREATE_SHARED_LIBRARY=1"
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/usr/src/gtest/include"
+  "/usr/src/gtest"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/build.make b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..96ecf01e59cc232e4750b2eee3c8922ad0efa0d7
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/build.make
@@ -0,0 +1,102 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Include any dependencies generated for this target.
+include gtest/CMakeFiles/gtest.dir/depend.make
+
+# Include the progress variables for this target.
+include gtest/CMakeFiles/gtest.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include gtest/CMakeFiles/gtest.dir/flags.make
+
+gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: gtest/CMakeFiles/gtest.dir/flags.make
+gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: /usr/src/gtest/src/gtest-all.cc
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles $(CMAKE_PROGRESS_1)
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest && /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++   $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /usr/src/gtest/src/gtest-all.cc
+
+gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i"
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest && /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++  $(CXX_DEFINES) $(CXX_FLAGS) -E /usr/src/gtest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i
+
+gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s"
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest && /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++  $(CXX_DEFINES) $(CXX_FLAGS) -S /usr/src/gtest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s
+
+gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires:
+.PHONY : gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
+
+gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides: gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
+	$(MAKE) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build
+.PHONY : gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides
+
+gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build: gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
+
+# Object files for target gtest
+gtest_OBJECTS = \
+"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
+
+# External object files for target gtest
+gtest_EXTERNAL_OBJECTS =
+
+gtest/libgtest.so: gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
+gtest/libgtest.so: gtest/CMakeFiles/gtest.dir/build.make
+gtest/libgtest.so: gtest/CMakeFiles/gtest.dir/link.txt
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared library libgtest.so"
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+gtest/CMakeFiles/gtest.dir/build: gtest/libgtest.so
+.PHONY : gtest/CMakeFiles/gtest.dir/build
+
+gtest/CMakeFiles/gtest.dir/requires: gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
+.PHONY : gtest/CMakeFiles/gtest.dir/requires
+
+gtest/CMakeFiles/gtest.dir/clean:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake
+.PHONY : gtest/CMakeFiles/gtest.dir/clean
+
+gtest/CMakeFiles/gtest.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /usr/src/gtest /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : gtest/CMakeFiles/gtest.dir/depend
+
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..015a1ee758d03883e0dba1d769ce89092526dcd7
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/gtest.dir/src/gtest-all.cc.o"
+  "libgtest.pdb"
+  "libgtest.so"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang CXX)
+  INCLUDE(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/depend.make b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/depend.make
new file mode 100644
index 0000000000000000000000000000000000000000..37ac348dbdee84ac90462c82dae3a4f7ca757dc1
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for gtest.
+# This may be replaced when dependencies are built.
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/flags.make b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/flags.make
new file mode 100644
index 0000000000000000000000000000000000000000..f96e50121ec0dc67ab5bea3acf261039042d45f5
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/flags.make
@@ -0,0 +1,8 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# compile CXX with /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++
+CXX_FLAGS = -std=c++11  --sysroot=/opt/odroid-x2/sdk -fPIC -I/usr/src/gtest/include -I/usr/src/gtest    -std=c++11  --sysroot=/opt/odroid-x2/sdk -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra
+
+CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_EXPORTS
+
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/link.txt b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/link.txt
new file mode 100644
index 0000000000000000000000000000000000000000..53d339297bf0845cc7b43819262afccf9e22c359
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/link.txt
@@ -0,0 +1 @@
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++  -fPIC -std=c++11  --sysroot=/opt/odroid-x2/sdk   -shared -Wl,-soname,libgtest.so -o libgtest.so CMakeFiles/gtest.dir/src/gtest-all.cc.o  -L/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/src -lpthread -Wl,-rpath,/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/src 
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/progress.make b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..164e1d26ca9458a5e20dca2a639dda0d48dc61ec
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/progress.make
@@ -0,0 +1,2 @@
+CMAKE_PROGRESS_1 = 2
+
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..507fc9019d74e69837db0ce7f4eba8769024962f
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake
@@ -0,0 +1,28 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+SET(CMAKE_DEPENDS_CHECK_CXX
+  "/usr/src/gtest/src/gtest_main.cc" "/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
+  )
+SET(CMAKE_CXX_COMPILER_ID "GNU")
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+  "GTEST_CREATE_SHARED_LIBRARY=1"
+  )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+  "/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/CMakeFiles/gtest.dir/DependInfo.cmake"
+  )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+  "/usr/src/gtest/include"
+  "/usr/src/gtest"
+  )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/build.make b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/build.make
new file mode 100644
index 0000000000000000000000000000000000000000..3e761aaf05a25c0ac887a7d2af37b89718a08120
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/build.make
@@ -0,0 +1,103 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+# Include any dependencies generated for this target.
+include gtest/CMakeFiles/gtest_main.dir/depend.make
+
+# Include the progress variables for this target.
+include gtest/CMakeFiles/gtest_main.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include gtest/CMakeFiles/gtest_main.dir/flags.make
+
+gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: gtest/CMakeFiles/gtest_main.dir/flags.make
+gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: /usr/src/gtest/src/gtest_main.cc
+	$(CMAKE_COMMAND) -E cmake_progress_report /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles $(CMAKE_PROGRESS_1)
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest && /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++   $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /usr/src/gtest/src/gtest_main.cc
+
+gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest_main.dir/src/gtest_main.cc.i"
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest && /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++  $(CXX_DEFINES) $(CXX_FLAGS) -E /usr/src/gtest/src/gtest_main.cc > CMakeFiles/gtest_main.dir/src/gtest_main.cc.i
+
+gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest_main.dir/src/gtest_main.cc.s"
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest && /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++  $(CXX_DEFINES) $(CXX_FLAGS) -S /usr/src/gtest/src/gtest_main.cc -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.s
+
+gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires:
+.PHONY : gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires
+
+gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides: gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires
+	$(MAKE) -f gtest/CMakeFiles/gtest_main.dir/build.make gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides.build
+.PHONY : gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides
+
+gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides.build: gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
+
+# Object files for target gtest_main
+gtest_main_OBJECTS = \
+"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
+
+# External object files for target gtest_main
+gtest_main_EXTERNAL_OBJECTS =
+
+gtest/libgtest_main.so: gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
+gtest/libgtest_main.so: gtest/CMakeFiles/gtest_main.dir/build.make
+gtest/libgtest_main.so: gtest/libgtest.so
+gtest/libgtest_main.so: gtest/CMakeFiles/gtest_main.dir/link.txt
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared library libgtest_main.so"
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+gtest/CMakeFiles/gtest_main.dir/build: gtest/libgtest_main.so
+.PHONY : gtest/CMakeFiles/gtest_main.dir/build
+
+gtest/CMakeFiles/gtest_main.dir/requires: gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires
+.PHONY : gtest/CMakeFiles/gtest_main.dir/requires
+
+gtest/CMakeFiles/gtest_main.dir/clean:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean.cmake
+.PHONY : gtest/CMakeFiles/gtest_main.dir/clean
+
+gtest/CMakeFiles/gtest_main.dir/depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zargol/catkin_ws_user/src/auto_stop /usr/src/gtest /home/zargol/catkin_ws_user/odroid-build/auto_stop /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : gtest/CMakeFiles/gtest_main.dir/depend
+
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/cmake_clean.cmake b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/cmake_clean.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..c8fe838192dfab530de7cd9a49c2f9711ee36c1a
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+FILE(REMOVE_RECURSE
+  "CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
+  "libgtest_main.pdb"
+  "libgtest_main.so"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang CXX)
+  INCLUDE(CMakeFiles/gtest_main.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/depend.make b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/depend.make
new file mode 100644
index 0000000000000000000000000000000000000000..1d67c1ab524a35ba28518428e16051e4728c8c11
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for gtest_main.
+# This may be replaced when dependencies are built.
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/flags.make b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/flags.make
new file mode 100644
index 0000000000000000000000000000000000000000..bc4723f0ce113e0e9b4ec2abeba8032f11ae6811
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/flags.make
@@ -0,0 +1,8 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# compile CXX with /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++
+CXX_FLAGS = -std=c++11  --sysroot=/opt/odroid-x2/sdk -fPIC -I/usr/src/gtest/include -I/usr/src/gtest    -std=c++11  --sysroot=/opt/odroid-x2/sdk -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra
+
+CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_main_EXPORTS
+
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/link.txt b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/link.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b05fe775b11bc9798352704222cfe52267f182d1
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/link.txt
@@ -0,0 +1 @@
+/opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++  -fPIC -std=c++11  --sysroot=/opt/odroid-x2/sdk   -shared -Wl,-soname,libgtest_main.so -o libgtest_main.so CMakeFiles/gtest_main.dir/src/gtest_main.cc.o  -L/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/src -lpthread libgtest.so -lpthread -Wl,-rpath,/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/src:/home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest 
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/progress.make b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/progress.make
new file mode 100644
index 0000000000000000000000000000000000000000..822db750856389d9b500958c626702c4a9e11876
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/gtest_main.dir/progress.make
@@ -0,0 +1,2 @@
+CMAKE_PROGRESS_1 = 3
+
diff --git a/odroid-build/auto_stop/gtest/CMakeFiles/progress.marks b/odroid-build/auto_stop/gtest/CMakeFiles/progress.marks
new file mode 100644
index 0000000000000000000000000000000000000000..573541ac9702dd3969c9bc859d2b91ec1f7e6e56
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+0
diff --git a/odroid-build/auto_stop/gtest/CTestTestfile.cmake b/odroid-build/auto_stop/gtest/CTestTestfile.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..742de75d43fe5c8a9fb91e9d095ea88534e9e57d
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/CTestTestfile.cmake
@@ -0,0 +1,6 @@
+# CMake generated Testfile for 
+# Source directory: /usr/src/gtest
+# Build directory: /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest
+# 
+# This file includes the relevant testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
diff --git a/odroid-build/auto_stop/gtest/Makefile b/odroid-build/auto_stop/gtest/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..f9f09f1e6dd5e071a1ae0f525d4ac267ac5852ae
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/Makefile
@@ -0,0 +1,262 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Default target executed when no arguments are given to make.
+default_target: all
+.PHONY : default_target
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/zargol/catkin_ws_user/src/auto_stop
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zargol/catkin_ws_user/odroid-build/auto_stop
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# Special rule for the target edit_cache
+edit_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
+	/usr/bin/cmake -i .
+.PHONY : edit_cache
+
+# Special rule for the target edit_cache
+edit_cache/fast: edit_cache
+.PHONY : edit_cache/fast
+
+# Special rule for the target install
+install: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+.PHONY : install
+
+# Special rule for the target install
+install/fast: preinstall/fast
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+.PHONY : install/fast
+
+# Special rule for the target install/local
+install/local: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
+	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+.PHONY : install/local
+
+# Special rule for the target install/local
+install/local/fast: install/local
+.PHONY : install/local/fast
+
+# Special rule for the target install/strip
+install/strip: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
+	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+.PHONY : install/strip
+
+# Special rule for the target install/strip
+install/strip/fast: install/strip
+.PHONY : install/strip/fast
+
+# Special rule for the target list_install_components
+list_install_components:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
+.PHONY : list_install_components
+
+# Special rule for the target list_install_components
+list_install_components/fast: list_install_components
+.PHONY : list_install_components/fast
+
+# Special rule for the target rebuild_cache
+rebuild_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
+	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : rebuild_cache
+
+# Special rule for the target rebuild_cache
+rebuild_cache/fast: rebuild_cache
+.PHONY : rebuild_cache/fast
+
+# Special rule for the target test
+test:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
+	/usr/bin/ctest --force-new-ctest-process $(ARGS)
+.PHONY : test
+
+# Special rule for the target test
+test/fast: test
+.PHONY : test/fast
+
+# The main all target
+all: cmake_check_build_system
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles /home/zargol/catkin_ws_user/odroid-build/auto_stop/gtest/CMakeFiles/progress.marks
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f CMakeFiles/Makefile2 gtest/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/zargol/catkin_ws_user/odroid-build/auto_stop/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f CMakeFiles/Makefile2 gtest/clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f CMakeFiles/Makefile2 gtest/preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f CMakeFiles/Makefile2 gtest/preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+# Convenience name for target.
+gtest/CMakeFiles/gtest.dir/rule:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f CMakeFiles/Makefile2 gtest/CMakeFiles/gtest.dir/rule
+.PHONY : gtest/CMakeFiles/gtest.dir/rule
+
+# Convenience name for target.
+gtest: gtest/CMakeFiles/gtest.dir/rule
+.PHONY : gtest
+
+# fast build rule for target.
+gtest/fast:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/build
+.PHONY : gtest/fast
+
+# Convenience name for target.
+gtest/CMakeFiles/gtest_main.dir/rule:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f CMakeFiles/Makefile2 gtest/CMakeFiles/gtest_main.dir/rule
+.PHONY : gtest/CMakeFiles/gtest_main.dir/rule
+
+# Convenience name for target.
+gtest_main: gtest/CMakeFiles/gtest_main.dir/rule
+.PHONY : gtest_main
+
+# fast build rule for target.
+gtest_main/fast:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f gtest/CMakeFiles/gtest_main.dir/build.make gtest/CMakeFiles/gtest_main.dir/build
+.PHONY : gtest_main/fast
+
+src/gtest-all.o: src/gtest-all.cc.o
+.PHONY : src/gtest-all.o
+
+# target to build an object file
+src/gtest-all.cc.o:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
+.PHONY : src/gtest-all.cc.o
+
+src/gtest-all.i: src/gtest-all.cc.i
+.PHONY : src/gtest-all.i
+
+# target to preprocess a source file
+src/gtest-all.cc.i:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.i
+.PHONY : src/gtest-all.cc.i
+
+src/gtest-all.s: src/gtest-all.cc.s
+.PHONY : src/gtest-all.s
+
+# target to generate assembly for a file
+src/gtest-all.cc.s:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.s
+.PHONY : src/gtest-all.cc.s
+
+src/gtest_main.o: src/gtest_main.cc.o
+.PHONY : src/gtest_main.o
+
+# target to build an object file
+src/gtest_main.cc.o:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f gtest/CMakeFiles/gtest_main.dir/build.make gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
+.PHONY : src/gtest_main.cc.o
+
+src/gtest_main.i: src/gtest_main.cc.i
+.PHONY : src/gtest_main.i
+
+# target to preprocess a source file
+src/gtest_main.cc.i:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f gtest/CMakeFiles/gtest_main.dir/build.make gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i
+.PHONY : src/gtest_main.cc.i
+
+src/gtest_main.s: src/gtest_main.cc.s
+.PHONY : src/gtest_main.s
+
+# target to generate assembly for a file
+src/gtest_main.cc.s:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(MAKE) -f gtest/CMakeFiles/gtest_main.dir/build.make gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s
+.PHONY : src/gtest_main.cc.s
+
+# Help Target
+help:
+	@echo "The following are some of the valid targets for this Makefile:"
+	@echo "... all (the default if no target is provided)"
+	@echo "... clean"
+	@echo "... depend"
+	@echo "... edit_cache"
+	@echo "... gtest"
+	@echo "... gtest_main"
+	@echo "... install"
+	@echo "... install/local"
+	@echo "... install/strip"
+	@echo "... list_install_components"
+	@echo "... rebuild_cache"
+	@echo "... test"
+	@echo "... src/gtest-all.o"
+	@echo "... src/gtest-all.i"
+	@echo "... src/gtest-all.s"
+	@echo "... src/gtest_main.o"
+	@echo "... src/gtest_main.i"
+	@echo "... src/gtest_main.s"
+.PHONY : help
+
+
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+	cd /home/zargol/catkin_ws_user/odroid-build/auto_stop && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/odroid-build/auto_stop/gtest/cmake_install.cmake b/odroid-build/auto_stop/gtest/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..0070a1aae121370597a8f7599f9c4e5916bcbccf
--- /dev/null
+++ b/odroid-build/auto_stop/gtest/cmake_install.cmake
@@ -0,0 +1,34 @@
+# Install script for directory: /usr/src/gtest
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/home/zargol/catkin_ws_user/odroid-install")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "1")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
diff --git a/odroid-build/auto_stop/install_manifest.txt b/odroid-build/auto_stop/install_manifest.txt
new file mode 100644
index 0000000000000000000000000000000000000000..babcbd0147e6e6a75775f58971b8dd46f8643e78
--- /dev/null
+++ b/odroid-build/auto_stop/install_manifest.txt
@@ -0,0 +1,12 @@
+/home/zargol/catkin_ws_user/odroid-install/_setup_util.py
+/home/zargol/catkin_ws_user/odroid-install/env.sh
+/home/zargol/catkin_ws_user/odroid-install/setup.bash
+/home/zargol/catkin_ws_user/odroid-install/setup.sh
+/home/zargol/catkin_ws_user/odroid-install/setup.zsh
+/home/zargol/catkin_ws_user/odroid-install/.rosinstall
+/home/zargol/catkin_ws_user/odroid-install/lib/pkgconfig/auto_stop.pc
+/home/zargol/catkin_ws_user/odroid-install/share/auto_stop/cmake/auto_stopConfig.cmake
+/home/zargol/catkin_ws_user/odroid-install/share/auto_stop/cmake/auto_stopConfig-version.cmake
+/home/zargol/catkin_ws_user/odroid-install/share/auto_stop/package.xml
+/home/zargol/catkin_ws_user/odroid-install/lib/auto_stop/auto_stop_node
+/home/zargol/catkin_ws_user/odroid-install/share/auto_stop/launch/auto_stop_user.launch
diff --git a/odroid-build/build_logs/auto_stop.log b/odroid-build/build_logs/auto_stop.log
new file mode 100644
index 0000000000000000000000000000000000000000..45a4e5345e8ced16fa9d61c9e8d7929cf2d139d6
--- /dev/null
+++ b/odroid-build/build_logs/auto_stop.log
@@ -0,0 +1,41 @@
+[auto_stop] ==> '/home/zargol/catkin_ws_user/odroid-build/auto_stop/build_env.sh /usr/bin/make cmake_check_build_system' in '/home/zargol/catkin_ws_user/odroid-build/auto_stop'
+-- Using CATKIN_DEVEL_PREFIX: /home/zargol/catkin_ws_user/odroid-devel
+-- Using CMAKE_PREFIX_PATH: /opt/odroid-x2/sdk/opt/ros/indigo;/opt/odroid-x2/sdk//opt/ros/indigo
+-- This workspace overlays: /opt/odroid-x2/sdk/opt/ros/indigo;/opt/odroid-x2/sdk//opt/ros/indigo
+-- Using PYTHON_EXECUTABLE: /usr/bin/python
+-- Using Debian Python package layout
+-- Using empy: /usr/bin/empy
+-- Using CATKIN_ENABLE_TESTING: ON
+-- Call enable_testing()
+-- Using CATKIN_TEST_RESULTS_DIR: /home/zargol/catkin_ws_user/odroid-build/auto_stop/test_results
+-- Found gtest sources under '/usr/src/gtest': gtests will be built
+-- Using Python nosetests: /usr/bin/nosetests-2.7
+-- catkin 0.6.16
+-- Configuring done
+-- Generating done
+-- Build files have been written to: /home/zargol/catkin_ws_user/odroid-build/auto_stop
+[auto_stop] <== '/home/zargol/catkin_ws_user/odroid-build/auto_stop/build_env.sh /usr/bin/make cmake_check_build_system' finished with return code '0'
+[auto_stop] ==> '/home/zargol/catkin_ws_user/odroid-build/auto_stop/build_env.sh /usr/bin/make --jobserver-fds=3,5 -j' in '/home/zargol/catkin_ws_user/odroid-build/auto_stop'
+[100%] Building CXX object CMakeFiles/auto_stop_node.dir/src/auto_stop.cpp.o
+Linking CXX executable /home/zargol/catkin_ws_user/odroid-devel/lib/auto_stop/auto_stop_node
+[100%] Built target auto_stop_node
+[auto_stop] <== '/home/zargol/catkin_ws_user/odroid-build/auto_stop/build_env.sh /usr/bin/make --jobserver-fds=3,5 -j' finished with return code '0'
+[auto_stop] ==> '/home/zargol/catkin_ws_user/odroid-build/auto_stop/build_env.sh /usr/bin/make install' in '/home/zargol/catkin_ws_user/odroid-build/auto_stop'
+[100%] Built target auto_stop_node
+Install the project...
+-- Install configuration: ""
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/_setup_util.py
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/env.sh
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/setup.bash
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/setup.sh
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/setup.zsh
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/.rosinstall
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/lib/pkgconfig/auto_stop.pc
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/share/auto_stop/cmake/auto_stopConfig.cmake
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/share/auto_stop/cmake/auto_stopConfig-version.cmake
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/share/auto_stop/package.xml
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/lib/auto_stop/auto_stop_node
+-- Removed runtime path from "/home/zargol/catkin_ws_user/odroid-install/lib/auto_stop/auto_stop_node"
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/share/auto_stop/launch
+-- Installing: /home/zargol/catkin_ws_user/odroid-install/share/auto_stop/launch/auto_stop_user.launch
+[auto_stop] <== '/home/zargol/catkin_ws_user/odroid-build/auto_stop/build_env.sh /usr/bin/make install' finished with return code '0'
diff --git a/odroid-devel/.catkin b/odroid-devel/.catkin
new file mode 100644
index 0000000000000000000000000000000000000000..07cba63d6e5895e0bfee4ce243648226c8a5f210
--- /dev/null
+++ b/odroid-devel/.catkin
@@ -0,0 +1 @@
+/root/catkin_ws_user/src/auto_stop
\ No newline at end of file
diff --git a/odroid-devel/.rosinstall b/odroid-devel/.rosinstall
new file mode 100644
index 0000000000000000000000000000000000000000..64b3d2c4150461c0b2af56c1eb73b1d33be7b2fd
--- /dev/null
+++ b/odroid-devel/.rosinstall
@@ -0,0 +1,2 @@
+- setup-file:
+    local-name: /root/catkin_ws_user/odroid-devel/setup.sh
diff --git a/odroid-devel/_setup_util.py b/odroid-devel/_setup_util.py
new file mode 100755
index 0000000000000000000000000000000000000000..a599acdff92f0142f0968cdede1e44998eadfed1
--- /dev/null
+++ b/odroid-devel/_setup_util.py
@@ -0,0 +1,288 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+# Software License Agreement (BSD License)
+#
+# Copyright (c) 2012, Willow Garage, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above
+#    copyright notice, this list of conditions and the following
+#    disclaimer in the documentation and/or other materials provided
+#    with the distribution.
+#  * Neither the name of Willow Garage, Inc. nor the names of its
+#    contributors may be used to endorse or promote products derived
+#    from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+
+'''This file generates shell code for the setup.SHELL scripts to set environment variables'''
+
+from __future__ import print_function
+import argparse
+import copy
+import errno
+import os
+import platform
+import sys
+
+CATKIN_MARKER_FILE = '.catkin'
+
+system = platform.system()
+IS_DARWIN = (system == 'Darwin')
+IS_WINDOWS = (system == 'Windows')
+
+# subfolder of workspace prepended to CMAKE_PREFIX_PATH
+ENV_VAR_SUBFOLDERS = {
+    'CMAKE_PREFIX_PATH': '',
+    'CPATH': 'include',
+    'LD_LIBRARY_PATH' if not IS_DARWIN else 'DYLD_LIBRARY_PATH': ['lib', os.path.join('lib', 'x86_64-linux-gnu')],
+    'PATH': 'bin',
+    'PKG_CONFIG_PATH': [os.path.join('lib', 'pkgconfig'), os.path.join('lib', 'x86_64-linux-gnu', 'pkgconfig')],
+    'PYTHONPATH': 'lib/python2.7/dist-packages',
+}
+
+
+def rollback_env_variables(environ, env_var_subfolders):
+    '''
+    Generate shell code to reset environment variables
+    by unrolling modifications based on all workspaces in CMAKE_PREFIX_PATH.
+    This does not cover modifications performed by environment hooks.
+    '''
+    lines = []
+    unmodified_environ = copy.copy(environ)
+    for key in sorted(env_var_subfolders.keys()):
+        subfolders = env_var_subfolders[key]
+        if not isinstance(subfolders, list):
+            subfolders = [subfolders]
+        for subfolder in subfolders:
+            value = _rollback_env_variable(unmodified_environ, key, subfolder)
+            if value is not None:
+                environ[key] = value
+                lines.append(assignment(key, value))
+    if lines:
+        lines.insert(0, comment('reset environment variables by unrolling modifications based on all workspaces in CMAKE_PREFIX_PATH'))
+    return lines
+
+
+def _rollback_env_variable(environ, name, subfolder):
+    '''
+    For each catkin workspace in CMAKE_PREFIX_PATH remove the first entry from env[NAME] matching workspace + subfolder.
+
+    :param subfolder: str '' or subfoldername that may start with '/'
+    :returns: the updated value of the environment variable.
+    '''
+    value = environ[name] if name in environ else ''
+    env_paths = [path for path in value.split(os.pathsep) if path]
+    value_modified = False
+    if subfolder:
+        if subfolder.startswith(os.path.sep) or (os.path.altsep and subfolder.startswith(os.path.altsep)):
+            subfolder = subfolder[1:]
+        if subfolder.endswith(os.path.sep) or (os.path.altsep and subfolder.endswith(os.path.altsep)):
+            subfolder = subfolder[:-1]
+    for ws_path in _get_workspaces(environ, include_fuerte=True, include_non_existing=True):
+        path_to_find = os.path.join(ws_path, subfolder) if subfolder else ws_path
+        path_to_remove = None
+        for env_path in env_paths:
+            env_path_clean = env_path[:-1] if env_path and env_path[-1] in [os.path.sep, os.path.altsep] else env_path
+            if env_path_clean == path_to_find:
+                path_to_remove = env_path
+                break
+        if path_to_remove:
+            env_paths.remove(path_to_remove)
+            value_modified = True
+    new_value = os.pathsep.join(env_paths)
+    return new_value if value_modified else None
+
+
+def _get_workspaces(environ, include_fuerte=False, include_non_existing=False):
+    '''
+    Based on CMAKE_PREFIX_PATH return all catkin workspaces.
+
+    :param include_fuerte: The flag if paths starting with '//opt/ros/fuerte' should be considered workspaces, ``bool``
+    '''
+    # get all cmake prefix paths
+    env_name = 'CMAKE_PREFIX_PATH'
+    value = environ[env_name] if env_name in environ else ''
+    paths = [path for path in value.split(os.pathsep) if path]
+    # remove non-workspace paths
+    workspaces = [path for path in paths if os.path.isfile(os.path.join(path, CATKIN_MARKER_FILE)) or (include_fuerte and path.startswith('//opt/ros/fuerte')) or (include_non_existing and not os.path.exists(path))]
+    return workspaces
+
+
+def prepend_env_variables(environ, env_var_subfolders, workspaces):
+    '''
+    Generate shell code to prepend environment variables
+    for the all workspaces.
+    '''
+    lines = []
+    lines.append(comment('prepend folders of workspaces to environment variables'))
+
+    paths = [path for path in workspaces.split(os.pathsep) if path]
+
+    prefix = _prefix_env_variable(environ, 'CMAKE_PREFIX_PATH', paths, '')
+    lines.append(prepend(environ, 'CMAKE_PREFIX_PATH', prefix))
+
+    for key in sorted([key for key in env_var_subfolders.keys() if key != 'CMAKE_PREFIX_PATH']):
+        subfolder = env_var_subfolders[key]
+        prefix = _prefix_env_variable(environ, key, paths, subfolder)
+        lines.append(prepend(environ, key, prefix))
+    return lines
+
+
+def _prefix_env_variable(environ, name, paths, subfolders):
+    '''
+    Return the prefix to prepend to the environment variable NAME, adding any path in NEW_PATHS_STR without creating duplicate or empty items.
+    '''
+    value = environ[name] if name in environ else ''
+    environ_paths = [path for path in value.split(os.pathsep) if path]
+    checked_paths = []
+    for path in paths:
+        if not isinstance(subfolders, list):
+            subfolders = [subfolders]
+        for subfolder in subfolders:
+            path_tmp = path
+            if subfolder:
+                path_tmp = os.path.join(path_tmp, subfolder)
+            # exclude any path already in env and any path we already added
+            if path_tmp not in environ_paths and path_tmp not in checked_paths:
+                checked_paths.append(path_tmp)
+    prefix_str = os.pathsep.join(checked_paths)
+    if prefix_str != '' and environ_paths:
+        prefix_str += os.pathsep
+    return prefix_str
+
+
+def assignment(key, value):
+    if not IS_WINDOWS:
+        return 'export %s="%s"' % (key, value)
+    else:
+        return 'set %s=%s' % (key, value)
+
+
+def comment(msg):
+    if not IS_WINDOWS:
+        return '# %s' % msg
+    else:
+        return 'REM %s' % msg
+
+
+def prepend(environ, key, prefix):
+    if key not in environ or not environ[key]:
+        return assignment(key, prefix)
+    if not IS_WINDOWS:
+        return 'export %s="%s$%s"' % (key, prefix, key)
+    else:
+        return 'set %s=%s%%%s%%' % (key, prefix, key)
+
+
+def find_env_hooks(environ, cmake_prefix_path):
+    '''
+    Generate shell code with found environment hooks
+    for the all workspaces.
+    '''
+    lines = []
+    lines.append(comment('found environment hooks in workspaces'))
+
+    generic_env_hooks = []
+    generic_env_hooks_workspace = []
+    specific_env_hooks = []
+    specific_env_hooks_workspace = []
+    generic_env_hooks_by_filename = {}
+    specific_env_hooks_by_filename = {}
+    generic_env_hook_ext = 'bat' if IS_WINDOWS else 'sh'
+    specific_env_hook_ext = environ['CATKIN_SHELL'] if not IS_WINDOWS and 'CATKIN_SHELL' in environ and environ['CATKIN_SHELL'] else None
+    # remove non-workspace paths
+    workspaces = [path for path in cmake_prefix_path.split(os.pathsep) if path and os.path.isfile(os.path.join(path, CATKIN_MARKER_FILE))]
+    for workspace in reversed(workspaces):
+        env_hook_dir = os.path.join(workspace, 'etc', 'catkin', 'profile.d')
+        if os.path.isdir(env_hook_dir):
+            for filename in sorted(os.listdir(env_hook_dir)):
+                if filename.endswith('.%s' % generic_env_hook_ext):
+                    # remove previous env hook with same name if present
+                    if filename in generic_env_hooks_by_filename:
+                        i = generic_env_hooks.index(generic_env_hooks_by_filename[filename])
+                        generic_env_hooks.pop(i)
+                        generic_env_hooks_workspace.pop(i)
+                    # append env hook
+                    generic_env_hooks.append(os.path.join(env_hook_dir, filename))
+                    generic_env_hooks_workspace.append(workspace)
+                    generic_env_hooks_by_filename[filename] = generic_env_hooks[-1]
+                elif specific_env_hook_ext is not None and filename.endswith('.%s' % specific_env_hook_ext):
+                    # remove previous env hook with same name if present
+                    if filename in specific_env_hooks_by_filename:
+                        i = specific_env_hooks.index(specific_env_hooks_by_filename[filename])
+                        specific_env_hooks.pop(i)
+                        specific_env_hooks_workspace.pop(i)
+                    # append env hook
+                    specific_env_hooks.append(os.path.join(env_hook_dir, filename))
+                    specific_env_hooks_workspace.append(workspace)
+                    specific_env_hooks_by_filename[filename] = specific_env_hooks[-1]
+    env_hooks = generic_env_hooks + specific_env_hooks
+    env_hooks_workspace = generic_env_hooks_workspace + specific_env_hooks_workspace
+    count = len(env_hooks)
+    lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_COUNT', count))
+    for i in range(count):
+        lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_%d' % i, env_hooks[i]))
+        lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_%d_WORKSPACE' % i, env_hooks_workspace[i]))
+    return lines
+
+
+def _parse_arguments(args=None):
+    parser = argparse.ArgumentParser(description='Generates code blocks for the setup.SHELL script.')
+    parser.add_argument('--extend', action='store_true', help='Skip unsetting previous environment variables to extend context')
+    return parser.parse_known_args(args=args)[0]
+
+
+if __name__ == '__main__':
+    try:
+        try:
+            args = _parse_arguments()
+        except Exception as e:
+            print(e, file=sys.stderr)
+            sys.exit(1)
+
+        # environment at generation time
+        CMAKE_PREFIX_PATH = '/opt/ros/indigo;//opt/ros/indigo'.split(';')
+        # prepend current workspace if not already part of CPP
+        base_path = os.path.dirname(__file__)
+        if base_path not in CMAKE_PREFIX_PATH:
+            CMAKE_PREFIX_PATH.insert(0, base_path)
+        CMAKE_PREFIX_PATH = os.pathsep.join(CMAKE_PREFIX_PATH)
+
+        environ = dict(os.environ)
+        lines = []
+        if not args.extend:
+            lines += rollback_env_variables(environ, ENV_VAR_SUBFOLDERS)
+        lines += prepend_env_variables(environ, ENV_VAR_SUBFOLDERS, CMAKE_PREFIX_PATH)
+        lines += find_env_hooks(environ, CMAKE_PREFIX_PATH)
+        print('\n'.join(lines))
+
+        # need to explicitly flush the output
+        sys.stdout.flush()
+    except IOError as e:
+        # and catch potantial "broken pipe" if stdout is not writable
+        # which can happen when piping the output to a file but the disk is full
+        if e.errno == errno.EPIPE:
+            print(e, file=sys.stderr)
+            sys.exit(2)
+        raise
+
+    sys.exit(0)
diff --git a/odroid-devel/env.sh b/odroid-devel/env.sh
new file mode 100755
index 0000000000000000000000000000000000000000..8aa9d244ae9475039027a5f25a8d41a46174cddf
--- /dev/null
+++ b/odroid-devel/env.sh
@@ -0,0 +1,16 @@
+#!/usr/bin/env sh
+# generated from catkin/cmake/templates/env.sh.in
+
+if [ $# -eq 0 ] ; then
+  /bin/echo "Usage: env.sh COMMANDS"
+  /bin/echo "Calling env.sh without arguments is not supported anymore. Instead spawn a subshell and source a setup file manually."
+  exit 1
+fi
+
+# ensure to not use different shell type which was set before
+CATKIN_SHELL=sh
+
+# source setup.sh from same directory as this file
+_CATKIN_SETUP_DIR=$(cd "`dirname "$0"`" > /dev/null && pwd)
+. "$_CATKIN_SETUP_DIR/setup.sh"
+exec "$@"
diff --git a/odroid-devel/lib/auto_stop/auto_stop_node b/odroid-devel/lib/auto_stop/auto_stop_node
new file mode 100755
index 0000000000000000000000000000000000000000..3d9c3fb6653d1793276bef180be3acd7bb7c27fd
Binary files /dev/null and b/odroid-devel/lib/auto_stop/auto_stop_node differ
diff --git a/odroid-devel/lib/pkgconfig/auto_stop.pc b/odroid-devel/lib/pkgconfig/auto_stop.pc
new file mode 100644
index 0000000000000000000000000000000000000000..88f3b447680f6700d54685ad33bfcfa3564bf53c
--- /dev/null
+++ b/odroid-devel/lib/pkgconfig/auto_stop.pc
@@ -0,0 +1,8 @@
+prefix=/home/zargol/catkin_ws_user/odroid-devel
+
+Name: auto_stop
+Description: Description of auto_stop
+Version: 0.0.0
+Cflags: 
+Libs: -L/home/zargol/catkin_ws_user/odroid-devel/lib -lauto_stop
+Requires: std_msgs sensor_msgs geometry_msgs
diff --git a/odroid-devel/setup.bash b/odroid-devel/setup.bash
new file mode 100644
index 0000000000000000000000000000000000000000..ff47af8f30bcc54efd5892530c84c4159250d4a3
--- /dev/null
+++ b/odroid-devel/setup.bash
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+# generated from catkin/cmake/templates/setup.bash.in
+
+CATKIN_SHELL=bash
+
+# source setup.sh from same directory as this file
+_CATKIN_SETUP_DIR=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)
+. "$_CATKIN_SETUP_DIR/setup.sh"
diff --git a/odroid-devel/setup.sh b/odroid-devel/setup.sh
new file mode 100644
index 0000000000000000000000000000000000000000..d2f6b08be58e70b70953c87fbe4736c42033af1c
--- /dev/null
+++ b/odroid-devel/setup.sh
@@ -0,0 +1,94 @@
+#!/usr/bin/env sh
+# generated from catkin/cmake/template/setup.sh.in
+
+# Sets various environment variables and sources additional environment hooks.
+# It tries it's best to undo changes from a previously sourced setup file before.
+# Supported command line options:
+# --extend: skips the undoing of changes from a previously sourced setup file
+
+# since this file is sourced either use the provided _CATKIN_SETUP_DIR
+# or fall back to the destination set at configure time
+: ${_CATKIN_SETUP_DIR:=/root/catkin_ws_user/odroid-devel}
+_SETUP_UTIL="$_CATKIN_SETUP_DIR/_setup_util.py"
+unset _CATKIN_SETUP_DIR
+
+if [ ! -f "$_SETUP_UTIL" ]; then
+  echo "Missing Python script: $_SETUP_UTIL"
+  return 22
+fi
+
+# detect if running on Darwin platform
+_UNAME=`uname -s`
+_IS_DARWIN=0
+if [ "$_UNAME" = "Darwin" ]; then
+  _IS_DARWIN=1
+fi
+unset _UNAME
+
+# make sure to export all environment variables
+export CMAKE_PREFIX_PATH
+export CPATH
+if [ $_IS_DARWIN -eq 0 ]; then
+  export LD_LIBRARY_PATH
+else
+  export DYLD_LIBRARY_PATH
+fi
+unset _IS_DARWIN
+export PATH
+export PKG_CONFIG_PATH
+export PYTHONPATH
+
+# remember type of shell if not already set
+if [ -z "$CATKIN_SHELL" ]; then
+  CATKIN_SHELL=sh
+fi
+
+# invoke Python script to generate necessary exports of environment variables
+# use TMPDIR if it exists, otherwise fall back to /tmp
+if [ -d "${TMPDIR}" ]; then
+  _TMPDIR="${TMPDIR}"
+else
+  _TMPDIR=/tmp
+fi
+_SETUP_TMP=`mktemp "${_TMPDIR}/setup.sh.XXXXXXXXXX"`
+unset _TMPDIR
+if [ $? -ne 0 -o ! -f "$_SETUP_TMP" ]; then
+  echo "Could not create temporary file: $_SETUP_TMP"
+  return 1
+fi
+CATKIN_SHELL=$CATKIN_SHELL "$_SETUP_UTIL" $@ >> "$_SETUP_TMP"
+_RC=$?
+if [ $_RC -ne 0 ]; then
+  if [ $_RC -eq 2 ]; then
+    echo "Could not write the output of '$_SETUP_UTIL' to temporary file '$_SETUP_TMP': may be the disk if full?"
+  else
+    echo "Failed to run '\"$_SETUP_UTIL\" $@': return code $_RC"
+  fi
+  unset _RC
+  unset _SETUP_UTIL
+  rm -f "$_SETUP_TMP"
+  unset _SETUP_TMP
+  return 1
+fi
+unset _RC
+unset _SETUP_UTIL
+. "$_SETUP_TMP"
+rm -f "$_SETUP_TMP"
+unset _SETUP_TMP
+
+# source all environment hooks
+_i=0
+while [ $_i -lt $_CATKIN_ENVIRONMENT_HOOKS_COUNT ]; do
+  eval _envfile=\$_CATKIN_ENVIRONMENT_HOOKS_$_i
+  unset _CATKIN_ENVIRONMENT_HOOKS_$_i
+  eval _envfile_workspace=\$_CATKIN_ENVIRONMENT_HOOKS_${_i}_WORKSPACE
+  unset _CATKIN_ENVIRONMENT_HOOKS_${_i}_WORKSPACE
+  # set workspace for environment hook
+  CATKIN_ENV_HOOK_WORKSPACE=$_envfile_workspace
+  . "$_envfile"
+  unset CATKIN_ENV_HOOK_WORKSPACE
+  _i=$((_i + 1))
+done
+unset _i
+
+unset _CATKIN_ENVIRONMENT_HOOKS_COUNT
diff --git a/odroid-devel/setup.zsh b/odroid-devel/setup.zsh
new file mode 100644
index 0000000000000000000000000000000000000000..9f780b741031d8037b90514441a80f9fed39d02b
--- /dev/null
+++ b/odroid-devel/setup.zsh
@@ -0,0 +1,8 @@
+#!/usr/bin/env zsh
+# generated from catkin/cmake/templates/setup.zsh.in
+
+CATKIN_SHELL=zsh
+
+# source setup.sh from same directory as this file
+_CATKIN_SETUP_DIR=$(builtin cd -q "`dirname "$0"`" > /dev/null && pwd)
+emulate -R zsh -c 'source "$_CATKIN_SETUP_DIR/setup.sh"'
diff --git a/odroid-devel/share/auto_stop/cmake/auto_stopConfig-version.cmake b/odroid-devel/share/auto_stop/cmake/auto_stopConfig-version.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0
--- /dev/null
+++ b/odroid-devel/share/auto_stop/cmake/auto_stopConfig-version.cmake
@@ -0,0 +1,14 @@
+# generated from catkin/cmake/template/pkgConfig-version.cmake.in
+set(PACKAGE_VERSION "0.0.0")
+
+set(PACKAGE_VERSION_EXACT False)
+set(PACKAGE_VERSION_COMPATIBLE False)
+
+if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}")
+  set(PACKAGE_VERSION_EXACT True)
+  set(PACKAGE_VERSION_COMPATIBLE True)
+endif()
+
+if("${PACKAGE_FIND_VERSION}" VERSION_LESS "${PACKAGE_VERSION}")
+  set(PACKAGE_VERSION_COMPATIBLE True)
+endif()
diff --git a/odroid-devel/share/auto_stop/cmake/auto_stopConfig.cmake b/odroid-devel/share/auto_stop/cmake/auto_stopConfig.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..793a695fcc829b0f19ef181f34ca08bb96414e65
--- /dev/null
+++ b/odroid-devel/share/auto_stop/cmake/auto_stopConfig.cmake
@@ -0,0 +1,191 @@
+# generated from catkin/cmake/template/pkgConfig.cmake.in
+
+# append elements to a list and remove existing duplicates from the list
+# copied from catkin/cmake/list_append_deduplicate.cmake to keep pkgConfig
+# self contained
+macro(_list_append_deduplicate listname)
+  if(NOT "${ARGN}" STREQUAL "")
+    if(${listname})
+      list(REMOVE_ITEM ${listname} ${ARGN})
+    endif()
+    list(APPEND ${listname} ${ARGN})
+  endif()
+endmacro()
+
+# append elements to a list if they are not already in the list
+# copied from catkin/cmake/list_append_unique.cmake to keep pkgConfig
+# self contained
+macro(_list_append_unique listname)
+  foreach(_item ${ARGN})
+    list(FIND ${listname} ${_item} _index)
+    if(_index EQUAL -1)
+      list(APPEND ${listname} ${_item})
+    endif()
+  endforeach()
+endmacro()
+
+# pack a list of libraries with optional build configuration keywords
+# copied from catkin/cmake/catkin_libraries.cmake to keep pkgConfig
+# self contained
+macro(_pack_libraries_with_build_configuration VAR)
+  set(${VAR} "")
+  set(_argn ${ARGN})
+  list(LENGTH _argn _count)
+  set(_index 0)
+  while(${_index} LESS ${_count})
+    list(GET _argn ${_index} lib)
+    if("${lib}" MATCHES "^(debug|optimized|general)$")
+      math(EXPR _index "${_index} + 1")
+      if(${_index} EQUAL ${_count})
+        message(FATAL_ERROR "_pack_libraries_with_build_configuration() the list of libraries '${ARGN}' ends with '${lib}' which is a build configuration keyword and must be followed by a library")
+      endif()
+      list(GET _argn ${_index} library)
+      list(APPEND ${VAR} "${lib}${CATKIN_BUILD_CONFIGURATION_KEYWORD_SEPARATOR}${library}")
+    else()
+      list(APPEND ${VAR} "${lib}")
+    endif()
+    math(EXPR _index "${_index} + 1")
+  endwhile()
+endmacro()
+
+# unpack a list of libraries with optional build configuration keyword prefixes
+# copied from catkin/cmake/catkin_libraries.cmake to keep pkgConfig
+# self contained
+macro(_unpack_libraries_with_build_configuration VAR)
+  set(${VAR} "")
+  foreach(lib ${ARGN})
+    string(REGEX REPLACE "^(debug|optimized|general)${CATKIN_BUILD_CONFIGURATION_KEYWORD_SEPARATOR}(.+)$" "\\1;\\2" lib "${lib}")
+    list(APPEND ${VAR} "${lib}")
+  endforeach()
+endmacro()
+
+
+if(auto_stop_CONFIG_INCLUDED)
+  return()
+endif()
+set(auto_stop_CONFIG_INCLUDED TRUE)
+
+# set variables for source/devel/install prefixes
+if("TRUE" STREQUAL "TRUE")
+  set(auto_stop_SOURCE_PREFIX /home/zargol/catkin_ws_user/src/auto_stop)
+  set(auto_stop_DEVEL_PREFIX /home/zargol/catkin_ws_user/odroid-devel)
+  set(auto_stop_INSTALL_PREFIX "")
+  set(auto_stop_PREFIX ${auto_stop_DEVEL_PREFIX})
+else()
+  set(auto_stop_SOURCE_PREFIX "")
+  set(auto_stop_DEVEL_PREFIX "")
+  set(auto_stop_INSTALL_PREFIX /home/zargol/catkin_ws_user/odroid-install)
+  set(auto_stop_PREFIX ${auto_stop_INSTALL_PREFIX})
+endif()
+
+# warn when using a deprecated package
+if(NOT "" STREQUAL "")
+  set(_msg "WARNING: package 'auto_stop' is deprecated")
+  # append custom deprecation text if available
+  if(NOT "" STREQUAL "TRUE")
+    set(_msg "${_msg} ()")
+  endif()
+  message("${_msg}")
+endif()
+
+# flag project as catkin-based to distinguish if a find_package()-ed project is a catkin project
+set(auto_stop_FOUND_CATKIN_PROJECT TRUE)
+
+if(NOT " " STREQUAL " ")
+  set(auto_stop_INCLUDE_DIRS "")
+  set(_include_dirs "")
+  foreach(idir ${_include_dirs})
+    if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir})
+      set(include ${idir})
+    elseif("${idir} " STREQUAL "include ")
+      get_filename_component(include "${auto_stop_DIR}/../../../include" ABSOLUTE)
+      if(NOT IS_DIRECTORY ${include})
+        message(FATAL_ERROR "Project 'auto_stop' specifies '${idir}' as an include dir, which is not found.  It does not exist in '${include}'.  Ask the maintainer 'strodl <strodl@todo.todo>' to fix it.")
+      endif()
+    else()
+      message(FATAL_ERROR "Project 'auto_stop' specifies '${idir}' as an include dir, which is not found.  It does neither exist as an absolute directory nor in '/home/zargol/catkin_ws_user/src/auto_stop/${idir}'.  Ask the maintainer 'strodl <strodl@todo.todo>' to fix it.")
+    endif()
+    _list_append_unique(auto_stop_INCLUDE_DIRS ${include})
+  endforeach()
+endif()
+
+set(libraries "auto_stop")
+foreach(library ${libraries})
+  # keep build configuration keywords, target names and absolute libraries as-is
+  if("${library}" MATCHES "^(debug|optimized|general)$")
+    list(APPEND auto_stop_LIBRARIES ${library})
+  elseif(TARGET ${library})
+    list(APPEND auto_stop_LIBRARIES ${library})
+  elseif(IS_ABSOLUTE ${library})
+    list(APPEND auto_stop_LIBRARIES ${library})
+  else()
+    set(lib_path "")
+    set(lib "${library}-NOTFOUND")
+    # since the path where the library is found is returned we have to iterate over the paths manually
+    foreach(path /home/zargol/catkin_ws_user/odroid-devel/lib;/opt/odroid-x2/sdk/opt/ros/indigo/lib;/opt/odroid-x2/sdk//opt/ros/indigo/lib)
+      find_library(lib ${library}
+        PATHS ${path}
+        NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
+      if(lib)
+        set(lib_path ${path})
+        break()
+      endif()
+    endforeach()
+    if(lib)
+      _list_append_unique(auto_stop_LIBRARY_DIRS ${lib_path})
+      list(APPEND auto_stop_LIBRARIES ${lib})
+    else()
+      # as a fall back for non-catkin libraries try to search globally
+      find_library(lib ${library})
+      if(NOT lib)
+        message(FATAL_ERROR "Project '${PROJECT_NAME}' tried to find library '${library}'.  The library is neither a target nor built/installed properly.  Did you compile project 'auto_stop'?  Did you find_package() it before the subdirectory containing its code is included?")
+      endif()
+      list(APPEND auto_stop_LIBRARIES ${lib})
+    endif()
+  endif()
+endforeach()
+
+set(auto_stop_EXPORTED_TARGETS "")
+# create dummy targets for exported code generation targets to make life of users easier
+foreach(t ${auto_stop_EXPORTED_TARGETS})
+  if(NOT TARGET ${t})
+    add_custom_target(${t})
+  endif()
+endforeach()
+
+set(depends "std_msgs;sensor_msgs;geometry_msgs")
+foreach(depend ${depends})
+  string(REPLACE " " ";" depend_list ${depend})
+  # the package name of the dependency must be kept in a unique variable so that it is not overwritten in recursive calls
+  list(GET depend_list 0 auto_stop_dep)
+  list(LENGTH depend_list count)
+  if(${count} EQUAL 1)
+    # simple dependencies must only be find_package()-ed once
+    if(NOT ${auto_stop_dep}_FOUND)
+      find_package(${auto_stop_dep} REQUIRED)
+    endif()
+  else()
+    # dependencies with components must be find_package()-ed again
+    list(REMOVE_AT depend_list 0)
+    find_package(${auto_stop_dep} REQUIRED ${depend_list})
+  endif()
+  _list_append_unique(auto_stop_INCLUDE_DIRS ${${auto_stop_dep}_INCLUDE_DIRS})
+
+  # merge build configuration keywords with library names to correctly deduplicate
+  _pack_libraries_with_build_configuration(auto_stop_LIBRARIES ${auto_stop_LIBRARIES})
+  _pack_libraries_with_build_configuration(_libraries ${${auto_stop_dep}_LIBRARIES})
+  _list_append_deduplicate(auto_stop_LIBRARIES ${_libraries})
+  # undo build configuration keyword merging after deduplication
+  _unpack_libraries_with_build_configuration(auto_stop_LIBRARIES ${auto_stop_LIBRARIES})
+
+  _list_append_unique(auto_stop_LIBRARY_DIRS ${${auto_stop_dep}_LIBRARY_DIRS})
+  list(APPEND auto_stop_EXPORTED_TARGETS ${${auto_stop_dep}_EXPORTED_TARGETS})
+endforeach()
+
+set(pkg_cfg_extras "")
+foreach(extra ${pkg_cfg_extras})
+  if(NOT IS_ABSOLUTE ${extra})
+    set(extra ${auto_stop_DIR}/${extra})
+  endif()
+  include(${extra})
+endforeach()
diff --git a/odroid-install/.catkin b/odroid-install/.catkin
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/odroid-install/.rosinstall b/odroid-install/.rosinstall
new file mode 100644
index 0000000000000000000000000000000000000000..f680e7c3e078d8e716d723d34a330bf368dcce5a
--- /dev/null
+++ b/odroid-install/.rosinstall
@@ -0,0 +1,2 @@
+- setup-file:
+    local-name: /home/zargol/catkin_ws_user/odroid-install/setup.sh
diff --git a/odroid-install/_setup_util.py b/odroid-install/_setup_util.py
new file mode 100755
index 0000000000000000000000000000000000000000..77b55bf219fa78d8e8be1579c05286e0e22ff50f
--- /dev/null
+++ b/odroid-install/_setup_util.py
@@ -0,0 +1,288 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+# Software License Agreement (BSD License)
+#
+# Copyright (c) 2012, Willow Garage, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above
+#    copyright notice, this list of conditions and the following
+#    disclaimer in the documentation and/or other materials provided
+#    with the distribution.
+#  * Neither the name of Willow Garage, Inc. nor the names of its
+#    contributors may be used to endorse or promote products derived
+#    from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+
+'''This file generates shell code for the setup.SHELL scripts to set environment variables'''
+
+from __future__ import print_function
+import argparse
+import copy
+import errno
+import os
+import platform
+import sys
+
+CATKIN_MARKER_FILE = '.catkin'
+
+system = platform.system()
+IS_DARWIN = (system == 'Darwin')
+IS_WINDOWS = (system == 'Windows')
+
+# subfolder of workspace prepended to CMAKE_PREFIX_PATH
+ENV_VAR_SUBFOLDERS = {
+    'CMAKE_PREFIX_PATH': '',
+    'CPATH': 'include',
+    'LD_LIBRARY_PATH' if not IS_DARWIN else 'DYLD_LIBRARY_PATH': ['lib', os.path.join('lib', 'x86_64-linux-gnu')],
+    'PATH': 'bin',
+    'PKG_CONFIG_PATH': [os.path.join('lib', 'pkgconfig'), os.path.join('lib', 'x86_64-linux-gnu', 'pkgconfig')],
+    'PYTHONPATH': 'lib/python2.7/dist-packages',
+}
+
+
+def rollback_env_variables(environ, env_var_subfolders):
+    '''
+    Generate shell code to reset environment variables
+    by unrolling modifications based on all workspaces in CMAKE_PREFIX_PATH.
+    This does not cover modifications performed by environment hooks.
+    '''
+    lines = []
+    unmodified_environ = copy.copy(environ)
+    for key in sorted(env_var_subfolders.keys()):
+        subfolders = env_var_subfolders[key]
+        if not isinstance(subfolders, list):
+            subfolders = [subfolders]
+        for subfolder in subfolders:
+            value = _rollback_env_variable(unmodified_environ, key, subfolder)
+            if value is not None:
+                environ[key] = value
+                lines.append(assignment(key, value))
+    if lines:
+        lines.insert(0, comment('reset environment variables by unrolling modifications based on all workspaces in CMAKE_PREFIX_PATH'))
+    return lines
+
+
+def _rollback_env_variable(environ, name, subfolder):
+    '''
+    For each catkin workspace in CMAKE_PREFIX_PATH remove the first entry from env[NAME] matching workspace + subfolder.
+
+    :param subfolder: str '' or subfoldername that may start with '/'
+    :returns: the updated value of the environment variable.
+    '''
+    value = environ[name] if name in environ else ''
+    env_paths = [path for path in value.split(os.pathsep) if path]
+    value_modified = False
+    if subfolder:
+        if subfolder.startswith(os.path.sep) or (os.path.altsep and subfolder.startswith(os.path.altsep)):
+            subfolder = subfolder[1:]
+        if subfolder.endswith(os.path.sep) or (os.path.altsep and subfolder.endswith(os.path.altsep)):
+            subfolder = subfolder[:-1]
+    for ws_path in _get_workspaces(environ, include_fuerte=True, include_non_existing=True):
+        path_to_find = os.path.join(ws_path, subfolder) if subfolder else ws_path
+        path_to_remove = None
+        for env_path in env_paths:
+            env_path_clean = env_path[:-1] if env_path and env_path[-1] in [os.path.sep, os.path.altsep] else env_path
+            if env_path_clean == path_to_find:
+                path_to_remove = env_path
+                break
+        if path_to_remove:
+            env_paths.remove(path_to_remove)
+            value_modified = True
+    new_value = os.pathsep.join(env_paths)
+    return new_value if value_modified else None
+
+
+def _get_workspaces(environ, include_fuerte=False, include_non_existing=False):
+    '''
+    Based on CMAKE_PREFIX_PATH return all catkin workspaces.
+
+    :param include_fuerte: The flag if paths starting with '/opt/odroid-x2/sdk//opt/ros/fuerte' should be considered workspaces, ``bool``
+    '''
+    # get all cmake prefix paths
+    env_name = 'CMAKE_PREFIX_PATH'
+    value = environ[env_name] if env_name in environ else ''
+    paths = [path for path in value.split(os.pathsep) if path]
+    # remove non-workspace paths
+    workspaces = [path for path in paths if os.path.isfile(os.path.join(path, CATKIN_MARKER_FILE)) or (include_fuerte and path.startswith('/opt/odroid-x2/sdk//opt/ros/fuerte')) or (include_non_existing and not os.path.exists(path))]
+    return workspaces
+
+
+def prepend_env_variables(environ, env_var_subfolders, workspaces):
+    '''
+    Generate shell code to prepend environment variables
+    for the all workspaces.
+    '''
+    lines = []
+    lines.append(comment('prepend folders of workspaces to environment variables'))
+
+    paths = [path for path in workspaces.split(os.pathsep) if path]
+
+    prefix = _prefix_env_variable(environ, 'CMAKE_PREFIX_PATH', paths, '')
+    lines.append(prepend(environ, 'CMAKE_PREFIX_PATH', prefix))
+
+    for key in sorted([key for key in env_var_subfolders.keys() if key != 'CMAKE_PREFIX_PATH']):
+        subfolder = env_var_subfolders[key]
+        prefix = _prefix_env_variable(environ, key, paths, subfolder)
+        lines.append(prepend(environ, key, prefix))
+    return lines
+
+
+def _prefix_env_variable(environ, name, paths, subfolders):
+    '''
+    Return the prefix to prepend to the environment variable NAME, adding any path in NEW_PATHS_STR without creating duplicate or empty items.
+    '''
+    value = environ[name] if name in environ else ''
+    environ_paths = [path for path in value.split(os.pathsep) if path]
+    checked_paths = []
+    for path in paths:
+        if not isinstance(subfolders, list):
+            subfolders = [subfolders]
+        for subfolder in subfolders:
+            path_tmp = path
+            if subfolder:
+                path_tmp = os.path.join(path_tmp, subfolder)
+            # exclude any path already in env and any path we already added
+            if path_tmp not in environ_paths and path_tmp not in checked_paths:
+                checked_paths.append(path_tmp)
+    prefix_str = os.pathsep.join(checked_paths)
+    if prefix_str != '' and environ_paths:
+        prefix_str += os.pathsep
+    return prefix_str
+
+
+def assignment(key, value):
+    if not IS_WINDOWS:
+        return 'export %s="%s"' % (key, value)
+    else:
+        return 'set %s=%s' % (key, value)
+
+
+def comment(msg):
+    if not IS_WINDOWS:
+        return '# %s' % msg
+    else:
+        return 'REM %s' % msg
+
+
+def prepend(environ, key, prefix):
+    if key not in environ or not environ[key]:
+        return assignment(key, prefix)
+    if not IS_WINDOWS:
+        return 'export %s="%s$%s"' % (key, prefix, key)
+    else:
+        return 'set %s=%s%%%s%%' % (key, prefix, key)
+
+
+def find_env_hooks(environ, cmake_prefix_path):
+    '''
+    Generate shell code with found environment hooks
+    for the all workspaces.
+    '''
+    lines = []
+    lines.append(comment('found environment hooks in workspaces'))
+
+    generic_env_hooks = []
+    generic_env_hooks_workspace = []
+    specific_env_hooks = []
+    specific_env_hooks_workspace = []
+    generic_env_hooks_by_filename = {}
+    specific_env_hooks_by_filename = {}
+    generic_env_hook_ext = 'bat' if IS_WINDOWS else 'sh'
+    specific_env_hook_ext = environ['CATKIN_SHELL'] if not IS_WINDOWS and 'CATKIN_SHELL' in environ and environ['CATKIN_SHELL'] else None
+    # remove non-workspace paths
+    workspaces = [path for path in cmake_prefix_path.split(os.pathsep) if path and os.path.isfile(os.path.join(path, CATKIN_MARKER_FILE))]
+    for workspace in reversed(workspaces):
+        env_hook_dir = os.path.join(workspace, 'etc', 'catkin', 'profile.d')
+        if os.path.isdir(env_hook_dir):
+            for filename in sorted(os.listdir(env_hook_dir)):
+                if filename.endswith('.%s' % generic_env_hook_ext):
+                    # remove previous env hook with same name if present
+                    if filename in generic_env_hooks_by_filename:
+                        i = generic_env_hooks.index(generic_env_hooks_by_filename[filename])
+                        generic_env_hooks.pop(i)
+                        generic_env_hooks_workspace.pop(i)
+                    # append env hook
+                    generic_env_hooks.append(os.path.join(env_hook_dir, filename))
+                    generic_env_hooks_workspace.append(workspace)
+                    generic_env_hooks_by_filename[filename] = generic_env_hooks[-1]
+                elif specific_env_hook_ext is not None and filename.endswith('.%s' % specific_env_hook_ext):
+                    # remove previous env hook with same name if present
+                    if filename in specific_env_hooks_by_filename:
+                        i = specific_env_hooks.index(specific_env_hooks_by_filename[filename])
+                        specific_env_hooks.pop(i)
+                        specific_env_hooks_workspace.pop(i)
+                    # append env hook
+                    specific_env_hooks.append(os.path.join(env_hook_dir, filename))
+                    specific_env_hooks_workspace.append(workspace)
+                    specific_env_hooks_by_filename[filename] = specific_env_hooks[-1]
+    env_hooks = generic_env_hooks + specific_env_hooks
+    env_hooks_workspace = generic_env_hooks_workspace + specific_env_hooks_workspace
+    count = len(env_hooks)
+    lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_COUNT', count))
+    for i in range(count):
+        lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_%d' % i, env_hooks[i]))
+        lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_%d_WORKSPACE' % i, env_hooks_workspace[i]))
+    return lines
+
+
+def _parse_arguments(args=None):
+    parser = argparse.ArgumentParser(description='Generates code blocks for the setup.SHELL script.')
+    parser.add_argument('--extend', action='store_true', help='Skip unsetting previous environment variables to extend context')
+    return parser.parse_known_args(args=args)[0]
+
+
+if __name__ == '__main__':
+    try:
+        try:
+            args = _parse_arguments()
+        except Exception as e:
+            print(e, file=sys.stderr)
+            sys.exit(1)
+
+        # environment at generation time
+        CMAKE_PREFIX_PATH = '/opt/odroid-x2/sdk/opt/ros/indigo;/opt/odroid-x2/sdk//opt/ros/indigo'.split(';')
+        # prepend current workspace if not already part of CPP
+        base_path = os.path.dirname(__file__)
+        if base_path not in CMAKE_PREFIX_PATH:
+            CMAKE_PREFIX_PATH.insert(0, base_path)
+        CMAKE_PREFIX_PATH = os.pathsep.join(CMAKE_PREFIX_PATH)
+
+        environ = dict(os.environ)
+        lines = []
+        if not args.extend:
+            lines += rollback_env_variables(environ, ENV_VAR_SUBFOLDERS)
+        lines += prepend_env_variables(environ, ENV_VAR_SUBFOLDERS, CMAKE_PREFIX_PATH)
+        lines += find_env_hooks(environ, CMAKE_PREFIX_PATH)
+        print('\n'.join(lines))
+
+        # need to explicitly flush the output
+        sys.stdout.flush()
+    except IOError as e:
+        # and catch potantial "broken pipe" if stdout is not writable
+        # which can happen when piping the output to a file but the disk is full
+        if e.errno == errno.EPIPE:
+            print(e, file=sys.stderr)
+            sys.exit(2)
+        raise
+
+    sys.exit(0)
diff --git a/odroid-install/env.sh b/odroid-install/env.sh
new file mode 100755
index 0000000000000000000000000000000000000000..8aa9d244ae9475039027a5f25a8d41a46174cddf
--- /dev/null
+++ b/odroid-install/env.sh
@@ -0,0 +1,16 @@
+#!/usr/bin/env sh
+# generated from catkin/cmake/templates/env.sh.in
+
+if [ $# -eq 0 ] ; then
+  /bin/echo "Usage: env.sh COMMANDS"
+  /bin/echo "Calling env.sh without arguments is not supported anymore. Instead spawn a subshell and source a setup file manually."
+  exit 1
+fi
+
+# ensure to not use different shell type which was set before
+CATKIN_SHELL=sh
+
+# source setup.sh from same directory as this file
+_CATKIN_SETUP_DIR=$(cd "`dirname "$0"`" > /dev/null && pwd)
+. "$_CATKIN_SETUP_DIR/setup.sh"
+exec "$@"
diff --git a/odroid-install/lib/auto_stop/auto_stop_node b/odroid-install/lib/auto_stop/auto_stop_node
new file mode 100755
index 0000000000000000000000000000000000000000..06d4952ec60116baa32fde84f9b64f903f1baac8
Binary files /dev/null and b/odroid-install/lib/auto_stop/auto_stop_node differ
diff --git a/odroid-install/lib/pkgconfig/auto_stop.pc b/odroid-install/lib/pkgconfig/auto_stop.pc
new file mode 100644
index 0000000000000000000000000000000000000000..c6a7e9f1ab9efe00a8ca60229d5919bc7f67714f
--- /dev/null
+++ b/odroid-install/lib/pkgconfig/auto_stop.pc
@@ -0,0 +1,8 @@
+prefix=/home/zargol/catkin_ws_user/odroid-install
+
+Name: auto_stop
+Description: Description of auto_stop
+Version: 0.0.0
+Cflags: 
+Libs: -L/home/zargol/catkin_ws_user/odroid-install/lib -lauto_stop
+Requires: std_msgs sensor_msgs geometry_msgs
diff --git a/odroid-install/setup.bash b/odroid-install/setup.bash
new file mode 100644
index 0000000000000000000000000000000000000000..ff47af8f30bcc54efd5892530c84c4159250d4a3
--- /dev/null
+++ b/odroid-install/setup.bash
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+# generated from catkin/cmake/templates/setup.bash.in
+
+CATKIN_SHELL=bash
+
+# source setup.sh from same directory as this file
+_CATKIN_SETUP_DIR=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)
+. "$_CATKIN_SETUP_DIR/setup.sh"
diff --git a/odroid-install/setup.sh b/odroid-install/setup.sh
new file mode 100644
index 0000000000000000000000000000000000000000..43002608ce5bbe69e0a5fd3666b4333637582cbc
--- /dev/null
+++ b/odroid-install/setup.sh
@@ -0,0 +1,94 @@
+#!/usr/bin/env sh
+# generated from catkin/cmake/template/setup.sh.in
+
+# Sets various environment variables and sources additional environment hooks.
+# It tries it's best to undo changes from a previously sourced setup file before.
+# Supported command line options:
+# --extend: skips the undoing of changes from a previously sourced setup file
+
+# since this file is sourced either use the provided _CATKIN_SETUP_DIR
+# or fall back to the destination set at configure time
+: ${_CATKIN_SETUP_DIR:=/home/zargol/catkin_ws_user/odroid-install}
+_SETUP_UTIL="$_CATKIN_SETUP_DIR/_setup_util.py"
+unset _CATKIN_SETUP_DIR
+
+if [ ! -f "$_SETUP_UTIL" ]; then
+  echo "Missing Python script: $_SETUP_UTIL"
+  return 22
+fi
+
+# detect if running on Darwin platform
+_UNAME=`uname -s`
+_IS_DARWIN=0
+if [ "$_UNAME" = "Darwin" ]; then
+  _IS_DARWIN=1
+fi
+unset _UNAME
+
+# make sure to export all environment variables
+export CMAKE_PREFIX_PATH
+export CPATH
+if [ $_IS_DARWIN -eq 0 ]; then
+  export LD_LIBRARY_PATH
+else
+  export DYLD_LIBRARY_PATH
+fi
+unset _IS_DARWIN
+export PATH
+export PKG_CONFIG_PATH
+export PYTHONPATH
+
+# remember type of shell if not already set
+if [ -z "$CATKIN_SHELL" ]; then
+  CATKIN_SHELL=sh
+fi
+
+# invoke Python script to generate necessary exports of environment variables
+# use TMPDIR if it exists, otherwise fall back to /tmp
+if [ -d "${TMPDIR}" ]; then
+  _TMPDIR="${TMPDIR}"
+else
+  _TMPDIR=/tmp
+fi
+_SETUP_TMP=`mktemp "${_TMPDIR}/setup.sh.XXXXXXXXXX"`
+unset _TMPDIR
+if [ $? -ne 0 -o ! -f "$_SETUP_TMP" ]; then
+  echo "Could not create temporary file: $_SETUP_TMP"
+  return 1
+fi
+CATKIN_SHELL=$CATKIN_SHELL "$_SETUP_UTIL" $@ >> "$_SETUP_TMP"
+_RC=$?
+if [ $_RC -ne 0 ]; then
+  if [ $_RC -eq 2 ]; then
+    echo "Could not write the output of '$_SETUP_UTIL' to temporary file '$_SETUP_TMP': may be the disk if full?"
+  else
+    echo "Failed to run '\"$_SETUP_UTIL\" $@': return code $_RC"
+  fi
+  unset _RC
+  unset _SETUP_UTIL
+  rm -f "$_SETUP_TMP"
+  unset _SETUP_TMP
+  return 1
+fi
+unset _RC
+unset _SETUP_UTIL
+. "$_SETUP_TMP"
+rm -f "$_SETUP_TMP"
+unset _SETUP_TMP
+
+# source all environment hooks
+_i=0
+while [ $_i -lt $_CATKIN_ENVIRONMENT_HOOKS_COUNT ]; do
+  eval _envfile=\$_CATKIN_ENVIRONMENT_HOOKS_$_i
+  unset _CATKIN_ENVIRONMENT_HOOKS_$_i
+  eval _envfile_workspace=\$_CATKIN_ENVIRONMENT_HOOKS_${_i}_WORKSPACE
+  unset _CATKIN_ENVIRONMENT_HOOKS_${_i}_WORKSPACE
+  # set workspace for environment hook
+  CATKIN_ENV_HOOK_WORKSPACE=$_envfile_workspace
+  . "$_envfile"
+  unset CATKIN_ENV_HOOK_WORKSPACE
+  _i=$((_i + 1))
+done
+unset _i
+
+unset _CATKIN_ENVIRONMENT_HOOKS_COUNT
diff --git a/odroid-install/setup.zsh b/odroid-install/setup.zsh
new file mode 100644
index 0000000000000000000000000000000000000000..9f780b741031d8037b90514441a80f9fed39d02b
--- /dev/null
+++ b/odroid-install/setup.zsh
@@ -0,0 +1,8 @@
+#!/usr/bin/env zsh
+# generated from catkin/cmake/templates/setup.zsh.in
+
+CATKIN_SHELL=zsh
+
+# source setup.sh from same directory as this file
+_CATKIN_SETUP_DIR=$(builtin cd -q "`dirname "$0"`" > /dev/null && pwd)
+emulate -R zsh -c 'source "$_CATKIN_SETUP_DIR/setup.sh"'
diff --git a/odroid-install/share/auto_stop/cmake/auto_stopConfig-version.cmake b/odroid-install/share/auto_stop/cmake/auto_stopConfig-version.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0
--- /dev/null
+++ b/odroid-install/share/auto_stop/cmake/auto_stopConfig-version.cmake
@@ -0,0 +1,14 @@
+# generated from catkin/cmake/template/pkgConfig-version.cmake.in
+set(PACKAGE_VERSION "0.0.0")
+
+set(PACKAGE_VERSION_EXACT False)
+set(PACKAGE_VERSION_COMPATIBLE False)
+
+if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}")
+  set(PACKAGE_VERSION_EXACT True)
+  set(PACKAGE_VERSION_COMPATIBLE True)
+endif()
+
+if("${PACKAGE_FIND_VERSION}" VERSION_LESS "${PACKAGE_VERSION}")
+  set(PACKAGE_VERSION_COMPATIBLE True)
+endif()
diff --git a/odroid-install/share/auto_stop/cmake/auto_stopConfig.cmake b/odroid-install/share/auto_stop/cmake/auto_stopConfig.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..5315c2f333ee83994d717ca9bf84fe342367d140
--- /dev/null
+++ b/odroid-install/share/auto_stop/cmake/auto_stopConfig.cmake
@@ -0,0 +1,191 @@
+# generated from catkin/cmake/template/pkgConfig.cmake.in
+
+# append elements to a list and remove existing duplicates from the list
+# copied from catkin/cmake/list_append_deduplicate.cmake to keep pkgConfig
+# self contained
+macro(_list_append_deduplicate listname)
+  if(NOT "${ARGN}" STREQUAL "")
+    if(${listname})
+      list(REMOVE_ITEM ${listname} ${ARGN})
+    endif()
+    list(APPEND ${listname} ${ARGN})
+  endif()
+endmacro()
+
+# append elements to a list if they are not already in the list
+# copied from catkin/cmake/list_append_unique.cmake to keep pkgConfig
+# self contained
+macro(_list_append_unique listname)
+  foreach(_item ${ARGN})
+    list(FIND ${listname} ${_item} _index)
+    if(_index EQUAL -1)
+      list(APPEND ${listname} ${_item})
+    endif()
+  endforeach()
+endmacro()
+
+# pack a list of libraries with optional build configuration keywords
+# copied from catkin/cmake/catkin_libraries.cmake to keep pkgConfig
+# self contained
+macro(_pack_libraries_with_build_configuration VAR)
+  set(${VAR} "")
+  set(_argn ${ARGN})
+  list(LENGTH _argn _count)
+  set(_index 0)
+  while(${_index} LESS ${_count})
+    list(GET _argn ${_index} lib)
+    if("${lib}" MATCHES "^(debug|optimized|general)$")
+      math(EXPR _index "${_index} + 1")
+      if(${_index} EQUAL ${_count})
+        message(FATAL_ERROR "_pack_libraries_with_build_configuration() the list of libraries '${ARGN}' ends with '${lib}' which is a build configuration keyword and must be followed by a library")
+      endif()
+      list(GET _argn ${_index} library)
+      list(APPEND ${VAR} "${lib}${CATKIN_BUILD_CONFIGURATION_KEYWORD_SEPARATOR}${library}")
+    else()
+      list(APPEND ${VAR} "${lib}")
+    endif()
+    math(EXPR _index "${_index} + 1")
+  endwhile()
+endmacro()
+
+# unpack a list of libraries with optional build configuration keyword prefixes
+# copied from catkin/cmake/catkin_libraries.cmake to keep pkgConfig
+# self contained
+macro(_unpack_libraries_with_build_configuration VAR)
+  set(${VAR} "")
+  foreach(lib ${ARGN})
+    string(REGEX REPLACE "^(debug|optimized|general)${CATKIN_BUILD_CONFIGURATION_KEYWORD_SEPARATOR}(.+)$" "\\1;\\2" lib "${lib}")
+    list(APPEND ${VAR} "${lib}")
+  endforeach()
+endmacro()
+
+
+if(auto_stop_CONFIG_INCLUDED)
+  return()
+endif()
+set(auto_stop_CONFIG_INCLUDED TRUE)
+
+# set variables for source/devel/install prefixes
+if("FALSE" STREQUAL "TRUE")
+  set(auto_stop_SOURCE_PREFIX /home/zargol/catkin_ws_user/src/auto_stop)
+  set(auto_stop_DEVEL_PREFIX /home/zargol/catkin_ws_user/odroid-devel)
+  set(auto_stop_INSTALL_PREFIX "")
+  set(auto_stop_PREFIX ${auto_stop_DEVEL_PREFIX})
+else()
+  set(auto_stop_SOURCE_PREFIX "")
+  set(auto_stop_DEVEL_PREFIX "")
+  set(auto_stop_INSTALL_PREFIX /home/zargol/catkin_ws_user/odroid-install)
+  set(auto_stop_PREFIX ${auto_stop_INSTALL_PREFIX})
+endif()
+
+# warn when using a deprecated package
+if(NOT "" STREQUAL "")
+  set(_msg "WARNING: package 'auto_stop' is deprecated")
+  # append custom deprecation text if available
+  if(NOT "" STREQUAL "TRUE")
+    set(_msg "${_msg} ()")
+  endif()
+  message("${_msg}")
+endif()
+
+# flag project as catkin-based to distinguish if a find_package()-ed project is a catkin project
+set(auto_stop_FOUND_CATKIN_PROJECT TRUE)
+
+if(NOT " " STREQUAL " ")
+  set(auto_stop_INCLUDE_DIRS "")
+  set(_include_dirs "")
+  foreach(idir ${_include_dirs})
+    if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir})
+      set(include ${idir})
+    elseif("${idir} " STREQUAL "include ")
+      get_filename_component(include "${auto_stop_DIR}/../../../include" ABSOLUTE)
+      if(NOT IS_DIRECTORY ${include})
+        message(FATAL_ERROR "Project 'auto_stop' specifies '${idir}' as an include dir, which is not found.  It does not exist in '${include}'.  Ask the maintainer 'strodl <strodl@todo.todo>' to fix it.")
+      endif()
+    else()
+      message(FATAL_ERROR "Project 'auto_stop' specifies '${idir}' as an include dir, which is not found.  It does neither exist as an absolute directory nor in '/home/zargol/catkin_ws_user/odroid-install/${idir}'.  Ask the maintainer 'strodl <strodl@todo.todo>' to fix it.")
+    endif()
+    _list_append_unique(auto_stop_INCLUDE_DIRS ${include})
+  endforeach()
+endif()
+
+set(libraries "auto_stop")
+foreach(library ${libraries})
+  # keep build configuration keywords, target names and absolute libraries as-is
+  if("${library}" MATCHES "^(debug|optimized|general)$")
+    list(APPEND auto_stop_LIBRARIES ${library})
+  elseif(TARGET ${library})
+    list(APPEND auto_stop_LIBRARIES ${library})
+  elseif(IS_ABSOLUTE ${library})
+    list(APPEND auto_stop_LIBRARIES ${library})
+  else()
+    set(lib_path "")
+    set(lib "${library}-NOTFOUND")
+    # since the path where the library is found is returned we have to iterate over the paths manually
+    foreach(path /home/zargol/catkin_ws_user/odroid-install/lib;/opt/odroid-x2/sdk/opt/ros/indigo/lib;/opt/odroid-x2/sdk//opt/ros/indigo/lib)
+      find_library(lib ${library}
+        PATHS ${path}
+        NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
+      if(lib)
+        set(lib_path ${path})
+        break()
+      endif()
+    endforeach()
+    if(lib)
+      _list_append_unique(auto_stop_LIBRARY_DIRS ${lib_path})
+      list(APPEND auto_stop_LIBRARIES ${lib})
+    else()
+      # as a fall back for non-catkin libraries try to search globally
+      find_library(lib ${library})
+      if(NOT lib)
+        message(FATAL_ERROR "Project '${PROJECT_NAME}' tried to find library '${library}'.  The library is neither a target nor built/installed properly.  Did you compile project 'auto_stop'?  Did you find_package() it before the subdirectory containing its code is included?")
+      endif()
+      list(APPEND auto_stop_LIBRARIES ${lib})
+    endif()
+  endif()
+endforeach()
+
+set(auto_stop_EXPORTED_TARGETS "")
+# create dummy targets for exported code generation targets to make life of users easier
+foreach(t ${auto_stop_EXPORTED_TARGETS})
+  if(NOT TARGET ${t})
+    add_custom_target(${t})
+  endif()
+endforeach()
+
+set(depends "std_msgs;sensor_msgs;geometry_msgs")
+foreach(depend ${depends})
+  string(REPLACE " " ";" depend_list ${depend})
+  # the package name of the dependency must be kept in a unique variable so that it is not overwritten in recursive calls
+  list(GET depend_list 0 auto_stop_dep)
+  list(LENGTH depend_list count)
+  if(${count} EQUAL 1)
+    # simple dependencies must only be find_package()-ed once
+    if(NOT ${auto_stop_dep}_FOUND)
+      find_package(${auto_stop_dep} REQUIRED)
+    endif()
+  else()
+    # dependencies with components must be find_package()-ed again
+    list(REMOVE_AT depend_list 0)
+    find_package(${auto_stop_dep} REQUIRED ${depend_list})
+  endif()
+  _list_append_unique(auto_stop_INCLUDE_DIRS ${${auto_stop_dep}_INCLUDE_DIRS})
+
+  # merge build configuration keywords with library names to correctly deduplicate
+  _pack_libraries_with_build_configuration(auto_stop_LIBRARIES ${auto_stop_LIBRARIES})
+  _pack_libraries_with_build_configuration(_libraries ${${auto_stop_dep}_LIBRARIES})
+  _list_append_deduplicate(auto_stop_LIBRARIES ${_libraries})
+  # undo build configuration keyword merging after deduplication
+  _unpack_libraries_with_build_configuration(auto_stop_LIBRARIES ${auto_stop_LIBRARIES})
+
+  _list_append_unique(auto_stop_LIBRARY_DIRS ${${auto_stop_dep}_LIBRARY_DIRS})
+  list(APPEND auto_stop_EXPORTED_TARGETS ${${auto_stop_dep}_EXPORTED_TARGETS})
+endforeach()
+
+set(pkg_cfg_extras "")
+foreach(extra ${pkg_cfg_extras})
+  if(NOT IS_ABSOLUTE ${extra})
+    set(extra ${auto_stop_DIR}/${extra})
+  endif()
+  include(${extra})
+endforeach()
diff --git a/odroid-install/share/auto_stop/launch/auto_stop_user.launch b/odroid-install/share/auto_stop/launch/auto_stop_user.launch
new file mode 100644
index 0000000000000000000000000000000000000000..7b134c54a4edf6d8cb2e02c9f1b294446a0d9b2f
--- /dev/null
+++ b/odroid-install/share/auto_stop/launch/auto_stop_user.launch
@@ -0,0 +1,7 @@
+<launch>
+	<node pkg="auto_stop" type="auto_stop_node" name="auto_stop" output="screen">	
+	  	<param name="angle_front"		type="int" 		value="35" />
+	  	<param name="angle_back"		type="int" 		value="35"/>		
+	  	<param name="break_distance"		type="double"		 	value="0.6"/>
+	</node>
+</launch>
diff --git a/odroid-install/share/auto_stop/package.xml b/odroid-install/share/auto_stop/package.xml
new file mode 100644
index 0000000000000000000000000000000000000000..64a8482744540f263237ed553cdb3adb778bf490
--- /dev/null
+++ b/odroid-install/share/auto_stop/package.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0"?>
+<package>
+  <name>auto_stop</name>
+  <version>0.0.0</version>
+  <description>The auto_stop package</description>
+
+  <!-- One maintainer tag required, multiple allowed, one person per tag --> 
+  <!-- Example:  -->
+  <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
+  <maintainer email="strodl@todo.todo">strodl</maintainer>
+
+
+  <!-- One license tag required, multiple allowed, one license per tag -->
+  <!-- Commonly used license strings: -->
+  <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
+  <license>TODO</license>
+
+
+  <!-- Url tags are optional, but mutiple are allowed, one per tag -->
+  <!-- Optional attribute type can be: website, bugtracker, or repository -->
+  <!-- Example: -->
+  <!-- <url type="website">http://wiki.ros.org/auto_stop</url> -->
+
+
+  <!-- Author tags are optional, mutiple are allowed, one per tag -->
+  <!-- Authors do not have to be maintianers, but could be -->
+  <!-- Example: -->
+  <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
+
+
+  <!-- The *_depend tags are used to specify dependencies -->
+  <!-- Dependencies can be catkin packages or system dependencies -->
+  <!-- Examples: -->
+  <!-- Use build_depend for packages you need at compile time: -->
+  <!--   <build_depend>message_generation</build_depend> -->
+  <!-- Use buildtool_depend for build tool packages: -->
+  <!--   <buildtool_depend>catkin</buildtool_depend> -->
+  <!-- Use run_depend for packages you need at runtime: -->
+  <!--   <run_depend>message_runtime</run_depend> -->
+  <!-- Use test_depend for packages you need only for testing: -->
+  <!--   <test_depend>gtest</test_depend> -->
+  <buildtool_depend>catkin</buildtool_depend>
+  <build_depend>roscpp</build_depend>
+  <build_depend>std_msgs</build_depend>
+  <build_depend>sensor_msgs</build_depend>
+    <build_depend>geometry_msgs</build_depend>
+
+  
+  <run_depend>roscpp</run_depend>
+  <run_depend>std_msgs</run_depend>
+    <run_depend>sensor_msgs</run_depend>
+    <run_depend>geometry_msgs</run_depend>
+
+  
+
+
+
+  <!-- The export tag contains other, unspecified, tags -->
+  <export>
+    <!-- Other tools can request additional information be placed here -->
+
+  </export>
+</package>
diff --git a/replace.sh b/replace.sh
new file mode 100755
index 0000000000000000000000000000000000000000..645bb0428b2d293ff99ea81c5174d9ada0dfa455
--- /dev/null
+++ b/replace.sh
@@ -0,0 +1,11 @@
+echo "replace root path"
+pwd
+cd ..
+var=$(pwd)
+echo "The catkin_ws_user directory $var."
+sed -i 's#'$var'#/root#'g $var/catkin_ws_user/odroid-devel/.catkin $var/catkin_ws_user/odroid-devel/setup.sh $var/catkin_ws_user/odroid-devel/_setup_util.py $var/catkin_ws_user/odroid-devel/.rosinstall
+sed -i 's#/opt/odroid-x2/sdk/#/#'g $var/catkin_ws_user/odroid-devel/_setup_util.py
+sed -i 's#'$var'#/root#'g $var/catkin_ws_user/odroid-build/.catkin_tools.yaml
+scp -r $var/catkin_ws_user/src/ root@192.168.43.102:./catkin_ws_user/
+scp -r $var/catkin_ws_user/odroid-devel/ root@192.168.43.102:./catkin_ws_user/
+echo "finished"
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cea529067545e91cf08c54f203d4ab2f82225b40
--- /dev/null
+++ b/src/CMakeLists.txt
@@ -0,0 +1,64 @@
+# toplevel CMakeLists.txt for a catkin workspace
+# catkin/cmake/toplevel.cmake
+
+cmake_minimum_required(VERSION 2.8.3)
+
+set(CATKIN_TOPLEVEL TRUE)
+
+# search for catkin within the workspace
+set(_cmd "catkin_find_pkg" "catkin" "${CMAKE_SOURCE_DIR}")
+execute_process(COMMAND ${_cmd}
+  RESULT_VARIABLE _res
+  OUTPUT_VARIABLE _out
+  ERROR_VARIABLE _err
+  OUTPUT_STRIP_TRAILING_WHITESPACE
+  ERROR_STRIP_TRAILING_WHITESPACE
+)
+
+if(NOT _res EQUAL 0 AND NOT _res EQUAL 2)
+  # searching fot catkin resulted in an error
+  string(REPLACE ";" " " _cmd_str "${_cmd}")
+  message(FATAL_ERROR "Search for 'catkin' in workspace failed (${_cmd_str}): ${_err}")
+endif()
+
+# include catkin from workspace or via find_package()
+if(_res EQUAL 0)
+  set(catkin_EXTRAS_DIR "${CMAKE_SOURCE_DIR}/${_out}/cmake")
+  # include all.cmake without add_subdirectory to let it operate in same scope
+  include(${catkin_EXTRAS_DIR}/all.cmake NO_POLICY_SCOPE)
+  add_subdirectory("${_out}")
+
+else()
+  # use either CMAKE_PREFIX_PATH explicitly passed to CMake as a command line argument
+  # or CMAKE_PREFIX_PATH from the environment
+  if(NOT DEFINED CMAKE_PREFIX_PATH)
+    if(NOT "$ENV{CMAKE_PREFIX_PATH}" STREQUAL "")
+      string(REPLACE ":" ";" CMAKE_PREFIX_PATH $ENV{CMAKE_PREFIX_PATH})
+    endif()
+  endif()
+
+  # list of catkin workspaces
+  set(catkin_search_path "")
+  foreach(path ${CMAKE_PREFIX_PATH})
+    if(EXISTS "${path}/.catkin")
+      list(FIND catkin_search_path ${path} _index)
+      if(_index EQUAL -1)
+        list(APPEND catkin_search_path ${path})
+      endif()
+    endif()
+  endforeach()
+
+  # search for catkin in all workspaces
+  set(CATKIN_TOPLEVEL_FIND_PACKAGE TRUE)
+  find_package(catkin QUIET
+    NO_POLICY_SCOPE
+    PATHS ${catkin_search_path}
+    NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
+  unset(CATKIN_TOPLEVEL_FIND_PACKAGE)
+
+  if(NOT catkin_FOUND)
+    message(FATAL_ERROR "find_package(catkin) failed. catkin was neither found in the workspace nor in the CMAKE_PREFIX_PATH. One reason may be that no ROS setup.sh was sourced before.")
+  endif()
+endif()
+
+catkin_workspace()
diff --git a/src/Toolchain-arm-linux-gnueabihf.cmake b/src/Toolchain-arm-linux-gnueabihf.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a8a857c39c1a63541f94295cc6120e00b8482dfb
--- /dev/null
+++ b/src/Toolchain-arm-linux-gnueabihf.cmake
@@ -0,0 +1,59 @@
+SET(CMAKE_SYSTEM_NAME Linux)
+SET(CMAKE_SYSTEM_VERSION 1)
+
+# specify the cross compiler
+SET(CMAKE_C_COMPILER   /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-gcc)
+SET(CMAKE_CXX_COMPILER /opt/odroid-x2/compiler/bin/arm-linux-gnueabihf-g++)
+
+# Set the target architecture. This should ideally be self-detected (as it is
+# with Ubuntu 12.04's arm-linux-gnueabihf-g++ 4.6 and Linaro's arm-...-g++ 4.8.2)
+# but this fails for Ubuntu 14.04's arm-...-g++ 4.8.3.
+set(CMAKE_LIBRARY_ARCHITECTURE arm-linux-gnueabihf)
+
+# where is the target environment 
+if (NOT CMAKE_FIND_ROOT_PATH)
+	SET(CMAKE_FIND_ROOT_PATH "/opt/odroid-x2/sdk" CACHE INTERNAL "" FORCE)
+else()
+	GET_FILENAME_COMPONENT(CMAKE_FIND_ROOT_PATH "${CMAKE_FIND_ROOT_PATH}" ABSOLUTE)
+endif ()
+SET(CMAKE_FIND_ROOT_PATH "/opt/odroid-x2/sdk" CACHE INTERNAL "" FORCE)
+
+link_directories(/opt/odroid-x2/sdk/usr/lib/arm-linux-gnueabihf)
+
+
+## search for programs in the build host directories
+SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
+## for libraries and headers in the target directories
+SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
+SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
+## search for packages only on the target system
+#SET(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
+
+# set up pkg-config to look in the sysroot directory for the package configuration files
+SET(ENV{PKG_CONFIG_DIR} "")
+SET(ENV{PKG_CONFIG_LIBDIR} ${CMAKE_FIND_ROOT_PATH}/usr/lib/pkgconfig:${CMAKE_FIND_ROOT_PATH}/usr/share/pkgconfig:${CMAKE_FIND_ROOT_PATH}/usr/lib/arm-linux-gnueabihf/pkgconfig/)
+SET(ENV{PKG_CONFIG_SYSROOT_DIR} ${CMAKE_FIND_ROOT_PATH})
+
+#INCLUDE(${CMAKE_MODULE_PATH}/ForceAddFlags.cmake)
+#FORCE_ADD_FLAGS(CMAKE_C_FLAGS -Wl,--allow-shlib-undefined --sysroot=${CMAKE_FIND_ROOT_PATH})
+#FORCE_ADD_FLAGS(CMAKE_CXX_FLAGS -Wl,--allow-shlib-undefined --sysroot=${CMAKE_FIND_ROOT_PATH})
+#add_definitions("-Wl,--allow-shlib-undefined --sysroot=${CMAKE_FIND_ROOT_PATH}")
+SET(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} --sysroot=${CMAKE_FIND_ROOT_PATH}")
+#SET(CMAKE_CXX_FLAGS -Wl,--allow-shlib-undefined --sysroot=${CMAKE_FIND_ROOT_PATH})
+#SET(CMAKE_LIN CXX_FLAGS -Wl,--allow-shlib-undefined --sysroot=${CMAKE_FIND_ROOT_PATH})
+SET( CMAKE_CXX_FLAGS  "${CMAKE_CXX_FLAGS} --sysroot=${CMAKE_FIND_ROOT_PATH}" )
+SET( CMAKE_EXE_LINKER_FLAGS  "${CMAKE_EXE_LINKER_FLAGS} -Wl,--allow-shlib-undefined --sysroot=${CMAKE_FIND_ROOT_PATH}" )
+
+# the gcc cross-compiler may not have the location of the C++ headers hard-coded, and
+# when we change the sysroot it won't find them anymore (or rather expects them to be
+# below the sysroot directory). To circumvent this, we add the correct location manually
+# by checking how the cross-compiler was configured
+if (CMAKE_COMPILER_IS_GNUCC)
+	execute_process(COMMAND ${CMAKE_CXX_COMPILER} -v
+					ERROR_VARIABLE GCC_INFO)
+	string(REGEX REPLACE "^.*--with-gxx-include-dir=([^ ]*).*$" "\\1" GCC_CXX_PATH ${GCC_INFO})
+	if (GCC_CXX_PATH)
+		add_definitions("-isystem ${GCC_CXX_PATH} -isystem ${GCC_CXX_PATH}/arm-linux-gnueabihf")
+	endif (GCC_CXX_PATH)
+endif()
+
diff --git a/src/auto_stop/CMakeLists.txt b/src/auto_stop/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fbcd958158c918ba5c697b5aad7663e98d900c80
--- /dev/null
+++ b/src/auto_stop/CMakeLists.txt
@@ -0,0 +1,39 @@
+cmake_minimum_required(VERSION 2.8.3)
+set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
+project(auto_stop)
+
+## Find catkin macros and libraries
+## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
+## is used, also find other catkin packages
+find_package(catkin REQUIRED COMPONENTS
+  roscpp
+  std_msgs
+  sensor_msgs
+  geometry_msgs
+)
+
+catkin_package(
+	LIBRARIES ${PROJECT_NAME}
+    CATKIN_DEPENDS std_msgs sensor_msgs geometry_msgs
+)
+
+include_directories(
+  ${catkin_INCLUDE_DIRS}
+)
+
+
+add_executable(auto_stop_node src/auto_stop.cpp)
+add_dependencies(auto_stop_node ${PROJECT_NAME})
+target_link_libraries(auto_stop_node ${catkin_LIBRARIES})
+
+
+install(TARGETS auto_stop_node
+  ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
+  LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
+  RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
+)
+
+install(DIRECTORY launch
+  DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
+  USE_SOURCE_PERMISSIONS
+)
\ No newline at end of file
diff --git a/src/auto_stop/README.md b/src/auto_stop/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..03416fb8cd476fc463a7030b8d6d1b670c58eaac
--- /dev/null
+++ b/src/auto_stop/README.md
@@ -0,0 +1 @@
+# modelcar
diff --git a/src/auto_stop/launch/auto_stop_user.launch b/src/auto_stop/launch/auto_stop_user.launch
new file mode 100644
index 0000000000000000000000000000000000000000..7b134c54a4edf6d8cb2e02c9f1b294446a0d9b2f
--- /dev/null
+++ b/src/auto_stop/launch/auto_stop_user.launch
@@ -0,0 +1,7 @@
+<launch>
+	<node pkg="auto_stop" type="auto_stop_node" name="auto_stop" output="screen">	
+	  	<param name="angle_front"		type="int" 		value="35" />
+	  	<param name="angle_back"		type="int" 		value="35"/>		
+	  	<param name="break_distance"		type="double"		 	value="0.6"/>
+	</node>
+</launch>
diff --git a/src/auto_stop/package.xml b/src/auto_stop/package.xml
new file mode 100644
index 0000000000000000000000000000000000000000..64a8482744540f263237ed553cdb3adb778bf490
--- /dev/null
+++ b/src/auto_stop/package.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0"?>
+<package>
+  <name>auto_stop</name>
+  <version>0.0.0</version>
+  <description>The auto_stop package</description>
+
+  <!-- One maintainer tag required, multiple allowed, one person per tag --> 
+  <!-- Example:  -->
+  <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
+  <maintainer email="strodl@todo.todo">strodl</maintainer>
+
+
+  <!-- One license tag required, multiple allowed, one license per tag -->
+  <!-- Commonly used license strings: -->
+  <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
+  <license>TODO</license>
+
+
+  <!-- Url tags are optional, but mutiple are allowed, one per tag -->
+  <!-- Optional attribute type can be: website, bugtracker, or repository -->
+  <!-- Example: -->
+  <!-- <url type="website">http://wiki.ros.org/auto_stop</url> -->
+
+
+  <!-- Author tags are optional, mutiple are allowed, one per tag -->
+  <!-- Authors do not have to be maintianers, but could be -->
+  <!-- Example: -->
+  <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
+
+
+  <!-- The *_depend tags are used to specify dependencies -->
+  <!-- Dependencies can be catkin packages or system dependencies -->
+  <!-- Examples: -->
+  <!-- Use build_depend for packages you need at compile time: -->
+  <!--   <build_depend>message_generation</build_depend> -->
+  <!-- Use buildtool_depend for build tool packages: -->
+  <!--   <buildtool_depend>catkin</buildtool_depend> -->
+  <!-- Use run_depend for packages you need at runtime: -->
+  <!--   <run_depend>message_runtime</run_depend> -->
+  <!-- Use test_depend for packages you need only for testing: -->
+  <!--   <test_depend>gtest</test_depend> -->
+  <buildtool_depend>catkin</buildtool_depend>
+  <build_depend>roscpp</build_depend>
+  <build_depend>std_msgs</build_depend>
+  <build_depend>sensor_msgs</build_depend>
+    <build_depend>geometry_msgs</build_depend>
+
+  
+  <run_depend>roscpp</run_depend>
+  <run_depend>std_msgs</run_depend>
+    <run_depend>sensor_msgs</run_depend>
+    <run_depend>geometry_msgs</run_depend>
+
+  
+
+
+
+  <!-- The export tag contains other, unspecified, tags -->
+  <export>
+    <!-- Other tools can request additional information be placed here -->
+
+  </export>
+</package>
diff --git a/src/auto_stop/src/auto_stop.cpp b/src/auto_stop/src/auto_stop.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..e9c5b2d909efeab71a8bc39b1d6ccb1d397d5ff0
--- /dev/null
+++ b/src/auto_stop/src/auto_stop.cpp
@@ -0,0 +1,89 @@
+#include "ros/ros.h"
+#include "sensor_msgs/LaserScan.h"
+#include <std_msgs/Int16.h>
+#include <geometry_msgs/Twist.h>
+
+//parameters
+#include <ros/ros.h>
+
+class auto_stop
+{
+public:
+	auto_stop(ros::NodeHandle nh)
+	{
+		n_.param<int>("angle_front", angle_front, 40);
+		n_.param<int>("angle_back", angle_back, 40);
+		n_.param<float>("break_distance", break_distance, 0.45);
+		pubEmergencyStop_=nh.advertise<std_msgs::Int16>(nh.resolveName("manual_control/speed"), 1);
+		subScan_ = n_.subscribe("scan", 1, &auto_stop::scanCallback,this);
+		subTwist_ = n_.subscribe("motor_control/twist",1,&auto_stop::speedCallback,this); 
+	}
+	~auto_stop(){}
+
+    void speedCallback(const geometry_msgs::Twist& twist)
+	{
+		direction=twist.linear.x;
+	}
+
+	void scanCallback(const sensor_msgs::LaserScan::ConstPtr& scan)
+	{
+	    int count = scan->scan_time / scan->time_increment;
+	    float  break_distance_=break_distance;
+	    if (abs(direction)>500)
+	    	break_distance_=(abs(direction)/500)*break_distance;
+	    std_msgs::Int16 speed;
+	    speed.data=0;
+	    //ROS_INFO("speed %f",break_distance_);	
+		if(direction < 0){	//backw.
+			for(int i = 0; i < (angle_back/2)+1; i++){
+				if (scan->ranges[i] <= break_distance_){
+				
+					pubEmergencyStop_.publish(speed);
+					//ROS_INFO("Obstacle");
+					return;
+			    }
+			}
+			for(int k = (360-(angle_back/2)); k < count; k++){
+				if (scan->ranges[k] <= break_distance_){
+					pubEmergencyStop_.publish(speed);
+					return;
+			    }
+			}
+		}
+
+		if(direction > 0){ //forw.
+			for(int j = (180-(angle_front/2)); j < (180+(angle_front/2))+1; j++){
+				if (scan->ranges[j] <= break_distance_){
+					pubEmergencyStop_.publish(speed);
+					return;
+			    }
+			}
+		}
+	}
+
+	private:
+	  	int angle_front;
+		int angle_back;
+		float break_distance;
+		int direction;
+	  	ros::NodeHandle n_; 
+	  	ros::Publisher pubEmergencyStop_;
+	  	ros::Subscriber subScan_;
+	  	ros::Subscriber subTwist_;
+
+};//End of class auto_stop
+
+
+
+int main(int argc, char **argv)
+{
+    ros::init(argc, argv, "auto_stop_node");
+    ros::NodeHandle nh; 
+    auto_stop autoStopObject(nh);
+
+	while(ros::ok())
+	{
+		ros::spin();
+	}
+    return 0;
+}
\ No newline at end of file