diff --git a/workspace/virtuallab/.catkin_workspace b/workspace/virtuallab/.catkin_workspace new file mode 100644 index 0000000000000000000000000000000000000000..52fd97e7ea4bd421af3f7dacb539d241bcee6583 --- /dev/null +++ b/workspace/virtuallab/.catkin_workspace @@ -0,0 +1 @@ +# This file currently only serves to mark the location of a catkin workspace for tool integration diff --git a/workspace/virtuallab/build/.built_by b/workspace/virtuallab/build/.built_by new file mode 100644 index 0000000000000000000000000000000000000000..2e212dd304b5097120ab9fa2ade549804768ad5f --- /dev/null +++ b/workspace/virtuallab/build/.built_by @@ -0,0 +1 @@ +catkin_make \ No newline at end of file diff --git a/workspace/virtuallab/build/CATKIN_IGNORE b/workspace/virtuallab/build/CATKIN_IGNORE new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/virtuallab/build/CMakeCache.txt b/workspace/virtuallab/build/CMakeCache.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4ab80025c1a41ef5ebe6bafaa10245e1be91c18 --- /dev/null +++ b/workspace/virtuallab/build/CMakeCache.txt @@ -0,0 +1,622 @@ +# This is the CMakeCache file. +# For build in directory: /home/job/workspace/virtuallab/build +# 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 +######################## + +//Builds the googlemock subproject +BUILD_GMOCK:BOOL=ON + +//Builds the googletest subproject +BUILD_GTEST:BOOL=OFF + +//Build shared libraries (DLLs). +BUILD_SHARED_LIBS:BOOL=ON + +//List of ';' separated packages to exclude +CATKIN_BLACKLIST_PACKAGES:STRING= + +//catkin devel space +CATKIN_DEVEL_PREFIX:PATH=/home/job/workspace/virtuallab/devel + +//Catkin enable testing +CATKIN_ENABLE_TESTING:BOOL=ON + +//Catkin skip testing +CATKIN_SKIP_TESTING:BOOL=OFF + +//Replace the CMake install command with a custom implementation +// using symlinks instead of copying resources +CATKIN_SYMLINK_INSTALL:BOOL=OFF + +//List of ';' separated packages to build +CATKIN_WHITELIST_PACKAGES:STRING= + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/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=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7 + +//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 builds for minimum +// size. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during release builds with debug info. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7 + +//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 builds for minimum +// size. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during release builds with debug info. +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/job/workspace/virtuallab/install + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/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=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=Project + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/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=/usr/bin/strip + +//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=DOXYGEN_EXECUTABLE-NOTFOUND + +//Path to a program. +EMPY_EXECUTABLE:FILEPATH=/usr/bin/empy + +//Empy script +EMPY_SCRIPT:STRING=/usr/bin/empy + +//The directory containing a CMake configuration file for GMock. +GMock_DIR:PATH=GMock_DIR-NOTFOUND + +//Path to a file. +GTEST_INCLUDE_DIR:PATH=/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/python2 + +//Specify specific Python version to use ('major.minor' or 'major') +PYTHON_VERSION:STRING=2 + +//Value Computed by CMake +Project_BINARY_DIR:STATIC=/home/job/workspace/virtuallab/build + +//Value Computed by CMake +Project_SOURCE_DIR:STATIC=/home/job/workspace/virtuallab/src + +//Path to a library. +RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so + +//Enable debian style python package layout +SETUPTOOLS_DEB_LAYOUT:BOOL=ON + +//Name of the computer/site where compile is being run +SITE:STRING=job-Inspiron-5580 + +//LSB Distrib tag +UBUNTU:BOOL=TRUE + +//LSB Distrib - codename tag +UBUNTU_BIONIC:BOOL=TRUE + +//Path to a file. +_gmock_INCLUDES:FILEPATH=/usr/include/gmock/gmock.h + +//Path to a file. +_gmock_SOURCES:FILEPATH=/usr/src/gmock/src/gmock.cc + +//Path to a file. +_gtest_INCLUDES:FILEPATH=/usr/include/gtest/gtest.h + +//Path to a file. +_gtest_SOURCES:FILEPATH=/usr/src/gtest/src/gtest.cc + +//Value Computed by CMake +camera_calib_BINARY_DIR:STATIC=/home/job/workspace/virtuallab/build/camera_calib + +//Value Computed by CMake +camera_calib_SOURCE_DIR:STATIC=/home/job/workspace/virtuallab/src/camera_calib + +//The directory containing a CMake configuration file for catkin. +catkin_DIR:PATH=/opt/ros/melodic/share/catkin/cmake + +//Value Computed by CMake +co_robot_drive_BINARY_DIR:STATIC=/home/job/workspace/virtuallab/build/co_robot_drive + +//Value Computed by CMake +co_robot_drive_SOURCE_DIR:STATIC=/home/job/workspace/virtuallab/src/co_robot_drive + +//The directory containing a CMake configuration file for cpp_common. +cpp_common_DIR:PATH=/opt/ros/melodic/share/cpp_common/cmake + +//The directory containing a CMake configuration file for cv_bridge. +cv_bridge_DIR:PATH=/opt/ros/melodic/share/cv_bridge/cmake + +//The directory containing a CMake configuration file for gencpp. +gencpp_DIR:PATH=/opt/ros/melodic/share/gencpp/cmake + +//The directory containing a CMake configuration file for geneus. +geneus_DIR:PATH=/opt/ros/melodic/share/geneus/cmake + +//The directory containing a CMake configuration file for genlisp. +genlisp_DIR:PATH=/opt/ros/melodic/share/genlisp/cmake + +//The directory containing a CMake configuration file for genmsg. +genmsg_DIR:PATH=/opt/ros/melodic/share/genmsg/cmake + +//The directory containing a CMake configuration file for gennodejs. +gennodejs_DIR:PATH=/opt/ros/melodic/share/gennodejs/cmake + +//The directory containing a CMake configuration file for genpy. +genpy_DIR:PATH=/opt/ros/melodic/share/genpy/cmake + +//The directory containing a CMake configuration file for geometry_msgs. +geometry_msgs_DIR:PATH=/opt/ros/melodic/share/geometry_msgs/cmake + +//Value Computed by CMake +gmock_BINARY_DIR:STATIC=/home/job/workspace/virtuallab/build/gtest/googlemock + +//Dependencies for the target +gmock_LIB_DEPENDS:STATIC=general;-lpthread; + +//Value Computed by CMake +gmock_SOURCE_DIR:STATIC=/usr/src/googletest/googlemock + +//Build all of Google Mock's own tests. +gmock_build_tests:BOOL=OFF + +//Dependencies for the target +gmock_main_LIB_DEPENDS:STATIC=general;-lpthread; + +//Value Computed by CMake +googletest-distribution_BINARY_DIR:STATIC=/home/job/workspace/virtuallab/build/gtest + +//Value Computed by CMake +googletest-distribution_SOURCE_DIR:STATIC=/usr/src/googletest + +//Value Computed by CMake +gtest_BINARY_DIR:STATIC=/home/job/workspace/virtuallab/build/gtest/googlemock/gtest + +//Dependencies for the target +gtest_LIB_DEPENDS:STATIC=general;-lpthread; + +//Value Computed by CMake +gtest_SOURCE_DIR:STATIC=/usr/src/googletest/googletest + +//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 + +//Build gtest with internal symbols hidden in shared libraries. +gtest_hide_internal_symbols:BOOL=OFF + +//Dependencies for the target +gtest_main_LIB_DEPENDS:STATIC=general;-lpthread;general;gtest; + +//Value Computed by CMake +image_process_BINARY_DIR:STATIC=/home/job/workspace/virtuallab/build/image_process + +//Value Computed by CMake +image_process_SOURCE_DIR:STATIC=/home/job/workspace/virtuallab/src/image_process + +//Path to a library. +lib:FILEPATH=/opt/ros/melodic/lib/libcv_bridge.so + +//The directory containing a CMake configuration file for message_generation. +message_generation_DIR:PATH=/opt/ros/melodic/share/message_generation/cmake + +//The directory containing a CMake configuration file for message_runtime. +message_runtime_DIR:PATH=/opt/ros/melodic/share/message_runtime/cmake + +//Value Computed by CMake +robot_classifier_BINARY_DIR:STATIC=/home/job/workspace/virtuallab/build/robot_classifier + +//Value Computed by CMake +robot_classifier_SOURCE_DIR:STATIC=/home/job/workspace/virtuallab/src/robot_classifier + +//The directory containing a CMake configuration file for rosconsole. +rosconsole_DIR:PATH=/opt/ros/melodic/share/rosconsole/cmake + +//The directory containing a CMake configuration file for roscpp. +roscpp_DIR:PATH=/opt/ros/melodic/share/roscpp/cmake + +//The directory containing a CMake configuration file for roscpp_serialization. +roscpp_serialization_DIR:PATH=/opt/ros/melodic/share/roscpp_serialization/cmake + +//The directory containing a CMake configuration file for roscpp_traits. +roscpp_traits_DIR:PATH=/opt/ros/melodic/share/roscpp_traits/cmake + +//The directory containing a CMake configuration file for rosgraph_msgs. +rosgraph_msgs_DIR:PATH=/opt/ros/melodic/share/rosgraph_msgs/cmake + +//The directory containing a CMake configuration file for rospy. +rospy_DIR:PATH=/opt/ros/melodic/share/rospy/cmake + +//The directory containing a CMake configuration file for rostime. +rostime_DIR:PATH=/opt/ros/melodic/share/rostime/cmake + +//The directory containing a CMake configuration file for sensor_msgs. +sensor_msgs_DIR:PATH=/opt/ros/melodic/share/sensor_msgs/cmake + +//The directory containing a CMake configuration file for std_msgs. +std_msgs_DIR:PATH=/opt/ros/melodic/share/std_msgs/cmake + +//Value Computed by CMake +teleop_twist_keyboard_BINARY_DIR:STATIC=/home/job/workspace/virtuallab/build/teleop_twist_keyboard + +//Value Computed by CMake +teleop_twist_keyboard_SOURCE_DIR:STATIC=/home/job/workspace/virtuallab/src/teleop_twist_keyboard + +//Value Computed by CMake +virtual_lab_BINARY_DIR:STATIC=/home/job/workspace/virtuallab/build/virtual_lab + +//Value Computed by CMake +virtual_lab_SOURCE_DIR:STATIC=/home/job/workspace/virtuallab/src/virtual_lab + +//The directory containing a CMake configuration file for xmlrpcpp. +xmlrpcpp_DIR:PATH=/opt/ros/melodic/share/xmlrpcpp/cmake + + +######################## +# INTERNAL cache entries +######################## + +//catkin environment +CATKIN_ENV:INTERNAL=/home/job/workspace/virtuallab/build/catkin_generated/env_cached.sh +CATKIN_TEST_RESULTS_DIR:INTERNAL=/home/job/workspace/virtuallab/build/test_results +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/job/workspace/virtuallab/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=10 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//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_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-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_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-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 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//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 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/job/workspace/virtuallab/src +//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_MAKEFILES:INTERNAL=10 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10 +//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_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding PythonInterp +FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python2][v2.7.17()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +GMOCK_FROM_SOURCE_FOUND:INTERNAL=TRUE +GMOCK_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include +GMOCK_FROM_SOURCE_LIBRARIES:INTERNAL=gmock +GMOCK_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/job/workspace/virtuallab/build/gmock +GMOCK_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gmock_main +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/job/workspace/virtuallab/build/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/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeCCompiler.cmake b/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeCCompiler.cmake new file mode 100644 index 0000000000000000000000000000000000000000..9e0e71d8c6b896ec560f07199f9cc974e84817a5 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeCCompiler.cmake @@ -0,0 +1,73 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "7.5.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_SIMULATE_VERSION "") + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-7") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7") +set(CMAKE_LINKER "/usr/bin/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;m) +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 "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +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 "x86_64-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake b/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake new file mode 100644 index 0000000000000000000000000000000000000000..85984d753b2f39384841d4e81fd0f2225061bc74 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake @@ -0,0 +1,75 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "7.5.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-7") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7") +set(CMAKE_LINKER "/usr/bin/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;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 "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +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 "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin b/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..b1860a3dd40b90b19fab68ce7a4bf1a8fee6135d Binary files /dev/null and b/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin differ diff --git a/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin b/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000000000000000000000000000000000000..19a9ccae8956d20ea78fcbaa929a195ae4089300 Binary files /dev/null and b/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeSystem.cmake b/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeSystem.cmake new file mode 100644 index 0000000000000000000000000000000000000000..89f6dbe534336cb019007e710ae0c737612186b2 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/3.10.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-5.4.0-47-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "5.4.0-47-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-5.4.0-47-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "5.4.0-47-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c b/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000000000000000000000000000000000000..722faa803f6df8628261ccd5da97b74fa64c0114 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,598 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# 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(__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 DEC(__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__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#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_CC = 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__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#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_MAJOR) +# 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(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# 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 + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __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) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__ARMCC_VERSION) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + +#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 + + +/* These compilers are either not known or 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 "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXE) || defined(__CRAYXC) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* 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" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#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_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# 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 a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_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 "]"; + + + + +#if !defined(__STDC__) +# if defined(_MSC_VER) && !defined(__clang__) +# define C_DIALECT "90" +# else +# define C_DIALECT +# endif +#elif __STDC_VERSION__ >= 201000L +# define C_DIALECT "11" +#elif __STDC_VERSION__ >= 199901L +# define C_DIALECT "99" +#else +# define C_DIALECT "90" +#endif +const char* info_language_dialect_default = + "INFO" ":" "dialect_default[" C_DIALECT "]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXE) || defined(__CRAYXC) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdC/a.out b/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..11b7df452ad29dfd7bf1d9b188856c9e33182403 Binary files /dev/null and b/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdC/a.out differ diff --git a/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000000000000000000000000000000000000..2d66298588989dc5d404dae0025b8bf4e952498e --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,576 @@ +/* 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" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# 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(__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 DEC(__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__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#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__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#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_MAJOR) +# 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(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# 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 + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __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) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__ARMCC_VERSION) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#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 + + +/* These compilers are either not known or 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 "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXE) || defined(__CRAYXC) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* 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" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#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_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# 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 a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_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 "]"; + + + + +#if defined(_MSC_VER) && defined(_MSVC_LANG) +#define CXX_STD _MSVC_LANG +#else +#define CXX_STD __cplusplus +#endif + +const char* info_language_dialect_default = "INFO" ":" "dialect_default[" +#if CXX_STD > 201402L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +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 +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXE) || defined(__CRAYXC) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} diff --git a/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out b/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..71c2ceda86a2fae89d661d131b89af3990e37838 Binary files /dev/null and b/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out differ diff --git a/workspace/virtuallab/build/CMakeFiles/CMakeDirectoryInformation.cmake b/workspace/virtuallab/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..4a474ec0395ccfaae187d64c04cdc6491538ab7a --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/job/workspace/virtuallab/src") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/job/workspace/virtuallab/build") + +# 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/workspace/virtuallab/build/CMakeFiles/CMakeError.log b/workspace/virtuallab/build/CMakeFiles/CMakeError.log new file mode 100644 index 0000000000000000000000000000000000000000..6bbd5d47d66a656ab8552b8b166e18f4db721d5e --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/CMakeError.log @@ -0,0 +1,55 @@ +Determining if the pthread_create exist failed with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_ae1af/fast" +/usr/bin/make -f CMakeFiles/cmTC_ae1af.dir/build.make CMakeFiles/cmTC_ae1af.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_ae1af.dir/CheckSymbolExists.c.o +/usr/bin/cc -o CMakeFiles/cmTC_ae1af.dir/CheckSymbolExists.c.o -c /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c +Linking C executable cmTC_ae1af +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ae1af.dir/link.txt --verbose=1 +/usr/bin/cc -rdynamic CMakeFiles/cmTC_ae1af.dir/CheckSymbolExists.c.o -o cmTC_ae1af +CMakeFiles/cmTC_ae1af.dir/CheckSymbolExists.c.o: In function `main': +CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create' +collect2: error: ld returned 1 exit status +CMakeFiles/cmTC_ae1af.dir/build.make:97: recipe for target 'cmTC_ae1af' failed +make[1]: *** [cmTC_ae1af] Error 1 +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Makefile:126: recipe for target 'cmTC_ae1af/fast' failed +make: *** [cmTC_ae1af/fast] Error 2 + +File /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: +/* */ +#include + +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/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_be1ef/fast" +/usr/bin/make -f CMakeFiles/cmTC_be1ef.dir/build.make CMakeFiles/cmTC_be1ef.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_be1ef.dir/CheckFunctionExists.c.o +/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_be1ef.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c +Linking C executable cmTC_be1ef +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be1ef.dir/link.txt --verbose=1 +/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_be1ef.dir/CheckFunctionExists.c.o -o cmTC_be1ef -lpthreads +/usr/bin/ld: cannot find -lpthreads +collect2: error: ld returned 1 exit status +CMakeFiles/cmTC_be1ef.dir/build.make:97: recipe for target 'cmTC_be1ef' failed +make[1]: *** [cmTC_be1ef] Error 1 +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Makefile:126: recipe for target 'cmTC_be1ef/fast' failed +make: *** [cmTC_be1ef/fast] Error 2 + + diff --git a/workspace/virtuallab/build/CMakeFiles/CMakeOutput.log b/workspace/virtuallab/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000000000000000000000000000000000000..597f1af9a0be66c09543932c91484a58d60a75b0 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,661 @@ +The system is: Linux - 5.4.0-47-generic - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/job/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +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/job/workspace/virtuallab/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out" + +Determining if the C compiler works passed with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_6f5a5/fast" +/usr/bin/make -f CMakeFiles/cmTC_6f5a5.dir/build.make CMakeFiles/cmTC_6f5a5.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_6f5a5.dir/testCCompiler.c.o +/usr/bin/cc -o CMakeFiles/cmTC_6f5a5.dir/testCCompiler.c.o -c /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp/testCCompiler.c +Linking C executable cmTC_6f5a5 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f5a5.dir/link.txt --verbose=1 +/usr/bin/cc -rdynamic CMakeFiles/cmTC_6f5a5.dir/testCCompiler.c.o -o cmTC_6f5a5 +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_23b8a/fast" +/usr/bin/make -f CMakeFiles/cmTC_23b8a.dir/build.make CMakeFiles/cmTC_23b8a.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_23b8a.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -o CMakeFiles/cmTC_23b8a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c +Linking C executable cmTC_23b8a +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_23b8a.dir/link.txt --verbose=1 +/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_23b8a.dir/CMakeCCompilerABI.c.o -o cmTC_23b8a +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_23b8a' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2VWomH.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_23b8a /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_23b8a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_23b8a' '-mtune=generic' '-march=x86-64' +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:"/usr/bin/make" "cmTC_23b8a/fast"] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_23b8a.dir/build.make CMakeFiles/cmTC_23b8a.dir/build] + ignore line: [make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_23b8a.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_23b8a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c] + ignore line: [Linking C executable cmTC_23b8a] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_23b8a.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_23b8a.dir/CMakeCCompilerABI.c.o -o cmTC_23b8a ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_23b8a' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2VWomH.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_23b8a /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_23b8a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc2VWomH.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_23b8a] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] + arg [CMakeFiles/cmTC_23b8a.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + + + +Detecting C [-std=c11] compiler features compiled with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_122fd/fast" +/usr/bin/make -f CMakeFiles/cmTC_122fd.dir/build.make CMakeFiles/cmTC_122fd.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_122fd.dir/feature_tests.c.o +/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_122fd.dir/feature_tests.c.o -c /home/job/workspace/virtuallab/build/CMakeFiles/feature_tests.c +Linking C executable cmTC_122fd +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_122fd.dir/link.txt --verbose=1 +/usr/bin/cc -rdynamic CMakeFiles/cmTC_122fd.dir/feature_tests.c.o -o cmTC_122fd +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + + Feature record: C_FEATURE:1c_function_prototypes + Feature record: C_FEATURE:1c_restrict + Feature record: C_FEATURE:1c_static_assert + Feature record: C_FEATURE:1c_variadic_macros + + +Detecting C [-std=c99] compiler features compiled with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_d1b0d/fast" +/usr/bin/make -f CMakeFiles/cmTC_d1b0d.dir/build.make CMakeFiles/cmTC_d1b0d.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_d1b0d.dir/feature_tests.c.o +/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_d1b0d.dir/feature_tests.c.o -c /home/job/workspace/virtuallab/build/CMakeFiles/feature_tests.c +Linking C executable cmTC_d1b0d +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d1b0d.dir/link.txt --verbose=1 +/usr/bin/cc -rdynamic CMakeFiles/cmTC_d1b0d.dir/feature_tests.c.o -o cmTC_d1b0d +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + + Feature record: C_FEATURE:1c_function_prototypes + Feature record: C_FEATURE:1c_restrict + Feature record: C_FEATURE:0c_static_assert + Feature record: C_FEATURE:1c_variadic_macros + + +Detecting C [-std=c90] compiler features compiled with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_7b617/fast" +/usr/bin/make -f CMakeFiles/cmTC_7b617.dir/build.make CMakeFiles/cmTC_7b617.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_7b617.dir/feature_tests.c.o +/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_7b617.dir/feature_tests.c.o -c /home/job/workspace/virtuallab/build/CMakeFiles/feature_tests.c +Linking C executable cmTC_7b617 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b617.dir/link.txt --verbose=1 +/usr/bin/cc -rdynamic CMakeFiles/cmTC_7b617.dir/feature_tests.c.o -o cmTC_7b617 +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + + Feature record: C_FEATURE:1c_function_prototypes + Feature record: C_FEATURE:0c_restrict + Feature record: C_FEATURE:0c_static_assert + Feature record: C_FEATURE:0c_variadic_macros +Determining if the CXX compiler works passed with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_e683d/fast" +/usr/bin/make -f CMakeFiles/cmTC_e683d.dir/build.make CMakeFiles/cmTC_e683d.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_e683d.dir/testCXXCompiler.cxx.o +/usr/bin/c++ -o CMakeFiles/cmTC_e683d.dir/testCXXCompiler.cxx.o -c /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx +Linking CXX executable cmTC_e683d +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e683d.dir/link.txt --verbose=1 +/usr/bin/c++ -rdynamic CMakeFiles/cmTC_e683d.dir/testCXXCompiler.cxx.o -o cmTC_e683d +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_52dbc/fast" +/usr/bin/make -f CMakeFiles/cmTC_52dbc.dir/build.make CMakeFiles/cmTC_52dbc.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_52dbc.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -o CMakeFiles/cmTC_52dbc.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp +Linking CXX executable cmTC_52dbc +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52dbc.dir/link.txt --verbose=1 +/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_52dbc.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_52dbc +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_52dbc' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccmSmVw9.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_52dbc /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_52dbc.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_52dbc' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:"/usr/bin/make" "cmTC_52dbc/fast"] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_52dbc.dir/build.make CMakeFiles/cmTC_52dbc.dir/build] + ignore line: [make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_52dbc.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_52dbc.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Linking CXX executable cmTC_52dbc] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52dbc.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_52dbc.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_52dbc ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_52dbc' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccmSmVw9.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_52dbc /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_52dbc.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccmSmVw9.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_52dbc] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] + arg [CMakeFiles/cmTC_52dbc.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 [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + + + +Detecting CXX [-std=c++1z] compiler features compiled with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_7e6d1/fast" +/usr/bin/make -f CMakeFiles/cmTC_7e6d1.dir/build.make CMakeFiles/cmTC_7e6d1.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_7e6d1.dir/feature_tests.cxx.o +/usr/bin/c++ -std=c++1z -o CMakeFiles/cmTC_7e6d1.dir/feature_tests.cxx.o -c /home/job/workspace/virtuallab/build/CMakeFiles/feature_tests.cxx +Linking CXX executable cmTC_7e6d1 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e6d1.dir/link.txt --verbose=1 +/usr/bin/c++ -rdynamic CMakeFiles/cmTC_7e6d1.dir/feature_tests.cxx.o -o cmTC_7e6d1 +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + + Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers + Feature record: CXX_FEATURE:1cxx_alias_templates + Feature record: CXX_FEATURE:1cxx_alignas + Feature record: CXX_FEATURE:1cxx_alignof + Feature record: CXX_FEATURE:1cxx_attributes + Feature record: CXX_FEATURE:1cxx_attribute_deprecated + Feature record: CXX_FEATURE:1cxx_auto_type + Feature record: CXX_FEATURE:1cxx_binary_literals + Feature record: CXX_FEATURE:1cxx_constexpr + Feature record: CXX_FEATURE:1cxx_contextual_conversions + Feature record: CXX_FEATURE:1cxx_decltype + Feature record: CXX_FEATURE:1cxx_decltype_auto + Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types + Feature record: CXX_FEATURE:1cxx_default_function_template_args + Feature record: CXX_FEATURE:1cxx_defaulted_functions + Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers + Feature record: CXX_FEATURE:1cxx_delegating_constructors + Feature record: CXX_FEATURE:1cxx_deleted_functions + Feature record: CXX_FEATURE:1cxx_digit_separators + Feature record: CXX_FEATURE:1cxx_enum_forward_declarations + Feature record: CXX_FEATURE:1cxx_explicit_conversions + Feature record: CXX_FEATURE:1cxx_extended_friend_declarations + Feature record: CXX_FEATURE:1cxx_extern_templates + Feature record: CXX_FEATURE:1cxx_final + Feature record: CXX_FEATURE:1cxx_func_identifier + Feature record: CXX_FEATURE:1cxx_generalized_initializers + Feature record: CXX_FEATURE:1cxx_generic_lambdas + Feature record: CXX_FEATURE:1cxx_inheriting_constructors + Feature record: CXX_FEATURE:1cxx_inline_namespaces + Feature record: CXX_FEATURE:1cxx_lambdas + Feature record: CXX_FEATURE:1cxx_lambda_init_captures + Feature record: CXX_FEATURE:1cxx_local_type_template_args + Feature record: CXX_FEATURE:1cxx_long_long_type + Feature record: CXX_FEATURE:1cxx_noexcept + Feature record: CXX_FEATURE:1cxx_nonstatic_member_init + Feature record: CXX_FEATURE:1cxx_nullptr + Feature record: CXX_FEATURE:1cxx_override + Feature record: CXX_FEATURE:1cxx_range_for + Feature record: CXX_FEATURE:1cxx_raw_string_literals + Feature record: CXX_FEATURE:1cxx_reference_qualified_functions + Feature record: CXX_FEATURE:1cxx_relaxed_constexpr + Feature record: CXX_FEATURE:1cxx_return_type_deduction + Feature record: CXX_FEATURE:1cxx_right_angle_brackets + Feature record: CXX_FEATURE:1cxx_rvalue_references + Feature record: CXX_FEATURE:1cxx_sizeof_member + Feature record: CXX_FEATURE:1cxx_static_assert + Feature record: CXX_FEATURE:1cxx_strong_enums + Feature record: CXX_FEATURE:1cxx_template_template_parameters + Feature record: CXX_FEATURE:1cxx_thread_local + Feature record: CXX_FEATURE:1cxx_trailing_return_types + Feature record: CXX_FEATURE:1cxx_unicode_literals + Feature record: CXX_FEATURE:1cxx_uniform_initialization + Feature record: CXX_FEATURE:1cxx_unrestricted_unions + Feature record: CXX_FEATURE:1cxx_user_literals + Feature record: CXX_FEATURE:1cxx_variable_templates + Feature record: CXX_FEATURE:1cxx_variadic_macros + Feature record: CXX_FEATURE:1cxx_variadic_templates + + +Detecting CXX [-std=c++14] compiler features compiled with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_87e31/fast" +/usr/bin/make -f CMakeFiles/cmTC_87e31.dir/build.make CMakeFiles/cmTC_87e31.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_87e31.dir/feature_tests.cxx.o +/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_87e31.dir/feature_tests.cxx.o -c /home/job/workspace/virtuallab/build/CMakeFiles/feature_tests.cxx +Linking CXX executable cmTC_87e31 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87e31.dir/link.txt --verbose=1 +/usr/bin/c++ -rdynamic CMakeFiles/cmTC_87e31.dir/feature_tests.cxx.o -o cmTC_87e31 +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + + Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers + Feature record: CXX_FEATURE:1cxx_alias_templates + Feature record: CXX_FEATURE:1cxx_alignas + Feature record: CXX_FEATURE:1cxx_alignof + Feature record: CXX_FEATURE:1cxx_attributes + Feature record: CXX_FEATURE:1cxx_attribute_deprecated + Feature record: CXX_FEATURE:1cxx_auto_type + Feature record: CXX_FEATURE:1cxx_binary_literals + Feature record: CXX_FEATURE:1cxx_constexpr + Feature record: CXX_FEATURE:1cxx_contextual_conversions + Feature record: CXX_FEATURE:1cxx_decltype + Feature record: CXX_FEATURE:1cxx_decltype_auto + Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types + Feature record: CXX_FEATURE:1cxx_default_function_template_args + Feature record: CXX_FEATURE:1cxx_defaulted_functions + Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers + Feature record: CXX_FEATURE:1cxx_delegating_constructors + Feature record: CXX_FEATURE:1cxx_deleted_functions + Feature record: CXX_FEATURE:1cxx_digit_separators + Feature record: CXX_FEATURE:1cxx_enum_forward_declarations + Feature record: CXX_FEATURE:1cxx_explicit_conversions + Feature record: CXX_FEATURE:1cxx_extended_friend_declarations + Feature record: CXX_FEATURE:1cxx_extern_templates + Feature record: CXX_FEATURE:1cxx_final + Feature record: CXX_FEATURE:1cxx_func_identifier + Feature record: CXX_FEATURE:1cxx_generalized_initializers + Feature record: CXX_FEATURE:1cxx_generic_lambdas + Feature record: CXX_FEATURE:1cxx_inheriting_constructors + Feature record: CXX_FEATURE:1cxx_inline_namespaces + Feature record: CXX_FEATURE:1cxx_lambdas + Feature record: CXX_FEATURE:1cxx_lambda_init_captures + Feature record: CXX_FEATURE:1cxx_local_type_template_args + Feature record: CXX_FEATURE:1cxx_long_long_type + Feature record: CXX_FEATURE:1cxx_noexcept + Feature record: CXX_FEATURE:1cxx_nonstatic_member_init + Feature record: CXX_FEATURE:1cxx_nullptr + Feature record: CXX_FEATURE:1cxx_override + Feature record: CXX_FEATURE:1cxx_range_for + Feature record: CXX_FEATURE:1cxx_raw_string_literals + Feature record: CXX_FEATURE:1cxx_reference_qualified_functions + Feature record: CXX_FEATURE:1cxx_relaxed_constexpr + Feature record: CXX_FEATURE:1cxx_return_type_deduction + Feature record: CXX_FEATURE:1cxx_right_angle_brackets + Feature record: CXX_FEATURE:1cxx_rvalue_references + Feature record: CXX_FEATURE:1cxx_sizeof_member + Feature record: CXX_FEATURE:1cxx_static_assert + Feature record: CXX_FEATURE:1cxx_strong_enums + Feature record: CXX_FEATURE:1cxx_template_template_parameters + Feature record: CXX_FEATURE:1cxx_thread_local + Feature record: CXX_FEATURE:1cxx_trailing_return_types + Feature record: CXX_FEATURE:1cxx_unicode_literals + Feature record: CXX_FEATURE:1cxx_uniform_initialization + Feature record: CXX_FEATURE:1cxx_unrestricted_unions + Feature record: CXX_FEATURE:1cxx_user_literals + Feature record: CXX_FEATURE:1cxx_variable_templates + Feature record: CXX_FEATURE:1cxx_variadic_macros + Feature record: CXX_FEATURE:1cxx_variadic_templates + + +Detecting CXX [-std=c++11] compiler features compiled with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_0a38a/fast" +/usr/bin/make -f CMakeFiles/cmTC_0a38a.dir/build.make CMakeFiles/cmTC_0a38a.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_0a38a.dir/feature_tests.cxx.o +/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_0a38a.dir/feature_tests.cxx.o -c /home/job/workspace/virtuallab/build/CMakeFiles/feature_tests.cxx +Linking CXX executable cmTC_0a38a +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a38a.dir/link.txt --verbose=1 +/usr/bin/c++ -rdynamic CMakeFiles/cmTC_0a38a.dir/feature_tests.cxx.o -o cmTC_0a38a +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + + Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers + Feature record: CXX_FEATURE:1cxx_alias_templates + Feature record: CXX_FEATURE:1cxx_alignas + Feature record: CXX_FEATURE:1cxx_alignof + Feature record: CXX_FEATURE:1cxx_attributes + Feature record: CXX_FEATURE:0cxx_attribute_deprecated + Feature record: CXX_FEATURE:1cxx_auto_type + Feature record: CXX_FEATURE:0cxx_binary_literals + Feature record: CXX_FEATURE:1cxx_constexpr + Feature record: CXX_FEATURE:0cxx_contextual_conversions + Feature record: CXX_FEATURE:1cxx_decltype + Feature record: CXX_FEATURE:0cxx_decltype_auto + Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types + Feature record: CXX_FEATURE:1cxx_default_function_template_args + Feature record: CXX_FEATURE:1cxx_defaulted_functions + Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers + Feature record: CXX_FEATURE:1cxx_delegating_constructors + Feature record: CXX_FEATURE:1cxx_deleted_functions + Feature record: CXX_FEATURE:0cxx_digit_separators + Feature record: CXX_FEATURE:1cxx_enum_forward_declarations + Feature record: CXX_FEATURE:1cxx_explicit_conversions + Feature record: CXX_FEATURE:1cxx_extended_friend_declarations + Feature record: CXX_FEATURE:1cxx_extern_templates + Feature record: CXX_FEATURE:1cxx_final + Feature record: CXX_FEATURE:1cxx_func_identifier + Feature record: CXX_FEATURE:1cxx_generalized_initializers + Feature record: CXX_FEATURE:0cxx_generic_lambdas + Feature record: CXX_FEATURE:1cxx_inheriting_constructors + Feature record: CXX_FEATURE:1cxx_inline_namespaces + Feature record: CXX_FEATURE:1cxx_lambdas + Feature record: CXX_FEATURE:0cxx_lambda_init_captures + Feature record: CXX_FEATURE:1cxx_local_type_template_args + Feature record: CXX_FEATURE:1cxx_long_long_type + Feature record: CXX_FEATURE:1cxx_noexcept + Feature record: CXX_FEATURE:1cxx_nonstatic_member_init + Feature record: CXX_FEATURE:1cxx_nullptr + Feature record: CXX_FEATURE:1cxx_override + Feature record: CXX_FEATURE:1cxx_range_for + Feature record: CXX_FEATURE:1cxx_raw_string_literals + Feature record: CXX_FEATURE:1cxx_reference_qualified_functions + Feature record: CXX_FEATURE:0cxx_relaxed_constexpr + Feature record: CXX_FEATURE:0cxx_return_type_deduction + Feature record: CXX_FEATURE:1cxx_right_angle_brackets + Feature record: CXX_FEATURE:1cxx_rvalue_references + Feature record: CXX_FEATURE:1cxx_sizeof_member + Feature record: CXX_FEATURE:1cxx_static_assert + Feature record: CXX_FEATURE:1cxx_strong_enums + Feature record: CXX_FEATURE:1cxx_template_template_parameters + Feature record: CXX_FEATURE:1cxx_thread_local + Feature record: CXX_FEATURE:1cxx_trailing_return_types + Feature record: CXX_FEATURE:1cxx_unicode_literals + Feature record: CXX_FEATURE:1cxx_uniform_initialization + Feature record: CXX_FEATURE:1cxx_unrestricted_unions + Feature record: CXX_FEATURE:1cxx_user_literals + Feature record: CXX_FEATURE:0cxx_variable_templates + Feature record: CXX_FEATURE:1cxx_variadic_macros + Feature record: CXX_FEATURE:1cxx_variadic_templates + + +Detecting CXX [-std=c++98] compiler features compiled with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_f0610/fast" +/usr/bin/make -f CMakeFiles/cmTC_f0610.dir/build.make CMakeFiles/cmTC_f0610.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_f0610.dir/feature_tests.cxx.o +/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_f0610.dir/feature_tests.cxx.o -c /home/job/workspace/virtuallab/build/CMakeFiles/feature_tests.cxx +Linking CXX executable cmTC_f0610 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0610.dir/link.txt --verbose=1 +/usr/bin/c++ -rdynamic CMakeFiles/cmTC_f0610.dir/feature_tests.cxx.o -o cmTC_f0610 +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + + Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers + Feature record: CXX_FEATURE:0cxx_alias_templates + Feature record: CXX_FEATURE:0cxx_alignas + Feature record: CXX_FEATURE:0cxx_alignof + Feature record: CXX_FEATURE:0cxx_attributes + Feature record: CXX_FEATURE:0cxx_attribute_deprecated + Feature record: CXX_FEATURE:0cxx_auto_type + Feature record: CXX_FEATURE:0cxx_binary_literals + Feature record: CXX_FEATURE:0cxx_constexpr + Feature record: CXX_FEATURE:0cxx_contextual_conversions + Feature record: CXX_FEATURE:0cxx_decltype + Feature record: CXX_FEATURE:0cxx_decltype_auto + Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types + Feature record: CXX_FEATURE:0cxx_default_function_template_args + Feature record: CXX_FEATURE:0cxx_defaulted_functions + Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers + Feature record: CXX_FEATURE:0cxx_delegating_constructors + Feature record: CXX_FEATURE:0cxx_deleted_functions + Feature record: CXX_FEATURE:0cxx_digit_separators + Feature record: CXX_FEATURE:0cxx_enum_forward_declarations + Feature record: CXX_FEATURE:0cxx_explicit_conversions + Feature record: CXX_FEATURE:0cxx_extended_friend_declarations + Feature record: CXX_FEATURE:0cxx_extern_templates + Feature record: CXX_FEATURE:0cxx_final + Feature record: CXX_FEATURE:0cxx_func_identifier + Feature record: CXX_FEATURE:0cxx_generalized_initializers + Feature record: CXX_FEATURE:0cxx_generic_lambdas + Feature record: CXX_FEATURE:0cxx_inheriting_constructors + Feature record: CXX_FEATURE:0cxx_inline_namespaces + Feature record: CXX_FEATURE:0cxx_lambdas + Feature record: CXX_FEATURE:0cxx_lambda_init_captures + Feature record: CXX_FEATURE:0cxx_local_type_template_args + Feature record: CXX_FEATURE:0cxx_long_long_type + Feature record: CXX_FEATURE:0cxx_noexcept + Feature record: CXX_FEATURE:0cxx_nonstatic_member_init + Feature record: CXX_FEATURE:0cxx_nullptr + Feature record: CXX_FEATURE:0cxx_override + Feature record: CXX_FEATURE:0cxx_range_for + Feature record: CXX_FEATURE:0cxx_raw_string_literals + Feature record: CXX_FEATURE:0cxx_reference_qualified_functions + Feature record: CXX_FEATURE:0cxx_relaxed_constexpr + Feature record: CXX_FEATURE:0cxx_return_type_deduction + Feature record: CXX_FEATURE:0cxx_right_angle_brackets + Feature record: CXX_FEATURE:0cxx_rvalue_references + Feature record: CXX_FEATURE:0cxx_sizeof_member + Feature record: CXX_FEATURE:0cxx_static_assert + Feature record: CXX_FEATURE:0cxx_strong_enums + Feature record: CXX_FEATURE:1cxx_template_template_parameters + Feature record: CXX_FEATURE:0cxx_thread_local + Feature record: CXX_FEATURE:0cxx_trailing_return_types + Feature record: CXX_FEATURE:0cxx_unicode_literals + Feature record: CXX_FEATURE:0cxx_uniform_initialization + Feature record: CXX_FEATURE:0cxx_unrestricted_unions + Feature record: CXX_FEATURE:0cxx_user_literals + Feature record: CXX_FEATURE:0cxx_variable_templates + Feature record: CXX_FEATURE:0cxx_variadic_macros + Feature record: CXX_FEATURE:0cxx_variadic_templates +Determining if the include file pthread.h exists passed with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_014c7/fast" +/usr/bin/make -f CMakeFiles/cmTC_014c7.dir/build.make CMakeFiles/cmTC_014c7.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_014c7.dir/CheckIncludeFile.c.o +/usr/bin/cc -o CMakeFiles/cmTC_014c7.dir/CheckIncludeFile.c.o -c /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c +Linking C executable cmTC_014c7 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_014c7.dir/link.txt --verbose=1 +/usr/bin/cc -rdynamic CMakeFiles/cmTC_014c7.dir/CheckIncludeFile.c.o -o cmTC_014c7 +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + +Determining if the function pthread_create exists in the pthread passed with the following output: +Change Dir: /home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_db563/fast" +/usr/bin/make -f CMakeFiles/cmTC_db563.dir/build.make CMakeFiles/cmTC_db563.dir/build +make[1]: Entering directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_db563.dir/CheckFunctionExists.c.o +/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_db563.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c +Linking C executable cmTC_db563 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db563.dir/link.txt --verbose=1 +/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_db563.dir/CheckFunctionExists.c.o -o cmTC_db563 -lpthread +make[1]: Leaving directory '/home/job/workspace/virtuallab/build/CMakeFiles/CMakeTmp' + + diff --git a/workspace/virtuallab/build/CMakeFiles/CMakeRuleHashes.txt b/workspace/virtuallab/build/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000000000000000000000000000000000000..906ce00c20de3d8c42c9a40050495f7bde9db0ad --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,19 @@ +# Hashes of file build rules. +482822c9abde948d1a73c9fce078f7dc /home/job/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h +c47ad59203df83d090b45747ffe62d6c /home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/_DriveToTarget.py +e35271fcfea2bcb894d14e8ed450392f /home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/__init__.py +802d3216d6c22ef27cfcdc5531528eb4 /home/job/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/DriveToTarget.lisp +b21f5174afd71637b49a8dbb0a8517da /home/job/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/DriveToTarget.js +b60c2cd155208ed5e16b75ba9ccf0dd6 /home/job/workspace/virtuallab/devel/share/roseus/ros/camera_calib/manifest.l +455c4d1e291f415089112be3f2df85f8 /home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/manifest.l +b014c828333b3968621258a2f6707e36 /home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/srv/DriveToTarget.l +c499d0c23957f2d34f5a21e5920ce31d /home/job/workspace/virtuallab/devel/share/roseus/ros/image_process/manifest.l +569684e4adda3ec328f498de6c813a93 CMakeFiles/clean_test_results +73994e5e43da511d6f6571c20c7829c7 camera_calib/CMakeFiles/camera_calib_generate_messages_eus +1ce113eb171ca7de207350f83295a5e2 co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget +f4f22c2fceb361a41642e5a231796eef co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp +f4f22c2fceb361a41642e5a231796eef co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus +f4f22c2fceb361a41642e5a231796eef co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp +f4f22c2fceb361a41642e5a231796eef co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs +f4f22c2fceb361a41642e5a231796eef co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py +2221b99a01ef31125293c57324664c54 image_process/CMakeFiles/image_process_generate_messages_eus diff --git a/workspace/virtuallab/build/CMakeFiles/Makefile.cmake b/workspace/virtuallab/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..8fc6b47d6497cf1e5533f3036574ecc5fcce34bd --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,327 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# 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/3.10.2/CMakeCCompiler.cmake" + "CMakeFiles/3.10.2/CMakeCXXCompiler.cmake" + "CMakeFiles/3.10.2/CMakeSystem.cmake" + "camera_calib/catkin_generated/camera_calib-msg-extras.cmake.develspace.in" + "camera_calib/catkin_generated/camera_calib-msg-extras.cmake.installspace.in" + "camera_calib/catkin_generated/ordered_paths.cmake" + "camera_calib/catkin_generated/package.cmake" + "camera_calib/cmake/camera_calib-genmsg.cmake" + "catkin/catkin_generated/version/package.cmake" + "catkin_generated/installspace/_setup_util.py" + "catkin_generated/order_packages.cmake" + "co_robot_drive/catkin_generated/co_robot_drive-msg-extras.cmake.develspace.in" + "co_robot_drive/catkin_generated/co_robot_drive-msg-extras.cmake.installspace.in" + "co_robot_drive/catkin_generated/ordered_paths.cmake" + "co_robot_drive/catkin_generated/package.cmake" + "co_robot_drive/cmake/co_robot_drive-genmsg.cmake" + "image_process/catkin_generated/image_process-msg-extras.cmake.develspace.in" + "image_process/catkin_generated/image_process-msg-extras.cmake.installspace.in" + "image_process/catkin_generated/ordered_paths.cmake" + "image_process/catkin_generated/package.cmake" + "image_process/cmake/image_process-genmsg.cmake" + "robot_classifier/catkin_generated/ordered_paths.cmake" + "robot_classifier/catkin_generated/package.cmake" + "teleop_twist_keyboard/catkin_generated/package.cmake" + "virtual_lab/catkin_generated/package.cmake" + "/home/job/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calib-msg-paths.cmake" + "/home/job/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_drive-msg-paths.cmake" + "/home/job/workspace/virtuallab/devel/share/image_process/cmake/image_process-msg-paths.cmake" + "/home/job/workspace/virtuallab/src/CMakeLists.txt" + "/home/job/workspace/virtuallab/src/camera_calib/CMakeLists.txt" + "/home/job/workspace/virtuallab/src/camera_calib/package.xml" + "/home/job/workspace/virtuallab/src/camera_calib/scripts/cam_calib.py" + "/home/job/workspace/virtuallab/src/co_robot_drive/CMakeLists.txt" + "/home/job/workspace/virtuallab/src/co_robot_drive/package.xml" + "/home/job/workspace/virtuallab/src/image_process/CMakeLists.txt" + "/home/job/workspace/virtuallab/src/image_process/package.xml" + "/home/job/workspace/virtuallab/src/image_process/scripts/image_process.py" + "/home/job/workspace/virtuallab/src/robot_classifier/CMakeLists.txt" + "/home/job/workspace/virtuallab/src/robot_classifier/package.xml" + "/home/job/workspace/virtuallab/src/robot_classifier/scripts/robot_detection.py" + "/home/job/workspace/virtuallab/src/teleop_twist_keyboard/CMakeLists.txt" + "/home/job/workspace/virtuallab/src/teleop_twist_keyboard/package.xml" + "/home/job/workspace/virtuallab/src/teleop_twist_keyboard/teleop_twist_keyboard.py" + "/home/job/workspace/virtuallab/src/virtual_lab/CMakeLists.txt" + "/home/job/workspace/virtuallab/src/virtual_lab/package.xml" + "/opt/ros/melodic/share/catkin/cmake/../package.xml" + "/opt/ros/melodic/share/catkin/cmake/all.cmake" + "/opt/ros/melodic/share/catkin/cmake/assert.cmake" + "/opt/ros/melodic/share/catkin/cmake/atomic_configure_file.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkinConfig-version.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_add_env_hooks.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_destinations.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_download.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_generate_environment.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_install_python.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_libraries.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_metapackage.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_package.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_package_xml.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_python_setup.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_symlink_install.cmake" + "/opt/ros/melodic/share/catkin/cmake/catkin_workspace.cmake" + "/opt/ros/melodic/share/catkin/cmake/custom_install.cmake" + "/opt/ros/melodic/share/catkin/cmake/debug_message.cmake" + "/opt/ros/melodic/share/catkin/cmake/em/order_packages.cmake.em" + "/opt/ros/melodic/share/catkin/cmake/em/pkg.pc.em" + "/opt/ros/melodic/share/catkin/cmake/em_expand.cmake" + "/opt/ros/melodic/share/catkin/cmake/empy.cmake" + "/opt/ros/melodic/share/catkin/cmake/find_program_required.cmake" + "/opt/ros/melodic/share/catkin/cmake/interrogate_setup_dot_py.py" + "/opt/ros/melodic/share/catkin/cmake/legacy.cmake" + "/opt/ros/melodic/share/catkin/cmake/list_append_deduplicate.cmake" + "/opt/ros/melodic/share/catkin/cmake/list_append_unique.cmake" + "/opt/ros/melodic/share/catkin/cmake/list_insert_in_workspace_order.cmake" + "/opt/ros/melodic/share/catkin/cmake/platform/lsb.cmake" + "/opt/ros/melodic/share/catkin/cmake/platform/ubuntu.cmake" + "/opt/ros/melodic/share/catkin/cmake/platform/windows.cmake" + "/opt/ros/melodic/share/catkin/cmake/python.cmake" + "/opt/ros/melodic/share/catkin/cmake/safe_execute_process.cmake" + "/opt/ros/melodic/share/catkin/cmake/stamp.cmake" + "/opt/ros/melodic/share/catkin/cmake/string_starts_with.cmake" + "/opt/ros/melodic/share/catkin/cmake/templates/_setup_util.py.in" + "/opt/ros/melodic/share/catkin/cmake/templates/env.sh.in" + "/opt/ros/melodic/share/catkin/cmake/templates/generate_cached_setup.py.in" + "/opt/ros/melodic/share/catkin/cmake/templates/local_setup.bash.in" + "/opt/ros/melodic/share/catkin/cmake/templates/local_setup.sh.in" + "/opt/ros/melodic/share/catkin/cmake/templates/local_setup.zsh.in" + "/opt/ros/melodic/share/catkin/cmake/templates/order_packages.context.py.in" + "/opt/ros/melodic/share/catkin/cmake/templates/pkg.context.pc.in" + "/opt/ros/melodic/share/catkin/cmake/templates/pkgConfig-version.cmake.in" + "/opt/ros/melodic/share/catkin/cmake/templates/pkgConfig.cmake.in" + "/opt/ros/melodic/share/catkin/cmake/templates/rosinstall.in" + "/opt/ros/melodic/share/catkin/cmake/templates/setup.bash.in" + "/opt/ros/melodic/share/catkin/cmake/templates/setup.sh.in" + "/opt/ros/melodic/share/catkin/cmake/templates/setup.zsh.in" + "/opt/ros/melodic/share/catkin/cmake/test/catkin_download_test_data.cmake" + "/opt/ros/melodic/share/catkin/cmake/test/gtest.cmake" + "/opt/ros/melodic/share/catkin/cmake/test/nosetests.cmake" + "/opt/ros/melodic/share/catkin/cmake/test/tests.cmake" + "/opt/ros/melodic/share/catkin/cmake/tools/doxygen.cmake" + "/opt/ros/melodic/share/catkin/cmake/tools/libraries.cmake" + "/opt/ros/melodic/share/catkin/cmake/tools/rt.cmake" + "/opt/ros/melodic/share/cpp_common/cmake/cpp_commonConfig-version.cmake" + "/opt/ros/melodic/share/cpp_common/cmake/cpp_commonConfig.cmake" + "/opt/ros/melodic/share/cv_bridge/cmake/cv_bridge-extras.cmake" + "/opt/ros/melodic/share/cv_bridge/cmake/cv_bridgeConfig-version.cmake" + "/opt/ros/melodic/share/cv_bridge/cmake/cv_bridgeConfig.cmake" + "/opt/ros/melodic/share/gencpp/cmake/gencpp-extras.cmake" + "/opt/ros/melodic/share/gencpp/cmake/gencppConfig-version.cmake" + "/opt/ros/melodic/share/gencpp/cmake/gencppConfig.cmake" + "/opt/ros/melodic/share/geneus/cmake/geneus-extras.cmake" + "/opt/ros/melodic/share/geneus/cmake/geneusConfig-version.cmake" + "/opt/ros/melodic/share/geneus/cmake/geneusConfig.cmake" + "/opt/ros/melodic/share/genlisp/cmake/genlisp-extras.cmake" + "/opt/ros/melodic/share/genlisp/cmake/genlispConfig-version.cmake" + "/opt/ros/melodic/share/genlisp/cmake/genlispConfig.cmake" + "/opt/ros/melodic/share/genmsg/cmake/genmsg-extras.cmake" + "/opt/ros/melodic/share/genmsg/cmake/genmsgConfig-version.cmake" + "/opt/ros/melodic/share/genmsg/cmake/genmsgConfig.cmake" + "/opt/ros/melodic/share/genmsg/cmake/pkg-genmsg.cmake.em" + "/opt/ros/melodic/share/genmsg/cmake/pkg-genmsg.context.in" + "/opt/ros/melodic/share/genmsg/cmake/pkg-msg-extras.cmake.in" + "/opt/ros/melodic/share/genmsg/cmake/pkg-msg-paths.cmake.develspace.in" + "/opt/ros/melodic/share/genmsg/cmake/pkg-msg-paths.cmake.installspace.in" + "/opt/ros/melodic/share/gennodejs/cmake/gennodejs-extras.cmake" + "/opt/ros/melodic/share/gennodejs/cmake/gennodejsConfig-version.cmake" + "/opt/ros/melodic/share/gennodejs/cmake/gennodejsConfig.cmake" + "/opt/ros/melodic/share/genpy/cmake/genpy-extras.cmake" + "/opt/ros/melodic/share/genpy/cmake/genpyConfig-version.cmake" + "/opt/ros/melodic/share/genpy/cmake/genpyConfig.cmake" + "/opt/ros/melodic/share/geometry_msgs/cmake/geometry_msgs-msg-extras.cmake" + "/opt/ros/melodic/share/geometry_msgs/cmake/geometry_msgsConfig-version.cmake" + "/opt/ros/melodic/share/geometry_msgs/cmake/geometry_msgsConfig.cmake" + "/opt/ros/melodic/share/message_generation/cmake/message_generationConfig-version.cmake" + "/opt/ros/melodic/share/message_generation/cmake/message_generationConfig.cmake" + "/opt/ros/melodic/share/message_runtime/cmake/message_runtimeConfig-version.cmake" + "/opt/ros/melodic/share/message_runtime/cmake/message_runtimeConfig.cmake" + "/opt/ros/melodic/share/rosconsole/cmake/rosconsole-extras.cmake" + "/opt/ros/melodic/share/rosconsole/cmake/rosconsoleConfig-version.cmake" + "/opt/ros/melodic/share/rosconsole/cmake/rosconsoleConfig.cmake" + "/opt/ros/melodic/share/roscpp/cmake/roscpp-msg-extras.cmake" + "/opt/ros/melodic/share/roscpp/cmake/roscppConfig-version.cmake" + "/opt/ros/melodic/share/roscpp/cmake/roscppConfig.cmake" + "/opt/ros/melodic/share/roscpp_serialization/cmake/roscpp_serializationConfig-version.cmake" + "/opt/ros/melodic/share/roscpp_serialization/cmake/roscpp_serializationConfig.cmake" + "/opt/ros/melodic/share/roscpp_traits/cmake/roscpp_traitsConfig-version.cmake" + "/opt/ros/melodic/share/roscpp_traits/cmake/roscpp_traitsConfig.cmake" + "/opt/ros/melodic/share/rosgraph_msgs/cmake/rosgraph_msgs-msg-extras.cmake" + "/opt/ros/melodic/share/rosgraph_msgs/cmake/rosgraph_msgsConfig-version.cmake" + "/opt/ros/melodic/share/rosgraph_msgs/cmake/rosgraph_msgsConfig.cmake" + "/opt/ros/melodic/share/rospy/cmake/rospyConfig-version.cmake" + "/opt/ros/melodic/share/rospy/cmake/rospyConfig.cmake" + "/opt/ros/melodic/share/rostime/cmake/rostimeConfig-version.cmake" + "/opt/ros/melodic/share/rostime/cmake/rostimeConfig.cmake" + "/opt/ros/melodic/share/sensor_msgs/cmake/sensor_msgs-msg-extras.cmake" + "/opt/ros/melodic/share/sensor_msgs/cmake/sensor_msgsConfig-version.cmake" + "/opt/ros/melodic/share/sensor_msgs/cmake/sensor_msgsConfig.cmake" + "/opt/ros/melodic/share/std_msgs/cmake/std_msgs-msg-extras.cmake" + "/opt/ros/melodic/share/std_msgs/cmake/std_msgs-msg-paths.cmake" + "/opt/ros/melodic/share/std_msgs/cmake/std_msgsConfig-version.cmake" + "/opt/ros/melodic/share/std_msgs/cmake/std_msgsConfig.cmake" + "/opt/ros/melodic/share/xmlrpcpp/cmake/xmlrpcpp-extras.cmake" + "/opt/ros/melodic/share/xmlrpcpp/cmake/xmlrpcppConfig-version.cmake" + "/opt/ros/melodic/share/xmlrpcpp/cmake/xmlrpcppConfig.cmake" + "/usr/share/cmake-3.10/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.10/Modules/CMakeParseArguments.cmake" + "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.10/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake-3.10/Modules/CheckLibraryExists.cmake" + "/usr/share/cmake-3.10/Modules/CheckSymbolExists.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.10/Modules/DartConfiguration.tcl.in" + "/usr/share/cmake-3.10/Modules/FindGTest.cmake" + "/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.10/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.10/Modules/FindPythonInterp.cmake" + "/usr/share/cmake-3.10/Modules/FindThreads.cmake" + "/usr/share/cmake-3.10/Modules/GoogleTest.cmake" + "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.10/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.10/Modules/Platform/UnixPaths.cmake" + "/usr/src/googletest/CMakeLists.txt" + "/usr/src/googletest/googlemock/CMakeLists.txt" + "/usr/src/googletest/googletest/CMakeLists.txt" + "/usr/src/googletest/googletest/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 + "CTestConfiguration.ini" + "catkin_generated/stamps/Project/package.xml.stamp" + "atomic_configure/_setup_util.py" + "atomic_configure/env.sh" + "atomic_configure/setup.bash" + "atomic_configure/local_setup.bash" + "atomic_configure/setup.sh" + "atomic_configure/local_setup.sh" + "atomic_configure/setup.zsh" + "atomic_configure/local_setup.zsh" + "atomic_configure/.rosinstall" + "catkin_generated/installspace/_setup_util.py" + "catkin_generated/stamps/Project/_setup_util.py.stamp" + "catkin_generated/installspace/env.sh" + "catkin_generated/installspace/setup.bash" + "catkin_generated/installspace/local_setup.bash" + "catkin_generated/installspace/setup.sh" + "catkin_generated/installspace/local_setup.sh" + "catkin_generated/installspace/setup.zsh" + "catkin_generated/installspace/local_setup.zsh" + "catkin_generated/installspace/.rosinstall" + "catkin_generated/generate_cached_setup.py" + "catkin_generated/env_cached.sh" + "catkin_generated/stamps/Project/interrogate_setup_dot_py.py.stamp" + "catkin_generated/order_packages.py" + "catkin_generated/stamps/Project/order_packages.cmake.em.stamp" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "gtest/CMakeFiles/CMakeDirectoryInformation.cmake" + "gtest/googlemock/CMakeFiles/CMakeDirectoryInformation.cmake" + "gtest/googlemock/gtest/CMakeFiles/CMakeDirectoryInformation.cmake" + "teleop_twist_keyboard/CMakeFiles/CMakeDirectoryInformation.cmake" + "virtual_lab/CMakeFiles/CMakeDirectoryInformation.cmake" + "camera_calib/CMakeFiles/CMakeDirectoryInformation.cmake" + "co_robot_drive/CMakeFiles/CMakeDirectoryInformation.cmake" + "image_process/CMakeFiles/CMakeDirectoryInformation.cmake" + "robot_classifier/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/tests.dir/DependInfo.cmake" + "CMakeFiles/download_extra_data.dir/DependInfo.cmake" + "CMakeFiles/run_tests.dir/DependInfo.cmake" + "CMakeFiles/clean_test_results.dir/DependInfo.cmake" + "CMakeFiles/doxygen.dir/DependInfo.cmake" + "gtest/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake" + "gtest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake" + "gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "gtest/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake" + "teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_gencpp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_genpy.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_generate_messages.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_geneus.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_genlisp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_gennodejs.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake" + "camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/drive_co_robot.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/DependInfo.cmake" + "co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_generate_messages_lisp.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_geneus.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_generate_messages_eus.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_generate_messages.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_genlisp.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_gencpp.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_generate_messages_cpp.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_gennodejs.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_generate_messages_py.dir/DependInfo.cmake" + "image_process/CMakeFiles/image_process_genpy.dir/DependInfo.cmake" + ) diff --git a/workspace/virtuallab/build/CMakeFiles/Makefile2 b/workspace/virtuallab/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000000000000000000000000000000000000..419a70d0b58267df97e2100877f7be063bc8a6f2 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/Makefile2 @@ -0,0 +1,2660 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# 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_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "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/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/tests.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/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 + +#============================================================================= +# 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_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "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/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/download_extra_data.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/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/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_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "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/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/run_tests.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/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/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_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "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/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/clean_test_results.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/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/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_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "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/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/doxygen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/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 + +#============================================================================= +# Directory level rules for directory gtest + +# Convenience name for "all" pass in the directory. +gtest/all: gtest/googlemock/all + +.PHONY : gtest/all + +# Convenience name for "clean" pass in the directory. +gtest/clean: gtest/googlemock/clean + +.PHONY : gtest/clean + +# Convenience name for "preinstall" pass in the directory. +gtest/preinstall: gtest/googlemock/preinstall + +.PHONY : gtest/preinstall + +#============================================================================= +# Directory level rules for directory gtest/googlemock + +# Convenience name for "all" pass in the directory. +gtest/googlemock/all: gtest/googlemock/gtest/all + +.PHONY : gtest/googlemock/all + +# Convenience name for "clean" pass in the directory. +gtest/googlemock/clean: gtest/googlemock/CMakeFiles/gmock_main.dir/clean +gtest/googlemock/clean: gtest/googlemock/CMakeFiles/gmock.dir/clean +gtest/googlemock/clean: gtest/googlemock/gtest/clean + +.PHONY : gtest/googlemock/clean + +# Convenience name for "preinstall" pass in the directory. +gtest/googlemock/preinstall: gtest/googlemock/gtest/preinstall + +.PHONY : gtest/googlemock/preinstall + +#============================================================================= +# Target rules for target gtest/googlemock/CMakeFiles/gmock_main.dir + +# All Build rule for target. +gtest/googlemock/CMakeFiles/gmock_main.dir/all: + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/depend + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=16,17,18,19 "Built target gmock_main" +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/all + +# Build rule for subdir invocation for target. +gtest/googlemock/CMakeFiles/gmock_main.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 4 + $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/CMakeFiles/gmock_main.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/rule + +# Convenience name for target. +gmock_main: gtest/googlemock/CMakeFiles/gmock_main.dir/rule + +.PHONY : gmock_main + +# clean rule for target. +gtest/googlemock/CMakeFiles/gmock_main.dir/clean: + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/clean +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/clean + +# clean rule for target. +clean: gtest/googlemock/CMakeFiles/gmock_main.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target gtest/googlemock/CMakeFiles/gmock.dir + +# All Build rule for target. +gtest/googlemock/CMakeFiles/gmock.dir/all: + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/depend + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=13,14,15 "Built target gmock" +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/all + +# Build rule for subdir invocation for target. +gtest/googlemock/CMakeFiles/gmock.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 3 + $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/CMakeFiles/gmock.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/rule + +# Convenience name for target. +gmock: gtest/googlemock/CMakeFiles/gmock.dir/rule + +.PHONY : gmock + +# clean rule for target. +gtest/googlemock/CMakeFiles/gmock.dir/clean: + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/clean +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/clean + +# clean rule for target. +clean: gtest/googlemock/CMakeFiles/gmock.dir/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory gtest/googlemock/gtest + +# Convenience name for "all" pass in the directory. +gtest/googlemock/gtest/all: + +.PHONY : gtest/googlemock/gtest/all + +# Convenience name for "clean" pass in the directory. +gtest/googlemock/gtest/clean: gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/clean +gtest/googlemock/gtest/clean: gtest/googlemock/gtest/CMakeFiles/gtest.dir/clean + +.PHONY : gtest/googlemock/gtest/clean + +# Convenience name for "preinstall" pass in the directory. +gtest/googlemock/gtest/preinstall: + +.PHONY : gtest/googlemock/gtest/preinstall + +#============================================================================= +# Target rules for target gtest/googlemock/gtest/CMakeFiles/gtest_main.dir + +# All Build rule for target. +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/all: gtest/googlemock/gtest/CMakeFiles/gtest.dir/all + $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/depend + $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=22,23 "Built target gtest_main" +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/all + +# Build rule for subdir invocation for target. +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 4 + $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/rule + +# Convenience name for target. +gtest_main: gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/rule + +.PHONY : gtest_main + +# clean rule for target. +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/clean: + $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/clean +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/clean + +# clean rule for target. +clean: gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target gtest/googlemock/gtest/CMakeFiles/gtest.dir + +# All Build rule for target. +gtest/googlemock/gtest/CMakeFiles/gtest.dir/all: + $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest.dir/depend + $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=20,21 "Built target gtest" +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest.dir/all + +# Build rule for subdir invocation for target. +gtest/googlemock/gtest/CMakeFiles/gtest.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 2 + $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/gtest/CMakeFiles/gtest.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest.dir/rule + +# Convenience name for target. +gtest: gtest/googlemock/gtest/CMakeFiles/gtest.dir/rule + +.PHONY : gtest + +# clean rule for target. +gtest/googlemock/gtest/CMakeFiles/gtest.dir/clean: + $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest.dir/clean +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest.dir/clean + +# clean rule for target. +clean: gtest/googlemock/gtest/CMakeFiles/gtest.dir/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory teleop_twist_keyboard + +# Convenience name for "all" pass in the directory. +teleop_twist_keyboard/all: + +.PHONY : teleop_twist_keyboard/all + +# Convenience name for "clean" pass in the directory. +teleop_twist_keyboard/clean: teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/clean + +.PHONY : teleop_twist_keyboard/clean + +# Convenience name for "preinstall" pass in the directory. +teleop_twist_keyboard/preinstall: + +.PHONY : teleop_twist_keyboard/preinstall + +#============================================================================= +# Target rules for target teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir + +# All Build rule for target. +teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/all: + $(MAKE) -f teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build.make teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/depend + $(MAKE) -f teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build.make teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target _catkin_empty_exported_target" +.PHONY : teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/all + +# Build rule for subdir invocation for target. +teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/rule + +# Convenience name for target. +_catkin_empty_exported_target: teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/rule + +.PHONY : _catkin_empty_exported_target + +# clean rule for target. +teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/clean: + $(MAKE) -f teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build.make teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/clean +.PHONY : teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/clean + +# clean rule for target. +clean: teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory virtual_lab + +# Convenience name for "all" pass in the directory. +virtual_lab/all: + +.PHONY : virtual_lab/all + +# Convenience name for "clean" pass in the directory. +virtual_lab/clean: + +.PHONY : virtual_lab/clean + +# Convenience name for "preinstall" pass in the directory. +virtual_lab/preinstall: + +.PHONY : virtual_lab/preinstall + +#============================================================================= +# Directory level rules for directory camera_calib + +# Convenience name for "all" pass in the directory. +camera_calib/all: camera_calib/CMakeFiles/camera_calib.dir/all +camera_calib/all: camera_calib/CMakeFiles/camera_calib_generate_messages.dir/all + +.PHONY : camera_calib/all + +# Convenience name for "clean" pass in the directory. +camera_calib/clean: camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_gencpp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_genpy.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_generate_messages.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_geneus.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_genlisp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_gennodejs.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/clean +camera_calib/clean: camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/clean + +.PHONY : camera_calib/clean + +# Convenience name for "preinstall" pass in the directory. +camera_calib/preinstall: + +.PHONY : camera_calib/preinstall + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir + +# All Build rule for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target std_msgs_generate_messages_py" +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/rule + +# Convenience name for target. +std_msgs_generate_messages_py: camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/rule + +.PHONY : std_msgs_generate_messages_py + +# clean rule for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/clean +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir + +# All Build rule for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target std_msgs_generate_messages_nodejs" +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/rule + +# Convenience name for target. +std_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/rule + +.PHONY : std_msgs_generate_messages_nodejs + +# clean rule for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/clean +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_gencpp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_gencpp.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_gencpp.dir/build.make camera_calib/CMakeFiles/camera_calib_gencpp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_gencpp.dir/build.make camera_calib/CMakeFiles/camera_calib_gencpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target camera_calib_gencpp" +.PHONY : camera_calib/CMakeFiles/camera_calib_gencpp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_gencpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_gencpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_gencpp.dir/rule + +# Convenience name for target. +camera_calib_gencpp: camera_calib/CMakeFiles/camera_calib_gencpp.dir/rule + +.PHONY : camera_calib_gencpp + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_gencpp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_gencpp.dir/build.make camera_calib/CMakeFiles/camera_calib_gencpp.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_gencpp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_gencpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir + +# All Build rule for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target std_msgs_generate_messages_eus" +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/rule + +# Convenience name for target. +std_msgs_generate_messages_eus: camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/rule + +.PHONY : std_msgs_generate_messages_eus + +# clean rule for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/clean +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir + +# All Build rule for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target rosgraph_msgs_generate_messages_py" +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/rule + +# Convenience name for target. +rosgraph_msgs_generate_messages_py: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/rule + +.PHONY : rosgraph_msgs_generate_messages_py + +# clean rule for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir + +# All Build rule for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target rosgraph_msgs_generate_messages_nodejs" +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/rule + +# Convenience name for target. +rosgraph_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/rule + +.PHONY : rosgraph_msgs_generate_messages_nodejs + +# clean rule for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/clean +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target std_msgs_generate_messages_cpp" +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/rule + +# Convenience name for target. +std_msgs_generate_messages_cpp: camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/rule + +.PHONY : std_msgs_generate_messages_cpp + +# clean rule for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/clean +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target camera_calib_generate_messages_cpp" +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/rule + +# Convenience name for target. +camera_calib_generate_messages_cpp: camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/rule + +.PHONY : camera_calib_generate_messages_cpp + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target rosgraph_msgs_generate_messages_lisp" +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/rule + +# Convenience name for target. +rosgraph_msgs_generate_messages_lisp: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/rule + +.PHONY : rosgraph_msgs_generate_messages_lisp + +# clean rule for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib.dir/all: teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/all +camera_calib/CMakeFiles/camera_calib.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib.dir/build.make camera_calib/CMakeFiles/camera_calib.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib.dir/build.make camera_calib/CMakeFiles/camera_calib.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=1,2 "Built target camera_calib" +.PHONY : camera_calib/CMakeFiles/camera_calib.dir/all + +# Include target in all. +all: camera_calib/CMakeFiles/camera_calib.dir/all + +.PHONY : all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 3 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib.dir/rule + +# Convenience name for target. +camera_calib: camera_calib/CMakeFiles/camera_calib.dir/rule + +.PHONY : camera_calib + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib.dir/build.make camera_calib/CMakeFiles/camera_calib.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir + +# All Build rule for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target rosgraph_msgs_generate_messages_eus" +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/rule + +# Convenience name for target. +rosgraph_msgs_generate_messages_eus: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/rule + +.PHONY : rosgraph_msgs_generate_messages_eus + +# clean rule for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/clean +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target sensor_msgs_generate_messages_cpp" +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/rule + +# Convenience name for target. +sensor_msgs_generate_messages_cpp: camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/rule + +.PHONY : sensor_msgs_generate_messages_cpp + +# clean rule for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_genpy.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_genpy.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_genpy.dir/build.make camera_calib/CMakeFiles/camera_calib_genpy.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_genpy.dir/build.make camera_calib/CMakeFiles/camera_calib_genpy.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target camera_calib_genpy" +.PHONY : camera_calib/CMakeFiles/camera_calib_genpy.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_genpy.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_genpy.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_genpy.dir/rule + +# Convenience name for target. +camera_calib_genpy: camera_calib/CMakeFiles/camera_calib_genpy.dir/rule + +.PHONY : camera_calib_genpy + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_genpy.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_genpy.dir/build.make camera_calib/CMakeFiles/camera_calib_genpy.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_genpy.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_genpy.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target roscpp_generate_messages_lisp" +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/rule + +# Convenience name for target. +roscpp_generate_messages_lisp: camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/rule + +.PHONY : roscpp_generate_messages_lisp + +# clean rule for target. +camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/clean +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir + +# All Build rule for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target geometry_msgs_generate_messages_nodejs" +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/rule + +# Convenience name for target. +geometry_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/rule + +.PHONY : geometry_msgs_generate_messages_nodejs + +# clean rule for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/clean +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/roscpp_generate_messages_py.dir + +# All Build rule for target. +camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target roscpp_generate_messages_py" +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/rule + +# Convenience name for target. +roscpp_generate_messages_py: camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/rule + +.PHONY : roscpp_generate_messages_py + +# clean rule for target. +camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/clean +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir + +# All Build rule for target. +camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target roscpp_generate_messages_nodejs" +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/rule + +# Convenience name for target. +roscpp_generate_messages_nodejs: camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/rule + +.PHONY : roscpp_generate_messages_nodejs + +# clean rule for target. +camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/clean +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir + +# All Build rule for target. +camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target roscpp_generate_messages_eus" +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/rule + +# Convenience name for target. +roscpp_generate_messages_eus: camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/rule + +.PHONY : roscpp_generate_messages_eus + +# clean rule for target. +camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/clean +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir + +# All Build rule for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target geometry_msgs_generate_messages_eus" +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/rule + +# Convenience name for target. +geometry_msgs_generate_messages_eus: camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/rule + +.PHONY : geometry_msgs_generate_messages_eus + +# clean rule for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/clean +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target camera_calib_generate_messages_nodejs" +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/rule + +# Convenience name for target. +camera_calib_generate_messages_nodejs: camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/rule + +.PHONY : camera_calib_generate_messages_nodejs + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target sensor_msgs_generate_messages_lisp" +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/rule + +# Convenience name for target. +sensor_msgs_generate_messages_lisp: camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/rule + +.PHONY : sensor_msgs_generate_messages_lisp + +# clean rule for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target roscpp_generate_messages_cpp" +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/rule + +# Convenience name for target. +roscpp_generate_messages_cpp: camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/rule + +.PHONY : roscpp_generate_messages_cpp + +# clean rule for target. +camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/clean +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir + +# All Build rule for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target sensor_msgs_generate_messages_nodejs" +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/rule + +# Convenience name for target. +sensor_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/rule + +.PHONY : sensor_msgs_generate_messages_nodejs + +# clean rule for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/clean +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir + +# All Build rule for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target sensor_msgs_generate_messages_py" +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/rule + +# Convenience name for target. +sensor_msgs_generate_messages_py: camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/rule + +.PHONY : sensor_msgs_generate_messages_py + +# clean rule for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/clean +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target camera_calib_generate_messages_lisp" +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/rule + +# Convenience name for target. +camera_calib_generate_messages_lisp: camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/rule + +.PHONY : camera_calib_generate_messages_lisp + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target geometry_msgs_generate_messages_cpp" +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/rule + +# Convenience name for target. +geometry_msgs_generate_messages_cpp: camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/rule + +.PHONY : geometry_msgs_generate_messages_cpp + +# clean rule for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target geometry_msgs_generate_messages_lisp" +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/rule + +# Convenience name for target. +geometry_msgs_generate_messages_lisp: camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/rule + +.PHONY : geometry_msgs_generate_messages_lisp + +# clean rule for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir + +# All Build rule for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target geometry_msgs_generate_messages_py" +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/rule + +# Convenience name for target. +geometry_msgs_generate_messages_py: camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/rule + +.PHONY : geometry_msgs_generate_messages_py + +# clean rule for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/clean +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_generate_messages.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/all +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/all +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/all +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/all +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target camera_calib_generate_messages" +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages.dir/all + +# Include target in all. +all: camera_calib/CMakeFiles/camera_calib_generate_messages.dir/all + +.PHONY : all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages.dir/rule + +# Convenience name for target. +camera_calib_generate_messages: camera_calib/CMakeFiles/camera_calib_generate_messages.dir/rule + +.PHONY : camera_calib_generate_messages + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_generate_messages.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_geneus.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_geneus.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_geneus.dir/build.make camera_calib/CMakeFiles/camera_calib_geneus.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_geneus.dir/build.make camera_calib/CMakeFiles/camera_calib_geneus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target camera_calib_geneus" +.PHONY : camera_calib/CMakeFiles/camera_calib_geneus.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_geneus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_geneus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_geneus.dir/rule + +# Convenience name for target. +camera_calib_geneus: camera_calib/CMakeFiles/camera_calib_geneus.dir/rule + +.PHONY : camera_calib_geneus + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_geneus.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_geneus.dir/build.make camera_calib/CMakeFiles/camera_calib_geneus.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_geneus.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_geneus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=3 "Built target camera_calib_generate_messages_eus" +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/rule + +# Convenience name for target. +camera_calib_generate_messages_eus: camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/rule + +.PHONY : camera_calib_generate_messages_eus + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir + +# All Build rule for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target sensor_msgs_generate_messages_eus" +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/rule + +# Convenience name for target. +sensor_msgs_generate_messages_eus: camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/rule + +.PHONY : sensor_msgs_generate_messages_eus + +# clean rule for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/clean +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_genlisp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_genlisp.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_genlisp.dir/build.make camera_calib/CMakeFiles/camera_calib_genlisp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_genlisp.dir/build.make camera_calib/CMakeFiles/camera_calib_genlisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target camera_calib_genlisp" +.PHONY : camera_calib/CMakeFiles/camera_calib_genlisp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_genlisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_genlisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_genlisp.dir/rule + +# Convenience name for target. +camera_calib_genlisp: camera_calib/CMakeFiles/camera_calib_genlisp.dir/rule + +.PHONY : camera_calib_genlisp + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_genlisp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_genlisp.dir/build.make camera_calib/CMakeFiles/camera_calib_genlisp.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_genlisp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_genlisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target rosgraph_msgs_generate_messages_cpp" +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/rule + +# Convenience name for target. +rosgraph_msgs_generate_messages_cpp: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/rule + +.PHONY : rosgraph_msgs_generate_messages_cpp + +# clean rule for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_gennodejs.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_gennodejs.dir/all: camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build.make camera_calib/CMakeFiles/camera_calib_gennodejs.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build.make camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target camera_calib_gennodejs" +.PHONY : camera_calib/CMakeFiles/camera_calib_gennodejs.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_gennodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_gennodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_gennodejs.dir/rule + +# Convenience name for target. +camera_calib_gennodejs: camera_calib/CMakeFiles/camera_calib_gennodejs.dir/rule + +.PHONY : camera_calib_gennodejs + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_gennodejs.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build.make camera_calib/CMakeFiles/camera_calib_gennodejs.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_gennodejs.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_gennodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir + +# All Build rule for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/all: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target std_msgs_generate_messages_lisp" +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/rule + +# Convenience name for target. +std_msgs_generate_messages_lisp: camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/rule + +.PHONY : std_msgs_generate_messages_lisp + +# clean rule for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/clean +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir + +# All Build rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/all + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/depend + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target camera_calib_generate_messages_py" +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/all + +# Build rule for subdir invocation for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/rule + +# Convenience name for target. +camera_calib_generate_messages_py: camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/rule + +.PHONY : camera_calib_generate_messages_py + +# clean rule for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/clean: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/clean +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/clean + +# clean rule for target. +clean: camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory co_robot_drive + +# Convenience name for "all" pass in the directory. +co_robot_drive/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/all +co_robot_drive/all: co_robot_drive/CMakeFiles/drive_co_robot.dir/all + +.PHONY : co_robot_drive/all + +# Convenience name for "clean" pass in the directory. +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/drive_co_robot.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/clean +co_robot_drive/clean: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/clean + +.PHONY : co_robot_drive/clean + +# Convenience name for "preinstall" pass in the directory. +co_robot_drive/preinstall: + +.PHONY : co_robot_drive/preinstall + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target co_robot_drive_geneus" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 2 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/rule + +# Convenience name for target. +co_robot_drive_geneus: co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/rule + +.PHONY : co_robot_drive_geneus + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/all +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/all: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=8 "Built target co_robot_drive_generate_messages_nodejs" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages_nodejs: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/rule + +.PHONY : co_robot_drive_generate_messages_nodejs + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target co_robot_drive_gennodejs" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/rule + +# Convenience name for target. +co_robot_drive_gennodejs: co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/rule + +.PHONY : co_robot_drive_gennodejs + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/all +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/all: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=4 "Built target co_robot_drive_generate_messages_cpp" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages_cpp: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/rule + +.PHONY : co_robot_drive_generate_messages_cpp + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/all +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/all: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=9,10 "Built target co_robot_drive_generate_messages_py" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 2 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages_py: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/rule + +.PHONY : co_robot_drive_generate_messages_py + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target co_robot_drive_gencpp" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/rule + +# Convenience name for target. +co_robot_drive_gencpp: co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/rule + +.PHONY : co_robot_drive_gencpp + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/all +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/all +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/all +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/all +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target co_robot_drive_generate_messages" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/all + +# Include target in all. +all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/all + +.PHONY : all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 7 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/rule + +.PHONY : co_robot_drive_generate_messages + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/all +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/all: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=7 "Built target co_robot_drive_generate_messages_lisp" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages_lisp: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/rule + +.PHONY : co_robot_drive_generate_messages_lisp + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target co_robot_drive_genlisp" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/rule + +# Convenience name for target. +co_robot_drive_genlisp: co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/rule + +.PHONY : co_robot_drive_genlisp + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/all +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/all: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=5,6 "Built target co_robot_drive_generate_messages_eus" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 2 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages_eus: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/rule + +.PHONY : co_robot_drive_generate_messages_eus + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/drive_co_robot.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/all +co_robot_drive/CMakeFiles/drive_co_robot.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make co_robot_drive/CMakeFiles/drive_co_robot.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make co_robot_drive/CMakeFiles/drive_co_robot.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=11,12 "Built target drive_co_robot" +.PHONY : co_robot_drive/CMakeFiles/drive_co_robot.dir/all + +# Include target in all. +all: co_robot_drive/CMakeFiles/drive_co_robot.dir/all + +.PHONY : all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/drive_co_robot.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 9 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/drive_co_robot.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/drive_co_robot.dir/rule + +# Convenience name for target. +drive_co_robot: co_robot_drive/CMakeFiles/drive_co_robot.dir/rule + +.PHONY : drive_co_robot + +# clean rule for target. +co_robot_drive/CMakeFiles/drive_co_robot.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make co_robot_drive/CMakeFiles/drive_co_robot.dir/clean +.PHONY : co_robot_drive/CMakeFiles/drive_co_robot.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/drive_co_robot.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/all: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/all + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target co_robot_drive_genpy" +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 2 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/rule + +# Convenience name for target. +co_robot_drive_genpy: co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/rule + +.PHONY : co_robot_drive_genpy + +# clean rule for target. +co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/clean +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir + +# All Build rule for target. +co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/all: + $(MAKE) -f co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build.make co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/depend + $(MAKE) -f co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build.make co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target _co_robot_drive_generate_messages_check_deps_DriveToTarget" +.PHONY : co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/all + +# Build rule for subdir invocation for target. +co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/rule + +# Convenience name for target. +_co_robot_drive_generate_messages_check_deps_DriveToTarget: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/rule + +.PHONY : _co_robot_drive_generate_messages_check_deps_DriveToTarget + +# clean rule for target. +co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/clean: + $(MAKE) -f co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build.make co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/clean +.PHONY : co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/clean + +# clean rule for target. +clean: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory image_process + +# Convenience name for "all" pass in the directory. +image_process/all: image_process/CMakeFiles/image_process_generate_messages.dir/all + +.PHONY : image_process/all + +# Convenience name for "clean" pass in the directory. +image_process/clean: image_process/CMakeFiles/image_process_generate_messages_lisp.dir/clean +image_process/clean: image_process/CMakeFiles/image_process_geneus.dir/clean +image_process/clean: image_process/CMakeFiles/image_process_generate_messages_eus.dir/clean +image_process/clean: image_process/CMakeFiles/image_process_generate_messages.dir/clean +image_process/clean: image_process/CMakeFiles/image_process_genlisp.dir/clean +image_process/clean: image_process/CMakeFiles/image_process_gencpp.dir/clean +image_process/clean: image_process/CMakeFiles/image_process_generate_messages_cpp.dir/clean +image_process/clean: image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/clean +image_process/clean: image_process/CMakeFiles/image_process_gennodejs.dir/clean +image_process/clean: image_process/CMakeFiles/image_process_generate_messages_py.dir/clean +image_process/clean: image_process/CMakeFiles/image_process_genpy.dir/clean + +.PHONY : image_process/clean + +# Convenience name for "preinstall" pass in the directory. +image_process/preinstall: + +.PHONY : image_process/preinstall + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_generate_messages_lisp.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_generate_messages_lisp.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build.make image_process/CMakeFiles/image_process_generate_messages_lisp.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build.make image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target image_process_generate_messages_lisp" +.PHONY : image_process/CMakeFiles/image_process_generate_messages_lisp.dir/all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_generate_messages_lisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages_lisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_generate_messages_lisp.dir/rule + +# Convenience name for target. +image_process_generate_messages_lisp: image_process/CMakeFiles/image_process_generate_messages_lisp.dir/rule + +.PHONY : image_process_generate_messages_lisp + +# clean rule for target. +image_process/CMakeFiles/image_process_generate_messages_lisp.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build.make image_process/CMakeFiles/image_process_generate_messages_lisp.dir/clean +.PHONY : image_process/CMakeFiles/image_process_generate_messages_lisp.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_generate_messages_lisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_geneus.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_geneus.dir/all: image_process/CMakeFiles/image_process_generate_messages_eus.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_geneus.dir/build.make image_process/CMakeFiles/image_process_geneus.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_geneus.dir/build.make image_process/CMakeFiles/image_process_geneus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target image_process_geneus" +.PHONY : image_process/CMakeFiles/image_process_geneus.dir/all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_geneus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_geneus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_geneus.dir/rule + +# Convenience name for target. +image_process_geneus: image_process/CMakeFiles/image_process_geneus.dir/rule + +.PHONY : image_process_geneus + +# clean rule for target. +image_process/CMakeFiles/image_process_geneus.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_geneus.dir/build.make image_process/CMakeFiles/image_process_geneus.dir/clean +.PHONY : image_process/CMakeFiles/image_process_geneus.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_geneus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_generate_messages_eus.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_generate_messages_eus.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_eus.dir/build.make image_process/CMakeFiles/image_process_generate_messages_eus.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_eus.dir/build.make image_process/CMakeFiles/image_process_generate_messages_eus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=24 "Built target image_process_generate_messages_eus" +.PHONY : image_process/CMakeFiles/image_process_generate_messages_eus.dir/all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_generate_messages_eus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages_eus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_generate_messages_eus.dir/rule + +# Convenience name for target. +image_process_generate_messages_eus: image_process/CMakeFiles/image_process_generate_messages_eus.dir/rule + +.PHONY : image_process_generate_messages_eus + +# clean rule for target. +image_process/CMakeFiles/image_process_generate_messages_eus.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_eus.dir/build.make image_process/CMakeFiles/image_process_generate_messages_eus.dir/clean +.PHONY : image_process/CMakeFiles/image_process_generate_messages_eus.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_generate_messages_eus.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_generate_messages.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_generate_messages.dir/all: image_process/CMakeFiles/image_process_generate_messages_lisp.dir/all +image_process/CMakeFiles/image_process_generate_messages.dir/all: image_process/CMakeFiles/image_process_generate_messages_eus.dir/all +image_process/CMakeFiles/image_process_generate_messages.dir/all: image_process/CMakeFiles/image_process_generate_messages_cpp.dir/all +image_process/CMakeFiles/image_process_generate_messages.dir/all: image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/all +image_process/CMakeFiles/image_process_generate_messages.dir/all: image_process/CMakeFiles/image_process_generate_messages_py.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages.dir/build.make image_process/CMakeFiles/image_process_generate_messages.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages.dir/build.make image_process/CMakeFiles/image_process_generate_messages.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target image_process_generate_messages" +.PHONY : image_process/CMakeFiles/image_process_generate_messages.dir/all + +# Include target in all. +all: image_process/CMakeFiles/image_process_generate_messages.dir/all + +.PHONY : all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_generate_messages.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_generate_messages.dir/rule + +# Convenience name for target. +image_process_generate_messages: image_process/CMakeFiles/image_process_generate_messages.dir/rule + +.PHONY : image_process_generate_messages + +# clean rule for target. +image_process/CMakeFiles/image_process_generate_messages.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages.dir/build.make image_process/CMakeFiles/image_process_generate_messages.dir/clean +.PHONY : image_process/CMakeFiles/image_process_generate_messages.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_generate_messages.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_genlisp.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_genlisp.dir/all: image_process/CMakeFiles/image_process_generate_messages_lisp.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_genlisp.dir/build.make image_process/CMakeFiles/image_process_genlisp.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_genlisp.dir/build.make image_process/CMakeFiles/image_process_genlisp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target image_process_genlisp" +.PHONY : image_process/CMakeFiles/image_process_genlisp.dir/all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_genlisp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_genlisp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_genlisp.dir/rule + +# Convenience name for target. +image_process_genlisp: image_process/CMakeFiles/image_process_genlisp.dir/rule + +.PHONY : image_process_genlisp + +# clean rule for target. +image_process/CMakeFiles/image_process_genlisp.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_genlisp.dir/build.make image_process/CMakeFiles/image_process_genlisp.dir/clean +.PHONY : image_process/CMakeFiles/image_process_genlisp.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_genlisp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_gencpp.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_gencpp.dir/all: image_process/CMakeFiles/image_process_generate_messages_cpp.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_gencpp.dir/build.make image_process/CMakeFiles/image_process_gencpp.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_gencpp.dir/build.make image_process/CMakeFiles/image_process_gencpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target image_process_gencpp" +.PHONY : image_process/CMakeFiles/image_process_gencpp.dir/all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_gencpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_gencpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_gencpp.dir/rule + +# Convenience name for target. +image_process_gencpp: image_process/CMakeFiles/image_process_gencpp.dir/rule + +.PHONY : image_process_gencpp + +# clean rule for target. +image_process/CMakeFiles/image_process_gencpp.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_gencpp.dir/build.make image_process/CMakeFiles/image_process_gencpp.dir/clean +.PHONY : image_process/CMakeFiles/image_process_gencpp.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_gencpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_generate_messages_cpp.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_generate_messages_cpp.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build.make image_process/CMakeFiles/image_process_generate_messages_cpp.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build.make image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target image_process_generate_messages_cpp" +.PHONY : image_process/CMakeFiles/image_process_generate_messages_cpp.dir/all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_generate_messages_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_generate_messages_cpp.dir/rule + +# Convenience name for target. +image_process_generate_messages_cpp: image_process/CMakeFiles/image_process_generate_messages_cpp.dir/rule + +.PHONY : image_process_generate_messages_cpp + +# clean rule for target. +image_process/CMakeFiles/image_process_generate_messages_cpp.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build.make image_process/CMakeFiles/image_process_generate_messages_cpp.dir/clean +.PHONY : image_process/CMakeFiles/image_process_generate_messages_cpp.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_generate_messages_cpp.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_generate_messages_nodejs.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build.make image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build.make image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target image_process_generate_messages_nodejs" +.PHONY : image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/rule + +# Convenience name for target. +image_process_generate_messages_nodejs: image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/rule + +.PHONY : image_process_generate_messages_nodejs + +# clean rule for target. +image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build.make image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/clean +.PHONY : image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_gennodejs.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_gennodejs.dir/all: image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_gennodejs.dir/build.make image_process/CMakeFiles/image_process_gennodejs.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_gennodejs.dir/build.make image_process/CMakeFiles/image_process_gennodejs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target image_process_gennodejs" +.PHONY : image_process/CMakeFiles/image_process_gennodejs.dir/all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_gennodejs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_gennodejs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_gennodejs.dir/rule + +# Convenience name for target. +image_process_gennodejs: image_process/CMakeFiles/image_process_gennodejs.dir/rule + +.PHONY : image_process_gennodejs + +# clean rule for target. +image_process/CMakeFiles/image_process_gennodejs.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_gennodejs.dir/build.make image_process/CMakeFiles/image_process_gennodejs.dir/clean +.PHONY : image_process/CMakeFiles/image_process_gennodejs.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_gennodejs.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_generate_messages_py.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_generate_messages_py.dir/all: camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_py.dir/build.make image_process/CMakeFiles/image_process_generate_messages_py.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_py.dir/build.make image_process/CMakeFiles/image_process_generate_messages_py.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target image_process_generate_messages_py" +.PHONY : image_process/CMakeFiles/image_process_generate_messages_py.dir/all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_generate_messages_py.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages_py.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_generate_messages_py.dir/rule + +# Convenience name for target. +image_process_generate_messages_py: image_process/CMakeFiles/image_process_generate_messages_py.dir/rule + +.PHONY : image_process_generate_messages_py + +# clean rule for target. +image_process/CMakeFiles/image_process_generate_messages_py.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_py.dir/build.make image_process/CMakeFiles/image_process_generate_messages_py.dir/clean +.PHONY : image_process/CMakeFiles/image_process_generate_messages_py.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_generate_messages_py.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target image_process/CMakeFiles/image_process_genpy.dir + +# All Build rule for target. +image_process/CMakeFiles/image_process_genpy.dir/all: image_process/CMakeFiles/image_process_generate_messages_py.dir/all + $(MAKE) -f image_process/CMakeFiles/image_process_genpy.dir/build.make image_process/CMakeFiles/image_process_genpy.dir/depend + $(MAKE) -f image_process/CMakeFiles/image_process_genpy.dir/build.make image_process/CMakeFiles/image_process_genpy.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num= "Built target image_process_genpy" +.PHONY : image_process/CMakeFiles/image_process_genpy.dir/all + +# Build rule for subdir invocation for target. +image_process/CMakeFiles/image_process_genpy.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_genpy.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : image_process/CMakeFiles/image_process_genpy.dir/rule + +# Convenience name for target. +image_process_genpy: image_process/CMakeFiles/image_process_genpy.dir/rule + +.PHONY : image_process_genpy + +# clean rule for target. +image_process/CMakeFiles/image_process_genpy.dir/clean: + $(MAKE) -f image_process/CMakeFiles/image_process_genpy.dir/build.make image_process/CMakeFiles/image_process_genpy.dir/clean +.PHONY : image_process/CMakeFiles/image_process_genpy.dir/clean + +# clean rule for target. +clean: image_process/CMakeFiles/image_process_genpy.dir/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory robot_classifier + +# Convenience name for "all" pass in the directory. +robot_classifier/all: + +.PHONY : robot_classifier/all + +# Convenience name for "clean" pass in the directory. +robot_classifier/clean: + +.PHONY : robot_classifier/clean + +# Convenience name for "preinstall" pass in the directory. +robot_classifier/preinstall: + +.PHONY : robot_classifier/preinstall + +#============================================================================= +# 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/workspace/virtuallab/build/CMakeFiles/TargetDirectories.txt b/workspace/virtuallab/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd4b56aa0036462731189bed79619a9c2a1c14aa --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,141 @@ +/home/job/workspace/virtuallab/build/CMakeFiles/install/strip.dir +/home/job/workspace/virtuallab/build/CMakeFiles/install.dir +/home/job/workspace/virtuallab/build/CMakeFiles/list_install_components.dir +/home/job/workspace/virtuallab/build/CMakeFiles/tests.dir +/home/job/workspace/virtuallab/build/CMakeFiles/rebuild_cache.dir +/home/job/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir +/home/job/workspace/virtuallab/build/CMakeFiles/edit_cache.dir +/home/job/workspace/virtuallab/build/CMakeFiles/run_tests.dir +/home/job/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir +/home/job/workspace/virtuallab/build/CMakeFiles/doxygen.dir +/home/job/workspace/virtuallab/build/CMakeFiles/install/local.dir +/home/job/workspace/virtuallab/build/CMakeFiles/test.dir +/home/job/workspace/virtuallab/build/gtest/CMakeFiles/install/strip.dir +/home/job/workspace/virtuallab/build/gtest/CMakeFiles/edit_cache.dir +/home/job/workspace/virtuallab/build/gtest/CMakeFiles/list_install_components.dir +/home/job/workspace/virtuallab/build/gtest/CMakeFiles/test.dir +/home/job/workspace/virtuallab/build/gtest/CMakeFiles/install/local.dir +/home/job/workspace/virtuallab/build/gtest/CMakeFiles/rebuild_cache.dir +/home/job/workspace/virtuallab/build/gtest/CMakeFiles/install.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/install/strip.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/install.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/install/local.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/test.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/list_install_components.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/rebuild_cache.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/edit_cache.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/install/strip.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/install.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/edit_cache.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/install/local.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/test.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/list_install_components.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir +/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/rebuild_cache.dir +/home/job/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/install/strip.dir +/home/job/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/install/local.dir +/home/job/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/test.dir +/home/job/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/list_install_components.dir +/home/job/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/edit_cache.dir +/home/job/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir +/home/job/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/rebuild_cache.dir +/home/job/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/install.dir +/home/job/workspace/virtuallab/build/virtual_lab/CMakeFiles/install/strip.dir +/home/job/workspace/virtuallab/build/virtual_lab/CMakeFiles/edit_cache.dir +/home/job/workspace/virtuallab/build/virtual_lab/CMakeFiles/list_install_components.dir +/home/job/workspace/virtuallab/build/virtual_lab/CMakeFiles/test.dir +/home/job/workspace/virtuallab/build/virtual_lab/CMakeFiles/install/local.dir +/home/job/workspace/virtuallab/build/virtual_lab/CMakeFiles/rebuild_cache.dir +/home/job/workspace/virtuallab/build/virtual_lab/CMakeFiles/install.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/install/strip.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/install.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/edit_cache.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/test.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/list_install_components.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/install/local.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rebuild_cache.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir +/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/install/strip.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/install/local.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/list_install_components.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/install.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/edit_cache.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/test.dir +/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/rebuild_cache.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/install/local.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/install/strip.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/edit_cache.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/test.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/install.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/rebuild_cache.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir +/home/job/workspace/virtuallab/build/image_process/CMakeFiles/list_install_components.dir +/home/job/workspace/virtuallab/build/robot_classifier/CMakeFiles/install/strip.dir +/home/job/workspace/virtuallab/build/robot_classifier/CMakeFiles/edit_cache.dir +/home/job/workspace/virtuallab/build/robot_classifier/CMakeFiles/list_install_components.dir +/home/job/workspace/virtuallab/build/robot_classifier/CMakeFiles/test.dir +/home/job/workspace/virtuallab/build/robot_classifier/CMakeFiles/install/local.dir +/home/job/workspace/virtuallab/build/robot_classifier/CMakeFiles/rebuild_cache.dir +/home/job/workspace/virtuallab/build/robot_classifier/CMakeFiles/install.dir diff --git a/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/DependInfo.cmake b/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/build.make b/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..b01b6c5be4d28b356307d78a99f86851fe04267b --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/build.make @@ -0,0 +1,76 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# 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/python2 /opt/ros/melodic/share/catkin/cmake/test/remove_test_results.py /home/job/workspace/virtuallab/build/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/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/clean_test_results.dir/depend + diff --git a/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/cmake_clean.cmake b/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..63bf0e0f4cda9ec3f7123aee2e30d09703661043 --- /dev/null +++ b/workspace/virtuallab/build/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() diff --git a/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/progress.make b/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/clean_test_results.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/CMakeFiles/cmake.check_cache b/workspace/virtuallab/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000000000000000000000000000000000000..3dccd731726d7faa8b29d8d7dba3b981a53ca497 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/DependInfo.cmake b/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/build.make b/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..04dec06c74e9f6551fd6ffe8d4518840624f6091 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for download_extra_data. + +# Include the progress variables for this target. +include CMakeFiles/download_extra_data.dir/progress.make + +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/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/download_extra_data.dir/depend + diff --git a/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/cmake_clean.cmake b/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..bf7d7e25c0800701682eb7dcc091389edb9f8952 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/download_extra_data.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/progress.make b/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/download_extra_data.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/CMakeFiles/doxygen.dir/DependInfo.cmake b/workspace/virtuallab/build/CMakeFiles/doxygen.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/doxygen.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/CMakeFiles/doxygen.dir/build.make b/workspace/virtuallab/build/CMakeFiles/doxygen.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..c51ed92e9633a10f24a674888c732050ae4fe44f --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/doxygen.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for doxygen. + +# Include the progress variables for this target. +include CMakeFiles/doxygen.dir/progress.make + +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/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/CMakeFiles/doxygen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/doxygen.dir/depend + diff --git a/workspace/virtuallab/build/CMakeFiles/doxygen.dir/cmake_clean.cmake b/workspace/virtuallab/build/CMakeFiles/doxygen.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..ef20a758f2dfce53bd9a1326dac1182bbe19a225 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/doxygen.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/doxygen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/CMakeFiles/doxygen.dir/progress.make b/workspace/virtuallab/build/CMakeFiles/doxygen.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/doxygen.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/CMakeFiles/feature_tests.bin b/workspace/virtuallab/build/CMakeFiles/feature_tests.bin new file mode 100755 index 0000000000000000000000000000000000000000..ae0f49908c89c0ae48d68d46e0157414893eb334 Binary files /dev/null and b/workspace/virtuallab/build/CMakeFiles/feature_tests.bin differ diff --git a/workspace/virtuallab/build/CMakeFiles/feature_tests.c b/workspace/virtuallab/build/CMakeFiles/feature_tests.c new file mode 100644 index 0000000000000000000000000000000000000000..83e86dd8cd85f9f7554f51122b8cd08412ec01f2 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/feature_tests.c @@ -0,0 +1,34 @@ + + const char features[] = {"\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 +"1" +#else +"0" +#endif +"c_function_prototypes\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +"1" +#else +"0" +#endif +"c_restrict\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L +"1" +#else +"0" +#endif +"c_static_assert\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +"1" +#else +"0" +#endif +"c_variadic_macros\n" + +}; + +int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/workspace/virtuallab/build/CMakeFiles/feature_tests.cxx b/workspace/virtuallab/build/CMakeFiles/feature_tests.cxx new file mode 100644 index 0000000000000000000000000000000000000000..b93418c6ed69feaf1b5c2feb9592bbdb5a5f042c --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/feature_tests.cxx @@ -0,0 +1,405 @@ + + const char features[] = {"\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +"1" +#else +"0" +#endif +"cxx_aggregate_default_initializers\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_alias_templates\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_alignas\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_alignof\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_attributes\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_attribute_deprecated\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_auto_type\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_binary_literals\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_constexpr\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_contextual_conversions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_decltype\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_decltype_auto\n" +"CXX_FEATURE:" +#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_decltype_incomplete_return_types\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_default_function_template_args\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_defaulted_functions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_defaulted_move_initializers\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_delegating_constructors\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_deleted_functions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_digit_separators\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_enum_forward_declarations\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_explicit_conversions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_extended_friend_declarations\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_extern_templates\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_final\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_func_identifier\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_generalized_initializers\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_generic_lambdas\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_inheriting_constructors\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_inline_namespaces\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_lambdas\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_lambda_init_captures\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_local_type_template_args\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_long_long_type\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_noexcept\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_nonstatic_member_init\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_nullptr\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_override\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_range_for\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_raw_string_literals\n" +"CXX_FEATURE:" +#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_reference_qualified_functions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +"1" +#else +"0" +#endif +"cxx_relaxed_constexpr\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_return_type_deduction\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_right_angle_brackets\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_rvalue_references\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_sizeof_member\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_static_assert\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_strong_enums\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus +"1" +#else +"0" +#endif +"cxx_template_template_parameters\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_thread_local\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_trailing_return_types\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_unicode_literals\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_uniform_initialization\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_unrestricted_unions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_user_literals\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +"1" +#else +"0" +#endif +"cxx_variable_templates\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_variadic_macros\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_variadic_templates\n" + +}; + +int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/workspace/virtuallab/build/CMakeFiles/progress.marks b/workspace/virtuallab/build/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..b1bd38b62a0800a4f6a80c34e21c5acffae52c7e --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +13 diff --git a/workspace/virtuallab/build/CMakeFiles/run_tests.dir/DependInfo.cmake b/workspace/virtuallab/build/CMakeFiles/run_tests.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/run_tests.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/CMakeFiles/run_tests.dir/build.make b/workspace/virtuallab/build/CMakeFiles/run_tests.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..d5de4eee283f05457ce302e0d64d5fa08acedca7 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/run_tests.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for run_tests. + +# Include the progress variables for this target. +include CMakeFiles/run_tests.dir/progress.make + +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/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/CMakeFiles/run_tests.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/run_tests.dir/depend + diff --git a/workspace/virtuallab/build/CMakeFiles/run_tests.dir/cmake_clean.cmake b/workspace/virtuallab/build/CMakeFiles/run_tests.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e67d34f6d11ce305bbc51c998454c8d9cc3b7470 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/run_tests.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/run_tests.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/CMakeFiles/run_tests.dir/progress.make b/workspace/virtuallab/build/CMakeFiles/run_tests.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/run_tests.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/CMakeFiles/tests.dir/DependInfo.cmake b/workspace/virtuallab/build/CMakeFiles/tests.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/tests.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/CMakeFiles/tests.dir/build.make b/workspace/virtuallab/build/CMakeFiles/tests.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..feba2600452588e4dbaf275a368e9c918ed713d8 --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/tests.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for tests. + +# Include the progress variables for this target. +include CMakeFiles/tests.dir/progress.make + +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/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/CMakeFiles/tests.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/tests.dir/depend + diff --git a/workspace/virtuallab/build/CMakeFiles/tests.dir/cmake_clean.cmake b/workspace/virtuallab/build/CMakeFiles/tests.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..910f04d829639aafb592cbe6806fdcd7276630ee --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/tests.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/tests.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/CMakeFiles/tests.dir/progress.make b/workspace/virtuallab/build/CMakeFiles/tests.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/CMakeFiles/tests.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/CTestConfiguration.ini b/workspace/virtuallab/build/CTestConfiguration.ini new file mode 100644 index 0000000000000000000000000000000000000000..825be6ce8789cd22952fa717297a6290f214d16a --- /dev/null +++ b/workspace/virtuallab/build/CTestConfiguration.ini @@ -0,0 +1,115 @@ +# This file is configured by CMake automatically as DartConfiguration.tcl +# If you choose not to use CMake, this file may be hand configured, by +# filling in the required variables. + + +# Configuration directories and files +SourceDirectory: /home/job/workspace/virtuallab/src +BuildDirectory: /home/job/workspace/virtuallab/build + +# Where to place the cost data store +CostDataFile: + +# Site is something like machine.domain, i.e. pragmatic.crd +Site: job-Inspiron-5580 + +# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ +BuildName: + +# Subprojects +LabelsForSubprojects: + +# Submission information +IsCDash: +CDashVersion: +QueryCDashVersion: +DropSite: +DropLocation: +DropSiteUser: +DropSitePassword: +DropSiteMode: +DropMethod: +TriggerSite: +ScpCommand: + +# Dashboard start time +NightlyStartTime: + +# Commands for the build/test/submit cycle +ConfigureCommand: "/usr/bin/cmake" "/home/job/workspace/virtuallab/src" +MakeCommand: +DefaultCTestConfigurationType: + +# version control +UpdateVersionOnly: + +# CVS options +# Default is "-d -P -A" +CVSCommand: +CVSUpdateOptions: + +# Subversion options +SVNCommand: +SVNOptions: +SVNUpdateOptions: + +# Git options +GITCommand: +GITInitSubmodules: +GITUpdateOptions: +GITUpdateCustom: + +# Perforce options +P4Command: +P4Client: +P4Options: +P4UpdateOptions: +P4UpdateCustom: + +# Generic update command +UpdateCommand: +UpdateOptions: +UpdateType: + +# Compiler info +Compiler: /usr/bin/c++ +CompilerVersion: 7.5.0 + +# Dynamic analysis (MemCheck) +PurifyCommand: +ValgrindCommand: +ValgrindCommandOptions: +MemoryCheckType: +MemoryCheckSanitizerOptions: +MemoryCheckCommand: +MemoryCheckCommandOptions: +MemoryCheckSuppressionFile: + +# Coverage +CoverageCommand: +CoverageExtraFlags: + +# Cluster commands +SlurmBatchCommand: +SlurmRunCommand: + +# Testing options +# TimeOut is the amount of time in seconds to wait for processes +# to complete during testing. After TimeOut seconds, the +# process will be summarily terminated. +# Currently set to 25 minutes +TimeOut: + +# During parallel testing CTest will not start a new test if doing +# so would cause the system load to exceed this value. +TestLoad: + +UseLaunchers: +CurlOptions: +# warning, if you add new options here that have to do with submit, +# you have to update cmCTestSubmitCommand.cxx + +# For CTest submissions that timeout, these options +# specify behavior for retrying the submission +CTestSubmitRetryDelay: +CTestSubmitRetryCount: diff --git a/workspace/virtuallab/build/CTestCustom.cmake b/workspace/virtuallab/build/CTestCustom.cmake new file mode 100644 index 0000000000000000000000000000000000000000..14956f319e3982ef0886cb4e45e5b67437a99b2a --- /dev/null +++ b/workspace/virtuallab/build/CTestCustom.cmake @@ -0,0 +1,2 @@ +set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 0) +set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 0) diff --git a/workspace/virtuallab/build/CTestTestfile.cmake b/workspace/virtuallab/build/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..a16b68058792ed1ab0f9dd022c91e2b274cfb368 --- /dev/null +++ b/workspace/virtuallab/build/CTestTestfile.cmake @@ -0,0 +1,13 @@ +# CMake generated Testfile for +# Source directory: /home/job/workspace/virtuallab/src +# Build directory: /home/job/workspace/virtuallab/build +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("gtest") +subdirs("teleop_twist_keyboard") +subdirs("virtual_lab") +subdirs("camera_calib") +subdirs("co_robot_drive") +subdirs("image_process") +subdirs("robot_classifier") diff --git a/workspace/virtuallab/build/Makefile b/workspace/virtuallab/build/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..41d1bdd9294032c254ed7a8f5266476d0cbb6ce4 --- /dev/null +++ b/workspace/virtuallab/build/Makefile @@ -0,0 +1,1190 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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: preinstall/fast + @$(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/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 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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/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: preinstall/fast + @$(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/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/job/workspace/virtuallab/build/CMakeFiles /home/job/workspace/virtuallab/build/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/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 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 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 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 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 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 gmock_main + +# Build rule for target. +gmock_main: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 gmock_main +.PHONY : gmock_main + +# fast build rule for target. +gmock_main/fast: + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/build +.PHONY : gmock_main/fast + +#============================================================================= +# Target rules for targets named gmock + +# Build rule for target. +gmock: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 gmock +.PHONY : gmock + +# fast build rule for target. +gmock/fast: + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/build +.PHONY : gmock/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/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build +.PHONY : gtest_main/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/googlemock/gtest/CMakeFiles/gtest.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest.dir/build +.PHONY : gtest/fast + +#============================================================================= +# Target rules for targets named _catkin_empty_exported_target + +# Build rule for target. +_catkin_empty_exported_target: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 _catkin_empty_exported_target +.PHONY : _catkin_empty_exported_target + +# fast build rule for target. +_catkin_empty_exported_target/fast: + $(MAKE) -f teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build.make teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build +.PHONY : _catkin_empty_exported_target/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 camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build +.PHONY : std_msgs_generate_messages_py/fast + +#============================================================================= +# Target rules for targets named std_msgs_generate_messages_nodejs + +# Build rule for target. +std_msgs_generate_messages_nodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 std_msgs_generate_messages_nodejs +.PHONY : std_msgs_generate_messages_nodejs + +# fast build rule for target. +std_msgs_generate_messages_nodejs/fast: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build +.PHONY : std_msgs_generate_messages_nodejs/fast + +#============================================================================= +# Target rules for targets named camera_calib_gencpp + +# Build rule for target. +camera_calib_gencpp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_gencpp +.PHONY : camera_calib_gencpp + +# fast build rule for target. +camera_calib_gencpp/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_gencpp.dir/build.make camera_calib/CMakeFiles/camera_calib_gencpp.dir/build +.PHONY : camera_calib_gencpp/fast + +#============================================================================= +# Target rules for targets named std_msgs_generate_messages_eus + +# Build rule for target. +std_msgs_generate_messages_eus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 std_msgs_generate_messages_eus +.PHONY : std_msgs_generate_messages_eus + +# fast build rule for target. +std_msgs_generate_messages_eus/fast: + $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build +.PHONY : std_msgs_generate_messages_eus/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 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build +.PHONY : rosgraph_msgs_generate_messages_py/fast + +#============================================================================= +# Target rules for targets named rosgraph_msgs_generate_messages_nodejs + +# Build rule for target. +rosgraph_msgs_generate_messages_nodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 rosgraph_msgs_generate_messages_nodejs +.PHONY : rosgraph_msgs_generate_messages_nodejs + +# fast build rule for target. +rosgraph_msgs_generate_messages_nodejs/fast: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build +.PHONY : rosgraph_msgs_generate_messages_nodejs/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 camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build +.PHONY : std_msgs_generate_messages_cpp/fast + +#============================================================================= +# Target rules for targets named camera_calib_generate_messages_cpp + +# Build rule for target. +camera_calib_generate_messages_cpp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_generate_messages_cpp +.PHONY : camera_calib_generate_messages_cpp + +# fast build rule for target. +camera_calib_generate_messages_cpp/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build +.PHONY : camera_calib_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 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build +.PHONY : rosgraph_msgs_generate_messages_lisp/fast + +#============================================================================= +# Target rules for targets named camera_calib + +# Build rule for target. +camera_calib: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib +.PHONY : camera_calib + +# fast build rule for target. +camera_calib/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib.dir/build.make camera_calib/CMakeFiles/camera_calib.dir/build +.PHONY : camera_calib/fast + +#============================================================================= +# Target rules for targets named rosgraph_msgs_generate_messages_eus + +# Build rule for target. +rosgraph_msgs_generate_messages_eus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 rosgraph_msgs_generate_messages_eus +.PHONY : rosgraph_msgs_generate_messages_eus + +# fast build rule for target. +rosgraph_msgs_generate_messages_eus/fast: + $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build +.PHONY : rosgraph_msgs_generate_messages_eus/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 camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build +.PHONY : sensor_msgs_generate_messages_cpp/fast + +#============================================================================= +# Target rules for targets named camera_calib_genpy + +# Build rule for target. +camera_calib_genpy: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_genpy +.PHONY : camera_calib_genpy + +# fast build rule for target. +camera_calib_genpy/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_genpy.dir/build.make camera_calib/CMakeFiles/camera_calib_genpy.dir/build +.PHONY : camera_calib_genpy/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 camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build +.PHONY : roscpp_generate_messages_lisp/fast + +#============================================================================= +# Target rules for targets named geometry_msgs_generate_messages_nodejs + +# Build rule for target. +geometry_msgs_generate_messages_nodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 geometry_msgs_generate_messages_nodejs +.PHONY : geometry_msgs_generate_messages_nodejs + +# fast build rule for target. +geometry_msgs_generate_messages_nodejs/fast: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build +.PHONY : geometry_msgs_generate_messages_nodejs/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 camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build +.PHONY : roscpp_generate_messages_py/fast + +#============================================================================= +# Target rules for targets named roscpp_generate_messages_nodejs + +# Build rule for target. +roscpp_generate_messages_nodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 roscpp_generate_messages_nodejs +.PHONY : roscpp_generate_messages_nodejs + +# fast build rule for target. +roscpp_generate_messages_nodejs/fast: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build +.PHONY : roscpp_generate_messages_nodejs/fast + +#============================================================================= +# Target rules for targets named roscpp_generate_messages_eus + +# Build rule for target. +roscpp_generate_messages_eus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 roscpp_generate_messages_eus +.PHONY : roscpp_generate_messages_eus + +# fast build rule for target. +roscpp_generate_messages_eus/fast: + $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build +.PHONY : roscpp_generate_messages_eus/fast + +#============================================================================= +# Target rules for targets named geometry_msgs_generate_messages_eus + +# Build rule for target. +geometry_msgs_generate_messages_eus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 geometry_msgs_generate_messages_eus +.PHONY : geometry_msgs_generate_messages_eus + +# fast build rule for target. +geometry_msgs_generate_messages_eus/fast: + $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build +.PHONY : geometry_msgs_generate_messages_eus/fast + +#============================================================================= +# Target rules for targets named camera_calib_generate_messages_nodejs + +# Build rule for target. +camera_calib_generate_messages_nodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_generate_messages_nodejs +.PHONY : camera_calib_generate_messages_nodejs + +# fast build rule for target. +camera_calib_generate_messages_nodejs/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build +.PHONY : camera_calib_generate_messages_nodejs/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 camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build +.PHONY : sensor_msgs_generate_messages_lisp/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 camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build +.PHONY : roscpp_generate_messages_cpp/fast + +#============================================================================= +# Target rules for targets named sensor_msgs_generate_messages_nodejs + +# Build rule for target. +sensor_msgs_generate_messages_nodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 sensor_msgs_generate_messages_nodejs +.PHONY : sensor_msgs_generate_messages_nodejs + +# fast build rule for target. +sensor_msgs_generate_messages_nodejs/fast: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build +.PHONY : sensor_msgs_generate_messages_nodejs/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 camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build +.PHONY : sensor_msgs_generate_messages_py/fast + +#============================================================================= +# Target rules for targets named camera_calib_generate_messages_lisp + +# Build rule for target. +camera_calib_generate_messages_lisp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_generate_messages_lisp +.PHONY : camera_calib_generate_messages_lisp + +# fast build rule for target. +camera_calib_generate_messages_lisp/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build +.PHONY : camera_calib_generate_messages_lisp/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 camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make camera_calib/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 camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make camera_calib/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 camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build +.PHONY : geometry_msgs_generate_messages_py/fast + +#============================================================================= +# Target rules for targets named camera_calib_generate_messages + +# Build rule for target. +camera_calib_generate_messages: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_generate_messages +.PHONY : camera_calib_generate_messages + +# fast build rule for target. +camera_calib_generate_messages/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build +.PHONY : camera_calib_generate_messages/fast + +#============================================================================= +# Target rules for targets named camera_calib_geneus + +# Build rule for target. +camera_calib_geneus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_geneus +.PHONY : camera_calib_geneus + +# fast build rule for target. +camera_calib_geneus/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_geneus.dir/build.make camera_calib/CMakeFiles/camera_calib_geneus.dir/build +.PHONY : camera_calib_geneus/fast + +#============================================================================= +# Target rules for targets named camera_calib_generate_messages_eus + +# Build rule for target. +camera_calib_generate_messages_eus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_generate_messages_eus +.PHONY : camera_calib_generate_messages_eus + +# fast build rule for target. +camera_calib_generate_messages_eus/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build +.PHONY : camera_calib_generate_messages_eus/fast + +#============================================================================= +# Target rules for targets named sensor_msgs_generate_messages_eus + +# Build rule for target. +sensor_msgs_generate_messages_eus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 sensor_msgs_generate_messages_eus +.PHONY : sensor_msgs_generate_messages_eus + +# fast build rule for target. +sensor_msgs_generate_messages_eus/fast: + $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build +.PHONY : sensor_msgs_generate_messages_eus/fast + +#============================================================================= +# Target rules for targets named camera_calib_genlisp + +# Build rule for target. +camera_calib_genlisp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_genlisp +.PHONY : camera_calib_genlisp + +# fast build rule for target. +camera_calib_genlisp/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_genlisp.dir/build.make camera_calib/CMakeFiles/camera_calib_genlisp.dir/build +.PHONY : camera_calib_genlisp/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 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build +.PHONY : rosgraph_msgs_generate_messages_cpp/fast + +#============================================================================= +# Target rules for targets named camera_calib_gennodejs + +# Build rule for target. +camera_calib_gennodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_gennodejs +.PHONY : camera_calib_gennodejs + +# fast build rule for target. +camera_calib_gennodejs/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build.make camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build +.PHONY : camera_calib_gennodejs/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 camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build +.PHONY : std_msgs_generate_messages_lisp/fast + +#============================================================================= +# Target rules for targets named camera_calib_generate_messages_py + +# Build rule for target. +camera_calib_generate_messages_py: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 camera_calib_generate_messages_py +.PHONY : camera_calib_generate_messages_py + +# fast build rule for target. +camera_calib_generate_messages_py/fast: + $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build +.PHONY : camera_calib_generate_messages_py/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_geneus + +# Build rule for target. +co_robot_drive_geneus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_geneus +.PHONY : co_robot_drive_geneus + +# fast build rule for target. +co_robot_drive_geneus/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build +.PHONY : co_robot_drive_geneus/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_generate_messages_nodejs + +# Build rule for target. +co_robot_drive_generate_messages_nodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_generate_messages_nodejs +.PHONY : co_robot_drive_generate_messages_nodejs + +# fast build rule for target. +co_robot_drive_generate_messages_nodejs/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build +.PHONY : co_robot_drive_generate_messages_nodejs/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_gennodejs + +# Build rule for target. +co_robot_drive_gennodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_gennodejs +.PHONY : co_robot_drive_gennodejs + +# fast build rule for target. +co_robot_drive_gennodejs/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build +.PHONY : co_robot_drive_gennodejs/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_generate_messages_cpp + +# Build rule for target. +co_robot_drive_generate_messages_cpp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_generate_messages_cpp +.PHONY : co_robot_drive_generate_messages_cpp + +# fast build rule for target. +co_robot_drive_generate_messages_cpp/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build +.PHONY : co_robot_drive_generate_messages_cpp/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_generate_messages_py + +# Build rule for target. +co_robot_drive_generate_messages_py: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_generate_messages_py +.PHONY : co_robot_drive_generate_messages_py + +# fast build rule for target. +co_robot_drive_generate_messages_py/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build +.PHONY : co_robot_drive_generate_messages_py/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_gencpp + +# Build rule for target. +co_robot_drive_gencpp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_gencpp +.PHONY : co_robot_drive_gencpp + +# fast build rule for target. +co_robot_drive_gencpp/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build +.PHONY : co_robot_drive_gencpp/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_generate_messages + +# Build rule for target. +co_robot_drive_generate_messages: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_generate_messages +.PHONY : co_robot_drive_generate_messages + +# fast build rule for target. +co_robot_drive_generate_messages/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build +.PHONY : co_robot_drive_generate_messages/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_generate_messages_lisp + +# Build rule for target. +co_robot_drive_generate_messages_lisp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_generate_messages_lisp +.PHONY : co_robot_drive_generate_messages_lisp + +# fast build rule for target. +co_robot_drive_generate_messages_lisp/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build +.PHONY : co_robot_drive_generate_messages_lisp/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_genlisp + +# Build rule for target. +co_robot_drive_genlisp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_genlisp +.PHONY : co_robot_drive_genlisp + +# fast build rule for target. +co_robot_drive_genlisp/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build +.PHONY : co_robot_drive_genlisp/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_generate_messages_eus + +# Build rule for target. +co_robot_drive_generate_messages_eus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_generate_messages_eus +.PHONY : co_robot_drive_generate_messages_eus + +# fast build rule for target. +co_robot_drive_generate_messages_eus/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build +.PHONY : co_robot_drive_generate_messages_eus/fast + +#============================================================================= +# Target rules for targets named drive_co_robot + +# Build rule for target. +drive_co_robot: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 drive_co_robot +.PHONY : drive_co_robot + +# fast build rule for target. +drive_co_robot/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make co_robot_drive/CMakeFiles/drive_co_robot.dir/build +.PHONY : drive_co_robot/fast + +#============================================================================= +# Target rules for targets named co_robot_drive_genpy + +# Build rule for target. +co_robot_drive_genpy: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive_genpy +.PHONY : co_robot_drive_genpy + +# fast build rule for target. +co_robot_drive_genpy/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build +.PHONY : co_robot_drive_genpy/fast + +#============================================================================= +# Target rules for targets named _co_robot_drive_generate_messages_check_deps_DriveToTarget + +# Build rule for target. +_co_robot_drive_generate_messages_check_deps_DriveToTarget: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 _co_robot_drive_generate_messages_check_deps_DriveToTarget +.PHONY : _co_robot_drive_generate_messages_check_deps_DriveToTarget + +# fast build rule for target. +_co_robot_drive_generate_messages_check_deps_DriveToTarget/fast: + $(MAKE) -f co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build.make co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build +.PHONY : _co_robot_drive_generate_messages_check_deps_DriveToTarget/fast + +#============================================================================= +# Target rules for targets named image_process_generate_messages_lisp + +# Build rule for target. +image_process_generate_messages_lisp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_generate_messages_lisp +.PHONY : image_process_generate_messages_lisp + +# fast build rule for target. +image_process_generate_messages_lisp/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build.make image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build +.PHONY : image_process_generate_messages_lisp/fast + +#============================================================================= +# Target rules for targets named image_process_geneus + +# Build rule for target. +image_process_geneus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_geneus +.PHONY : image_process_geneus + +# fast build rule for target. +image_process_geneus/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_geneus.dir/build.make image_process/CMakeFiles/image_process_geneus.dir/build +.PHONY : image_process_geneus/fast + +#============================================================================= +# Target rules for targets named image_process_generate_messages_eus + +# Build rule for target. +image_process_generate_messages_eus: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_generate_messages_eus +.PHONY : image_process_generate_messages_eus + +# fast build rule for target. +image_process_generate_messages_eus/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_eus.dir/build.make image_process/CMakeFiles/image_process_generate_messages_eus.dir/build +.PHONY : image_process_generate_messages_eus/fast + +#============================================================================= +# Target rules for targets named image_process_generate_messages + +# Build rule for target. +image_process_generate_messages: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_generate_messages +.PHONY : image_process_generate_messages + +# fast build rule for target. +image_process_generate_messages/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages.dir/build.make image_process/CMakeFiles/image_process_generate_messages.dir/build +.PHONY : image_process_generate_messages/fast + +#============================================================================= +# Target rules for targets named image_process_genlisp + +# Build rule for target. +image_process_genlisp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_genlisp +.PHONY : image_process_genlisp + +# fast build rule for target. +image_process_genlisp/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_genlisp.dir/build.make image_process/CMakeFiles/image_process_genlisp.dir/build +.PHONY : image_process_genlisp/fast + +#============================================================================= +# Target rules for targets named image_process_gencpp + +# Build rule for target. +image_process_gencpp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_gencpp +.PHONY : image_process_gencpp + +# fast build rule for target. +image_process_gencpp/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_gencpp.dir/build.make image_process/CMakeFiles/image_process_gencpp.dir/build +.PHONY : image_process_gencpp/fast + +#============================================================================= +# Target rules for targets named image_process_generate_messages_cpp + +# Build rule for target. +image_process_generate_messages_cpp: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_generate_messages_cpp +.PHONY : image_process_generate_messages_cpp + +# fast build rule for target. +image_process_generate_messages_cpp/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build.make image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build +.PHONY : image_process_generate_messages_cpp/fast + +#============================================================================= +# Target rules for targets named image_process_generate_messages_nodejs + +# Build rule for target. +image_process_generate_messages_nodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_generate_messages_nodejs +.PHONY : image_process_generate_messages_nodejs + +# fast build rule for target. +image_process_generate_messages_nodejs/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build.make image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build +.PHONY : image_process_generate_messages_nodejs/fast + +#============================================================================= +# Target rules for targets named image_process_gennodejs + +# Build rule for target. +image_process_gennodejs: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_gennodejs +.PHONY : image_process_gennodejs + +# fast build rule for target. +image_process_gennodejs/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_gennodejs.dir/build.make image_process/CMakeFiles/image_process_gennodejs.dir/build +.PHONY : image_process_gennodejs/fast + +#============================================================================= +# Target rules for targets named image_process_generate_messages_py + +# Build rule for target. +image_process_generate_messages_py: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_generate_messages_py +.PHONY : image_process_generate_messages_py + +# fast build rule for target. +image_process_generate_messages_py/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_py.dir/build.make image_process/CMakeFiles/image_process_generate_messages_py.dir/build +.PHONY : image_process_generate_messages_py/fast + +#============================================================================= +# Target rules for targets named image_process_genpy + +# Build rule for target. +image_process_genpy: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 image_process_genpy +.PHONY : image_process_genpy + +# fast build rule for target. +image_process_genpy/fast: + $(MAKE) -f image_process/CMakeFiles/image_process_genpy.dir/build.make image_process/CMakeFiles/image_process_genpy.dir/build +.PHONY : image_process_genpy/fast + +# 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 "... install/strip" + @echo "... install" + @echo "... list_install_components" + @echo "... tests" + @echo "... rebuild_cache" + @echo "... download_extra_data" + @echo "... edit_cache" + @echo "... run_tests" + @echo "... clean_test_results" + @echo "... doxygen" + @echo "... install/local" + @echo "... test" + @echo "... gmock_main" + @echo "... gmock" + @echo "... gtest_main" + @echo "... gtest" + @echo "... _catkin_empty_exported_target" + @echo "... std_msgs_generate_messages_py" + @echo "... std_msgs_generate_messages_nodejs" + @echo "... camera_calib_gencpp" + @echo "... std_msgs_generate_messages_eus" + @echo "... rosgraph_msgs_generate_messages_py" + @echo "... rosgraph_msgs_generate_messages_nodejs" + @echo "... std_msgs_generate_messages_cpp" + @echo "... camera_calib_generate_messages_cpp" + @echo "... rosgraph_msgs_generate_messages_lisp" + @echo "... camera_calib" + @echo "... rosgraph_msgs_generate_messages_eus" + @echo "... sensor_msgs_generate_messages_cpp" + @echo "... camera_calib_genpy" + @echo "... roscpp_generate_messages_lisp" + @echo "... geometry_msgs_generate_messages_nodejs" + @echo "... roscpp_generate_messages_py" + @echo "... roscpp_generate_messages_nodejs" + @echo "... roscpp_generate_messages_eus" + @echo "... geometry_msgs_generate_messages_eus" + @echo "... camera_calib_generate_messages_nodejs" + @echo "... sensor_msgs_generate_messages_lisp" + @echo "... roscpp_generate_messages_cpp" + @echo "... sensor_msgs_generate_messages_nodejs" + @echo "... sensor_msgs_generate_messages_py" + @echo "... camera_calib_generate_messages_lisp" + @echo "... geometry_msgs_generate_messages_cpp" + @echo "... geometry_msgs_generate_messages_lisp" + @echo "... geometry_msgs_generate_messages_py" + @echo "... camera_calib_generate_messages" + @echo "... camera_calib_geneus" + @echo "... camera_calib_generate_messages_eus" + @echo "... sensor_msgs_generate_messages_eus" + @echo "... camera_calib_genlisp" + @echo "... rosgraph_msgs_generate_messages_cpp" + @echo "... camera_calib_gennodejs" + @echo "... std_msgs_generate_messages_lisp" + @echo "... camera_calib_generate_messages_py" + @echo "... co_robot_drive_geneus" + @echo "... co_robot_drive_generate_messages_nodejs" + @echo "... co_robot_drive_gennodejs" + @echo "... co_robot_drive_generate_messages_cpp" + @echo "... co_robot_drive_generate_messages_py" + @echo "... co_robot_drive_gencpp" + @echo "... co_robot_drive_generate_messages" + @echo "... co_robot_drive_generate_messages_lisp" + @echo "... co_robot_drive_genlisp" + @echo "... co_robot_drive_generate_messages_eus" + @echo "... drive_co_robot" + @echo "... co_robot_drive_genpy" + @echo "... _co_robot_drive_generate_messages_check_deps_DriveToTarget" + @echo "... image_process_generate_messages_lisp" + @echo "... image_process_geneus" + @echo "... image_process_generate_messages_eus" + @echo "... image_process_generate_messages" + @echo "... image_process_genlisp" + @echo "... image_process_gencpp" + @echo "... image_process_generate_messages_cpp" + @echo "... image_process_generate_messages_nodejs" + @echo "... image_process_gennodejs" + @echo "... image_process_generate_messages_py" + @echo "... image_process_genpy" +.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/workspace/virtuallab/build/atomic_configure/.rosinstall b/workspace/virtuallab/build/atomic_configure/.rosinstall new file mode 100644 index 0000000000000000000000000000000000000000..171d9fa333b705c000963b6278d9512e7d0a3c9e --- /dev/null +++ b/workspace/virtuallab/build/atomic_configure/.rosinstall @@ -0,0 +1,2 @@ +- setup-file: + local-name: /home/job/workspace/virtuallab/devel/setup.sh diff --git a/workspace/virtuallab/build/atomic_configure/_setup_util.py b/workspace/virtuallab/build/atomic_configure/_setup_util.py new file mode 100755 index 0000000000000000000000000000000000000000..b11724593a69e2177742150166e02062e7b38a56 --- /dev/null +++ b/workspace/virtuallab/build/atomic_configure/_setup_util.py @@ -0,0 +1,304 @@ +#!/usr/bin/python2 +# -*- 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') + +PATH_TO_ADD_SUFFIX = ['bin'] +if IS_WINDOWS: + # while catkin recommends putting dll's into bin, 3rd party packages often put dll's into lib + # since Windows finds dll's via the PATH variable, prepend it with path to lib + PATH_TO_ADD_SUFFIX.extend([['lib', os.path.join('lib', 'x86_64-linux-gnu')]]) + +# subfolder of workspace prepended to CMAKE_PREFIX_PATH +ENV_VAR_SUBFOLDERS = { + 'CMAKE_PREFIX_PATH': '', + 'LD_LIBRARY_PATH' if not IS_DARWIN else 'DYLD_LIBRARY_PATH': ['lib', os.path.join('lib', 'x86_64-linux-gnu')], + 'PATH': PATH_TO_ADD_SUFFIX, + '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] + value = _rollback_env_variable(unmodified_environ, key, subfolders) + 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, subfolders): + """ + For each catkin workspace in CMAKE_PREFIX_PATH remove the first entry from env[NAME] matching workspace + subfolder. + + :param subfolders: list of 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 + for subfolder in subfolders: + 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) + # skip nonexistent paths + if not os.path.exists(path_tmp): + continue + # 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') + parser.add_argument('--local', action='store_true', help='Only consider this prefix path and ignore other prefix path in the environment') + 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) + + if not args.local: + # environment at generation time + CMAKE_PREFIX_PATH = '/home/job/workspace/virtuallab/devel;/opt/ros/melodic'.split(';') + else: + # don't consider any other prefix path than this one + CMAKE_PREFIX_PATH = [] + # prepend current workspace if not already part of CPP + base_path = os.path.dirname(__file__) + # CMAKE_PREFIX_PATH uses forward slash on all platforms, but __file__ is platform dependent + # base_path on Windows contains backward slashes, need to be converted to forward slashes before comparison + if os.path.sep != '/': + base_path = base_path.replace(os.path.sep, '/') + + 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 potential "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/workspace/virtuallab/build/atomic_configure/env.sh b/workspace/virtuallab/build/atomic_configure/env.sh new file mode 100755 index 0000000000000000000000000000000000000000..8aa9d244ae9475039027a5f25a8d41a46174cddf --- /dev/null +++ b/workspace/virtuallab/build/atomic_configure/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/workspace/virtuallab/build/atomic_configure/local_setup.bash b/workspace/virtuallab/build/atomic_configure/local_setup.bash new file mode 100644 index 0000000000000000000000000000000000000000..7da0d973d481c97d4aba63ab3a070fdc192dc3f8 --- /dev/null +++ b/workspace/virtuallab/build/atomic_configure/local_setup.bash @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +# generated from catkin/cmake/templates/local_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" --extend --local diff --git a/workspace/virtuallab/build/atomic_configure/local_setup.sh b/workspace/virtuallab/build/atomic_configure/local_setup.sh new file mode 100644 index 0000000000000000000000000000000000000000..e6f88d817e4598fb5cc5faa37f3a6b5c73139064 --- /dev/null +++ b/workspace/virtuallab/build/atomic_configure/local_setup.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# generated from catkin/cmake/template/local_setup.sh.in + +# 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/job/workspace/virtuallab/devel} +CATKIN_SETUP_UTIL_ARGS="--extend --local" +. "$_CATKIN_SETUP_DIR/setup.sh" +unset CATKIN_SETUP_UTIL_ARGS diff --git a/workspace/virtuallab/build/atomic_configure/local_setup.zsh b/workspace/virtuallab/build/atomic_configure/local_setup.zsh new file mode 100644 index 0000000000000000000000000000000000000000..e692accfd3341ef2f575dec1c83d843bd786107f --- /dev/null +++ b/workspace/virtuallab/build/atomic_configure/local_setup.zsh @@ -0,0 +1,8 @@ +#!/usr/bin/env zsh +# generated from catkin/cmake/templates/local_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" --extend --local' diff --git a/workspace/virtuallab/build/atomic_configure/setup.bash b/workspace/virtuallab/build/atomic_configure/setup.bash new file mode 100644 index 0000000000000000000000000000000000000000..ff47af8f30bcc54efd5892530c84c4159250d4a3 --- /dev/null +++ b/workspace/virtuallab/build/atomic_configure/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/workspace/virtuallab/build/atomic_configure/setup.sh b/workspace/virtuallab/build/atomic_configure/setup.sh new file mode 100644 index 0000000000000000000000000000000000000000..3ebdd37232a88880b070091b9d6b09b6560bdf06 --- /dev/null +++ b/workspace/virtuallab/build/atomic_configure/setup.sh @@ -0,0 +1,96 @@ +#!/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 +# --local: only considers this workspace but not the chained ones +# In plain sh shell which doesn't support arguments for sourced scripts you can +# set the environment variable `CATKIN_SETUP_UTIL_ARGS=--extend/--local` instead. + +# 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/job/workspace/virtuallab/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 +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" $@ ${CATKIN_SETUP_UTIL_ARGS:-} >> "$_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/workspace/virtuallab/build/atomic_configure/setup.zsh b/workspace/virtuallab/build/atomic_configure/setup.zsh new file mode 100644 index 0000000000000000000000000000000000000000..9f780b741031d8037b90514441a80f9fed39d02b --- /dev/null +++ b/workspace/virtuallab/build/atomic_configure/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/workspace/virtuallab/build/camera_calib/CMakeFiles/CMakeDirectoryInformation.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..4a474ec0395ccfaae187d64c04cdc6491538ab7a --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/job/workspace/virtuallab/src") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/job/workspace/virtuallab/build") + +# 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/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/CXX.includecache b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/CXX.includecache new file mode 100644 index 0000000000000000000000000000000000000000..8be39cc1976e3840cef7ec485bd0e8a7994230eb --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/CXX.includecache @@ -0,0 +1,762 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/job/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp +ros/ros.h +/home/job/workspace/virtuallab/src/camera_calib/src/ros/ros.h +sensor_msgs/Image.h +- +opencv2/imgproc/imgproc.hpp +- +opencv2/highgui/highgui.hpp +- +cv_bridge/cv_bridge.h +- +sensor_msgs/image_encodings.h +- + +/opt/ros/melodic/include/cv_bridge/cv_bridge.h +sensor_msgs/Image.h +- +sensor_msgs/CompressedImage.h +- +sensor_msgs/image_encodings.h +- +ros/static_assert.h +- +opencv2/core/core.hpp +- +opencv2/imgproc/imgproc.hpp +- +opencv2/imgproc/types_c.h +- +stdexcept +- + +/opt/ros/melodic/include/ros/advertise_options.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/advertise_service_options.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/service_callback_helper.h +/opt/ros/melodic/include/ros/ros/service_callback_helper.h +ros/service_traits.h +/opt/ros/melodic/include/ros/ros/service_traits.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/assert.h +ros/console.h +/opt/ros/melodic/include/ros/ros/console.h +ros/static_assert.h +/opt/ros/melodic/include/ros/ros/static_assert.h +ros/platform.h +- +stdlib.h +- + +/opt/ros/melodic/include/ros/builtin_message_traits.h +message_traits.h +/opt/ros/melodic/include/ros/message_traits.h +ros/time.h +/opt/ros/melodic/include/ros/ros/time.h + +/opt/ros/melodic/include/ros/common.h +stdint.h +- +assert.h +- +stddef.h +- +string +- +ros/assert.h +/opt/ros/melodic/include/ros/ros/assert.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/serialized_message.h +/opt/ros/melodic/include/ros/ros/serialized_message.h +boost/shared_array.hpp +- +ros/macros.h +- + +/opt/ros/melodic/include/ros/console.h +console_backend.h +/opt/ros/melodic/include/ros/console_backend.h +cstdio +- +sstream +- +ros/time.h +- +cstdarg +- +ros/macros.h +- +map +- +vector +- +log4cxx/level.h +/opt/ros/melodic/include/ros/log4cxx/level.h +rosconsole/macros_generated.h +/opt/ros/melodic/include/ros/rosconsole/macros_generated.h + +/opt/ros/melodic/include/ros/console_backend.h +ros/macros.h +- + +/opt/ros/melodic/include/ros/datatypes.h +string +- +vector +- +map +- +set +- +list +- +boost/shared_ptr.hpp +- + +/opt/ros/melodic/include/ros/duration.h +iostream +- +math.h +- +stdexcept +- +climits +- +stdint.h +- +rostime_decl.h +/opt/ros/melodic/include/ros/rostime_decl.h + +/opt/ros/melodic/include/ros/exception.h +stdexcept +- + +/opt/ros/melodic/include/ros/exceptions.h +ros/exception.h +- + +/opt/ros/melodic/include/ros/forwards.h +string +- +vector +- +map +- +set +- +list +- +boost/shared_ptr.hpp +- +boost/make_shared.hpp +- +boost/weak_ptr.hpp +- +boost/function.hpp +- +ros/time.h +- +ros/macros.h +- +exceptions.h +/opt/ros/melodic/include/ros/exceptions.h +ros/datatypes.h +/opt/ros/melodic/include/ros/ros/datatypes.h + +/opt/ros/melodic/include/ros/init.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/spinner.h +/opt/ros/melodic/include/ros/ros/spinner.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/macros.h + +/opt/ros/melodic/include/ros/master.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +xmlrpcpp/XmlRpcValue.h +/opt/ros/melodic/include/ros/xmlrpcpp/XmlRpcValue.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/message.h +ros/macros.h +/opt/ros/melodic/include/ros/ros/macros.h +ros/assert.h +/opt/ros/melodic/include/ros/ros/assert.h +string +- +string.h +- +boost/shared_ptr.hpp +- +boost/array.hpp +- +stdint.h +- + +/opt/ros/melodic/include/ros/message_event.h +ros/time.h +/opt/ros/melodic/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/ros/melodic/include/ros/message_forward.h +cstddef +- +memory +- + +/opt/ros/melodic/include/ros/message_operations.h +ostream +- + +/opt/ros/melodic/include/ros/message_traits.h +message_forward.h +/opt/ros/melodic/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/ros/melodic/include/ros/names.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/node_handle.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/publisher.h +/opt/ros/melodic/include/ros/ros/publisher.h +ros/subscriber.h +/opt/ros/melodic/include/ros/ros/subscriber.h +ros/service_server.h +/opt/ros/melodic/include/ros/ros/service_server.h +ros/service_client.h +/opt/ros/melodic/include/ros/ros/service_client.h +ros/timer.h +/opt/ros/melodic/include/ros/ros/timer.h +ros/rate.h +/opt/ros/melodic/include/ros/ros/rate.h +ros/wall_timer.h +/opt/ros/melodic/include/ros/ros/wall_timer.h +ros/steady_timer.h +/opt/ros/melodic/include/ros/ros/steady_timer.h +ros/advertise_options.h +/opt/ros/melodic/include/ros/ros/advertise_options.h +ros/advertise_service_options.h +/opt/ros/melodic/include/ros/ros/advertise_service_options.h +ros/subscribe_options.h +/opt/ros/melodic/include/ros/ros/subscribe_options.h +ros/service_client_options.h +/opt/ros/melodic/include/ros/ros/service_client_options.h +ros/timer_options.h +/opt/ros/melodic/include/ros/ros/timer_options.h +ros/wall_timer_options.h +/opt/ros/melodic/include/ros/ros/wall_timer_options.h +ros/spinner.h +/opt/ros/melodic/include/ros/ros/spinner.h +ros/init.h +/opt/ros/melodic/include/ros/ros/init.h +common.h +/opt/ros/melodic/include/ros/common.h +boost/bind.hpp +- +xmlrpcpp/XmlRpcValue.h +- + +/opt/ros/melodic/include/ros/param.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +common.h +/opt/ros/melodic/include/ros/common.h +xmlrpcpp/XmlRpcValue.h +/opt/ros/melodic/include/ros/xmlrpcpp/XmlRpcValue.h +vector +- +map +- + +/opt/ros/melodic/include/ros/parameter_adapter.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/message_event.h +/opt/ros/melodic/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/ros/melodic/include/ros/platform.h +stdlib.h +- +string +- + +/opt/ros/melodic/include/ros/publisher.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/common.h +/opt/ros/melodic/include/ros/ros/common.h +ros/message.h +/opt/ros/melodic/include/ros/ros/message.h +ros/serialization.h +/opt/ros/melodic/include/ros/ros/serialization.h +boost/bind.hpp +- + +/opt/ros/melodic/include/ros/rate.h +ros/time.h +/opt/ros/melodic/include/ros/ros/time.h +rostime_decl.h +/opt/ros/melodic/include/ros/rostime_decl.h + +/opt/ros/melodic/include/ros/ros.h +ros/time.h +/opt/ros/melodic/include/ros/ros/time.h +ros/rate.h +/opt/ros/melodic/include/ros/ros/rate.h +ros/console.h +/opt/ros/melodic/include/ros/ros/console.h +ros/assert.h +/opt/ros/melodic/include/ros/ros/assert.h +ros/common.h +/opt/ros/melodic/include/ros/ros/common.h +ros/types.h +/opt/ros/melodic/include/ros/ros/types.h +ros/node_handle.h +/opt/ros/melodic/include/ros/ros/node_handle.h +ros/publisher.h +/opt/ros/melodic/include/ros/ros/publisher.h +ros/single_subscriber_publisher.h +/opt/ros/melodic/include/ros/ros/single_subscriber_publisher.h +ros/service_server.h +/opt/ros/melodic/include/ros/ros/service_server.h +ros/subscriber.h +/opt/ros/melodic/include/ros/ros/subscriber.h +ros/service.h +/opt/ros/melodic/include/ros/ros/service.h +ros/init.h +/opt/ros/melodic/include/ros/ros/init.h +ros/master.h +/opt/ros/melodic/include/ros/ros/master.h +ros/this_node.h +/opt/ros/melodic/include/ros/ros/this_node.h +ros/param.h +/opt/ros/melodic/include/ros/ros/param.h +ros/topic.h +/opt/ros/melodic/include/ros/ros/topic.h +ros/names.h +/opt/ros/melodic/include/ros/ros/names.h + +/opt/ros/melodic/include/ros/roscpp_serialization_macros.h +ros/macros.h +- + +/opt/ros/melodic/include/ros/rostime_decl.h +ros/macros.h +- + +/opt/ros/melodic/include/ros/serialization.h +roscpp_serialization_macros.h +/opt/ros/melodic/include/ros/roscpp_serialization_macros.h +ros/types.h +- +ros/time.h +- +serialized_message.h +/opt/ros/melodic/include/ros/serialized_message.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +ros/builtin_message_traits.h +/opt/ros/melodic/include/ros/ros/builtin_message_traits.h +ros/exception.h +/opt/ros/melodic/include/ros/ros/exception.h +ros/datatypes.h +/opt/ros/melodic/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/ros/melodic/include/ros/serialized_message.h +roscpp_serialization_macros.h +/opt/ros/melodic/include/ros/roscpp_serialization_macros.h +boost/shared_array.hpp +- +boost/shared_ptr.hpp +- + +/opt/ros/melodic/include/ros/service.h +string +- +ros/common.h +/opt/ros/melodic/include/ros/ros/common.h +ros/message.h +/opt/ros/melodic/include/ros/ros/message.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/node_handle.h +/opt/ros/melodic/include/ros/ros/node_handle.h +ros/service_traits.h +/opt/ros/melodic/include/ros/ros/service_traits.h +ros/names.h +/opt/ros/melodic/include/ros/ros/names.h +boost/shared_ptr.hpp +- + +/opt/ros/melodic/include/ros/service_callback_helper.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/common.h +/opt/ros/melodic/include/ros/ros/common.h +ros/message.h +/opt/ros/melodic/include/ros/ros/message.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +ros/service_traits.h +/opt/ros/melodic/include/ros/ros/service_traits.h +ros/serialization.h +/opt/ros/melodic/include/ros/ros/serialization.h +boost/type_traits/is_base_of.hpp +- +boost/utility/enable_if.hpp +- + +/opt/ros/melodic/include/ros/service_client.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/common.h +/opt/ros/melodic/include/ros/ros/common.h +ros/service_traits.h +/opt/ros/melodic/include/ros/ros/service_traits.h +ros/serialization.h +/opt/ros/melodic/include/ros/ros/serialization.h + +/opt/ros/melodic/include/ros/service_client_options.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/service_traits.h +/opt/ros/melodic/include/ros/ros/service_traits.h + +/opt/ros/melodic/include/ros/service_server.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/service_traits.h +boost/type_traits/remove_reference.hpp +- +boost/type_traits/remove_const.hpp +- + +/opt/ros/melodic/include/ros/single_subscriber_publisher.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/serialization.h +/opt/ros/melodic/include/ros/ros/serialization.h +common.h +/opt/ros/melodic/include/ros/common.h +boost/utility.hpp +- + +/opt/ros/melodic/include/ros/spinner.h +ros/types.h +/opt/ros/melodic/include/ros/ros/types.h +common.h +/opt/ros/melodic/include/ros/common.h +boost/shared_ptr.hpp +- + +/opt/ros/melodic/include/ros/static_assert.h +boost/static_assert.hpp +- + +/opt/ros/melodic/include/ros/steady_timer.h +common.h +/opt/ros/melodic/include/ros/common.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +steady_timer_options.h +/opt/ros/melodic/include/ros/steady_timer_options.h + +/opt/ros/melodic/include/ros/steady_timer_options.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h + +/opt/ros/melodic/include/ros/subscribe_options.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/transport_hints.h +/opt/ros/melodic/include/ros/ros/transport_hints.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +subscription_callback_helper.h +/opt/ros/melodic/include/ros/subscription_callback_helper.h + +/opt/ros/melodic/include/ros/subscriber.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/subscription_callback_helper.h +/opt/ros/melodic/include/ros/ros/subscription_callback_helper.h + +/opt/ros/melodic/include/ros/subscription_callback_helper.h +typeinfo +- +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/parameter_adapter.h +/opt/ros/melodic/include/ros/ros/parameter_adapter.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +ros/builtin_message_traits.h +/opt/ros/melodic/include/ros/ros/builtin_message_traits.h +ros/serialization.h +/opt/ros/melodic/include/ros/ros/serialization.h +ros/message_event.h +/opt/ros/melodic/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/ros/melodic/include/ros/this_node.h +common.h +/opt/ros/melodic/include/ros/common.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h + +/opt/ros/melodic/include/ros/time.h +ros/platform.h +- +iostream +- +cmath +- +ros/exception.h +- +duration.h +/opt/ros/melodic/include/ros/duration.h +boost/math/special_functions/round.hpp +- +rostime_decl.h +/opt/ros/melodic/include/ros/rostime_decl.h +sys/timeb.h +- +sys/time.h +- + +/opt/ros/melodic/include/ros/timer.h +common.h +/opt/ros/melodic/include/ros/common.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +timer_options.h +/opt/ros/melodic/include/ros/timer_options.h + +/opt/ros/melodic/include/ros/timer_options.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h + +/opt/ros/melodic/include/ros/topic.h +common.h +/opt/ros/melodic/include/ros/common.h +node_handle.h +/opt/ros/melodic/include/ros/node_handle.h +boost/shared_ptr.hpp +- + +/opt/ros/melodic/include/ros/transport_hints.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +boost/lexical_cast.hpp +- + +/opt/ros/melodic/include/ros/types.h +stdint.h +- + +/opt/ros/melodic/include/ros/wall_timer.h +common.h +/opt/ros/melodic/include/ros/common.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +wall_timer_options.h +/opt/ros/melodic/include/ros/wall_timer_options.h + +/opt/ros/melodic/include/ros/wall_timer_options.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h + +/opt/ros/melodic/include/rosconsole/macros_generated.h + +/opt/ros/melodic/include/sensor_msgs/CompressedImage.h +string +- +vector +- +map +- +ros/types.h +- +ros/serialization.h +- +ros/builtin_message_traits.h +- +ros/message_operations.h +- +std_msgs/Header.h +- + +/opt/ros/melodic/include/sensor_msgs/Image.h +string +- +vector +- +map +- +ros/types.h +- +ros/serialization.h +- +ros/builtin_message_traits.h +- +ros/message_operations.h +- +std_msgs/Header.h +- + +/opt/ros/melodic/include/sensor_msgs/image_encodings.h +cstdlib +- +stdexcept +- +string +- + +/opt/ros/melodic/include/std_msgs/Header.h +string +- +vector +- +map +- +ros/types.h +- +ros/serialization.h +- +ros/builtin_message_traits.h +- +ros/message_operations.h +- + +/opt/ros/melodic/include/xmlrpcpp/XmlRpcDecl.h +ros/macros.h +- + +/opt/ros/melodic/include/xmlrpcpp/XmlRpcValue.h +xmlrpcpp/XmlRpcDecl.h +/opt/ros/melodic/include/xmlrpcpp/xmlrpcpp/XmlRpcDecl.h +map +- +string +- +vector +- +time.h +- + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..337e59f80daa822ac085b9e8f851c66228d8e902 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/DependInfo.cmake @@ -0,0 +1,30 @@ +# 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/job/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp" "/home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ROSCONSOLE_BACKEND_LOG4CXX" + "ROS_BUILD_SHARED_LIBS=1" + "ROS_PACKAGE_NAME=\"camera_calib\"" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "/opt/ros/melodic/include" + "/opt/ros/melodic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp" + "/usr/include/opencv" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..dd9766d594a4a8b55703a3f3f34b5a9e951ad6ae --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/build.make @@ -0,0 +1,135 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Include any dependencies generated for this target. +include camera_calib/CMakeFiles/camera_calib.dir/depend.make + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib.dir/progress.make + +# Include the compile flags for this target's objects. +include camera_calib/CMakeFiles/camera_calib.dir/flags.make + +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: camera_calib/CMakeFiles/camera_calib.dir/flags.make +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /home/job/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o" + cd /home/job/workspace/virtuallab/build/camera_calib && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o -c /home/job/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp + +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/camera_calib.dir/src/camera_calib.cpp.i" + cd /home/job/workspace/virtuallab/build/camera_calib && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/job/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp > CMakeFiles/camera_calib.dir/src/camera_calib.cpp.i + +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/camera_calib.dir/src/camera_calib.cpp.s" + cd /home/job/workspace/virtuallab/build/camera_calib && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/job/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp -o CMakeFiles/camera_calib.dir/src/camera_calib.cpp.s + +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o.requires: + +.PHONY : camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o.requires + +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o.provides: camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o.requires + $(MAKE) -f camera_calib/CMakeFiles/camera_calib.dir/build.make camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o.provides.build +.PHONY : camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o.provides + +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o.provides.build: camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o + + +# Object files for target camera_calib +camera_calib_OBJECTS = \ +"CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o" + +# External object files for target camera_calib +camera_calib_EXTERNAL_OBJECTS = + +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: camera_calib/CMakeFiles/camera_calib.dir/build.make +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /opt/ros/melodic/lib/libroscpp.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /opt/ros/melodic/lib/libxmlrpcpp.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /opt/ros/melodic/lib/libcv_bridge.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libopencv_core.so.3.2.0 +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.3.2.0 +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.3.2.0 +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /opt/ros/melodic/lib/librosconsole.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /opt/ros/melodic/lib/librosconsole_log4cxx.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /opt/ros/melodic/lib/librosconsole_backend_interface.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/liblog4cxx.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libboost_regex.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /opt/ros/melodic/lib/libroscpp_serialization.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /opt/ros/melodic/lib/librostime.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /opt/ros/melodic/lib/libcpp_common.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libboost_system.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libboost_thread.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libboost_chrono.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libboost_date_time.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libboost_atomic.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libpthread.so +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: /usr/lib/x86_64-linux-gnu/libconsole_bridge.so.0.4 +/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib: camera_calib/CMakeFiles/camera_calib.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable /home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib" + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/camera_calib.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib.dir/build: /home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib + +.PHONY : camera_calib/CMakeFiles/camera_calib.dir/build + +camera_calib/CMakeFiles/camera_calib.dir/requires: camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o.requires + +.PHONY : camera_calib/CMakeFiles/camera_calib.dir/requires + +camera_calib/CMakeFiles/camera_calib.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib.dir/clean + +camera_calib/CMakeFiles/camera_calib.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..43fa3e03422ff74f8619ca2b024e9df14b8df63e --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o" + "/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib.pdb" + "/home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/camera_calib.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..c9d00e2f92f6f4d335e1c2ffd668e7ce01550db3 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/depend.internal @@ -0,0 +1,68 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o + /home/job/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp + /opt/ros/melodic/include/cv_bridge/cv_bridge.h + /opt/ros/melodic/include/ros/advertise_options.h + /opt/ros/melodic/include/ros/advertise_service_options.h + /opt/ros/melodic/include/ros/assert.h + /opt/ros/melodic/include/ros/builtin_message_traits.h + /opt/ros/melodic/include/ros/common.h + /opt/ros/melodic/include/ros/console.h + /opt/ros/melodic/include/ros/console_backend.h + /opt/ros/melodic/include/ros/datatypes.h + /opt/ros/melodic/include/ros/duration.h + /opt/ros/melodic/include/ros/exception.h + /opt/ros/melodic/include/ros/exceptions.h + /opt/ros/melodic/include/ros/forwards.h + /opt/ros/melodic/include/ros/init.h + /opt/ros/melodic/include/ros/macros.h + /opt/ros/melodic/include/ros/master.h + /opt/ros/melodic/include/ros/message.h + /opt/ros/melodic/include/ros/message_event.h + /opt/ros/melodic/include/ros/message_forward.h + /opt/ros/melodic/include/ros/message_operations.h + /opt/ros/melodic/include/ros/message_traits.h + /opt/ros/melodic/include/ros/names.h + /opt/ros/melodic/include/ros/node_handle.h + /opt/ros/melodic/include/ros/param.h + /opt/ros/melodic/include/ros/parameter_adapter.h + /opt/ros/melodic/include/ros/platform.h + /opt/ros/melodic/include/ros/publisher.h + /opt/ros/melodic/include/ros/rate.h + /opt/ros/melodic/include/ros/ros.h + /opt/ros/melodic/include/ros/roscpp_serialization_macros.h + /opt/ros/melodic/include/ros/rostime_decl.h + /opt/ros/melodic/include/ros/serialization.h + /opt/ros/melodic/include/ros/serialized_message.h + /opt/ros/melodic/include/ros/service.h + /opt/ros/melodic/include/ros/service_callback_helper.h + /opt/ros/melodic/include/ros/service_client.h + /opt/ros/melodic/include/ros/service_client_options.h + /opt/ros/melodic/include/ros/service_server.h + /opt/ros/melodic/include/ros/service_traits.h + /opt/ros/melodic/include/ros/single_subscriber_publisher.h + /opt/ros/melodic/include/ros/spinner.h + /opt/ros/melodic/include/ros/static_assert.h + /opt/ros/melodic/include/ros/steady_timer.h + /opt/ros/melodic/include/ros/steady_timer_options.h + /opt/ros/melodic/include/ros/subscribe_options.h + /opt/ros/melodic/include/ros/subscriber.h + /opt/ros/melodic/include/ros/subscription_callback_helper.h + /opt/ros/melodic/include/ros/this_node.h + /opt/ros/melodic/include/ros/time.h + /opt/ros/melodic/include/ros/timer.h + /opt/ros/melodic/include/ros/timer_options.h + /opt/ros/melodic/include/ros/topic.h + /opt/ros/melodic/include/ros/transport_hints.h + /opt/ros/melodic/include/ros/types.h + /opt/ros/melodic/include/ros/wall_timer.h + /opt/ros/melodic/include/ros/wall_timer_options.h + /opt/ros/melodic/include/rosconsole/macros_generated.h + /opt/ros/melodic/include/sensor_msgs/CompressedImage.h + /opt/ros/melodic/include/sensor_msgs/Image.h + /opt/ros/melodic/include/sensor_msgs/image_encodings.h + /opt/ros/melodic/include/std_msgs/Header.h + /opt/ros/melodic/include/xmlrpcpp/XmlRpcDecl.h + /opt/ros/melodic/include/xmlrpcpp/XmlRpcValue.h diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..a2f35493efefd7aac0e84c5de3eabb5069ddc42f --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/depend.make @@ -0,0 +1,68 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /home/job/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/cv_bridge/cv_bridge.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/advertise_options.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/advertise_service_options.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/assert.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/builtin_message_traits.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/common.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/console.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/console_backend.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/datatypes.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/duration.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/exception.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/exceptions.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/forwards.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/init.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/macros.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/master.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/message.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/message_event.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/message_forward.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/message_operations.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/message_traits.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/names.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/node_handle.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/param.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/parameter_adapter.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/platform.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/publisher.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/rate.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/ros.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/roscpp_serialization_macros.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/rostime_decl.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/serialization.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/serialized_message.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/service.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/service_callback_helper.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/service_client.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/service_client_options.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/service_server.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/service_traits.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/single_subscriber_publisher.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/spinner.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/static_assert.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/steady_timer.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/steady_timer_options.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/subscribe_options.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/subscriber.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/subscription_callback_helper.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/this_node.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/time.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/timer.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/timer_options.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/topic.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/transport_hints.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/types.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/wall_timer.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/ros/wall_timer_options.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/rosconsole/macros_generated.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/sensor_msgs/CompressedImage.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/sensor_msgs/Image.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/sensor_msgs/image_encodings.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/std_msgs/Header.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/xmlrpcpp/XmlRpcDecl.h +camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o: /opt/ros/melodic/include/xmlrpcpp/XmlRpcValue.h + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/flags.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..6db819372188d06aca78cefffaba8540483daf69 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -std=c++11 + +CXX_DEFINES = -DROSCONSOLE_BACKEND_LOG4CXX -DROS_BUILD_SHARED_LIBS=1 -DROS_PACKAGE_NAME=\"camera_calib\" + +CXX_INCLUDES = -I/opt/ros/melodic/include -I/opt/ros/melodic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp -I/usr/include/opencv + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/link.txt b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6dac74ba6f9fdca7a4a4ca6e0f3ef42629a4e00 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -rdynamic CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o -o /home/job/workspace/virtuallab/devel/lib/camera_calib/camera_calib -Wl,-rpath,/opt/ros/melodic/lib /opt/ros/melodic/lib/libroscpp.so -lboost_filesystem /opt/ros/melodic/lib/libxmlrpcpp.so /opt/ros/melodic/lib/libcv_bridge.so /usr/lib/x86_64-linux-gnu/libopencv_core.so.3.2.0 /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.3.2.0 /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.3.2.0 /opt/ros/melodic/lib/librosconsole.so /opt/ros/melodic/lib/librosconsole_log4cxx.so /opt/ros/melodic/lib/librosconsole_backend_interface.so -llog4cxx -lboost_regex /opt/ros/melodic/lib/libroscpp_serialization.so /opt/ros/melodic/lib/librostime.so /opt/ros/melodic/lib/libcpp_common.so -lboost_system -lboost_thread -lboost_chrono -lboost_date_time -lboost_atomic -lpthread /usr/lib/x86_64-linux-gnu/libconsole_bridge.so.0.4 diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..abadeb0c3abaa81d622026fcd3ae096d03dd29b7 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..e6a0c6b1067302b8228d679f85c1a17d55456a82 Binary files /dev/null and b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o differ diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..67f338f063281c4a47a42c4ef4b69acbe7c13a57 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_gencpp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_gencpp.dir/progress.make + +camera_calib_gencpp: camera_calib/CMakeFiles/camera_calib_gencpp.dir/build.make + +.PHONY : camera_calib_gencpp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_gencpp.dir/build: camera_calib_gencpp + +.PHONY : camera_calib/CMakeFiles/camera_calib_gencpp.dir/build + +camera_calib/CMakeFiles/camera_calib_gencpp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_gencpp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_gencpp.dir/clean + +camera_calib/CMakeFiles/camera_calib_gencpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_gencpp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..62c046081541a6a254900dbd4d08e94484b56266 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_gencpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gencpp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..e24c3885da354dface3eed9ee8e32b0a24e0f3fd --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_generate_messages. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_generate_messages.dir/progress.make + +camera_calib_generate_messages: camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build.make + +.PHONY : camera_calib_generate_messages + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build: camera_calib_generate_messages + +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build + +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_generate_messages.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages.dir/clean + +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19998205ac7c81d0fefd11246a91a445e8aaef52 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_generate_messages.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..d5f1b687f7205586cf20a8e405472dbab741dd54 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_generate_messages_cpp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/progress.make + +camera_calib_generate_messages_cpp: camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build.make + +.PHONY : camera_calib_generate_messages_cpp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build: camera_calib_generate_messages_cpp + +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build + +camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_generate_messages_cpp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/clean + +camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..db34295c8c071fd62425244bc9ca97e354bcd42c --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..873f0758fc45e4f89c1721598749de4ba21ee255 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build.make @@ -0,0 +1,81 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_generate_messages_eus. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/progress.make + +camera_calib/CMakeFiles/camera_calib_generate_messages_eus: /home/job/workspace/virtuallab/devel/share/roseus/ros/camera_calib/manifest.l + + +/home/job/workspace/virtuallab/devel/share/roseus/ros/camera_calib/manifest.l: /opt/ros/melodic/lib/geneus/gen_eus.py + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating EusLisp manifest code for camera_calib" + cd /home/job/workspace/virtuallab/build/camera_calib && ../catkin_generated/env_cached.sh /usr/bin/python2 /opt/ros/melodic/share/geneus/cmake/../../../lib/geneus/gen_eus.py -m -o /home/job/workspace/virtuallab/devel/share/roseus/ros/camera_calib camera_calib std_msgs + +camera_calib_generate_messages_eus: camera_calib/CMakeFiles/camera_calib_generate_messages_eus +camera_calib_generate_messages_eus: /home/job/workspace/virtuallab/devel/share/roseus/ros/camera_calib/manifest.l +camera_calib_generate_messages_eus: camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build.make + +.PHONY : camera_calib_generate_messages_eus + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build: camera_calib_generate_messages_eus + +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build + +camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_generate_messages_eus.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/clean + +camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..a2e0c1de86ebe370f515d1a3022357d2820e3355 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/camera_calib_generate_messages_eus" + "/home/job/workspace/virtuallab/devel/share/roseus/ros/camera_calib/manifest.l" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_generate_messages_eus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..822db750856389d9b500958c626702c4a9e11876 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 3 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..851c79d852ef7eaf77f43278f13dfc28a1825f11 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_generate_messages_lisp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/progress.make + +camera_calib_generate_messages_lisp: camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build.make + +.PHONY : camera_calib_generate_messages_lisp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build: camera_calib_generate_messages_lisp + +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build + +camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_generate_messages_lisp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/clean + +camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..3b633f01b58acb0a3081569a6d27ff452b5658b2 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..5256f2b98d209be340b8c8e0b2a38ca33d6281af --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_generate_messages_nodejs. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/progress.make + +camera_calib_generate_messages_nodejs: camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build.make + +.PHONY : camera_calib_generate_messages_nodejs + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build: camera_calib_generate_messages_nodejs + +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build + +camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_generate_messages_nodejs.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/clean + +camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e84db11bda6abbf71cd628fe633e760793ce2a67 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_generate_messages_nodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..39382cb354c22f14ea63ef3498add23023834b0c --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_generate_messages_py. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/progress.make + +camera_calib_generate_messages_py: camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build.make + +.PHONY : camera_calib_generate_messages_py + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build: camera_calib_generate_messages_py + +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build + +camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_generate_messages_py.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/clean + +camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..77494937c3b70a9c9a1b592a4b1704d68e4fbd98 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..ed7eb8520eb7da609051a63dd61a6d2717b52d57 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_geneus. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_geneus.dir/progress.make + +camera_calib_geneus: camera_calib/CMakeFiles/camera_calib_geneus.dir/build.make + +.PHONY : camera_calib_geneus + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_geneus.dir/build: camera_calib_geneus + +.PHONY : camera_calib/CMakeFiles/camera_calib_geneus.dir/build + +camera_calib/CMakeFiles/camera_calib_geneus.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_geneus.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_geneus.dir/clean + +camera_calib/CMakeFiles/camera_calib_geneus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_geneus.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..fbb167e1b63a2aa4a4b6fc07f45111b18e07733c --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_geneus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_geneus.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..f79310c4d710beef53b52314b08dd3538004d383 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_genlisp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_genlisp.dir/progress.make + +camera_calib_genlisp: camera_calib/CMakeFiles/camera_calib_genlisp.dir/build.make + +.PHONY : camera_calib_genlisp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_genlisp.dir/build: camera_calib_genlisp + +.PHONY : camera_calib/CMakeFiles/camera_calib_genlisp.dir/build + +camera_calib/CMakeFiles/camera_calib_genlisp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_genlisp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_genlisp.dir/clean + +camera_calib/CMakeFiles/camera_calib_genlisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_genlisp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..cea29d2c8af997ddb543b5096a1b254415ae3e12 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_genlisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genlisp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..8c3a6856c08667b67f893c34aba3ff530a1b56ca --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_gennodejs. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_gennodejs.dir/progress.make + +camera_calib_gennodejs: camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build.make + +.PHONY : camera_calib_gennodejs + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build: camera_calib_gennodejs + +.PHONY : camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build + +camera_calib/CMakeFiles/camera_calib_gennodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_gennodejs.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_gennodejs.dir/clean + +camera_calib/CMakeFiles/camera_calib_gennodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_gennodejs.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..8693192235d73d716883ba3e080e8e47468f0001 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_gennodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_gennodejs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..04f5aac124f1c37156a72252b36f437efcb78239 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for camera_calib_genpy. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/camera_calib_genpy.dir/progress.make + +camera_calib_genpy: camera_calib/CMakeFiles/camera_calib_genpy.dir/build.make + +.PHONY : camera_calib_genpy + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/camera_calib_genpy.dir/build: camera_calib_genpy + +.PHONY : camera_calib/CMakeFiles/camera_calib_genpy.dir/build + +camera_calib/CMakeFiles/camera_calib_genpy.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/camera_calib_genpy.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/camera_calib_genpy.dir/clean + +camera_calib/CMakeFiles/camera_calib_genpy.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/camera_calib_genpy.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..caf80760d4daa799ff00b95a63679eabec825775 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/camera_calib_genpy.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/camera_calib_genpy.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..08dc3f6557357c33f9002c88a642f21a8371cf3d --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for geometry_msgs_generate_messages_cpp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/progress.make + +geometry_msgs_generate_messages_cpp: camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make + +.PHONY : geometry_msgs_generate_messages_cpp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build: geometry_msgs_generate_messages_cpp + +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build + +camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/geometry_msgs_generate_messages_cpp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/clean + +camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..820ac958f43c6eebf66f6d6d990cc6f9ee92bdee --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/geometry_msgs_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..8420c462a7915968766f80d09110aac65b322bbf --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for geometry_msgs_generate_messages_eus. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/progress.make + +geometry_msgs_generate_messages_eus: camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make + +.PHONY : geometry_msgs_generate_messages_eus + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build: geometry_msgs_generate_messages_eus + +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build + +camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/geometry_msgs_generate_messages_eus.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/clean + +camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..67f285a2b286be7fc34e84068b61e34e06956953 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/geometry_msgs_generate_messages_eus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..7ed619febde906ba4fd6b285c00517d7ecf8da73 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for geometry_msgs_generate_messages_lisp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/progress.make + +geometry_msgs_generate_messages_lisp: camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make + +.PHONY : geometry_msgs_generate_messages_lisp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build: geometry_msgs_generate_messages_lisp + +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build + +camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/geometry_msgs_generate_messages_lisp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/clean + +camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1e1c8fa8835a35da1844bebfcf48761dffbbb744 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/geometry_msgs_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..17d59e8b824704cb8f3d49b907d5b657a973b934 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for geometry_msgs_generate_messages_nodejs. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/progress.make + +geometry_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make + +.PHONY : geometry_msgs_generate_messages_nodejs + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build: geometry_msgs_generate_messages_nodejs + +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build + +camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/clean + +camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..a10d1c0a7d1c206f0b4fa6bad096f015b45ac47e --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..143bb48698fa7fc36b42e720c7f7e966aa95f929 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for geometry_msgs_generate_messages_py. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/progress.make + +geometry_msgs_generate_messages_py: camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make + +.PHONY : geometry_msgs_generate_messages_py + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build: geometry_msgs_generate_messages_py + +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build + +camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/geometry_msgs_generate_messages_py.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/clean + +camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..37b46276801d2babea1a13a48a7cfd37a2e3ef6c --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/geometry_msgs_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/progress.marks b/workspace/virtuallab/build/camera_calib/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..00750edc07d6415dcc07ae0351e9397b0222b7ba --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/progress.marks @@ -0,0 +1 @@ +3 diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..4cbb46b4bd42b72b392ec582eed2530bcc2d27c4 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for roscpp_generate_messages_cpp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/progress.make + +roscpp_generate_messages_cpp: camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make + +.PHONY : roscpp_generate_messages_cpp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build: roscpp_generate_messages_cpp + +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build + +camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/roscpp_generate_messages_cpp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/clean + +camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..bf353654a022affaf54224fbd1c18177f271b037 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/roscpp_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..336d55c091392c7672321cf437f5444ce21f4cdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for roscpp_generate_messages_eus. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/progress.make + +roscpp_generate_messages_eus: camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build.make + +.PHONY : roscpp_generate_messages_eus + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build: roscpp_generate_messages_eus + +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build + +camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/roscpp_generate_messages_eus.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/clean + +camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..61700fa61598b5a7c45ee26eac646fe367101992 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/roscpp_generate_messages_eus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..6319a88fe43b2432ee3af708a3119a11b3e84d32 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for roscpp_generate_messages_lisp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/progress.make + +roscpp_generate_messages_lisp: camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make + +.PHONY : roscpp_generate_messages_lisp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build: roscpp_generate_messages_lisp + +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build + +camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/roscpp_generate_messages_lisp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/clean + +camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..492a50bd91a039addba1281e459d4aee16b465e4 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/roscpp_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..82196376225e734b4e9d09b96295f36d7e35229d --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for roscpp_generate_messages_nodejs. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/progress.make + +roscpp_generate_messages_nodejs: camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make + +.PHONY : roscpp_generate_messages_nodejs + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build: roscpp_generate_messages_nodejs + +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build + +camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/roscpp_generate_messages_nodejs.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/clean + +camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..37945a670242e2de6d8465b3474da9eb383ab588 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/roscpp_generate_messages_nodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..7b09c57786391012442c2379c96cf7292957bb38 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for roscpp_generate_messages_py. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/progress.make + +roscpp_generate_messages_py: camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build.make + +.PHONY : roscpp_generate_messages_py + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build: roscpp_generate_messages_py + +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build + +camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/roscpp_generate_messages_py.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/clean + +camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..2c13747338b810ad1480558faa521f8adb7d395b --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/roscpp_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..ed7cc4222ca553c38989ef5612c898c09f97a85a --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for rosgraph_msgs_generate_messages_cpp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/progress.make + +rosgraph_msgs_generate_messages_cpp: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make + +.PHONY : rosgraph_msgs_generate_messages_cpp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build: rosgraph_msgs_generate_messages_cpp + +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build + +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/clean + +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..720bdd0edac46cb588da30503f36902d22b1f3bd --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..b3aa574cb93f8005b6e719a8a1ebc80618f4cc47 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for rosgraph_msgs_generate_messages_eus. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/progress.make + +rosgraph_msgs_generate_messages_eus: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make + +.PHONY : rosgraph_msgs_generate_messages_eus + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build: rosgraph_msgs_generate_messages_eus + +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build + +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/clean + +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..5610f8400a30f1c9e738841c6a11b635aaeb3648 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..fd807e064718c0703077af53d1e17cba3147fde7 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for rosgraph_msgs_generate_messages_lisp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/progress.make + +rosgraph_msgs_generate_messages_lisp: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make + +.PHONY : rosgraph_msgs_generate_messages_lisp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build: rosgraph_msgs_generate_messages_lisp + +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build + +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/clean + +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..cdd6e3fce75ecbc3ad7295b674353e85f77ba7a5 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..cea388d95478e63780f992aff2f0cb726edadef0 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for rosgraph_msgs_generate_messages_nodejs. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/progress.make + +rosgraph_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make + +.PHONY : rosgraph_msgs_generate_messages_nodejs + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build: rosgraph_msgs_generate_messages_nodejs + +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build + +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/clean + +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..37bf13dc24b1724d4b85b9617056c744d5e99df3 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..e86ec4bfee9116d4c75a48ea67d14432dc21eebc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for rosgraph_msgs_generate_messages_py. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/progress.make + +rosgraph_msgs_generate_messages_py: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make + +.PHONY : rosgraph_msgs_generate_messages_py + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build: rosgraph_msgs_generate_messages_py + +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build + +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/rosgraph_msgs_generate_messages_py.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/clean + +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..de801d4c76b9fbe39fc2cdad82bc436399718f92 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/rosgraph_msgs_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..de01fde46f11ca3d38f26db7822fde7d6599561e --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for sensor_msgs_generate_messages_cpp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/progress.make + +sensor_msgs_generate_messages_cpp: camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make + +.PHONY : sensor_msgs_generate_messages_cpp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build: sensor_msgs_generate_messages_cpp + +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build + +camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/sensor_msgs_generate_messages_cpp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/clean + +camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1716093339a5610e028fb149280807108a20bb24 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/sensor_msgs_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..16cc5286053377ce1c3be4c5e447e79f9bd87a8a --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for sensor_msgs_generate_messages_eus. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/progress.make + +sensor_msgs_generate_messages_eus: camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make + +.PHONY : sensor_msgs_generate_messages_eus + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build: sensor_msgs_generate_messages_eus + +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build + +camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/sensor_msgs_generate_messages_eus.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/clean + +camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..eabddd7b0ca0480a31b3c0545a1766520a35cc8a --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/sensor_msgs_generate_messages_eus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..5bb6fad9c5b6ba8249eeb574b0ae3e32b9bb7260 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for sensor_msgs_generate_messages_lisp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/progress.make + +sensor_msgs_generate_messages_lisp: camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make + +.PHONY : sensor_msgs_generate_messages_lisp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build: sensor_msgs_generate_messages_lisp + +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build + +camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/sensor_msgs_generate_messages_lisp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/clean + +camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..ecc0226b38bf588bc2b94b3b4012df624d73169d --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/sensor_msgs_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..2d9575044820b2148ec18352a960f0dcfefbb281 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for sensor_msgs_generate_messages_nodejs. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/progress.make + +sensor_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make + +.PHONY : sensor_msgs_generate_messages_nodejs + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build: sensor_msgs_generate_messages_nodejs + +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build + +camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/clean + +camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..534a2e5b31a0561cb87b25a1496b229201fad8c8 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..535baa948bdabd953fd52cb03c6438e0c8274cdd --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for sensor_msgs_generate_messages_py. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/progress.make + +sensor_msgs_generate_messages_py: camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make + +.PHONY : sensor_msgs_generate_messages_py + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build: sensor_msgs_generate_messages_py + +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build + +camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/sensor_msgs_generate_messages_py.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/clean + +camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..a5188efec73b5f5a27435b62a5e9faabbbda323b --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/sensor_msgs_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..f70e75d41f92d9ac2518279a160362cbc60f2965 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for std_msgs_generate_messages_cpp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/progress.make + +std_msgs_generate_messages_cpp: camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make + +.PHONY : std_msgs_generate_messages_cpp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build: std_msgs_generate_messages_cpp + +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build + +camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/std_msgs_generate_messages_cpp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/clean + +camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..0d092bf7dcb1a5955b6c2c4eef8f16df0593f3ea --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/std_msgs_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..8ae4108e7f7d63f978b97e68c52ee35560b19ccb --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for std_msgs_generate_messages_eus. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/progress.make + +std_msgs_generate_messages_eus: camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make + +.PHONY : std_msgs_generate_messages_eus + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build: std_msgs_generate_messages_eus + +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build + +camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/std_msgs_generate_messages_eus.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/clean + +camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..855155ec96fb985c24a72c15e128f656d9f6065a --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/std_msgs_generate_messages_eus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..9773e43e8af452f9e95beb62dc32ea1214c80ad6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for std_msgs_generate_messages_lisp. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/progress.make + +std_msgs_generate_messages_lisp: camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make + +.PHONY : std_msgs_generate_messages_lisp + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build: std_msgs_generate_messages_lisp + +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build + +camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/std_msgs_generate_messages_lisp.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/clean + +camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..b995112eab054ad92b9ec2bd7533b328f13f306e --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/std_msgs_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..4d4da5d41ff95dcb28c4fe0a98f908662641ec38 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for std_msgs_generate_messages_nodejs. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/progress.make + +std_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make + +.PHONY : std_msgs_generate_messages_nodejs + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build: std_msgs_generate_messages_nodejs + +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build + +camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/std_msgs_generate_messages_nodejs.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/clean + +camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..f5f42ae06987e0d5a16acccec495927a20b926de --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/std_msgs_generate_messages_nodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..5cb695145af1ec49419f677c035264c36e31fdb3 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for std_msgs_generate_messages_py. + +# Include the progress variables for this target. +include camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/progress.make + +std_msgs_generate_messages_py: camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build.make + +.PHONY : std_msgs_generate_messages_py + +# Rule to build all files generated by this target. +camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build: std_msgs_generate_messages_py + +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build + +camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/clean: + cd /home/job/workspace/virtuallab/build/camera_calib && $(CMAKE_COMMAND) -P CMakeFiles/std_msgs_generate_messages_py.dir/cmake_clean.cmake +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/clean + +camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/camera_calib /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/camera_calib /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/depend + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/cmake_clean.cmake b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..15da12c8d9c8a0533d756cbfb4fbf902c32cf641 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/std_msgs_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/depend.internal b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/depend.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/progress.make b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/camera_calib/CTestTestfile.cmake b/workspace/virtuallab/build/camera_calib/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..aec82d61e50a0df072cae4575fe209ccbdb1d645 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/job/workspace/virtuallab/src/camera_calib +# Build directory: /home/job/workspace/virtuallab/build/camera_calib +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/workspace/virtuallab/build/camera_calib/Makefile b/workspace/virtuallab/build/camera_calib/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..56997cea4d4d2f3d5a5a8949d38d972300ab9b82 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/Makefile @@ -0,0 +1,818 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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: preinstall/fast + @$(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/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_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 + +# 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 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: preinstall/fast + @$(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/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 + +# The main all target +all: cmake_check_build_system + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles /home/job/workspace/virtuallab/build/camera_calib/CMakeFiles/progress.marks + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/rule +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/rule + +# Convenience name for target. +std_msgs_generate_messages_py: camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/rule + +.PHONY : std_msgs_generate_messages_py + +# fast build rule for target. +std_msgs_generate_messages_py/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_py.dir/build +.PHONY : std_msgs_generate_messages_py/fast + +# Convenience name for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/rule +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/rule + +# Convenience name for target. +std_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/rule + +.PHONY : std_msgs_generate_messages_nodejs + +# fast build rule for target. +std_msgs_generate_messages_nodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build +.PHONY : std_msgs_generate_messages_nodejs/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_gencpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_gencpp.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_gencpp.dir/rule + +# Convenience name for target. +camera_calib_gencpp: camera_calib/CMakeFiles/camera_calib_gencpp.dir/rule + +.PHONY : camera_calib_gencpp + +# fast build rule for target. +camera_calib_gencpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_gencpp.dir/build.make camera_calib/CMakeFiles/camera_calib_gencpp.dir/build +.PHONY : camera_calib_gencpp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/rule +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/rule + +# Convenience name for target. +std_msgs_generate_messages_eus: camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/rule + +.PHONY : std_msgs_generate_messages_eus + +# fast build rule for target. +std_msgs_generate_messages_eus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_eus.dir/build +.PHONY : std_msgs_generate_messages_eus/fast + +# Convenience name for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/rule +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/rule + +# Convenience name for target. +rosgraph_msgs_generate_messages_py: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/rule + +.PHONY : rosgraph_msgs_generate_messages_py + +# fast build rule for target. +rosgraph_msgs_generate_messages_py/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build +.PHONY : rosgraph_msgs_generate_messages_py/fast + +# Convenience name for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/rule +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/rule + +# Convenience name for target. +rosgraph_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/rule + +.PHONY : rosgraph_msgs_generate_messages_nodejs + +# fast build rule for target. +rosgraph_msgs_generate_messages_nodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build +.PHONY : rosgraph_msgs_generate_messages_nodejs/fast + +# Convenience name for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/rule +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/rule + +# Convenience name for target. +std_msgs_generate_messages_cpp: camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/rule + +.PHONY : std_msgs_generate_messages_cpp + +# fast build rule for target. +std_msgs_generate_messages_cpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_cpp.dir/build +.PHONY : std_msgs_generate_messages_cpp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/rule + +# Convenience name for target. +camera_calib_generate_messages_cpp: camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/rule + +.PHONY : camera_calib_generate_messages_cpp + +# fast build rule for target. +camera_calib_generate_messages_cpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_cpp.dir/build +.PHONY : camera_calib_generate_messages_cpp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/rule +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/rule + +# Convenience name for target. +rosgraph_msgs_generate_messages_lisp: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/rule + +.PHONY : rosgraph_msgs_generate_messages_lisp + +# fast build rule for target. +rosgraph_msgs_generate_messages_lisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build +.PHONY : rosgraph_msgs_generate_messages_lisp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib.dir/rule + +# Convenience name for target. +camera_calib: camera_calib/CMakeFiles/camera_calib.dir/rule + +.PHONY : camera_calib + +# fast build rule for target. +camera_calib/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib.dir/build.make camera_calib/CMakeFiles/camera_calib.dir/build +.PHONY : camera_calib/fast + +# Convenience name for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/rule +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/rule + +# Convenience name for target. +rosgraph_msgs_generate_messages_eus: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/rule + +.PHONY : rosgraph_msgs_generate_messages_eus + +# fast build rule for target. +rosgraph_msgs_generate_messages_eus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build +.PHONY : rosgraph_msgs_generate_messages_eus/fast + +# Convenience name for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/rule +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/rule + +# Convenience name for target. +sensor_msgs_generate_messages_cpp: camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/rule + +.PHONY : sensor_msgs_generate_messages_cpp + +# fast build rule for target. +sensor_msgs_generate_messages_cpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build +.PHONY : sensor_msgs_generate_messages_cpp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_genpy.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_genpy.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_genpy.dir/rule + +# Convenience name for target. +camera_calib_genpy: camera_calib/CMakeFiles/camera_calib_genpy.dir/rule + +.PHONY : camera_calib_genpy + +# fast build rule for target. +camera_calib_genpy/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_genpy.dir/build.make camera_calib/CMakeFiles/camera_calib_genpy.dir/build +.PHONY : camera_calib_genpy/fast + +# Convenience name for target. +camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/rule +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/rule + +# Convenience name for target. +roscpp_generate_messages_lisp: camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/rule + +.PHONY : roscpp_generate_messages_lisp + +# fast build rule for target. +roscpp_generate_messages_lisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_lisp.dir/build +.PHONY : roscpp_generate_messages_lisp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/rule +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/rule + +# Convenience name for target. +geometry_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/rule + +.PHONY : geometry_msgs_generate_messages_nodejs + +# fast build rule for target. +geometry_msgs_generate_messages_nodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build +.PHONY : geometry_msgs_generate_messages_nodejs/fast + +# Convenience name for target. +camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/rule +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/rule + +# Convenience name for target. +roscpp_generate_messages_py: camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/rule + +.PHONY : roscpp_generate_messages_py + +# fast build rule for target. +roscpp_generate_messages_py/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_py.dir/build +.PHONY : roscpp_generate_messages_py/fast + +# Convenience name for target. +camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/rule +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/rule + +# Convenience name for target. +roscpp_generate_messages_nodejs: camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/rule + +.PHONY : roscpp_generate_messages_nodejs + +# fast build rule for target. +roscpp_generate_messages_nodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_nodejs.dir/build +.PHONY : roscpp_generate_messages_nodejs/fast + +# Convenience name for target. +camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/rule +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/rule + +# Convenience name for target. +roscpp_generate_messages_eus: camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/rule + +.PHONY : roscpp_generate_messages_eus + +# fast build rule for target. +roscpp_generate_messages_eus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_eus.dir/build +.PHONY : roscpp_generate_messages_eus/fast + +# Convenience name for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/rule +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/rule + +# Convenience name for target. +geometry_msgs_generate_messages_eus: camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/rule + +.PHONY : geometry_msgs_generate_messages_eus + +# fast build rule for target. +geometry_msgs_generate_messages_eus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build +.PHONY : geometry_msgs_generate_messages_eus/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/rule + +# Convenience name for target. +camera_calib_generate_messages_nodejs: camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/rule + +.PHONY : camera_calib_generate_messages_nodejs + +# fast build rule for target. +camera_calib_generate_messages_nodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_nodejs.dir/build +.PHONY : camera_calib_generate_messages_nodejs/fast + +# Convenience name for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/rule +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/rule + +# Convenience name for target. +sensor_msgs_generate_messages_lisp: camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/rule + +.PHONY : sensor_msgs_generate_messages_lisp + +# fast build rule for target. +sensor_msgs_generate_messages_lisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build +.PHONY : sensor_msgs_generate_messages_lisp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/rule +.PHONY : camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/rule + +# Convenience name for target. +roscpp_generate_messages_cpp: camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/rule + +.PHONY : roscpp_generate_messages_cpp + +# fast build rule for target. +roscpp_generate_messages_cpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/roscpp_generate_messages_cpp.dir/build +.PHONY : roscpp_generate_messages_cpp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/rule +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/rule + +# Convenience name for target. +sensor_msgs_generate_messages_nodejs: camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/rule + +.PHONY : sensor_msgs_generate_messages_nodejs + +# fast build rule for target. +sensor_msgs_generate_messages_nodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build +.PHONY : sensor_msgs_generate_messages_nodejs/fast + +# Convenience name for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/rule +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/rule + +# Convenience name for target. +sensor_msgs_generate_messages_py: camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/rule + +.PHONY : sensor_msgs_generate_messages_py + +# fast build rule for target. +sensor_msgs_generate_messages_py/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_py.dir/build +.PHONY : sensor_msgs_generate_messages_py/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/rule + +# Convenience name for target. +camera_calib_generate_messages_lisp: camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/rule + +.PHONY : camera_calib_generate_messages_lisp + +# fast build rule for target. +camera_calib_generate_messages_lisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_lisp.dir/build +.PHONY : camera_calib_generate_messages_lisp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/rule +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/rule + +# Convenience name for target. +geometry_msgs_generate_messages_cpp: camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/rule + +.PHONY : geometry_msgs_generate_messages_cpp + +# fast build rule for target. +geometry_msgs_generate_messages_cpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build +.PHONY : geometry_msgs_generate_messages_cpp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/rule +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/rule + +# Convenience name for target. +geometry_msgs_generate_messages_lisp: camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/rule + +.PHONY : geometry_msgs_generate_messages_lisp + +# fast build rule for target. +geometry_msgs_generate_messages_lisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build +.PHONY : geometry_msgs_generate_messages_lisp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/rule +.PHONY : camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/rule + +# Convenience name for target. +geometry_msgs_generate_messages_py: camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/rule + +.PHONY : geometry_msgs_generate_messages_py + +# fast build rule for target. +geometry_msgs_generate_messages_py/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make camera_calib/CMakeFiles/geometry_msgs_generate_messages_py.dir/build +.PHONY : geometry_msgs_generate_messages_py/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_generate_messages.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages.dir/rule + +# Convenience name for target. +camera_calib_generate_messages: camera_calib/CMakeFiles/camera_calib_generate_messages.dir/rule + +.PHONY : camera_calib_generate_messages + +# fast build rule for target. +camera_calib_generate_messages/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages.dir/build +.PHONY : camera_calib_generate_messages/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_geneus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_geneus.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_geneus.dir/rule + +# Convenience name for target. +camera_calib_geneus: camera_calib/CMakeFiles/camera_calib_geneus.dir/rule + +.PHONY : camera_calib_geneus + +# fast build rule for target. +camera_calib_geneus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_geneus.dir/build.make camera_calib/CMakeFiles/camera_calib_geneus.dir/build +.PHONY : camera_calib_geneus/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/rule + +# Convenience name for target. +camera_calib_generate_messages_eus: camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/rule + +.PHONY : camera_calib_generate_messages_eus + +# fast build rule for target. +camera_calib_generate_messages_eus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_eus.dir/build +.PHONY : camera_calib_generate_messages_eus/fast + +# Convenience name for target. +camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/rule +.PHONY : camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/rule + +# Convenience name for target. +sensor_msgs_generate_messages_eus: camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/rule + +.PHONY : sensor_msgs_generate_messages_eus + +# fast build rule for target. +sensor_msgs_generate_messages_eus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make camera_calib/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build +.PHONY : sensor_msgs_generate_messages_eus/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_genlisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_genlisp.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_genlisp.dir/rule + +# Convenience name for target. +camera_calib_genlisp: camera_calib/CMakeFiles/camera_calib_genlisp.dir/rule + +.PHONY : camera_calib_genlisp + +# fast build rule for target. +camera_calib_genlisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_genlisp.dir/build.make camera_calib/CMakeFiles/camera_calib_genlisp.dir/build +.PHONY : camera_calib_genlisp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/rule +.PHONY : camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/rule + +# Convenience name for target. +rosgraph_msgs_generate_messages_cpp: camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/rule + +.PHONY : rosgraph_msgs_generate_messages_cpp + +# fast build rule for target. +rosgraph_msgs_generate_messages_cpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make camera_calib/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build +.PHONY : rosgraph_msgs_generate_messages_cpp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_gennodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_gennodejs.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_gennodejs.dir/rule + +# Convenience name for target. +camera_calib_gennodejs: camera_calib/CMakeFiles/camera_calib_gennodejs.dir/rule + +.PHONY : camera_calib_gennodejs + +# fast build rule for target. +camera_calib_gennodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build.make camera_calib/CMakeFiles/camera_calib_gennodejs.dir/build +.PHONY : camera_calib_gennodejs/fast + +# Convenience name for target. +camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/rule +.PHONY : camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/rule + +# Convenience name for target. +std_msgs_generate_messages_lisp: camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/rule + +.PHONY : std_msgs_generate_messages_lisp + +# fast build rule for target. +std_msgs_generate_messages_lisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make camera_calib/CMakeFiles/std_msgs_generate_messages_lisp.dir/build +.PHONY : std_msgs_generate_messages_lisp/fast + +# Convenience name for target. +camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/rule +.PHONY : camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/rule + +# Convenience name for target. +camera_calib_generate_messages_py: camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/rule + +.PHONY : camera_calib_generate_messages_py + +# fast build rule for target. +camera_calib_generate_messages_py/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build.make camera_calib/CMakeFiles/camera_calib_generate_messages_py.dir/build +.PHONY : camera_calib_generate_messages_py/fast + +src/camera_calib.o: src/camera_calib.cpp.o + +.PHONY : src/camera_calib.o + +# target to build an object file +src/camera_calib.cpp.o: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib.dir/build.make camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.o +.PHONY : src/camera_calib.cpp.o + +src/camera_calib.i: src/camera_calib.cpp.i + +.PHONY : src/camera_calib.i + +# target to preprocess a source file +src/camera_calib.cpp.i: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib.dir/build.make camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.i +.PHONY : src/camera_calib.cpp.i + +src/camera_calib.s: src/camera_calib.cpp.s + +.PHONY : src/camera_calib.s + +# target to generate assembly for a file +src/camera_calib.cpp.s: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f camera_calib/CMakeFiles/camera_calib.dir/build.make camera_calib/CMakeFiles/camera_calib.dir/src/camera_calib.cpp.s +.PHONY : src/camera_calib.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 "... install/strip" + @echo "... install" + @echo "... edit_cache" + @echo "... test" + @echo "... std_msgs_generate_messages_py" + @echo "... std_msgs_generate_messages_nodejs" + @echo "... camera_calib_gencpp" + @echo "... std_msgs_generate_messages_eus" + @echo "... rosgraph_msgs_generate_messages_py" + @echo "... rosgraph_msgs_generate_messages_nodejs" + @echo "... std_msgs_generate_messages_cpp" + @echo "... list_install_components" + @echo "... camera_calib_generate_messages_cpp" + @echo "... rosgraph_msgs_generate_messages_lisp" + @echo "... camera_calib" + @echo "... rosgraph_msgs_generate_messages_eus" + @echo "... sensor_msgs_generate_messages_cpp" + @echo "... camera_calib_genpy" + @echo "... roscpp_generate_messages_lisp" + @echo "... geometry_msgs_generate_messages_nodejs" + @echo "... roscpp_generate_messages_py" + @echo "... roscpp_generate_messages_nodejs" + @echo "... roscpp_generate_messages_eus" + @echo "... geometry_msgs_generate_messages_eus" + @echo "... camera_calib_generate_messages_nodejs" + @echo "... install/local" + @echo "... sensor_msgs_generate_messages_lisp" + @echo "... rebuild_cache" + @echo "... roscpp_generate_messages_cpp" + @echo "... sensor_msgs_generate_messages_nodejs" + @echo "... sensor_msgs_generate_messages_py" + @echo "... camera_calib_generate_messages_lisp" + @echo "... geometry_msgs_generate_messages_cpp" + @echo "... geometry_msgs_generate_messages_lisp" + @echo "... geometry_msgs_generate_messages_py" + @echo "... camera_calib_generate_messages" + @echo "... camera_calib_geneus" + @echo "... camera_calib_generate_messages_eus" + @echo "... sensor_msgs_generate_messages_eus" + @echo "... camera_calib_genlisp" + @echo "... rosgraph_msgs_generate_messages_cpp" + @echo "... camera_calib_gennodejs" + @echo "... std_msgs_generate_messages_lisp" + @echo "... camera_calib_generate_messages_py" + @echo "... src/camera_calib.o" + @echo "... src/camera_calib.i" + @echo "... src/camera_calib.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/job/workspace/virtuallab/build && $(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/workspace/virtuallab/build/camera_calib/catkin_generated/camera_calib-msg-extras.cmake.develspace.in b/workspace/virtuallab/build/camera_calib/catkin_generated/camera_calib-msg-extras.cmake.develspace.in new file mode 100644 index 0000000000000000000000000000000000000000..e62077d52ad8761025dcc03d2e0c8e339be08cb1 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/camera_calib-msg-extras.cmake.develspace.in @@ -0,0 +1,2 @@ +set(camera_calib_MESSAGE_FILES "") +set(camera_calib_SERVICE_FILES "") diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/camera_calib-msg-extras.cmake.installspace.in b/workspace/virtuallab/build/camera_calib/catkin_generated/camera_calib-msg-extras.cmake.installspace.in new file mode 100644 index 0000000000000000000000000000000000000000..e62077d52ad8761025dcc03d2e0c8e339be08cb1 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/camera_calib-msg-extras.cmake.installspace.in @@ -0,0 +1,2 @@ +set(camera_calib_MESSAGE_FILES "") +set(camera_calib_SERVICE_FILES "") diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/cam_calib.py b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/cam_calib.py new file mode 100755 index 0000000000000000000000000000000000000000..96cfe45c5c079f0642984408e04d1be0ea632543 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/cam_calib.py @@ -0,0 +1,51 @@ +#!/usr/bin/env python2 + + +import rospy +from sensor_msgs.msg import Image +from cv_bridge import CvBridge + +import cv2 +import os +import numpy as np + +class Nodo(object): + def __init__(self): + # Params + self.image = None + self.br = CvBridge() + # Node cycle rate (in Hz). + self.loop_rate = rospy.Rate(1) + + # Publishers + self.pub = rospy.Publisher('imagetimer', Image,queue_size=10) + + # Subscribers + rospy.Subscriber("/camera02/rgb/image_raw",Image,self.callback) + + def callback(self, msg): + rospy.loginfo('Image received...') + self.image = self.br.imgmsg_to_cv2(msg, 'bgr8') + + + def start(self): + rospy.loginfo("Timing images") + #rospy.spin() + while not rospy.is_shutdown(): + rospy.loginfo('publishing image') + + if self.image is not None: + gray = cv2.cvtColor(self.image, cv2.COLOR_BGR2GRAY) + frame = np.asarray(gray) + occurrences = np.count_nonzero(frame == 255) + if occurrences > 5600: + ret, corners = cv2.findChessboardCorners(frame, (7,7), None) + print(corners,ret) + frame1 = cv2.drawChessboardCorners(gray, (7,7), corners,ret) + self.pub.publish(self.br.cv2_to_imgmsg(frame1 , 'mono8')) + self.loop_rate.sleep() + +if __name__ == '__main__': + rospy.init_node("imagetimer111", anonymous=True) + my_node = Nodo() + my_node.start() diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib-msg-extras.cmake b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib-msg-extras.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e62077d52ad8761025dcc03d2e0c8e339be08cb1 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib-msg-extras.cmake @@ -0,0 +1,2 @@ +set(camera_calib_MESSAGE_FILES "") +set(camera_calib_SERVICE_FILES "") diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib-msg-paths.cmake b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib-msg-paths.cmake new file mode 100644 index 0000000000000000000000000000000000000000..17f6844a4b322f3a31ec12e07464c7baf635dc8c --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib-msg-paths.cmake @@ -0,0 +1,4 @@ +# generated from genmsg/cmake/pkg-msg-paths.cmake.installspace.in + +_prepend_path("${camera_calib_DIR}/.." "" camera_calib_MSG_INCLUDE_DIRS UNIQUE) +set(camera_calib_MSG_DEPENDENCIES std_msgs) diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib.pc b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib.pc new file mode 100644 index 0000000000000000000000000000000000000000..ce78f75aca7582377f2f764d717fee4cec4dbe0d --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/install + +Name: camera_calib +Description: Description of camera_calib +Version: 0.0.0 +Cflags: +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calibConfig-version.cmake b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calibConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calibConfig-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/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calibConfig.cmake b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calibConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..bb83d4bce921977f7a13fcac92d45498a2ab6651 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calibConfig.cmake @@ -0,0 +1,223 @@ +# 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(camera_calib_CONFIG_INCLUDED) + return() +endif() +set(camera_calib_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("FALSE" STREQUAL "TRUE") + set(camera_calib_SOURCE_PREFIX /home/job/workspace/virtuallab/src/camera_calib) + set(camera_calib_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(camera_calib_INSTALL_PREFIX "") + set(camera_calib_PREFIX ${camera_calib_DEVEL_PREFIX}) +else() + set(camera_calib_SOURCE_PREFIX "") + set(camera_calib_DEVEL_PREFIX "") + set(camera_calib_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(camera_calib_PREFIX ${camera_calib_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'camera_calib' 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(camera_calib_FOUND_CATKIN_PROJECT TRUE) + +if(NOT " " STREQUAL " ") + set(camera_calib_INCLUDE_DIRS "") + set(_include_dirs "") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT " " STREQUAL " ") + set(_report "Check the website '' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'job ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${camera_calib_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'camera_calib' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'camera_calib' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '\${prefix}/${idir}'. ${_report}") + endif() + _list_append_unique(camera_calib_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND camera_calib_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND camera_calib_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT camera_calib_NUM_DUMMY_TARGETS) + set(camera_calib_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::camera_calib::wrapped-linker-option${camera_calib_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR camera_calib_NUM_DUMMY_TARGETS "${camera_calib_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::camera_calib::wrapped-linker-option${camera_calib_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND camera_calib_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND camera_calib_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND camera_calib_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/job/workspace/virtuallab/install/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(camera_calib_LIBRARY_DIRS ${lib_path}) + list(APPEND camera_calib_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 'camera_calib'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND camera_calib_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(camera_calib_EXPORTED_TARGETS "camera_calib_generate_messages_cpp;camera_calib_generate_messages_eus;camera_calib_generate_messages_lisp;camera_calib_generate_messages_nodejs;camera_calib_generate_messages_py") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${camera_calib_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 camera_calib_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${camera_calib_dep}_FOUND) + find_package(${camera_calib_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${camera_calib_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(camera_calib_INCLUDE_DIRS ${${camera_calib_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(camera_calib_LIBRARIES ${camera_calib_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${camera_calib_dep}_LIBRARIES}) + _list_append_deduplicate(camera_calib_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(camera_calib_LIBRARIES ${camera_calib_LIBRARIES}) + + _list_append_unique(camera_calib_LIBRARY_DIRS ${${camera_calib_dep}_LIBRARY_DIRS}) + list(APPEND camera_calib_EXPORTED_TARGETS ${${camera_calib_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "camera_calib-msg-extras.cmake") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${camera_calib_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/ordered_paths.cmake b/workspace/virtuallab/build/camera_calib/catkin_generated/ordered_paths.cmake new file mode 100644 index 0000000000000000000000000000000000000000..88ba1d8af01839a303cdb6a7d83aacc7be67e6ab --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/ordered_paths.cmake @@ -0,0 +1 @@ +set(ORDERED_PATHS "/opt/ros/melodic/lib") \ No newline at end of file diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/package.cmake b/workspace/virtuallab/build/camera_calib/catkin_generated/package.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e109b6ece0cf0b70739621b33903fa32e6b3d617 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/package.cmake @@ -0,0 +1,16 @@ +set(_CATKIN_CURRENT_PACKAGE "camera_calib") +set(camera_calib_VERSION "0.0.0") +set(camera_calib_MAINTAINER "job ") +set(camera_calib_PACKAGE_FORMAT "2") +set(camera_calib_BUILD_DEPENDS "message_generation" "roscpp" "rospy" "std_msgs") +set(camera_calib_BUILD_EXPORT_DEPENDS "roscpp" "rospy" "std_msgs") +set(camera_calib_BUILDTOOL_DEPENDS "catkin") +set(camera_calib_BUILDTOOL_EXPORT_DEPENDS ) +set(camera_calib_EXEC_DEPENDS "roscpp" "rospy" "std_msgs") +set(camera_calib_RUN_DEPENDS "roscpp" "rospy" "std_msgs") +set(camera_calib_TEST_DEPENDS ) +set(camera_calib_DOC_DEPENDS ) +set(camera_calib_URL_WEBSITE "") +set(camera_calib_URL_BUGTRACKER "") +set(camera_calib_URL_REPOSITORY "") +set(camera_calib_DEPRECATED "") \ No newline at end of file diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/pkg.develspace.context.pc.py b/workspace/virtuallab/build/camera_calib/catkin_generated/pkg.develspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..abaa0ca7db102d43a61a9d43d771c34bd090f96d --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/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 = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "camera_calib" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/devel" +PROJECT_VERSION = "0.0.0" diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/pkg.installspace.context.pc.py b/workspace/virtuallab/build/camera_calib/catkin_generated/pkg.installspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..0ca5706bb1a8d398dd2786ea6cbd5e6348ffe3cb --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/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 = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "camera_calib" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/install" +PROJECT_VERSION = "0.0.0" diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/cam_calib.py.stamp b/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/cam_calib.py.stamp new file mode 100755 index 0000000000000000000000000000000000000000..96cfe45c5c079f0642984408e04d1be0ea632543 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/cam_calib.py.stamp @@ -0,0 +1,51 @@ +#!/usr/bin/env python2 + + +import rospy +from sensor_msgs.msg import Image +from cv_bridge import CvBridge + +import cv2 +import os +import numpy as np + +class Nodo(object): + def __init__(self): + # Params + self.image = None + self.br = CvBridge() + # Node cycle rate (in Hz). + self.loop_rate = rospy.Rate(1) + + # Publishers + self.pub = rospy.Publisher('imagetimer', Image,queue_size=10) + + # Subscribers + rospy.Subscriber("/camera02/rgb/image_raw",Image,self.callback) + + def callback(self, msg): + rospy.loginfo('Image received...') + self.image = self.br.imgmsg_to_cv2(msg, 'bgr8') + + + def start(self): + rospy.loginfo("Timing images") + #rospy.spin() + while not rospy.is_shutdown(): + rospy.loginfo('publishing image') + + if self.image is not None: + gray = cv2.cvtColor(self.image, cv2.COLOR_BGR2GRAY) + frame = np.asarray(gray) + occurrences = np.count_nonzero(frame == 255) + if occurrences > 5600: + ret, corners = cv2.findChessboardCorners(frame, (7,7), None) + print(corners,ret) + frame1 = cv2.drawChessboardCorners(gray, (7,7), corners,ret) + self.pub.publish(self.br.cv2_to_imgmsg(frame1 , 'mono8')) + self.loop_rate.sleep() + +if __name__ == '__main__': + rospy.init_node("imagetimer111", anonymous=True) + my_node = Nodo() + my_node.start() diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/package.xml.stamp b/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/package.xml.stamp new file mode 100644 index 0000000000000000000000000000000000000000..ec26c5935ee3663440949858dbff08bcb99dde55 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/package.xml.stamp @@ -0,0 +1,69 @@ + + + camera_calib + 0.0.0 + The camera_calib package + + + + + job + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + message_generation + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + + + + + + + + diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/pkg-genmsg.cmake.em.stamp b/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/pkg-genmsg.cmake.em.stamp new file mode 100644 index 0000000000000000000000000000000000000000..f02628ffbd7abc1e9b5c22d15f6d61e8bb930b42 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/pkg-genmsg.cmake.em.stamp @@ -0,0 +1,166 @@ +# generated from genmsg/cmake/pkg-genmsg.cmake.em + +@{ +import os +import sys + +import genmsg +import genmsg.base +genmsg.base.log_verbose('GENMSG_VERBOSE' in os.environ) +import genmsg.deps +import genmsg.gentools + +# split incoming variables +messages = messages_str.split(';') if messages_str != '' else [] +services = services_str.split(';') if services_str != '' else [] +dependencies = dependencies_str.split(';') if dependencies_str != '' else [] +dep_search_paths = dep_include_paths_str.split(';') if dep_include_paths_str != '' else [] + +dep_search_paths_dict = {} +dep_search_paths_tuple_list = [] +is_even = True +for val in dep_search_paths: + if is_even: + dep_search_paths_dict.setdefault(val, []) + val_prev = val + is_even = False + else: + dep_search_paths_dict[val_prev].append(val) + dep_search_paths_tuple_list.append((val_prev, val)) + is_even = True +dep_search_paths = dep_search_paths_dict + +if not messages and not services: + print('message(WARNING "Invoking generate_messages() without having added any message or service file before.\nYou should either add add_message_files() and/or add_service_files() calls or remove the invocation of generate_messages().")') + +msg_deps = {} +msg_dep_types = {} +for m in messages: + try: + _deps = genmsg.deps.find_msg_dependencies_with_type(pkg_name, m, dep_search_paths) + msg_deps[m] = [d[1] for d in _deps] + msg_dep_types[m] = [d[0] for d in _deps] + except genmsg.MsgNotFound as e: + print('message(FATAL_ERROR "Could not find messages which \'%s\' depends on. Did you forget to specify generate_messages(DEPENDENCIES ...)?\n%s")' % (m, str(e).replace('"', '\\"'))) + +srv_deps = {} +srv_dep_types = {} +for s in services: + try: + _deps = genmsg.deps.find_srv_dependencies_with_type(pkg_name, s, dep_search_paths) + srv_deps[s] = [d[1] for d in _deps] + srv_dep_types[s] = [d[0] for d in _deps] + except genmsg.MsgNotFound as e: + print('message(FATAL_ERROR "Could not find messages which \'%s\' depends on. Did you forget to specify generate_messages(DEPENDENCIES ...)?\n%s")' % (s, str(e).replace('"', '\\"'))) + +}@ +message(STATUS "@(pkg_name): @(len(messages)) messages, @(len(services)) services") + +set(MSG_I_FLAGS "@(';'.join(["-I%s:%s" % (dep, dir) for dep, dir in dep_search_paths_tuple_list]))") + +# Find all generators +@[if langs]@ +@[for l in langs.split(';')]@ +find_package(@l REQUIRED) +@[end for]@ +@[end if]@ + +add_custom_target(@(pkg_name)_generate_messages ALL) + +# verify that message/service dependencies have not changed since configure +@{all_deps = dict(list(msg_deps.items()) + list(srv_deps.items()))} +@{all_dep_types = dict(list(msg_dep_types.items()) + list(srv_dep_types.items()))} +@[for f in all_deps.keys()]@ +@{dep_types = ':'.join(all_dep_types[f]).replace('\\','/')} +get_filename_component(_filename "@(f)" NAME_WE) +add_custom_target(_@(pkg_name)_generate_messages_check_deps_${_filename} + COMMAND ${CATKIN_ENV} ${PYTHON_EXECUTABLE} ${GENMSG_CHECK_DEPS_SCRIPT} "@(pkg_name)" "@(f)" "@(dep_types)" +) +@[end for]@# messages and services + +# +# langs = @langs +# + +@[if langs]@ +@[for l in langs.split(';')]@ +### Section generating for lang: @l +### Generating Messages +@[for m in msg_deps.keys()]@ +_generate_msg_@(l[3:])(@pkg_name + "@m" + "${MSG_I_FLAGS}" + "@(';'.join(msg_deps[m]).replace("\\","/"))" + ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name +) +@[end for]@# messages + +### Generating Services +@[for s in srv_deps.keys()]@ +_generate_srv_@(l[3:])(@pkg_name + "@s" + "${MSG_I_FLAGS}" + "@(';'.join(srv_deps[s]).replace("\\","/"))" + ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name +) +@[end for]@# services + +### Generating Module File +_generate_module_@(l[3:])(@pkg_name + ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name + "${ALL_GEN_OUTPUT_FILES_@(l[3:])}" +) + +add_custom_target(@(pkg_name)_generate_messages_@(l[3:]) + DEPENDS ${ALL_GEN_OUTPUT_FILES_@(l[3:])} +) +add_dependencies(@(pkg_name)_generate_messages @(pkg_name)_generate_messages_@(l[3:])) + +# add dependencies to all check dependencies targets +@[for f in all_deps.keys()]@ +get_filename_component(_filename "@(f)" NAME_WE) +add_dependencies(@(pkg_name)_generate_messages_@(l[3:]) _@(pkg_name)_generate_messages_check_deps_${_filename}) +@[end for]@# messages and services + +# target for backward compatibility +add_custom_target(@(pkg_name)_@(l)) +add_dependencies(@(pkg_name)_@(l) @(pkg_name)_generate_messages_@(l[3:])) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS @(pkg_name)_generate_messages_@(l[3:])) + +@[end for]@# langs +@[end if]@ + +@[if langs]@ +@[for l in langs.split(';')]@ + +if(@(l)_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name) +@[if l == 'genpy']@ + install(CODE "execute_process(COMMAND \"@(PYTHON_EXECUTABLE)\" -m compileall \"${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name\")") +@[end if]@ + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name + DESTINATION ${@(l)_INSTALL_DIR} +@[if l == 'genpy' and package_has_static_sources]@ + # skip all init files + PATTERN "__init__.py" EXCLUDE + PATTERN "__init__.pyc" EXCLUDE + ) + # install init files which are not in the root folder of the generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name + DESTINATION ${@(l)_INSTALL_DIR} + FILES_MATCHING + REGEX "${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@(pkg_name)/.+/__init__.pyc?$" +@[end if]@ + ) +endif() +@[for d in dependencies]@ +if(TARGET @(d)_generate_messages_@(l[3:])) + add_dependencies(@(pkg_name)_generate_messages_@(l[3:]) @(d)_generate_messages_@(l[3:])) +endif() +@[end for]@# dependencies +@[end for]@# langs +@[end if]@ diff --git a/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/pkg.pc.em.stamp b/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/pkg.pc.em.stamp new file mode 100644 index 0000000000000000000000000000000000000000..549fb75ce8000c875c316f444238bd1f28dc88c8 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/catkin_generated/stamps/camera_calib/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${prefix}/lib @(' '.join(PKG_CONFIG_LIBRARIES_WITH_PREFIX)) +Requires: @(PROJECT_CATKIN_DEPENDS) diff --git a/workspace/virtuallab/build/camera_calib/cmake/camera_calib-genmsg-context.py b/workspace/virtuallab/build/camera_calib/cmake/camera_calib-genmsg-context.py new file mode 100644 index 0000000000000000000000000000000000000000..10e26dc761626023d9334a3cdbdbdaad7b21c41f --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/cmake/camera_calib-genmsg-context.py @@ -0,0 +1,11 @@ +# generated from genmsg/cmake/pkg-genmsg.context.in + +messages_str = "" +services_str = "" +pkg_name = "camera_calib" +dependencies_str = "std_msgs" +langs = "gencpp;geneus;genlisp;gennodejs;genpy" +dep_include_paths_str = "std_msgs;/opt/ros/melodic/share/std_msgs/cmake/../msg" +PYTHON_EXECUTABLE = "/usr/bin/python2" +package_has_static_sources = '' == 'TRUE' +genmsg_check_deps_script = "/opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py" diff --git a/workspace/virtuallab/build/camera_calib/cmake/camera_calib-genmsg.cmake b/workspace/virtuallab/build/camera_calib/cmake/camera_calib-genmsg.cmake new file mode 100644 index 0000000000000000000000000000000000000000..9cff6d21312e7027da7afe32b04740d1a9789221 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/cmake/camera_calib-genmsg.cmake @@ -0,0 +1,207 @@ +# generated from genmsg/cmake/pkg-genmsg.cmake.em + +message(WARNING "Invoking generate_messages() without having added any message or service file before. +You should either add add_message_files() and/or add_service_files() calls or remove the invocation of generate_messages().") +message(STATUS "camera_calib: 0 messages, 0 services") + +set(MSG_I_FLAGS "-Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg") + +# Find all generators +find_package(gencpp REQUIRED) +find_package(geneus REQUIRED) +find_package(genlisp REQUIRED) +find_package(gennodejs REQUIRED) +find_package(genpy REQUIRED) + +add_custom_target(camera_calib_generate_messages ALL) + +# verify that message/service dependencies have not changed since configure + + + +# +# langs = gencpp;geneus;genlisp;gennodejs;genpy +# + +### Section generating for lang: gencpp +### Generating Messages + +### Generating Services + +### Generating Module File +_generate_module_cpp(camera_calib + ${CATKIN_DEVEL_PREFIX}/${gencpp_INSTALL_DIR}/camera_calib + "${ALL_GEN_OUTPUT_FILES_cpp}" +) + +add_custom_target(camera_calib_generate_messages_cpp + DEPENDS ${ALL_GEN_OUTPUT_FILES_cpp} +) +add_dependencies(camera_calib_generate_messages camera_calib_generate_messages_cpp) + +# add dependencies to all check dependencies targets + +# target for backward compatibility +add_custom_target(camera_calib_gencpp) +add_dependencies(camera_calib_gencpp camera_calib_generate_messages_cpp) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS camera_calib_generate_messages_cpp) + +### Section generating for lang: geneus +### Generating Messages + +### Generating Services + +### Generating Module File +_generate_module_eus(camera_calib + ${CATKIN_DEVEL_PREFIX}/${geneus_INSTALL_DIR}/camera_calib + "${ALL_GEN_OUTPUT_FILES_eus}" +) + +add_custom_target(camera_calib_generate_messages_eus + DEPENDS ${ALL_GEN_OUTPUT_FILES_eus} +) +add_dependencies(camera_calib_generate_messages camera_calib_generate_messages_eus) + +# add dependencies to all check dependencies targets + +# target for backward compatibility +add_custom_target(camera_calib_geneus) +add_dependencies(camera_calib_geneus camera_calib_generate_messages_eus) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS camera_calib_generate_messages_eus) + +### Section generating for lang: genlisp +### Generating Messages + +### Generating Services + +### Generating Module File +_generate_module_lisp(camera_calib + ${CATKIN_DEVEL_PREFIX}/${genlisp_INSTALL_DIR}/camera_calib + "${ALL_GEN_OUTPUT_FILES_lisp}" +) + +add_custom_target(camera_calib_generate_messages_lisp + DEPENDS ${ALL_GEN_OUTPUT_FILES_lisp} +) +add_dependencies(camera_calib_generate_messages camera_calib_generate_messages_lisp) + +# add dependencies to all check dependencies targets + +# target for backward compatibility +add_custom_target(camera_calib_genlisp) +add_dependencies(camera_calib_genlisp camera_calib_generate_messages_lisp) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS camera_calib_generate_messages_lisp) + +### Section generating for lang: gennodejs +### Generating Messages + +### Generating Services + +### Generating Module File +_generate_module_nodejs(camera_calib + ${CATKIN_DEVEL_PREFIX}/${gennodejs_INSTALL_DIR}/camera_calib + "${ALL_GEN_OUTPUT_FILES_nodejs}" +) + +add_custom_target(camera_calib_generate_messages_nodejs + DEPENDS ${ALL_GEN_OUTPUT_FILES_nodejs} +) +add_dependencies(camera_calib_generate_messages camera_calib_generate_messages_nodejs) + +# add dependencies to all check dependencies targets + +# target for backward compatibility +add_custom_target(camera_calib_gennodejs) +add_dependencies(camera_calib_gennodejs camera_calib_generate_messages_nodejs) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS camera_calib_generate_messages_nodejs) + +### Section generating for lang: genpy +### Generating Messages + +### Generating Services + +### Generating Module File +_generate_module_py(camera_calib + ${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/camera_calib + "${ALL_GEN_OUTPUT_FILES_py}" +) + +add_custom_target(camera_calib_generate_messages_py + DEPENDS ${ALL_GEN_OUTPUT_FILES_py} +) +add_dependencies(camera_calib_generate_messages camera_calib_generate_messages_py) + +# add dependencies to all check dependencies targets + +# target for backward compatibility +add_custom_target(camera_calib_genpy) +add_dependencies(camera_calib_genpy camera_calib_generate_messages_py) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS camera_calib_generate_messages_py) + + + +if(gencpp_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${gencpp_INSTALL_DIR}/camera_calib) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${gencpp_INSTALL_DIR}/camera_calib + DESTINATION ${gencpp_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_cpp) + add_dependencies(camera_calib_generate_messages_cpp std_msgs_generate_messages_cpp) +endif() + +if(geneus_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${geneus_INSTALL_DIR}/camera_calib) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${geneus_INSTALL_DIR}/camera_calib + DESTINATION ${geneus_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_eus) + add_dependencies(camera_calib_generate_messages_eus std_msgs_generate_messages_eus) +endif() + +if(genlisp_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${genlisp_INSTALL_DIR}/camera_calib) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${genlisp_INSTALL_DIR}/camera_calib + DESTINATION ${genlisp_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_lisp) + add_dependencies(camera_calib_generate_messages_lisp std_msgs_generate_messages_lisp) +endif() + +if(gennodejs_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${gennodejs_INSTALL_DIR}/camera_calib) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${gennodejs_INSTALL_DIR}/camera_calib + DESTINATION ${gennodejs_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_nodejs) + add_dependencies(camera_calib_generate_messages_nodejs std_msgs_generate_messages_nodejs) +endif() + +if(genpy_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/camera_calib) + install(CODE "execute_process(COMMAND \"/usr/bin/python2\" -m compileall \"${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/camera_calib\")") + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/camera_calib + DESTINATION ${genpy_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_py) + add_dependencies(camera_calib_generate_messages_py std_msgs_generate_messages_py) +endif() diff --git a/workspace/virtuallab/build/camera_calib/cmake_install.cmake b/workspace/virtuallab/build/camera_calib/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..9e12dd82db99b35787a32968873dad0602e6ef91 --- /dev/null +++ b/workspace/virtuallab/build/camera_calib/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/job/workspace/virtuallab/src/camera_calib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/job/workspace/virtuallab/install") +endif() +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() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/camera_calib/cmake" TYPE FILE FILES "/home/job/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib-msg-paths.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/roseus/ros" TYPE DIRECTORY FILES "/home/job/workspace/virtuallab/devel/share/roseus/ros/camera_calib") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + execute_process(COMMAND "/usr/bin/python2" -m compileall "/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/camera_calib") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python2.7/dist-packages" TYPE DIRECTORY FILES "/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/camera_calib") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/job/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib.pc") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/camera_calib/cmake" TYPE FILE FILES "/home/job/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calib-msg-extras.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/camera_calib/cmake" TYPE FILE FILES + "/home/job/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calibConfig.cmake" + "/home/job/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/camera_calibConfig-version.cmake" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/camera_calib" TYPE FILE FILES "/home/job/workspace/virtuallab/src/camera_calib/package.xml") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/camera_calib" TYPE PROGRAM FILES "/home/job/workspace/virtuallab/build/camera_calib/catkin_generated/installspace/cam_calib.py") +endif() + diff --git a/workspace/virtuallab/build/catkin/catkin_generated/version/package.cmake b/workspace/virtuallab/build/catkin/catkin_generated/version/package.cmake new file mode 100644 index 0000000000000000000000000000000000000000..b3278c89999e80a9b9a95870f6a5aa949c19f089 --- /dev/null +++ b/workspace/virtuallab/build/catkin/catkin_generated/version/package.cmake @@ -0,0 +1,24 @@ +set(_CATKIN_CURRENT_PACKAGE "catkin") +set(catkin_VERSION "0.7.28") +set(catkin_MAINTAINER "Dirk Thomas ") +set(catkin_PACKAGE_FORMAT "3") +set(catkin_BUILD_DEPENDS "python-argparse" "python-catkin-pkg" "python3-catkin-pkg" "python-empy" "python3-empy") +set(catkin_BUILD_DEPENDS_python-catkin-pkg_VERSION_GT "0.4.3") +set(catkin_BUILD_DEPENDS_python3-catkin-pkg_VERSION_GT "0.4.3") +set(catkin_BUILD_EXPORT_DEPENDS "google-mock" "gtest" "python-nose" "python3-nose" "python-argparse" "python-catkin-pkg" "python3-catkin-pkg" "python-empy" "python3-empy") +set(catkin_BUILD_EXPORT_DEPENDS_python-catkin-pkg_VERSION_GT "0.4.3") +set(catkin_BUILD_EXPORT_DEPENDS_python3-catkin-pkg_VERSION_GT "0.4.3") +set(catkin_BUILDTOOL_DEPENDS "cmake" "python-setuptools" "python3-setuptools") +set(catkin_BUILDTOOL_EXPORT_DEPENDS "cmake" "python3-setuptools") +set(catkin_EXEC_DEPENDS "python-argparse" "python-catkin-pkg" "python3-catkin-pkg" "python-empy" "python3-empy") +set(catkin_EXEC_DEPENDS_python-catkin-pkg_VERSION_GT "0.4.3") +set(catkin_EXEC_DEPENDS_python3-catkin-pkg_VERSION_GT "0.4.3") +set(catkin_RUN_DEPENDS "python-argparse" "python-catkin-pkg" "python3-catkin-pkg" "python-empy" "python3-empy" "google-mock" "gtest" "python-nose" "python3-nose") +set(catkin_RUN_DEPENDS_python-catkin-pkg_VERSION_GT "0.4.3") +set(catkin_RUN_DEPENDS_python3-catkin-pkg_VERSION_GT "0.4.3") +set(catkin_TEST_DEPENDS "python-mock" "python3-mock" "python-nose" "python3-nose") +set(catkin_DOC_DEPENDS ) +set(catkin_URL_WEBSITE "http://wiki.ros.org/catkin") +set(catkin_URL_BUGTRACKER "https://github.com/ros/catkin/issues") +set(catkin_URL_REPOSITORY "https://github.com/ros/catkin") +set(catkin_DEPRECATED "") \ No newline at end of file diff --git a/workspace/virtuallab/build/catkin_generated/env_cached.sh b/workspace/virtuallab/build/catkin_generated/env_cached.sh new file mode 100755 index 0000000000000000000000000000000000000000..d6be91db5c97c428f17b165713d3f9a077c78786 --- /dev/null +++ b/workspace/virtuallab/build/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/workspace/virtuallab/build/catkin_generated/generate_cached_setup.py b/workspace/virtuallab/build/catkin_generated/generate_cached_setup.py new file mode 100644 index 0000000000000000000000000000000000000000..87bb30442150777bdaf5935e7502e1bd166f6a40 --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/generate_cached_setup.py @@ -0,0 +1,30 @@ +# -*- coding: utf-8 -*- +from __future__ import print_function + +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/ros/melodic/share/catkin/cmake', 'catkinConfig.cmake.in')): + sys.path.insert(0, os.path.join('/opt/ros/melodic/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 '/home/job/workspace/virtuallab/devel;/opt/ros/melodic'.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/job/workspace/virtuallab/devel/env.sh') + +output_filename = '/home/job/workspace/virtuallab/build/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/workspace/virtuallab/build/catkin_generated/installspace/.rosinstall b/workspace/virtuallab/build/catkin_generated/installspace/.rosinstall new file mode 100644 index 0000000000000000000000000000000000000000..cc2b53e9d3559ae48de16cd262c974a07d86c525 --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/installspace/.rosinstall @@ -0,0 +1,2 @@ +- setup-file: + local-name: /home/job/workspace/virtuallab/install/setup.sh diff --git a/workspace/virtuallab/build/catkin_generated/installspace/_setup_util.py b/workspace/virtuallab/build/catkin_generated/installspace/_setup_util.py new file mode 100755 index 0000000000000000000000000000000000000000..b11724593a69e2177742150166e02062e7b38a56 --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/installspace/_setup_util.py @@ -0,0 +1,304 @@ +#!/usr/bin/python2 +# -*- 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') + +PATH_TO_ADD_SUFFIX = ['bin'] +if IS_WINDOWS: + # while catkin recommends putting dll's into bin, 3rd party packages often put dll's into lib + # since Windows finds dll's via the PATH variable, prepend it with path to lib + PATH_TO_ADD_SUFFIX.extend([['lib', os.path.join('lib', 'x86_64-linux-gnu')]]) + +# subfolder of workspace prepended to CMAKE_PREFIX_PATH +ENV_VAR_SUBFOLDERS = { + 'CMAKE_PREFIX_PATH': '', + 'LD_LIBRARY_PATH' if not IS_DARWIN else 'DYLD_LIBRARY_PATH': ['lib', os.path.join('lib', 'x86_64-linux-gnu')], + 'PATH': PATH_TO_ADD_SUFFIX, + '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] + value = _rollback_env_variable(unmodified_environ, key, subfolders) + 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, subfolders): + """ + For each catkin workspace in CMAKE_PREFIX_PATH remove the first entry from env[NAME] matching workspace + subfolder. + + :param subfolders: list of 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 + for subfolder in subfolders: + 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) + # skip nonexistent paths + if not os.path.exists(path_tmp): + continue + # 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') + parser.add_argument('--local', action='store_true', help='Only consider this prefix path and ignore other prefix path in the environment') + 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) + + if not args.local: + # environment at generation time + CMAKE_PREFIX_PATH = '/home/job/workspace/virtuallab/devel;/opt/ros/melodic'.split(';') + else: + # don't consider any other prefix path than this one + CMAKE_PREFIX_PATH = [] + # prepend current workspace if not already part of CPP + base_path = os.path.dirname(__file__) + # CMAKE_PREFIX_PATH uses forward slash on all platforms, but __file__ is platform dependent + # base_path on Windows contains backward slashes, need to be converted to forward slashes before comparison + if os.path.sep != '/': + base_path = base_path.replace(os.path.sep, '/') + + 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 potential "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/workspace/virtuallab/build/catkin_generated/installspace/env.sh b/workspace/virtuallab/build/catkin_generated/installspace/env.sh new file mode 100755 index 0000000000000000000000000000000000000000..8aa9d244ae9475039027a5f25a8d41a46174cddf --- /dev/null +++ b/workspace/virtuallab/build/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/workspace/virtuallab/build/catkin_generated/installspace/local_setup.bash b/workspace/virtuallab/build/catkin_generated/installspace/local_setup.bash new file mode 100644 index 0000000000000000000000000000000000000000..7da0d973d481c97d4aba63ab3a070fdc192dc3f8 --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/installspace/local_setup.bash @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +# generated from catkin/cmake/templates/local_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" --extend --local diff --git a/workspace/virtuallab/build/catkin_generated/installspace/local_setup.sh b/workspace/virtuallab/build/catkin_generated/installspace/local_setup.sh new file mode 100644 index 0000000000000000000000000000000000000000..f2181259322f65ea625e0b7e03d661eac856de04 --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/installspace/local_setup.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# generated from catkin/cmake/template/local_setup.sh.in + +# 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/job/workspace/virtuallab/install} +CATKIN_SETUP_UTIL_ARGS="--extend --local" +. "$_CATKIN_SETUP_DIR/setup.sh" +unset CATKIN_SETUP_UTIL_ARGS diff --git a/workspace/virtuallab/build/catkin_generated/installspace/local_setup.zsh b/workspace/virtuallab/build/catkin_generated/installspace/local_setup.zsh new file mode 100644 index 0000000000000000000000000000000000000000..e692accfd3341ef2f575dec1c83d843bd786107f --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/installspace/local_setup.zsh @@ -0,0 +1,8 @@ +#!/usr/bin/env zsh +# generated from catkin/cmake/templates/local_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" --extend --local' diff --git a/workspace/virtuallab/build/catkin_generated/installspace/setup.bash b/workspace/virtuallab/build/catkin_generated/installspace/setup.bash new file mode 100644 index 0000000000000000000000000000000000000000..ff47af8f30bcc54efd5892530c84c4159250d4a3 --- /dev/null +++ b/workspace/virtuallab/build/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/workspace/virtuallab/build/catkin_generated/installspace/setup.sh b/workspace/virtuallab/build/catkin_generated/installspace/setup.sh new file mode 100644 index 0000000000000000000000000000000000000000..1ce9c7d48fc22aef0e80c958cc589d744d269435 --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/installspace/setup.sh @@ -0,0 +1,96 @@ +#!/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 +# --local: only considers this workspace but not the chained ones +# In plain sh shell which doesn't support arguments for sourced scripts you can +# set the environment variable `CATKIN_SETUP_UTIL_ARGS=--extend/--local` instead. + +# 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/job/workspace/virtuallab/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 +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" $@ ${CATKIN_SETUP_UTIL_ARGS:-} >> "$_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/workspace/virtuallab/build/catkin_generated/installspace/setup.zsh b/workspace/virtuallab/build/catkin_generated/installspace/setup.zsh new file mode 100644 index 0000000000000000000000000000000000000000..9f780b741031d8037b90514441a80f9fed39d02b --- /dev/null +++ b/workspace/virtuallab/build/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/workspace/virtuallab/build/catkin_generated/order_packages.cmake b/workspace/virtuallab/build/catkin_generated/order_packages.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1374ca76fa4934dc1e66d041694ae5acaa885217 --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/order_packages.cmake @@ -0,0 +1,34 @@ +# generated from catkin/cmake/em/order_packages.cmake.em + +set(CATKIN_ORDERED_PACKAGES "") +set(CATKIN_ORDERED_PACKAGE_PATHS "") +set(CATKIN_ORDERED_PACKAGES_IS_META "") +set(CATKIN_ORDERED_PACKAGES_BUILD_TYPE "") +list(APPEND CATKIN_ORDERED_PACKAGES "teleop_twist_keyboard") +list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "teleop_twist_keyboard") +list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False") +list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin") +list(APPEND CATKIN_ORDERED_PACKAGES "virtual_lab") +list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "virtual_lab") +list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False") +list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin") +list(APPEND CATKIN_ORDERED_PACKAGES "camera_calib") +list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "camera_calib") +list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False") +list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin") +list(APPEND CATKIN_ORDERED_PACKAGES "co_robot_drive") +list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "co_robot_drive") +list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False") +list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin") +list(APPEND CATKIN_ORDERED_PACKAGES "image_process") +list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "image_process") +list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False") +list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin") +list(APPEND CATKIN_ORDERED_PACKAGES "robot_classifier") +list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "robot_classifier") +list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False") +list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin") + +set(CATKIN_MESSAGE_GENERATORS ) + +set(CATKIN_METAPACKAGE_CMAKE_TEMPLATE "/home/job/.local/lib/python2.7/site-packages/catkin_pkg/templates/metapackage.cmake.in") diff --git a/workspace/virtuallab/build/catkin_generated/order_packages.py b/workspace/virtuallab/build/catkin_generated/order_packages.py new file mode 100644 index 0000000000000000000000000000000000000000..ed265ea28bf661b2c75f205034058b14672fb5c4 --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/order_packages.py @@ -0,0 +1,5 @@ +# generated from catkin/cmake/template/order_packages.context.py.in +source_root_dir = '/home/job/workspace/virtuallab/src' +whitelisted_packages = ''.split(';') if '' != '' else [] +blacklisted_packages = ''.split(';') if '' != '' else [] +underlay_workspaces = '/home/job/workspace/virtuallab/devel;/opt/ros/melodic'.split(';') if '/home/job/workspace/virtuallab/devel;/opt/ros/melodic' != '' else [] diff --git a/workspace/virtuallab/build/catkin_generated/setup_cached.sh b/workspace/virtuallab/build/catkin_generated/setup_cached.sh new file mode 100755 index 0000000000000000000000000000000000000000..dbb4f2d6cb4dd25f367c3e3555a4d71a5d6a29ab --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/setup_cached.sh @@ -0,0 +1,10 @@ +#!/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 PWD='/home/job/workspace/virtuallab/build' \ No newline at end of file diff --git a/workspace/virtuallab/build/catkin_generated/stamps/Project/_setup_util.py.stamp b/workspace/virtuallab/build/catkin_generated/stamps/Project/_setup_util.py.stamp new file mode 100755 index 0000000000000000000000000000000000000000..b11724593a69e2177742150166e02062e7b38a56 --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/stamps/Project/_setup_util.py.stamp @@ -0,0 +1,304 @@ +#!/usr/bin/python2 +# -*- 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') + +PATH_TO_ADD_SUFFIX = ['bin'] +if IS_WINDOWS: + # while catkin recommends putting dll's into bin, 3rd party packages often put dll's into lib + # since Windows finds dll's via the PATH variable, prepend it with path to lib + PATH_TO_ADD_SUFFIX.extend([['lib', os.path.join('lib', 'x86_64-linux-gnu')]]) + +# subfolder of workspace prepended to CMAKE_PREFIX_PATH +ENV_VAR_SUBFOLDERS = { + 'CMAKE_PREFIX_PATH': '', + 'LD_LIBRARY_PATH' if not IS_DARWIN else 'DYLD_LIBRARY_PATH': ['lib', os.path.join('lib', 'x86_64-linux-gnu')], + 'PATH': PATH_TO_ADD_SUFFIX, + '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] + value = _rollback_env_variable(unmodified_environ, key, subfolders) + 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, subfolders): + """ + For each catkin workspace in CMAKE_PREFIX_PATH remove the first entry from env[NAME] matching workspace + subfolder. + + :param subfolders: list of 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 + for subfolder in subfolders: + 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) + # skip nonexistent paths + if not os.path.exists(path_tmp): + continue + # 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') + parser.add_argument('--local', action='store_true', help='Only consider this prefix path and ignore other prefix path in the environment') + 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) + + if not args.local: + # environment at generation time + CMAKE_PREFIX_PATH = '/home/job/workspace/virtuallab/devel;/opt/ros/melodic'.split(';') + else: + # don't consider any other prefix path than this one + CMAKE_PREFIX_PATH = [] + # prepend current workspace if not already part of CPP + base_path = os.path.dirname(__file__) + # CMAKE_PREFIX_PATH uses forward slash on all platforms, but __file__ is platform dependent + # base_path on Windows contains backward slashes, need to be converted to forward slashes before comparison + if os.path.sep != '/': + base_path = base_path.replace(os.path.sep, '/') + + 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 potential "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/workspace/virtuallab/build/catkin_generated/stamps/Project/interrogate_setup_dot_py.py.stamp b/workspace/virtuallab/build/catkin_generated/stamps/Project/interrogate_setup_dot_py.py.stamp new file mode 100644 index 0000000000000000000000000000000000000000..5e25fbf8a722c2eec099e7f19f8a67c184b33d4a --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/stamps/Project/interrogate_setup_dot_py.py.stamp @@ -0,0 +1,255 @@ +# 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 runpy +import sys +from argparse import ArgumentParser + +setup_modules = [] + +try: + import distutils.core + setup_modules.append(distutils.core) +except ImportError: + pass + +try: + import setuptools + setup_modules.append(setuptools) +except ImportError: + pass + +assert setup_modules, 'Must have distutils or setuptools installed' + + +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, setup_module=None): + """ + Generate 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} + :param pkgs: [list of str] python_packages declared in catkin package + :param modules: [list of str] python modules + :param setup_module: str, setuptools or distutils + """ + prefix = '%s_SETUP_PY' % package_name + result = [] + if setup_module: + result.append(r'set(%s_SETUP_MODULE "%s")' % (prefix, setup_module)) + 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(setup_module, package_name, outfile): + """ + Create a function to call instead of distutils.core.setup or setuptools.setup. + + It 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): + """Check kwargs and write 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, + setup_module=setup_module) + 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 + backup_modules = {} + try: + + for module in setup_modules: + backup_modules[id(module)] = module.setup + module.setup = _create_mock_setup_function( + setup_module=module.__name__, package_name=args.package_name, outfile=args.outfile) + + runpy.run_path(args.setupfile_path) + finally: + for module in setup_modules: + module.setup = backup_modules[id(module)] + + +if __name__ == '__main__': + main() diff --git a/workspace/virtuallab/build/catkin_generated/stamps/Project/order_packages.cmake.em.stamp b/workspace/virtuallab/build/catkin_generated/stamps/Project/order_packages.cmake.em.stamp new file mode 100644 index 0000000000000000000000000000000000000000..7ec7539aeb8d283237df74173efb822b3db9a467 --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/stamps/Project/order_packages.cmake.em.stamp @@ -0,0 +1,70 @@ +# generated from catkin/cmake/em/order_packages.cmake.em +@{ +import os +try: + from catkin_pkg.cmake import get_metapackage_cmake_template_path +except ImportError as e: + raise RuntimeError('ImportError: "from catkin_pkg.cmake import get_metapackage_cmake_template_path" failed: %s\nMake sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.' % e) +try: + from catkin_pkg.topological_order import topological_order +except ImportError as e: + raise RuntimeError('ImportError: "from catkin_pkg.topological_order import topological_order" failed: %s\nMake sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.' % e) +try: + from catkin_pkg.package import InvalidPackage +except ImportError as e: + raise RuntimeError('ImportError: "from catkin_pkg.package import InvalidPackage" failed: %s\nMake sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.' % e) +# vars defined in order_packages.context.py.in +try: + ordered_packages = topological_order(os.path.normpath(source_root_dir), whitelisted=whitelisted_packages, blacklisted=blacklisted_packages, underlay_workspaces=underlay_workspaces) +except InvalidPackage as e: + print('message(FATAL_ERROR "%s")' % ('%s' % e).replace('"', '\\"')) + ordered_packages = [] +fatal_error = False +}@ + +set(CATKIN_ORDERED_PACKAGES "") +set(CATKIN_ORDERED_PACKAGE_PATHS "") +set(CATKIN_ORDERED_PACKAGES_IS_META "") +set(CATKIN_ORDERED_PACKAGES_BUILD_TYPE "") +@[for path, package in ordered_packages]@ +@[if path is None]@ +message(FATAL_ERROR "Circular dependency in subset of packages:\n@package") +@{ +fatal_error = True +}@ +@[elif package.name != 'catkin']@ +list(APPEND CATKIN_ORDERED_PACKAGES "@(package.name)") +list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "@(path.replace('\\','/'))") +list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "@(str('metapackage' in [e.tagname for e in package.exports]))") +@{ +package.evaluate_conditions(os.environ) +try: + build_type = package.get_build_type() +except InvalidPackage: + build_type = None +}@ +@[if build_type is None]@ +message(FATAL_ERROR "Only one element is permitted for package '@(package.name)'.") +@{ +fatal_error = True +}@ +@[else]@ +list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "@(package.get_build_type())") +@[end if]@ +@{ +deprecated = [e for e in package.exports if e.tagname == 'deprecated'] +}@ +@[if deprecated]@ +message("WARNING: Package '@(package.name)' is deprecated@(' (%s)' % deprecated[0].content if deprecated[0].content else '')") +@[end if]@ +@[end if]@ +@[end for]@ + +@[if not fatal_error]@ +@{ +message_generators = [package.name for (_, package) in ordered_packages if 'message_generator' in [e.tagname for e in package.exports]] +}@ +set(CATKIN_MESSAGE_GENERATORS @(' '.join(message_generators))) +@[end if]@ + +set(CATKIN_METAPACKAGE_CMAKE_TEMPLATE "@(get_metapackage_cmake_template_path().replace('\\','/'))") diff --git a/workspace/virtuallab/build/catkin_generated/stamps/Project/package.xml.stamp b/workspace/virtuallab/build/catkin_generated/stamps/Project/package.xml.stamp new file mode 100644 index 0000000000000000000000000000000000000000..bfd7934054c76a7c19e41cf4e697b284417f1abb --- /dev/null +++ b/workspace/virtuallab/build/catkin_generated/stamps/Project/package.xml.stamp @@ -0,0 +1,48 @@ + + + + catkin + 0.7.28 + Low-level build system macros and infrastructure for ROS. + Dirk Thomas + BSD + + http://wiki.ros.org/catkin + https://github.com/ros/catkin/issues + https://github.com/ros/catkin + + Troy Straszheim + Morten Kjaergaard + Brian Gerkey + Dirk Thomas + + python-argparse + python-catkin-pkg + python3-catkin-pkg + python-empy + python3-empy + + cmake + python-setuptools + python3-setuptools + + cmake + python3-setuptools + + google-mock + gtest + python-nose + python3-nose + + python-mock + python3-mock + python-nose + python3-nose + + + + + + diff --git a/workspace/virtuallab/build/catkin_make.cache b/workspace/virtuallab/build/catkin_make.cache new file mode 100644 index 0000000000000000000000000000000000000000..e0bc8334e089e2d5ba2a42a27514f38ec24768b4 --- /dev/null +++ b/workspace/virtuallab/build/catkin_make.cache @@ -0,0 +1,2 @@ +camera_calib:co_robot_drive:image_process:robot_classifier:teleop_twist_keyboard:virtual_lab +-DCATKIN_DEVEL_PREFIX=/home/job/workspace/virtuallab/devel -DCMAKE_INSTALL_PREFIX=/home/job/workspace/virtuallab/install -G Unix Makefiles \ No newline at end of file diff --git a/workspace/virtuallab/build/cmake_install.cmake b/workspace/virtuallab/build/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..4f256e0d0fa98406a8c2ed1cc9b10c0704cbe1cd --- /dev/null +++ b/workspace/virtuallab/build/cmake_install.cmake @@ -0,0 +1,152 @@ +# Install script for directory: /home/job/workspace/virtuallab/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/job/workspace/virtuallab/install") +endif() +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() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + + 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() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/home/job/workspace/virtuallab/install/_setup_util.py") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() +file(INSTALL DESTINATION "/home/job/workspace/virtuallab/install" TYPE PROGRAM FILES "/home/job/workspace/virtuallab/build/catkin_generated/installspace/_setup_util.py") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/home/job/workspace/virtuallab/install/env.sh") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() +file(INSTALL DESTINATION "/home/job/workspace/virtuallab/install" TYPE PROGRAM FILES "/home/job/workspace/virtuallab/build/catkin_generated/installspace/env.sh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/home/job/workspace/virtuallab/install/setup.bash;/home/job/workspace/virtuallab/install/local_setup.bash") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() +file(INSTALL DESTINATION "/home/job/workspace/virtuallab/install" TYPE FILE FILES + "/home/job/workspace/virtuallab/build/catkin_generated/installspace/setup.bash" + "/home/job/workspace/virtuallab/build/catkin_generated/installspace/local_setup.bash" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/home/job/workspace/virtuallab/install/setup.sh;/home/job/workspace/virtuallab/install/local_setup.sh") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() +file(INSTALL DESTINATION "/home/job/workspace/virtuallab/install" TYPE FILE FILES + "/home/job/workspace/virtuallab/build/catkin_generated/installspace/setup.sh" + "/home/job/workspace/virtuallab/build/catkin_generated/installspace/local_setup.sh" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/home/job/workspace/virtuallab/install/setup.zsh;/home/job/workspace/virtuallab/install/local_setup.zsh") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() +file(INSTALL DESTINATION "/home/job/workspace/virtuallab/install" TYPE FILE FILES + "/home/job/workspace/virtuallab/build/catkin_generated/installspace/setup.zsh" + "/home/job/workspace/virtuallab/build/catkin_generated/installspace/local_setup.zsh" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/home/job/workspace/virtuallab/install/.rosinstall") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() +file(INSTALL DESTINATION "/home/job/workspace/virtuallab/install" TYPE FILE FILES "/home/job/workspace/virtuallab/build/catkin_generated/installspace/.rosinstall") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/job/workspace/virtuallab/build/gtest/cmake_install.cmake") + include("/home/job/workspace/virtuallab/build/teleop_twist_keyboard/cmake_install.cmake") + include("/home/job/workspace/virtuallab/build/virtual_lab/cmake_install.cmake") + include("/home/job/workspace/virtuallab/build/camera_calib/cmake_install.cmake") + include("/home/job/workspace/virtuallab/build/co_robot_drive/cmake_install.cmake") + include("/home/job/workspace/virtuallab/build/image_process/cmake_install.cmake") + include("/home/job/workspace/virtuallab/build/robot_classifier/cmake_install.cmake") + +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/job/workspace/virtuallab/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/CMakeDirectoryInformation.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..4a474ec0395ccfaae187d64c04cdc6491538ab7a --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/job/workspace/virtuallab/src") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/job/workspace/virtuallab/build") + +# 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/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..5e45460b25bd3a2b6c2e5a3bc06b7376a161b1cd --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build.make @@ -0,0 +1,76 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for _co_robot_drive_generate_messages_check_deps_DriveToTarget. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/progress.make + +co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget: + cd /home/job/workspace/virtuallab/build/co_robot_drive && ../catkin_generated/env_cached.sh /usr/bin/python2 /opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py co_robot_drive /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv + +_co_robot_drive_generate_messages_check_deps_DriveToTarget: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget +_co_robot_drive_generate_messages_check_deps_DriveToTarget: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build.make + +.PHONY : _co_robot_drive_generate_messages_check_deps_DriveToTarget + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build: _co_robot_drive_generate_messages_check_deps_DriveToTarget + +.PHONY : co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build + +co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/clean + +co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1adb25b23f79f2e6db1931d8edb5902251e95ab9 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/depend.internal b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/depend.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..3fc4a294edf3bf524635146ceac9298d572af4bd --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_gencpp. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/progress.make + +co_robot_drive_gencpp: co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build.make + +.PHONY : co_robot_drive_gencpp + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build: co_robot_drive_gencpp + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_gencpp.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..08440a28306158a7b36f0bacfa9e3d55d6a9b573 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_gencpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..a668c2ec5d25fb4cfc93d1353dbbc95c06652dbe --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_generate_messages. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/progress.make + +co_robot_drive_generate_messages: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build.make + +.PHONY : co_robot_drive_generate_messages + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build: co_robot_drive_generate_messages + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_generate_messages.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..c075b093d3aac51a322820f5f691acbcdaa72f67 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_generate_messages.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/depend.internal b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/depend.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..30b0e9b4baf1a3fd39825dae578bed972b1415f4 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build.make @@ -0,0 +1,84 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_generate_messages_cpp. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/progress.make + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp: /home/job/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h + + +/home/job/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h: /opt/ros/melodic/lib/gencpp/gen_cpp.py +/home/job/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h: /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv +/home/job/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h: /opt/ros/melodic/share/gencpp/msg.h.template +/home/job/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h: /opt/ros/melodic/share/gencpp/srv.h.template + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating C++ code from co_robot_drive/DriveToTarget.srv" + cd /home/job/workspace/virtuallab/src/co_robot_drive && /home/job/workspace/virtuallab/build/catkin_generated/env_cached.sh /usr/bin/python2 /opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -p co_robot_drive -o /home/job/workspace/virtuallab/devel/include/co_robot_drive -e /opt/ros/melodic/share/gencpp/cmake/.. + +co_robot_drive_generate_messages_cpp: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp +co_robot_drive_generate_messages_cpp: /home/job/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h +co_robot_drive_generate_messages_cpp: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build.make + +.PHONY : co_robot_drive_generate_messages_cpp + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build: co_robot_drive_generate_messages_cpp + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_generate_messages_cpp.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..0c593cdb546a9754dc7cd42b5a483fccd5445bec --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/co_robot_drive_generate_messages_cpp" + "/home/job/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/depend.internal b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/depend.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b1fa811a650ba0e3298a3c8f5936838377b5bd3 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 4 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..991581f458087ec09873d950c567b3171aedeca6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build.make @@ -0,0 +1,88 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_generate_messages_eus. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/progress.make + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus: /home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/srv/DriveToTarget.l +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus: /home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/manifest.l + + +/home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/srv/DriveToTarget.l: /opt/ros/melodic/lib/geneus/gen_eus.py +/home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/srv/DriveToTarget.l: /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating EusLisp code from co_robot_drive/DriveToTarget.srv" + cd /home/job/workspace/virtuallab/build/co_robot_drive && ../catkin_generated/env_cached.sh /usr/bin/python2 /opt/ros/melodic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -p co_robot_drive -o /home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/srv + +/home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/manifest.l: /opt/ros/melodic/lib/geneus/gen_eus.py + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating EusLisp manifest code for co_robot_drive" + cd /home/job/workspace/virtuallab/build/co_robot_drive && ../catkin_generated/env_cached.sh /usr/bin/python2 /opt/ros/melodic/share/geneus/cmake/../../../lib/geneus/gen_eus.py -m -o /home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive co_robot_drive std_msgs + +co_robot_drive_generate_messages_eus: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus +co_robot_drive_generate_messages_eus: /home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/srv/DriveToTarget.l +co_robot_drive_generate_messages_eus: /home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/manifest.l +co_robot_drive_generate_messages_eus: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build.make + +.PHONY : co_robot_drive_generate_messages_eus + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build: co_robot_drive_generate_messages_eus + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_generate_messages_eus.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..37a91393e0851abb34b2e9add6888d45d9741ad2 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/co_robot_drive_generate_messages_eus" + "/home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/srv/DriveToTarget.l" + "/home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/manifest.l" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_generate_messages_eus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/depend.internal b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/depend.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..3a86673aa7c1868ad77aa16c631effd83be0da02 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 5 +CMAKE_PROGRESS_2 = 6 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..a7e47e7ed4a7c9da1f0529ed60c3ad954fd7d21c --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build.make @@ -0,0 +1,82 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_generate_messages_lisp. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/progress.make + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp: /home/job/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/DriveToTarget.lisp + + +/home/job/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/DriveToTarget.lisp: /opt/ros/melodic/lib/genlisp/gen_lisp.py +/home/job/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/DriveToTarget.lisp: /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating Lisp code from co_robot_drive/DriveToTarget.srv" + cd /home/job/workspace/virtuallab/build/co_robot_drive && ../catkin_generated/env_cached.sh /usr/bin/python2 /opt/ros/melodic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -p co_robot_drive -o /home/job/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv + +co_robot_drive_generate_messages_lisp: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp +co_robot_drive_generate_messages_lisp: /home/job/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/DriveToTarget.lisp +co_robot_drive_generate_messages_lisp: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build.make + +.PHONY : co_robot_drive_generate_messages_lisp + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build: co_robot_drive_generate_messages_lisp + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_generate_messages_lisp.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..794e5a75b1d9149fbf5f9d2a31aba22c3393c4e9 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/co_robot_drive_generate_messages_lisp" + "/home/job/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/DriveToTarget.lisp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/depend.internal b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/depend.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..68e0bc5f45990a61b98e2fc8ed05a2db2c7b2a0a --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 7 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..cd62b496ba0df1c58f4505090b1a4d1c75c76fb0 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build.make @@ -0,0 +1,82 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_generate_messages_nodejs. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/progress.make + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs: /home/job/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/DriveToTarget.js + + +/home/job/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/DriveToTarget.js: /opt/ros/melodic/lib/gennodejs/gen_nodejs.py +/home/job/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/DriveToTarget.js: /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating Javascript code from co_robot_drive/DriveToTarget.srv" + cd /home/job/workspace/virtuallab/build/co_robot_drive && ../catkin_generated/env_cached.sh /usr/bin/python2 /opt/ros/melodic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -p co_robot_drive -o /home/job/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv + +co_robot_drive_generate_messages_nodejs: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs +co_robot_drive_generate_messages_nodejs: /home/job/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/DriveToTarget.js +co_robot_drive_generate_messages_nodejs: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build.make + +.PHONY : co_robot_drive_generate_messages_nodejs + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build: co_robot_drive_generate_messages_nodejs + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e51c2dff8b5dc8cf40ad625e3a6070818ca55c6e --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/co_robot_drive_generate_messages_nodejs" + "/home/job/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/DriveToTarget.js" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/depend.internal b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/depend.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..c561fcaeacea8de47729357775c251ea01b0cfbf --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 8 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..8878719ffa1a3c3991e3aa736fd923bb4adc9bf2 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build.make @@ -0,0 +1,89 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_generate_messages_py. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/progress.make + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py: /home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/_DriveToTarget.py +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py: /home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/__init__.py + + +/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/_DriveToTarget.py: /opt/ros/melodic/lib/genpy/gensrv_py.py +/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/_DriveToTarget.py: /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating Python code from SRV co_robot_drive/DriveToTarget" + cd /home/job/workspace/virtuallab/build/co_robot_drive && ../catkin_generated/env_cached.sh /usr/bin/python2 /opt/ros/melodic/share/genpy/cmake/../../../lib/genpy/gensrv_py.py /home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -p co_robot_drive -o /home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv + +/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/__init__.py: /opt/ros/melodic/lib/genpy/genmsg_py.py +/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/__init__.py: /home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/_DriveToTarget.py + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating Python srv __init__.py for co_robot_drive" + cd /home/job/workspace/virtuallab/build/co_robot_drive && ../catkin_generated/env_cached.sh /usr/bin/python2 /opt/ros/melodic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py -o /home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv --initpy + +co_robot_drive_generate_messages_py: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py +co_robot_drive_generate_messages_py: /home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/_DriveToTarget.py +co_robot_drive_generate_messages_py: /home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/__init__.py +co_robot_drive_generate_messages_py: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build.make + +.PHONY : co_robot_drive_generate_messages_py + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build: co_robot_drive_generate_messages_py + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_generate_messages_py.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7d47ccb80ce7fb877721409342cefca221987a2d --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/co_robot_drive_generate_messages_py" + "/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/_DriveToTarget.py" + "/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/__init__.py" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/depend.internal b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/depend.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..b700c2c902219d74619014853aade0d7ec177030 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 9 +CMAKE_PROGRESS_2 = 10 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..894f3ec7b1980ab0fc73d1306f61426d142b2884 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_geneus. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/progress.make + +co_robot_drive_geneus: co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build.make + +.PHONY : co_robot_drive_geneus + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build: co_robot_drive_geneus + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_geneus.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..28ff4e38746179a276b9bc3d5885b654b4931085 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_geneus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..b5bd44a3fb2bce4bd61953a42290968366fc6820 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_genlisp. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/progress.make + +co_robot_drive_genlisp: co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build.make + +.PHONY : co_robot_drive_genlisp + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build: co_robot_drive_genlisp + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_genlisp.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..edace6f2393aaa35e3ab26f5439795ea5e1c00a3 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_genlisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..4497854cb9faa66ffde451c46b6f5d3175834386 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_gennodejs. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/progress.make + +co_robot_drive_gennodejs: co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build.make + +.PHONY : co_robot_drive_gennodejs + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build: co_robot_drive_gennodejs + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_gennodejs.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1e9f0e7671f51a91981d60f511efb6662db425b1 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_gennodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..68d5bb0b6f7f195a2158f33f566129064fc7bb55 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for co_robot_drive_genpy. + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/progress.make + +co_robot_drive_genpy: co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build.make + +.PHONY : co_robot_drive_genpy + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build: co_robot_drive_genpy + +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build + +co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/co_robot_drive_genpy.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/clean + +co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..660549fffb66d1da5fc46b5af0339759ca4cf7f1 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/co_robot_drive_genpy.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/CXX.includecache b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/CXX.includecache new file mode 100644 index 0000000000000000000000000000000000000000..890b0755e57ab856effcdb117409c8becf89a139 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/CXX.includecache @@ -0,0 +1,712 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/job/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp +ros/ros.h +/home/job/workspace/virtuallab/src/co_robot_drive/src/ros/ros.h +geometry_msgs/Twist.h +/home/job/workspace/virtuallab/src/co_robot_drive/src/geometry_msgs/Twist.h + +/opt/ros/melodic/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/ros/melodic/include/geometry_msgs/Vector3.h +string +- +vector +- +map +- +ros/types.h +- +ros/serialization.h +- +ros/builtin_message_traits.h +- +ros/message_operations.h +- + +/opt/ros/melodic/include/ros/advertise_options.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/advertise_service_options.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/service_callback_helper.h +/opt/ros/melodic/include/ros/ros/service_callback_helper.h +ros/service_traits.h +/opt/ros/melodic/include/ros/ros/service_traits.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/assert.h +ros/console.h +/opt/ros/melodic/include/ros/ros/console.h +ros/static_assert.h +/opt/ros/melodic/include/ros/ros/static_assert.h +ros/platform.h +- +stdlib.h +- + +/opt/ros/melodic/include/ros/builtin_message_traits.h +message_traits.h +/opt/ros/melodic/include/ros/message_traits.h +ros/time.h +/opt/ros/melodic/include/ros/ros/time.h + +/opt/ros/melodic/include/ros/common.h +stdint.h +- +assert.h +- +stddef.h +- +string +- +ros/assert.h +/opt/ros/melodic/include/ros/ros/assert.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/serialized_message.h +/opt/ros/melodic/include/ros/ros/serialized_message.h +boost/shared_array.hpp +- +ros/macros.h +- + +/opt/ros/melodic/include/ros/console.h +console_backend.h +/opt/ros/melodic/include/ros/console_backend.h +cstdio +- +sstream +- +ros/time.h +- +cstdarg +- +ros/macros.h +- +map +- +vector +- +log4cxx/level.h +/opt/ros/melodic/include/ros/log4cxx/level.h +rosconsole/macros_generated.h +/opt/ros/melodic/include/ros/rosconsole/macros_generated.h + +/opt/ros/melodic/include/ros/console_backend.h +ros/macros.h +- + +/opt/ros/melodic/include/ros/datatypes.h +string +- +vector +- +map +- +set +- +list +- +boost/shared_ptr.hpp +- + +/opt/ros/melodic/include/ros/duration.h +iostream +- +math.h +- +stdexcept +- +climits +- +stdint.h +- +rostime_decl.h +/opt/ros/melodic/include/ros/rostime_decl.h + +/opt/ros/melodic/include/ros/exception.h +stdexcept +- + +/opt/ros/melodic/include/ros/exceptions.h +ros/exception.h +- + +/opt/ros/melodic/include/ros/forwards.h +string +- +vector +- +map +- +set +- +list +- +boost/shared_ptr.hpp +- +boost/make_shared.hpp +- +boost/weak_ptr.hpp +- +boost/function.hpp +- +ros/time.h +- +ros/macros.h +- +exceptions.h +/opt/ros/melodic/include/ros/exceptions.h +ros/datatypes.h +/opt/ros/melodic/include/ros/ros/datatypes.h + +/opt/ros/melodic/include/ros/init.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/spinner.h +/opt/ros/melodic/include/ros/ros/spinner.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/macros.h + +/opt/ros/melodic/include/ros/master.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +xmlrpcpp/XmlRpcValue.h +/opt/ros/melodic/include/ros/xmlrpcpp/XmlRpcValue.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/message.h +ros/macros.h +/opt/ros/melodic/include/ros/ros/macros.h +ros/assert.h +/opt/ros/melodic/include/ros/ros/assert.h +string +- +string.h +- +boost/shared_ptr.hpp +- +boost/array.hpp +- +stdint.h +- + +/opt/ros/melodic/include/ros/message_event.h +ros/time.h +/opt/ros/melodic/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/ros/melodic/include/ros/message_forward.h +cstddef +- +memory +- + +/opt/ros/melodic/include/ros/message_operations.h +ostream +- + +/opt/ros/melodic/include/ros/message_traits.h +message_forward.h +/opt/ros/melodic/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/ros/melodic/include/ros/names.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/node_handle.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/publisher.h +/opt/ros/melodic/include/ros/ros/publisher.h +ros/subscriber.h +/opt/ros/melodic/include/ros/ros/subscriber.h +ros/service_server.h +/opt/ros/melodic/include/ros/ros/service_server.h +ros/service_client.h +/opt/ros/melodic/include/ros/ros/service_client.h +ros/timer.h +/opt/ros/melodic/include/ros/ros/timer.h +ros/rate.h +/opt/ros/melodic/include/ros/ros/rate.h +ros/wall_timer.h +/opt/ros/melodic/include/ros/ros/wall_timer.h +ros/steady_timer.h +/opt/ros/melodic/include/ros/ros/steady_timer.h +ros/advertise_options.h +/opt/ros/melodic/include/ros/ros/advertise_options.h +ros/advertise_service_options.h +/opt/ros/melodic/include/ros/ros/advertise_service_options.h +ros/subscribe_options.h +/opt/ros/melodic/include/ros/ros/subscribe_options.h +ros/service_client_options.h +/opt/ros/melodic/include/ros/ros/service_client_options.h +ros/timer_options.h +/opt/ros/melodic/include/ros/ros/timer_options.h +ros/wall_timer_options.h +/opt/ros/melodic/include/ros/ros/wall_timer_options.h +ros/spinner.h +/opt/ros/melodic/include/ros/ros/spinner.h +ros/init.h +/opt/ros/melodic/include/ros/ros/init.h +common.h +/opt/ros/melodic/include/ros/common.h +boost/bind.hpp +- +xmlrpcpp/XmlRpcValue.h +- + +/opt/ros/melodic/include/ros/param.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +common.h +/opt/ros/melodic/include/ros/common.h +xmlrpcpp/XmlRpcValue.h +/opt/ros/melodic/include/ros/xmlrpcpp/XmlRpcValue.h +vector +- +map +- + +/opt/ros/melodic/include/ros/parameter_adapter.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/message_event.h +/opt/ros/melodic/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/ros/melodic/include/ros/platform.h +stdlib.h +- +string +- + +/opt/ros/melodic/include/ros/publisher.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/common.h +/opt/ros/melodic/include/ros/ros/common.h +ros/message.h +/opt/ros/melodic/include/ros/ros/message.h +ros/serialization.h +/opt/ros/melodic/include/ros/ros/serialization.h +boost/bind.hpp +- + +/opt/ros/melodic/include/ros/rate.h +ros/time.h +/opt/ros/melodic/include/ros/ros/time.h +rostime_decl.h +/opt/ros/melodic/include/ros/rostime_decl.h + +/opt/ros/melodic/include/ros/ros.h +ros/time.h +/opt/ros/melodic/include/ros/ros/time.h +ros/rate.h +/opt/ros/melodic/include/ros/ros/rate.h +ros/console.h +/opt/ros/melodic/include/ros/ros/console.h +ros/assert.h +/opt/ros/melodic/include/ros/ros/assert.h +ros/common.h +/opt/ros/melodic/include/ros/ros/common.h +ros/types.h +/opt/ros/melodic/include/ros/ros/types.h +ros/node_handle.h +/opt/ros/melodic/include/ros/ros/node_handle.h +ros/publisher.h +/opt/ros/melodic/include/ros/ros/publisher.h +ros/single_subscriber_publisher.h +/opt/ros/melodic/include/ros/ros/single_subscriber_publisher.h +ros/service_server.h +/opt/ros/melodic/include/ros/ros/service_server.h +ros/subscriber.h +/opt/ros/melodic/include/ros/ros/subscriber.h +ros/service.h +/opt/ros/melodic/include/ros/ros/service.h +ros/init.h +/opt/ros/melodic/include/ros/ros/init.h +ros/master.h +/opt/ros/melodic/include/ros/ros/master.h +ros/this_node.h +/opt/ros/melodic/include/ros/ros/this_node.h +ros/param.h +/opt/ros/melodic/include/ros/ros/param.h +ros/topic.h +/opt/ros/melodic/include/ros/ros/topic.h +ros/names.h +/opt/ros/melodic/include/ros/ros/names.h + +/opt/ros/melodic/include/ros/roscpp_serialization_macros.h +ros/macros.h +- + +/opt/ros/melodic/include/ros/rostime_decl.h +ros/macros.h +- + +/opt/ros/melodic/include/ros/serialization.h +roscpp_serialization_macros.h +/opt/ros/melodic/include/ros/roscpp_serialization_macros.h +ros/types.h +- +ros/time.h +- +serialized_message.h +/opt/ros/melodic/include/ros/serialized_message.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +ros/builtin_message_traits.h +/opt/ros/melodic/include/ros/ros/builtin_message_traits.h +ros/exception.h +/opt/ros/melodic/include/ros/ros/exception.h +ros/datatypes.h +/opt/ros/melodic/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/ros/melodic/include/ros/serialized_message.h +roscpp_serialization_macros.h +/opt/ros/melodic/include/ros/roscpp_serialization_macros.h +boost/shared_array.hpp +- +boost/shared_ptr.hpp +- + +/opt/ros/melodic/include/ros/service.h +string +- +ros/common.h +/opt/ros/melodic/include/ros/ros/common.h +ros/message.h +/opt/ros/melodic/include/ros/ros/message.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/node_handle.h +/opt/ros/melodic/include/ros/ros/node_handle.h +ros/service_traits.h +/opt/ros/melodic/include/ros/ros/service_traits.h +ros/names.h +/opt/ros/melodic/include/ros/ros/names.h +boost/shared_ptr.hpp +- + +/opt/ros/melodic/include/ros/service_callback_helper.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/common.h +/opt/ros/melodic/include/ros/ros/common.h +ros/message.h +/opt/ros/melodic/include/ros/ros/message.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +ros/service_traits.h +/opt/ros/melodic/include/ros/ros/service_traits.h +ros/serialization.h +/opt/ros/melodic/include/ros/ros/serialization.h +boost/type_traits/is_base_of.hpp +- +boost/utility/enable_if.hpp +- + +/opt/ros/melodic/include/ros/service_client.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/common.h +/opt/ros/melodic/include/ros/ros/common.h +ros/service_traits.h +/opt/ros/melodic/include/ros/ros/service_traits.h +ros/serialization.h +/opt/ros/melodic/include/ros/ros/serialization.h + +/opt/ros/melodic/include/ros/service_client_options.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/service_traits.h +/opt/ros/melodic/include/ros/ros/service_traits.h + +/opt/ros/melodic/include/ros/service_server.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +common.h +/opt/ros/melodic/include/ros/common.h + +/opt/ros/melodic/include/ros/service_traits.h +boost/type_traits/remove_reference.hpp +- +boost/type_traits/remove_const.hpp +- + +/opt/ros/melodic/include/ros/single_subscriber_publisher.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/serialization.h +/opt/ros/melodic/include/ros/ros/serialization.h +common.h +/opt/ros/melodic/include/ros/common.h +boost/utility.hpp +- + +/opt/ros/melodic/include/ros/spinner.h +ros/types.h +/opt/ros/melodic/include/ros/ros/types.h +common.h +/opt/ros/melodic/include/ros/common.h +boost/shared_ptr.hpp +- + +/opt/ros/melodic/include/ros/static_assert.h +boost/static_assert.hpp +- + +/opt/ros/melodic/include/ros/steady_timer.h +common.h +/opt/ros/melodic/include/ros/common.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +steady_timer_options.h +/opt/ros/melodic/include/ros/steady_timer_options.h + +/opt/ros/melodic/include/ros/steady_timer_options.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h + +/opt/ros/melodic/include/ros/subscribe_options.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/transport_hints.h +/opt/ros/melodic/include/ros/ros/transport_hints.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +subscription_callback_helper.h +/opt/ros/melodic/include/ros/subscription_callback_helper.h + +/opt/ros/melodic/include/ros/subscriber.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/subscription_callback_helper.h +/opt/ros/melodic/include/ros/ros/subscription_callback_helper.h + +/opt/ros/melodic/include/ros/subscription_callback_helper.h +typeinfo +- +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +ros/parameter_adapter.h +/opt/ros/melodic/include/ros/ros/parameter_adapter.h +ros/message_traits.h +/opt/ros/melodic/include/ros/ros/message_traits.h +ros/builtin_message_traits.h +/opt/ros/melodic/include/ros/ros/builtin_message_traits.h +ros/serialization.h +/opt/ros/melodic/include/ros/ros/serialization.h +ros/message_event.h +/opt/ros/melodic/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/ros/melodic/include/ros/this_node.h +common.h +/opt/ros/melodic/include/ros/common.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h + +/opt/ros/melodic/include/ros/time.h +ros/platform.h +- +iostream +- +cmath +- +ros/exception.h +- +duration.h +/opt/ros/melodic/include/ros/duration.h +boost/math/special_functions/round.hpp +- +rostime_decl.h +/opt/ros/melodic/include/ros/rostime_decl.h +sys/timeb.h +- +sys/time.h +- + +/opt/ros/melodic/include/ros/timer.h +common.h +/opt/ros/melodic/include/ros/common.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +timer_options.h +/opt/ros/melodic/include/ros/timer_options.h + +/opt/ros/melodic/include/ros/timer_options.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h + +/opt/ros/melodic/include/ros/topic.h +common.h +/opt/ros/melodic/include/ros/common.h +node_handle.h +/opt/ros/melodic/include/ros/node_handle.h +boost/shared_ptr.hpp +- + +/opt/ros/melodic/include/ros/transport_hints.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h +boost/lexical_cast.hpp +- + +/opt/ros/melodic/include/ros/types.h +stdint.h +- + +/opt/ros/melodic/include/ros/wall_timer.h +common.h +/opt/ros/melodic/include/ros/common.h +forwards.h +/opt/ros/melodic/include/ros/forwards.h +wall_timer_options.h +/opt/ros/melodic/include/ros/wall_timer_options.h + +/opt/ros/melodic/include/ros/wall_timer_options.h +common.h +/opt/ros/melodic/include/ros/common.h +ros/forwards.h +/opt/ros/melodic/include/ros/ros/forwards.h + +/opt/ros/melodic/include/rosconsole/macros_generated.h + +/opt/ros/melodic/include/xmlrpcpp/XmlRpcDecl.h +ros/macros.h +- + +/opt/ros/melodic/include/xmlrpcpp/XmlRpcValue.h +xmlrpcpp/XmlRpcDecl.h +/opt/ros/melodic/include/xmlrpcpp/xmlrpcpp/XmlRpcDecl.h +map +- +string +- +vector +- +time.h +- + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/DependInfo.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..ca2c61a067d1a32cab25994dce6773ba525f5582 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/DependInfo.cmake @@ -0,0 +1,31 @@ +# 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/job/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp" "/home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ROSCONSOLE_BACKEND_LOG4CXX" + "ROS_BUILD_SHARED_LIBS=1" + "ROS_PACKAGE_NAME=\"co_robot_drive\"" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "/home/job/workspace/virtuallab/devel/include" + "/home/job/workspace/virtuallab/src/co_robot_drive/include" + "/opt/ros/melodic/include" + "/opt/ros/melodic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..38e956067bb46bb84c02c4aebc8370712cc804bd --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make @@ -0,0 +1,131 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Include any dependencies generated for this target. +include co_robot_drive/CMakeFiles/drive_co_robot.dir/depend.make + +# Include the progress variables for this target. +include co_robot_drive/CMakeFiles/drive_co_robot.dir/progress.make + +# Include the compile flags for this target's objects. +include co_robot_drive/CMakeFiles/drive_co_robot.dir/flags.make + +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: co_robot_drive/CMakeFiles/drive_co_robot.dir/flags.make +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /home/job/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o" + cd /home/job/workspace/virtuallab/build/co_robot_drive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o -c /home/job/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp + +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.i" + cd /home/job/workspace/virtuallab/build/co_robot_drive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/job/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp > CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.i + +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.s" + cd /home/job/workspace/virtuallab/build/co_robot_drive && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/job/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp -o CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.s + +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o.requires: + +.PHONY : co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o.requires + +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o.provides: co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o.requires + $(MAKE) -f co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o.provides.build +.PHONY : co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o.provides + +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o.provides.build: co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o + + +# Object files for target drive_co_robot +drive_co_robot_OBJECTS = \ +"CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o" + +# External object files for target drive_co_robot +drive_co_robot_EXTERNAL_OBJECTS = + +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /opt/ros/melodic/lib/libroscpp.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /opt/ros/melodic/lib/librosconsole.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /opt/ros/melodic/lib/librosconsole_log4cxx.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /opt/ros/melodic/lib/librosconsole_backend_interface.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /usr/lib/x86_64-linux-gnu/liblog4cxx.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /usr/lib/x86_64-linux-gnu/libboost_regex.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /opt/ros/melodic/lib/libxmlrpcpp.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /opt/ros/melodic/lib/libroscpp_serialization.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /opt/ros/melodic/lib/librostime.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /opt/ros/melodic/lib/libcpp_common.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /usr/lib/x86_64-linux-gnu/libboost_system.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /usr/lib/x86_64-linux-gnu/libboost_thread.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /usr/lib/x86_64-linux-gnu/libboost_chrono.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /usr/lib/x86_64-linux-gnu/libboost_date_time.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /usr/lib/x86_64-linux-gnu/libboost_atomic.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /usr/lib/x86_64-linux-gnu/libpthread.so +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: /usr/lib/x86_64-linux-gnu/libconsole_bridge.so.0.4 +/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot: co_robot_drive/CMakeFiles/drive_co_robot.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable /home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot" + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/drive_co_robot.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +co_robot_drive/CMakeFiles/drive_co_robot.dir/build: /home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot + +.PHONY : co_robot_drive/CMakeFiles/drive_co_robot.dir/build + +co_robot_drive/CMakeFiles/drive_co_robot.dir/requires: co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o.requires + +.PHONY : co_robot_drive/CMakeFiles/drive_co_robot.dir/requires + +co_robot_drive/CMakeFiles/drive_co_robot.dir/clean: + cd /home/job/workspace/virtuallab/build/co_robot_drive && $(CMAKE_COMMAND) -P CMakeFiles/drive_co_robot.dir/cmake_clean.cmake +.PHONY : co_robot_drive/CMakeFiles/drive_co_robot.dir/clean + +co_robot_drive/CMakeFiles/drive_co_robot.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/co_robot_drive /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/co_robot_drive /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : co_robot_drive/CMakeFiles/drive_co_robot.dir/depend + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/cmake_clean.cmake b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..93cf8ba6f489d636509f6636b86b435d1d1c410d --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o" + "/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot.pdb" + "/home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/drive_co_robot.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/depend.internal b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..ed0ab8e89715e99c8c3fa900b7a10a11c3f4cd67 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/depend.internal @@ -0,0 +1,65 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o + /home/job/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp + /opt/ros/melodic/include/geometry_msgs/Twist.h + /opt/ros/melodic/include/geometry_msgs/Vector3.h + /opt/ros/melodic/include/ros/advertise_options.h + /opt/ros/melodic/include/ros/advertise_service_options.h + /opt/ros/melodic/include/ros/assert.h + /opt/ros/melodic/include/ros/builtin_message_traits.h + /opt/ros/melodic/include/ros/common.h + /opt/ros/melodic/include/ros/console.h + /opt/ros/melodic/include/ros/console_backend.h + /opt/ros/melodic/include/ros/datatypes.h + /opt/ros/melodic/include/ros/duration.h + /opt/ros/melodic/include/ros/exception.h + /opt/ros/melodic/include/ros/exceptions.h + /opt/ros/melodic/include/ros/forwards.h + /opt/ros/melodic/include/ros/init.h + /opt/ros/melodic/include/ros/macros.h + /opt/ros/melodic/include/ros/master.h + /opt/ros/melodic/include/ros/message.h + /opt/ros/melodic/include/ros/message_event.h + /opt/ros/melodic/include/ros/message_forward.h + /opt/ros/melodic/include/ros/message_operations.h + /opt/ros/melodic/include/ros/message_traits.h + /opt/ros/melodic/include/ros/names.h + /opt/ros/melodic/include/ros/node_handle.h + /opt/ros/melodic/include/ros/param.h + /opt/ros/melodic/include/ros/parameter_adapter.h + /opt/ros/melodic/include/ros/platform.h + /opt/ros/melodic/include/ros/publisher.h + /opt/ros/melodic/include/ros/rate.h + /opt/ros/melodic/include/ros/ros.h + /opt/ros/melodic/include/ros/roscpp_serialization_macros.h + /opt/ros/melodic/include/ros/rostime_decl.h + /opt/ros/melodic/include/ros/serialization.h + /opt/ros/melodic/include/ros/serialized_message.h + /opt/ros/melodic/include/ros/service.h + /opt/ros/melodic/include/ros/service_callback_helper.h + /opt/ros/melodic/include/ros/service_client.h + /opt/ros/melodic/include/ros/service_client_options.h + /opt/ros/melodic/include/ros/service_server.h + /opt/ros/melodic/include/ros/service_traits.h + /opt/ros/melodic/include/ros/single_subscriber_publisher.h + /opt/ros/melodic/include/ros/spinner.h + /opt/ros/melodic/include/ros/static_assert.h + /opt/ros/melodic/include/ros/steady_timer.h + /opt/ros/melodic/include/ros/steady_timer_options.h + /opt/ros/melodic/include/ros/subscribe_options.h + /opt/ros/melodic/include/ros/subscriber.h + /opt/ros/melodic/include/ros/subscription_callback_helper.h + /opt/ros/melodic/include/ros/this_node.h + /opt/ros/melodic/include/ros/time.h + /opt/ros/melodic/include/ros/timer.h + /opt/ros/melodic/include/ros/timer_options.h + /opt/ros/melodic/include/ros/topic.h + /opt/ros/melodic/include/ros/transport_hints.h + /opt/ros/melodic/include/ros/types.h + /opt/ros/melodic/include/ros/wall_timer.h + /opt/ros/melodic/include/ros/wall_timer_options.h + /opt/ros/melodic/include/rosconsole/macros_generated.h + /opt/ros/melodic/include/xmlrpcpp/XmlRpcDecl.h + /opt/ros/melodic/include/xmlrpcpp/XmlRpcValue.h diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/depend.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..8754d2e153b2123bd698e3d9b53247e77510c0d7 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/depend.make @@ -0,0 +1,65 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /home/job/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/geometry_msgs/Twist.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/geometry_msgs/Vector3.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/advertise_options.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/advertise_service_options.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/assert.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/builtin_message_traits.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/common.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/console.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/console_backend.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/datatypes.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/duration.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/exception.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/exceptions.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/forwards.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/init.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/macros.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/master.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/message.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/message_event.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/message_forward.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/message_operations.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/message_traits.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/names.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/node_handle.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/param.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/parameter_adapter.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/platform.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/publisher.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/rate.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/ros.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/roscpp_serialization_macros.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/rostime_decl.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/serialization.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/serialized_message.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/service.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/service_callback_helper.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/service_client.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/service_client_options.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/service_server.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/service_traits.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/single_subscriber_publisher.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/spinner.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/static_assert.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/steady_timer.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/steady_timer_options.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/subscribe_options.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/subscriber.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/subscription_callback_helper.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/this_node.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/time.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/timer.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/timer_options.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/topic.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/transport_hints.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/types.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/wall_timer.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/ros/wall_timer_options.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/rosconsole/macros_generated.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/xmlrpcpp/XmlRpcDecl.h +co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o: /opt/ros/melodic/include/xmlrpcpp/XmlRpcValue.h + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/flags.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..c79ab87882b9083b2351eec05f269d01bb39c3a4 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -std=c++11 + +CXX_DEFINES = -DROSCONSOLE_BACKEND_LOG4CXX -DROS_BUILD_SHARED_LIBS=1 -DROS_PACKAGE_NAME=\"co_robot_drive\" + +CXX_INCLUDES = -I/home/job/workspace/virtuallab/devel/include -I/home/job/workspace/virtuallab/src/co_robot_drive/include -I/opt/ros/melodic/include -I/opt/ros/melodic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/link.txt b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa653a44ad7a5b9dba2770dd9ee9ff3ece20f18a --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -rdynamic CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o -o /home/job/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot -Wl,-rpath,/opt/ros/melodic/lib /opt/ros/melodic/lib/libroscpp.so -lboost_filesystem /opt/ros/melodic/lib/librosconsole.so /opt/ros/melodic/lib/librosconsole_log4cxx.so /opt/ros/melodic/lib/librosconsole_backend_interface.so -llog4cxx -lboost_regex /opt/ros/melodic/lib/libxmlrpcpp.so /opt/ros/melodic/lib/libroscpp_serialization.so /opt/ros/melodic/lib/librostime.so /opt/ros/melodic/lib/libcpp_common.so -lboost_system -lboost_thread -lboost_chrono -lboost_date_time -lboost_atomic -lpthread /usr/lib/x86_64-linux-gnu/libconsole_bridge.so.0.4 diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/progress.make b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..596289c0fd56aa23623cdcbea086a133035b3bc8 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 11 +CMAKE_PROGRESS_2 = 12 + diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..02443b82e978df48e89fa81a04ed5334375f16e2 Binary files /dev/null and b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o differ diff --git a/workspace/virtuallab/build/co_robot_drive/CMakeFiles/progress.marks b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..ec635144f60048986bc560c5576355344005e6e7 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CMakeFiles/progress.marks @@ -0,0 +1 @@ +9 diff --git a/workspace/virtuallab/build/co_robot_drive/CTestTestfile.cmake b/workspace/virtuallab/build/co_robot_drive/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..81e0ddcb0d1a1d29e56ef78c46b8890e5cb6cdd1 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/job/workspace/virtuallab/src/co_robot_drive +# Build directory: /home/job/workspace/virtuallab/build/co_robot_drive +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/workspace/virtuallab/build/co_robot_drive/Makefile b/workspace/virtuallab/build/co_robot_drive/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..2bd9f68531b4ef5d11e8981ec038acce62598bb3 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/Makefile @@ -0,0 +1,434 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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: preinstall/fast + @$(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/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: preinstall/fast + @$(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/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 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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_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 + +# 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 + +# The main all target +all: cmake_check_build_system + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles /home/job/workspace/virtuallab/build/co_robot_drive/CMakeFiles/progress.marks + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/rule + +# Convenience name for target. +co_robot_drive_geneus: co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/rule + +.PHONY : co_robot_drive_geneus + +# fast build rule for target. +co_robot_drive_geneus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_geneus.dir/build +.PHONY : co_robot_drive_geneus/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages_nodejs: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/rule + +.PHONY : co_robot_drive_generate_messages_nodejs + +# fast build rule for target. +co_robot_drive_generate_messages_nodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_nodejs.dir/build +.PHONY : co_robot_drive_generate_messages_nodejs/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/rule + +# Convenience name for target. +co_robot_drive_gennodejs: co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/rule + +.PHONY : co_robot_drive_gennodejs + +# fast build rule for target. +co_robot_drive_gennodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_gennodejs.dir/build +.PHONY : co_robot_drive_gennodejs/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages_cpp: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/rule + +.PHONY : co_robot_drive_generate_messages_cpp + +# fast build rule for target. +co_robot_drive_generate_messages_cpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_cpp.dir/build +.PHONY : co_robot_drive_generate_messages_cpp/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages_py: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/rule + +.PHONY : co_robot_drive_generate_messages_py + +# fast build rule for target. +co_robot_drive_generate_messages_py/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_py.dir/build +.PHONY : co_robot_drive_generate_messages_py/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/rule + +# Convenience name for target. +co_robot_drive_gencpp: co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/rule + +.PHONY : co_robot_drive_gencpp + +# fast build rule for target. +co_robot_drive_gencpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_gencpp.dir/build +.PHONY : co_robot_drive_gencpp/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/rule + +.PHONY : co_robot_drive_generate_messages + +# fast build rule for target. +co_robot_drive_generate_messages/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages.dir/build +.PHONY : co_robot_drive_generate_messages/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages_lisp: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/rule + +.PHONY : co_robot_drive_generate_messages_lisp + +# fast build rule for target. +co_robot_drive_generate_messages_lisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_lisp.dir/build +.PHONY : co_robot_drive_generate_messages_lisp/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/rule + +# Convenience name for target. +co_robot_drive_genlisp: co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/rule + +.PHONY : co_robot_drive_genlisp + +# fast build rule for target. +co_robot_drive_genlisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_genlisp.dir/build +.PHONY : co_robot_drive_genlisp/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/rule + +# Convenience name for target. +co_robot_drive_generate_messages_eus: co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/rule + +.PHONY : co_robot_drive_generate_messages_eus + +# fast build rule for target. +co_robot_drive_generate_messages_eus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_generate_messages_eus.dir/build +.PHONY : co_robot_drive_generate_messages_eus/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/drive_co_robot.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/drive_co_robot.dir/rule +.PHONY : co_robot_drive/CMakeFiles/drive_co_robot.dir/rule + +# Convenience name for target. +drive_co_robot: co_robot_drive/CMakeFiles/drive_co_robot.dir/rule + +.PHONY : drive_co_robot + +# fast build rule for target. +drive_co_robot/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make co_robot_drive/CMakeFiles/drive_co_robot.dir/build +.PHONY : drive_co_robot/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/rule +.PHONY : co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/rule + +# Convenience name for target. +co_robot_drive_genpy: co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/rule + +.PHONY : co_robot_drive_genpy + +# fast build rule for target. +co_robot_drive_genpy/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build.make co_robot_drive/CMakeFiles/co_robot_drive_genpy.dir/build +.PHONY : co_robot_drive_genpy/fast + +# Convenience name for target. +co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/rule +.PHONY : co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/rule + +# Convenience name for target. +_co_robot_drive_generate_messages_check_deps_DriveToTarget: co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/rule + +.PHONY : _co_robot_drive_generate_messages_check_deps_DriveToTarget + +# fast build rule for target. +_co_robot_drive_generate_messages_check_deps_DriveToTarget/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build.make co_robot_drive/CMakeFiles/_co_robot_drive_generate_messages_check_deps_DriveToTarget.dir/build +.PHONY : _co_robot_drive_generate_messages_check_deps_DriveToTarget/fast + +src/drive_co_robot.o: src/drive_co_robot.cpp.o + +.PHONY : src/drive_co_robot.o + +# target to build an object file +src/drive_co_robot.cpp.o: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.o +.PHONY : src/drive_co_robot.cpp.o + +src/drive_co_robot.i: src/drive_co_robot.cpp.i + +.PHONY : src/drive_co_robot.i + +# target to preprocess a source file +src/drive_co_robot.cpp.i: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.i +.PHONY : src/drive_co_robot.cpp.i + +src/drive_co_robot.s: src/drive_co_robot.cpp.s + +.PHONY : src/drive_co_robot.s + +# target to generate assembly for a file +src/drive_co_robot.cpp.s: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f co_robot_drive/CMakeFiles/drive_co_robot.dir/build.make co_robot_drive/CMakeFiles/drive_co_robot.dir/src/drive_co_robot.cpp.s +.PHONY : src/drive_co_robot.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 "... install/strip" + @echo "... install/local" + @echo "... list_install_components" + @echo "... co_robot_drive_geneus" + @echo "... co_robot_drive_generate_messages_nodejs" + @echo "... co_robot_drive_gennodejs" + @echo "... co_robot_drive_generate_messages_cpp" + @echo "... co_robot_drive_generate_messages_py" + @echo "... install" + @echo "... co_robot_drive_gencpp" + @echo "... co_robot_drive_generate_messages" + @echo "... co_robot_drive_generate_messages_lisp" + @echo "... co_robot_drive_genlisp" + @echo "... co_robot_drive_generate_messages_eus" + @echo "... drive_co_robot" + @echo "... co_robot_drive_genpy" + @echo "... edit_cache" + @echo "... _co_robot_drive_generate_messages_check_deps_DriveToTarget" + @echo "... test" + @echo "... rebuild_cache" + @echo "... src/drive_co_robot.o" + @echo "... src/drive_co_robot.i" + @echo "... src/drive_co_robot.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/job/workspace/virtuallab/build && $(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/workspace/virtuallab/build/co_robot_drive/catkin_generated/co_robot_drive-msg-extras.cmake.develspace.in b/workspace/virtuallab/build/co_robot_drive/catkin_generated/co_robot_drive-msg-extras.cmake.develspace.in new file mode 100644 index 0000000000000000000000000000000000000000..43863e347acdf7d83299ee80c58c870084e748c3 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/co_robot_drive-msg-extras.cmake.develspace.in @@ -0,0 +1,2 @@ +set(co_robot_drive_MESSAGE_FILES "") +set(co_robot_drive_SERVICE_FILES "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv") diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/co_robot_drive-msg-extras.cmake.installspace.in b/workspace/virtuallab/build/co_robot_drive/catkin_generated/co_robot_drive-msg-extras.cmake.installspace.in new file mode 100644 index 0000000000000000000000000000000000000000..b2e2e71527c731d1ca35bd2701d97fd022953f4d --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/co_robot_drive-msg-extras.cmake.installspace.in @@ -0,0 +1,2 @@ +set(co_robot_drive_MESSAGE_FILES "") +set(co_robot_drive_SERVICE_FILES "srv/DriveToTarget.srv") diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive-msg-extras.cmake b/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive-msg-extras.cmake new file mode 100644 index 0000000000000000000000000000000000000000..b2e2e71527c731d1ca35bd2701d97fd022953f4d --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive-msg-extras.cmake @@ -0,0 +1,2 @@ +set(co_robot_drive_MESSAGE_FILES "") +set(co_robot_drive_SERVICE_FILES "srv/DriveToTarget.srv") diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive-msg-paths.cmake b/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive-msg-paths.cmake new file mode 100644 index 0000000000000000000000000000000000000000..9989bcb1da43449b2b577a1b9669ecddaea854b1 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive-msg-paths.cmake @@ -0,0 +1,4 @@ +# generated from genmsg/cmake/pkg-msg-paths.cmake.installspace.in + +_prepend_path("${co_robot_drive_DIR}/.." "" co_robot_drive_MSG_INCLUDE_DIRS UNIQUE) +set(co_robot_drive_MSG_DEPENDENCIES std_msgs) diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive.pc b/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive.pc new file mode 100644 index 0000000000000000000000000000000000000000..7bf33864fbd0c001b5a7974c1a411d64bad2b596 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/install + +Name: co_robot_drive +Description: Description of co_robot_drive +Version: 0.0.0 +Cflags: -I${prefix}/include +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_driveConfig-version.cmake b/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_driveConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_driveConfig-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/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_driveConfig.cmake b/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_driveConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..9af8b9bd87c2f2f88926d657fdbe527035145497 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_driveConfig.cmake @@ -0,0 +1,223 @@ +# 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(co_robot_drive_CONFIG_INCLUDED) + return() +endif() +set(co_robot_drive_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("FALSE" STREQUAL "TRUE") + set(co_robot_drive_SOURCE_PREFIX /home/job/workspace/virtuallab/src/co_robot_drive) + set(co_robot_drive_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(co_robot_drive_INSTALL_PREFIX "") + set(co_robot_drive_PREFIX ${co_robot_drive_DEVEL_PREFIX}) +else() + set(co_robot_drive_SOURCE_PREFIX "") + set(co_robot_drive_DEVEL_PREFIX "") + set(co_robot_drive_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(co_robot_drive_PREFIX ${co_robot_drive_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'co_robot_drive' 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(co_robot_drive_FOUND_CATKIN_PROJECT TRUE) + +if(NOT "include " STREQUAL " ") + set(co_robot_drive_INCLUDE_DIRS "") + set(_include_dirs "include") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT " " STREQUAL " ") + set(_report "Check the website '' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'job ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${co_robot_drive_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'co_robot_drive' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'co_robot_drive' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '\${prefix}/${idir}'. ${_report}") + endif() + _list_append_unique(co_robot_drive_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND co_robot_drive_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND co_robot_drive_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT co_robot_drive_NUM_DUMMY_TARGETS) + set(co_robot_drive_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::co_robot_drive::wrapped-linker-option${co_robot_drive_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR co_robot_drive_NUM_DUMMY_TARGETS "${co_robot_drive_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::co_robot_drive::wrapped-linker-option${co_robot_drive_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND co_robot_drive_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND co_robot_drive_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND co_robot_drive_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/job/workspace/virtuallab/install/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(co_robot_drive_LIBRARY_DIRS ${lib_path}) + list(APPEND co_robot_drive_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 'co_robot_drive'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND co_robot_drive_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(co_robot_drive_EXPORTED_TARGETS "co_robot_drive_generate_messages_cpp;co_robot_drive_generate_messages_eus;co_robot_drive_generate_messages_lisp;co_robot_drive_generate_messages_nodejs;co_robot_drive_generate_messages_py") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${co_robot_drive_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 co_robot_drive_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${co_robot_drive_dep}_FOUND) + find_package(${co_robot_drive_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${co_robot_drive_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(co_robot_drive_INCLUDE_DIRS ${${co_robot_drive_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(co_robot_drive_LIBRARIES ${co_robot_drive_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${co_robot_drive_dep}_LIBRARIES}) + _list_append_deduplicate(co_robot_drive_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(co_robot_drive_LIBRARIES ${co_robot_drive_LIBRARIES}) + + _list_append_unique(co_robot_drive_LIBRARY_DIRS ${${co_robot_drive_dep}_LIBRARY_DIRS}) + list(APPEND co_robot_drive_EXPORTED_TARGETS ${${co_robot_drive_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "co_robot_drive-msg-extras.cmake") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${co_robot_drive_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/ordered_paths.cmake b/workspace/virtuallab/build/co_robot_drive/catkin_generated/ordered_paths.cmake new file mode 100644 index 0000000000000000000000000000000000000000..88ba1d8af01839a303cdb6a7d83aacc7be67e6ab --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/ordered_paths.cmake @@ -0,0 +1 @@ +set(ORDERED_PATHS "/opt/ros/melodic/lib") \ No newline at end of file diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/package.cmake b/workspace/virtuallab/build/co_robot_drive/catkin_generated/package.cmake new file mode 100644 index 0000000000000000000000000000000000000000..072594814fb834fcab6dc6c05b54bd1459b5ce62 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/package.cmake @@ -0,0 +1,16 @@ +set(_CATKIN_CURRENT_PACKAGE "co_robot_drive") +set(co_robot_drive_VERSION "0.0.0") +set(co_robot_drive_MAINTAINER "job ") +set(co_robot_drive_PACKAGE_FORMAT "2") +set(co_robot_drive_BUILD_DEPENDS "message_generation" "roscpp" "std_msgs") +set(co_robot_drive_BUILD_EXPORT_DEPENDS "roscpp" "std_msgs") +set(co_robot_drive_BUILDTOOL_DEPENDS "catkin") +set(co_robot_drive_BUILDTOOL_EXPORT_DEPENDS ) +set(co_robot_drive_EXEC_DEPENDS "roscpp" "std_msgs") +set(co_robot_drive_RUN_DEPENDS "roscpp" "std_msgs") +set(co_robot_drive_TEST_DEPENDS ) +set(co_robot_drive_DOC_DEPENDS ) +set(co_robot_drive_URL_WEBSITE "") +set(co_robot_drive_URL_BUGTRACKER "") +set(co_robot_drive_URL_REPOSITORY "") +set(co_robot_drive_DEPRECATED "") \ No newline at end of file diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/pkg.develspace.context.pc.py b/workspace/virtuallab/build/co_robot_drive/catkin_generated/pkg.develspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..a9d804168c8af1ab2ef382561117ed687e0643c9 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/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 = "/home/job/workspace/virtuallab/devel/include".split(';') if "/home/job/workspace/virtuallab/devel/include" != "" else [] +PROJECT_CATKIN_DEPENDS = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "co_robot_drive" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/devel" +PROJECT_VERSION = "0.0.0" diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/pkg.installspace.context.pc.py b/workspace/virtuallab/build/co_robot_drive/catkin_generated/pkg.installspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..4bf130461d347b6dafc39acd716d2b1e0c8e1658 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/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 = "${prefix}/include".split(';') if "${prefix}/include" != "" else [] +PROJECT_CATKIN_DEPENDS = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "co_robot_drive" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/install" +PROJECT_VERSION = "0.0.0" diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/stamps/co_robot_drive/package.xml.stamp b/workspace/virtuallab/build/co_robot_drive/catkin_generated/stamps/co_robot_drive/package.xml.stamp new file mode 100644 index 0000000000000000000000000000000000000000..252d32b711dedd4ad96eb88bd171630140087335 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/stamps/co_robot_drive/package.xml.stamp @@ -0,0 +1,66 @@ + + + co_robot_drive + 0.0.0 + The co_robot_drive package + + + + + job + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + message_generation + roscpp + std_msgs + roscpp + std_msgs + roscpp + std_msgs + + + + + + + + diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/stamps/co_robot_drive/pkg-genmsg.cmake.em.stamp b/workspace/virtuallab/build/co_robot_drive/catkin_generated/stamps/co_robot_drive/pkg-genmsg.cmake.em.stamp new file mode 100644 index 0000000000000000000000000000000000000000..f02628ffbd7abc1e9b5c22d15f6d61e8bb930b42 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/stamps/co_robot_drive/pkg-genmsg.cmake.em.stamp @@ -0,0 +1,166 @@ +# generated from genmsg/cmake/pkg-genmsg.cmake.em + +@{ +import os +import sys + +import genmsg +import genmsg.base +genmsg.base.log_verbose('GENMSG_VERBOSE' in os.environ) +import genmsg.deps +import genmsg.gentools + +# split incoming variables +messages = messages_str.split(';') if messages_str != '' else [] +services = services_str.split(';') if services_str != '' else [] +dependencies = dependencies_str.split(';') if dependencies_str != '' else [] +dep_search_paths = dep_include_paths_str.split(';') if dep_include_paths_str != '' else [] + +dep_search_paths_dict = {} +dep_search_paths_tuple_list = [] +is_even = True +for val in dep_search_paths: + if is_even: + dep_search_paths_dict.setdefault(val, []) + val_prev = val + is_even = False + else: + dep_search_paths_dict[val_prev].append(val) + dep_search_paths_tuple_list.append((val_prev, val)) + is_even = True +dep_search_paths = dep_search_paths_dict + +if not messages and not services: + print('message(WARNING "Invoking generate_messages() without having added any message or service file before.\nYou should either add add_message_files() and/or add_service_files() calls or remove the invocation of generate_messages().")') + +msg_deps = {} +msg_dep_types = {} +for m in messages: + try: + _deps = genmsg.deps.find_msg_dependencies_with_type(pkg_name, m, dep_search_paths) + msg_deps[m] = [d[1] for d in _deps] + msg_dep_types[m] = [d[0] for d in _deps] + except genmsg.MsgNotFound as e: + print('message(FATAL_ERROR "Could not find messages which \'%s\' depends on. Did you forget to specify generate_messages(DEPENDENCIES ...)?\n%s")' % (m, str(e).replace('"', '\\"'))) + +srv_deps = {} +srv_dep_types = {} +for s in services: + try: + _deps = genmsg.deps.find_srv_dependencies_with_type(pkg_name, s, dep_search_paths) + srv_deps[s] = [d[1] for d in _deps] + srv_dep_types[s] = [d[0] for d in _deps] + except genmsg.MsgNotFound as e: + print('message(FATAL_ERROR "Could not find messages which \'%s\' depends on. Did you forget to specify generate_messages(DEPENDENCIES ...)?\n%s")' % (s, str(e).replace('"', '\\"'))) + +}@ +message(STATUS "@(pkg_name): @(len(messages)) messages, @(len(services)) services") + +set(MSG_I_FLAGS "@(';'.join(["-I%s:%s" % (dep, dir) for dep, dir in dep_search_paths_tuple_list]))") + +# Find all generators +@[if langs]@ +@[for l in langs.split(';')]@ +find_package(@l REQUIRED) +@[end for]@ +@[end if]@ + +add_custom_target(@(pkg_name)_generate_messages ALL) + +# verify that message/service dependencies have not changed since configure +@{all_deps = dict(list(msg_deps.items()) + list(srv_deps.items()))} +@{all_dep_types = dict(list(msg_dep_types.items()) + list(srv_dep_types.items()))} +@[for f in all_deps.keys()]@ +@{dep_types = ':'.join(all_dep_types[f]).replace('\\','/')} +get_filename_component(_filename "@(f)" NAME_WE) +add_custom_target(_@(pkg_name)_generate_messages_check_deps_${_filename} + COMMAND ${CATKIN_ENV} ${PYTHON_EXECUTABLE} ${GENMSG_CHECK_DEPS_SCRIPT} "@(pkg_name)" "@(f)" "@(dep_types)" +) +@[end for]@# messages and services + +# +# langs = @langs +# + +@[if langs]@ +@[for l in langs.split(';')]@ +### Section generating for lang: @l +### Generating Messages +@[for m in msg_deps.keys()]@ +_generate_msg_@(l[3:])(@pkg_name + "@m" + "${MSG_I_FLAGS}" + "@(';'.join(msg_deps[m]).replace("\\","/"))" + ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name +) +@[end for]@# messages + +### Generating Services +@[for s in srv_deps.keys()]@ +_generate_srv_@(l[3:])(@pkg_name + "@s" + "${MSG_I_FLAGS}" + "@(';'.join(srv_deps[s]).replace("\\","/"))" + ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name +) +@[end for]@# services + +### Generating Module File +_generate_module_@(l[3:])(@pkg_name + ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name + "${ALL_GEN_OUTPUT_FILES_@(l[3:])}" +) + +add_custom_target(@(pkg_name)_generate_messages_@(l[3:]) + DEPENDS ${ALL_GEN_OUTPUT_FILES_@(l[3:])} +) +add_dependencies(@(pkg_name)_generate_messages @(pkg_name)_generate_messages_@(l[3:])) + +# add dependencies to all check dependencies targets +@[for f in all_deps.keys()]@ +get_filename_component(_filename "@(f)" NAME_WE) +add_dependencies(@(pkg_name)_generate_messages_@(l[3:]) _@(pkg_name)_generate_messages_check_deps_${_filename}) +@[end for]@# messages and services + +# target for backward compatibility +add_custom_target(@(pkg_name)_@(l)) +add_dependencies(@(pkg_name)_@(l) @(pkg_name)_generate_messages_@(l[3:])) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS @(pkg_name)_generate_messages_@(l[3:])) + +@[end for]@# langs +@[end if]@ + +@[if langs]@ +@[for l in langs.split(';')]@ + +if(@(l)_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name) +@[if l == 'genpy']@ + install(CODE "execute_process(COMMAND \"@(PYTHON_EXECUTABLE)\" -m compileall \"${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name\")") +@[end if]@ + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name + DESTINATION ${@(l)_INSTALL_DIR} +@[if l == 'genpy' and package_has_static_sources]@ + # skip all init files + PATTERN "__init__.py" EXCLUDE + PATTERN "__init__.pyc" EXCLUDE + ) + # install init files which are not in the root folder of the generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name + DESTINATION ${@(l)_INSTALL_DIR} + FILES_MATCHING + REGEX "${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@(pkg_name)/.+/__init__.pyc?$" +@[end if]@ + ) +endif() +@[for d in dependencies]@ +if(TARGET @(d)_generate_messages_@(l[3:])) + add_dependencies(@(pkg_name)_generate_messages_@(l[3:]) @(d)_generate_messages_@(l[3:])) +endif() +@[end for]@# dependencies +@[end for]@# langs +@[end if]@ diff --git a/workspace/virtuallab/build/co_robot_drive/catkin_generated/stamps/co_robot_drive/pkg.pc.em.stamp b/workspace/virtuallab/build/co_robot_drive/catkin_generated/stamps/co_robot_drive/pkg.pc.em.stamp new file mode 100644 index 0000000000000000000000000000000000000000..549fb75ce8000c875c316f444238bd1f28dc88c8 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/catkin_generated/stamps/co_robot_drive/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${prefix}/lib @(' '.join(PKG_CONFIG_LIBRARIES_WITH_PREFIX)) +Requires: @(PROJECT_CATKIN_DEPENDS) diff --git a/workspace/virtuallab/build/co_robot_drive/cmake/co_robot_drive-genmsg-context.py b/workspace/virtuallab/build/co_robot_drive/cmake/co_robot_drive-genmsg-context.py new file mode 100644 index 0000000000000000000000000000000000000000..a23ab5680f390fb03cc59d132c4cf80f38f1a8f5 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/cmake/co_robot_drive-genmsg-context.py @@ -0,0 +1,11 @@ +# generated from genmsg/cmake/pkg-genmsg.context.in + +messages_str = "" +services_str = "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" +pkg_name = "co_robot_drive" +dependencies_str = "std_msgs" +langs = "gencpp;geneus;genlisp;gennodejs;genpy" +dep_include_paths_str = "std_msgs;/opt/ros/melodic/share/std_msgs/cmake/../msg" +PYTHON_EXECUTABLE = "/usr/bin/python2" +package_has_static_sources = '' == 'TRUE' +genmsg_check_deps_script = "/opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py" diff --git a/workspace/virtuallab/build/co_robot_drive/cmake/co_robot_drive-genmsg.cmake b/workspace/virtuallab/build/co_robot_drive/cmake/co_robot_drive-genmsg.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e9f1ffe4a2c46648f303a5f5aa7ad378815dd772 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/cmake/co_robot_drive-genmsg.cmake @@ -0,0 +1,250 @@ +# generated from genmsg/cmake/pkg-genmsg.cmake.em + +message(STATUS "co_robot_drive: 0 messages, 1 services") + +set(MSG_I_FLAGS "-Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg") + +# Find all generators +find_package(gencpp REQUIRED) +find_package(geneus REQUIRED) +find_package(genlisp REQUIRED) +find_package(gennodejs REQUIRED) +find_package(genpy REQUIRED) + +add_custom_target(co_robot_drive_generate_messages ALL) + +# verify that message/service dependencies have not changed since configure + + + +get_filename_component(_filename "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" NAME_WE) +add_custom_target(_co_robot_drive_generate_messages_check_deps_${_filename} + COMMAND ${CATKIN_ENV} ${PYTHON_EXECUTABLE} ${GENMSG_CHECK_DEPS_SCRIPT} "co_robot_drive" "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" "" +) + +# +# langs = gencpp;geneus;genlisp;gennodejs;genpy +# + +### Section generating for lang: gencpp +### Generating Messages + +### Generating Services +_generate_srv_cpp(co_robot_drive + "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" + "${MSG_I_FLAGS}" + "" + ${CATKIN_DEVEL_PREFIX}/${gencpp_INSTALL_DIR}/co_robot_drive +) + +### Generating Module File +_generate_module_cpp(co_robot_drive + ${CATKIN_DEVEL_PREFIX}/${gencpp_INSTALL_DIR}/co_robot_drive + "${ALL_GEN_OUTPUT_FILES_cpp}" +) + +add_custom_target(co_robot_drive_generate_messages_cpp + DEPENDS ${ALL_GEN_OUTPUT_FILES_cpp} +) +add_dependencies(co_robot_drive_generate_messages co_robot_drive_generate_messages_cpp) + +# add dependencies to all check dependencies targets +get_filename_component(_filename "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" NAME_WE) +add_dependencies(co_robot_drive_generate_messages_cpp _co_robot_drive_generate_messages_check_deps_${_filename}) + +# target for backward compatibility +add_custom_target(co_robot_drive_gencpp) +add_dependencies(co_robot_drive_gencpp co_robot_drive_generate_messages_cpp) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS co_robot_drive_generate_messages_cpp) + +### Section generating for lang: geneus +### Generating Messages + +### Generating Services +_generate_srv_eus(co_robot_drive + "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" + "${MSG_I_FLAGS}" + "" + ${CATKIN_DEVEL_PREFIX}/${geneus_INSTALL_DIR}/co_robot_drive +) + +### Generating Module File +_generate_module_eus(co_robot_drive + ${CATKIN_DEVEL_PREFIX}/${geneus_INSTALL_DIR}/co_robot_drive + "${ALL_GEN_OUTPUT_FILES_eus}" +) + +add_custom_target(co_robot_drive_generate_messages_eus + DEPENDS ${ALL_GEN_OUTPUT_FILES_eus} +) +add_dependencies(co_robot_drive_generate_messages co_robot_drive_generate_messages_eus) + +# add dependencies to all check dependencies targets +get_filename_component(_filename "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" NAME_WE) +add_dependencies(co_robot_drive_generate_messages_eus _co_robot_drive_generate_messages_check_deps_${_filename}) + +# target for backward compatibility +add_custom_target(co_robot_drive_geneus) +add_dependencies(co_robot_drive_geneus co_robot_drive_generate_messages_eus) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS co_robot_drive_generate_messages_eus) + +### Section generating for lang: genlisp +### Generating Messages + +### Generating Services +_generate_srv_lisp(co_robot_drive + "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" + "${MSG_I_FLAGS}" + "" + ${CATKIN_DEVEL_PREFIX}/${genlisp_INSTALL_DIR}/co_robot_drive +) + +### Generating Module File +_generate_module_lisp(co_robot_drive + ${CATKIN_DEVEL_PREFIX}/${genlisp_INSTALL_DIR}/co_robot_drive + "${ALL_GEN_OUTPUT_FILES_lisp}" +) + +add_custom_target(co_robot_drive_generate_messages_lisp + DEPENDS ${ALL_GEN_OUTPUT_FILES_lisp} +) +add_dependencies(co_robot_drive_generate_messages co_robot_drive_generate_messages_lisp) + +# add dependencies to all check dependencies targets +get_filename_component(_filename "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" NAME_WE) +add_dependencies(co_robot_drive_generate_messages_lisp _co_robot_drive_generate_messages_check_deps_${_filename}) + +# target for backward compatibility +add_custom_target(co_robot_drive_genlisp) +add_dependencies(co_robot_drive_genlisp co_robot_drive_generate_messages_lisp) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS co_robot_drive_generate_messages_lisp) + +### Section generating for lang: gennodejs +### Generating Messages + +### Generating Services +_generate_srv_nodejs(co_robot_drive + "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" + "${MSG_I_FLAGS}" + "" + ${CATKIN_DEVEL_PREFIX}/${gennodejs_INSTALL_DIR}/co_robot_drive +) + +### Generating Module File +_generate_module_nodejs(co_robot_drive + ${CATKIN_DEVEL_PREFIX}/${gennodejs_INSTALL_DIR}/co_robot_drive + "${ALL_GEN_OUTPUT_FILES_nodejs}" +) + +add_custom_target(co_robot_drive_generate_messages_nodejs + DEPENDS ${ALL_GEN_OUTPUT_FILES_nodejs} +) +add_dependencies(co_robot_drive_generate_messages co_robot_drive_generate_messages_nodejs) + +# add dependencies to all check dependencies targets +get_filename_component(_filename "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" NAME_WE) +add_dependencies(co_robot_drive_generate_messages_nodejs _co_robot_drive_generate_messages_check_deps_${_filename}) + +# target for backward compatibility +add_custom_target(co_robot_drive_gennodejs) +add_dependencies(co_robot_drive_gennodejs co_robot_drive_generate_messages_nodejs) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS co_robot_drive_generate_messages_nodejs) + +### Section generating for lang: genpy +### Generating Messages + +### Generating Services +_generate_srv_py(co_robot_drive + "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" + "${MSG_I_FLAGS}" + "" + ${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/co_robot_drive +) + +### Generating Module File +_generate_module_py(co_robot_drive + ${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/co_robot_drive + "${ALL_GEN_OUTPUT_FILES_py}" +) + +add_custom_target(co_robot_drive_generate_messages_py + DEPENDS ${ALL_GEN_OUTPUT_FILES_py} +) +add_dependencies(co_robot_drive_generate_messages co_robot_drive_generate_messages_py) + +# add dependencies to all check dependencies targets +get_filename_component(_filename "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv" NAME_WE) +add_dependencies(co_robot_drive_generate_messages_py _co_robot_drive_generate_messages_check_deps_${_filename}) + +# target for backward compatibility +add_custom_target(co_robot_drive_genpy) +add_dependencies(co_robot_drive_genpy co_robot_drive_generate_messages_py) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS co_robot_drive_generate_messages_py) + + + +if(gencpp_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${gencpp_INSTALL_DIR}/co_robot_drive) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${gencpp_INSTALL_DIR}/co_robot_drive + DESTINATION ${gencpp_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_cpp) + add_dependencies(co_robot_drive_generate_messages_cpp std_msgs_generate_messages_cpp) +endif() + +if(geneus_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${geneus_INSTALL_DIR}/co_robot_drive) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${geneus_INSTALL_DIR}/co_robot_drive + DESTINATION ${geneus_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_eus) + add_dependencies(co_robot_drive_generate_messages_eus std_msgs_generate_messages_eus) +endif() + +if(genlisp_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${genlisp_INSTALL_DIR}/co_robot_drive) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${genlisp_INSTALL_DIR}/co_robot_drive + DESTINATION ${genlisp_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_lisp) + add_dependencies(co_robot_drive_generate_messages_lisp std_msgs_generate_messages_lisp) +endif() + +if(gennodejs_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${gennodejs_INSTALL_DIR}/co_robot_drive) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${gennodejs_INSTALL_DIR}/co_robot_drive + DESTINATION ${gennodejs_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_nodejs) + add_dependencies(co_robot_drive_generate_messages_nodejs std_msgs_generate_messages_nodejs) +endif() + +if(genpy_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/co_robot_drive) + install(CODE "execute_process(COMMAND \"/usr/bin/python2\" -m compileall \"${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/co_robot_drive\")") + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/co_robot_drive + DESTINATION ${genpy_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_py) + add_dependencies(co_robot_drive_generate_messages_py std_msgs_generate_messages_py) +endif() diff --git a/workspace/virtuallab/build/co_robot_drive/cmake_install.cmake b/workspace/virtuallab/build/co_robot_drive/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..428c225c2554ccf23a32fa35be4b3c0552d3a477 --- /dev/null +++ b/workspace/virtuallab/build/co_robot_drive/cmake_install.cmake @@ -0,0 +1,90 @@ +# Install script for directory: /home/job/workspace/virtuallab/src/co_robot_drive + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/job/workspace/virtuallab/install") +endif() +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() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/co_robot_drive/srv" TYPE FILE FILES "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/co_robot_drive/cmake" TYPE FILE FILES "/home/job/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive-msg-paths.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/job/workspace/virtuallab/devel/include/co_robot_drive") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/roseus/ros" TYPE DIRECTORY FILES "/home/job/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/common-lisp/ros" TYPE DIRECTORY FILES "/home/job/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/gennodejs/ros" TYPE DIRECTORY FILES "/home/job/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + execute_process(COMMAND "/usr/bin/python2" -m compileall "/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python2.7/dist-packages" TYPE DIRECTORY FILES "/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/job/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive.pc") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/co_robot_drive/cmake" TYPE FILE FILES "/home/job/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_drive-msg-extras.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/co_robot_drive/cmake" TYPE FILE FILES + "/home/job/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_driveConfig.cmake" + "/home/job/workspace/virtuallab/build/co_robot_drive/catkin_generated/installspace/co_robot_driveConfig-version.cmake" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/co_robot_drive" TYPE FILE FILES "/home/job/workspace/virtuallab/src/co_robot_drive/package.xml") +endif() + diff --git a/workspace/virtuallab/build/gtest/CMakeFiles/CMakeDirectoryInformation.cmake b/workspace/virtuallab/build/gtest/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..b0bcda2b2b7fad7136c1a2c4525921eb5410afc1 --- /dev/null +++ b/workspace/virtuallab/build/gtest/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/src/googletest") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/job/workspace/virtuallab/build") + +# 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/workspace/virtuallab/build/gtest/CMakeFiles/progress.marks b/workspace/virtuallab/build/gtest/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..573541ac9702dd3969c9bc859d2b91ec1f7e6e56 --- /dev/null +++ b/workspace/virtuallab/build/gtest/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/workspace/virtuallab/build/gtest/CTestTestfile.cmake b/workspace/virtuallab/build/gtest/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..35d90dacc7d06b968aaf4e924fbded8d0db6958d --- /dev/null +++ b/workspace/virtuallab/build/gtest/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /usr/src/googletest +# Build directory: /home/job/workspace/virtuallab/build/gtest +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("googlemock") diff --git a/workspace/virtuallab/build/gtest/Makefile b/workspace/virtuallab/build/gtest/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..0beb117b4b12fa8753d2ef9116c3875f6f6492a0 --- /dev/null +++ b/workspace/virtuallab/build/gtest/Makefile @@ -0,0 +1,196 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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: preinstall/fast + @$(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/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/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 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 + +# 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: preinstall/fast + @$(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/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 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 + +# The main all target +all: cmake_check_build_system + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles /home/job/workspace/virtuallab/build/gtest/CMakeFiles/progress.marks + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/job/workspace/virtuallab/build && $(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/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# 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 "... install/strip" + @echo "... edit_cache" + @echo "... list_install_components" + @echo "... test" + @echo "... install/local" + @echo "... rebuild_cache" + @echo "... install" +.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/job/workspace/virtuallab/build && $(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/workspace/virtuallab/build/gtest/cmake_install.cmake b/workspace/virtuallab/build/gtest/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..d8d0663fe6f4526a0c84716c415fb271081eb6b3 --- /dev/null +++ b/workspace/virtuallab/build/gtest/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /usr/src/googletest + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/job/workspace/virtuallab/install") +endif() +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() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/job/workspace/virtuallab/build/gtest/googlemock/cmake_install.cmake") + +endif() + diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/CMakeDirectoryInformation.cmake b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..b0bcda2b2b7fad7136c1a2c4525921eb5410afc1 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/src/googletest") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/job/workspace/virtuallab/build") + +# 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/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e67d6baec0fa31a63d937a902e4652a4e59cf30a --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake @@ -0,0 +1,30 @@ +# 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/googletest/googletest/src/gtest-all.cc" "/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o" + "/usr/src/googletest/googlemock/src/gmock-all.cc" "/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "GTEST_CREATE_SHARED_LIBRARY=1" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "/usr/src/googletest/googlemock/include" + "/usr/src/googletest/googlemock" + "/usr/src/googletest/googletest/include" + "/usr/src/googletest/googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/build.make b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..3e0108a6062811c1792f34532b7e858cbc47f26c --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/build.make @@ -0,0 +1,140 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Include any dependencies generated for this target. +include gtest/googlemock/CMakeFiles/gmock.dir/depend.make + +# Include the progress variables for this target. +include gtest/googlemock/CMakeFiles/gmock.dir/progress.make + +# Include the compile flags for this target's objects. +include gtest/googlemock/CMakeFiles/gmock.dir/flags.make + +gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o: gtest/googlemock/CMakeFiles/gmock.dir/flags.make +gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o: /usr/src/googletest/googletest/src/gtest-all.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o -c /usr/src/googletest/googletest/src/gtest-all.cc + +gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.i" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/googletest/googletest/src/gtest-all.cc > CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.i + +gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.s" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/googletest/googletest/src/gtest-all.cc -o CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.s + +gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o.requires: + +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o.requires + +gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o.provides: gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o.requires + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o.provides.build +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o.provides + +gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o.provides.build: gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o + + +gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: gtest/googlemock/CMakeFiles/gmock.dir/flags.make +gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: /usr/src/googletest/googlemock/src/gmock-all.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock.dir/src/gmock-all.cc.o -c /usr/src/googletest/googlemock/src/gmock-all.cc + +gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock.dir/src/gmock-all.cc.i" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/googletest/googlemock/src/gmock-all.cc > CMakeFiles/gmock.dir/src/gmock-all.cc.i + +gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock.dir/src/gmock-all.cc.s" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/googletest/googlemock/src/gmock-all.cc -o CMakeFiles/gmock.dir/src/gmock-all.cc.s + +gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires: + +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires + +gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides: gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides.build +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides + +gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides.build: gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o + + +# Object files for target gmock +gmock_OBJECTS = \ +"CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o" \ +"CMakeFiles/gmock.dir/src/gmock-all.cc.o" + +# External object files for target gmock +gmock_EXTERNAL_OBJECTS = + +gtest/googlemock/libgmock.so: gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o +gtest/googlemock/libgmock.so: gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o +gtest/googlemock/libgmock.so: gtest/googlemock/CMakeFiles/gmock.dir/build.make +gtest/googlemock/libgmock.so: gtest/googlemock/CMakeFiles/gmock.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX shared library libgmock.so" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gmock.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +gtest/googlemock/CMakeFiles/gmock.dir/build: gtest/googlemock/libgmock.so + +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/build + +gtest/googlemock/CMakeFiles/gmock.dir/requires: gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o.requires +gtest/googlemock/CMakeFiles/gmock.dir/requires: gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires + +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/requires + +gtest/googlemock/CMakeFiles/gmock.dir/clean: + cd /home/job/workspace/virtuallab/build/gtest/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock.dir/cmake_clean.cmake +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/clean + +gtest/googlemock/CMakeFiles/gmock.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /usr/src/googletest/googlemock /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/gtest/googlemock /home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/depend + diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/cmake_clean.cmake b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..80ceb930926f2d103df9de5cc857ce4cb41e44d1 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o" + "CMakeFiles/gmock.dir/src/gmock-all.cc.o" + "libgmock.pdb" + "libgmock.so" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gmock.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/depend.make b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..7a05e2f1995722edd1ef296a9e722270b2f5bb3d --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for gmock. +# This may be replaced when dependencies are built. diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/flags.make b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..b568ee83dd8c880031c540f157f2889b2cd9fbff --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -fPIC -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers + +CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgmock_EXPORTS + +CXX_INCLUDES = -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googlemock -I/usr/src/googletest/googletest/include -I/usr/src/googletest/googletest + diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/link.txt b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..b11c6309977b5fa46dd01dc3b7b8f4201500aa9a --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -shared -Wl,-soname,libgmock.so -o libgmock.so CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o CMakeFiles/gmock.dir/src/gmock-all.cc.o -lpthread diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/progress.make b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..d47d8649b3dfbfbdefcdd2ae0d34bec1ca34f31c --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 13 +CMAKE_PROGRESS_2 = 14 +CMAKE_PROGRESS_3 = 15 + diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..f63f81e55ee79d2acdc02616846982275da55a5a --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake @@ -0,0 +1,31 @@ +# 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/googletest/googletest/src/gtest-all.cc" "/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o" + "/usr/src/googletest/googlemock/src/gmock-all.cc" "/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o" + "/usr/src/googletest/googlemock/src/gmock_main.cc" "/home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "GTEST_CREATE_SHARED_LIBRARY=1" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "/usr/src/googletest/googlemock/include" + "/usr/src/googletest/googlemock" + "/usr/src/googletest/googletest/include" + "/usr/src/googletest/googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/build.make b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..a5c9f308883b69ef903cac105569795e672fb750 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/build.make @@ -0,0 +1,167 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Include any dependencies generated for this target. +include gtest/googlemock/CMakeFiles/gmock_main.dir/depend.make + +# Include the progress variables for this target. +include gtest/googlemock/CMakeFiles/gmock_main.dir/progress.make + +# Include the compile flags for this target's objects. +include gtest/googlemock/CMakeFiles/gmock_main.dir/flags.make + +gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o: gtest/googlemock/CMakeFiles/gmock_main.dir/flags.make +gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o: /usr/src/googletest/googletest/src/gtest-all.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o -c /usr/src/googletest/googletest/src/gtest-all.cc + +gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.i" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/googletest/googletest/src/gtest-all.cc > CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.i + +gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.s" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/googletest/googletest/src/gtest-all.cc -o CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.s + +gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o.requires: + +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o.requires + +gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o.provides: gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o.requires + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o.provides.build +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o.provides + +gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o.provides.build: gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o + + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o: gtest/googlemock/CMakeFiles/gmock_main.dir/flags.make +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o: /usr/src/googletest/googlemock/src/gmock-all.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock_main.dir/src/gmock-all.cc.o -c /usr/src/googletest/googlemock/src/gmock-all.cc + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock_main.dir/src/gmock-all.cc.i" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/googletest/googlemock/src/gmock-all.cc > CMakeFiles/gmock_main.dir/src/gmock-all.cc.i + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock_main.dir/src/gmock-all.cc.s" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/googletest/googlemock/src/gmock-all.cc -o CMakeFiles/gmock_main.dir/src/gmock-all.cc.s + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.requires: + +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.requires + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.provides: gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.requires + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.provides.build +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.provides + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.provides.build: gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o + + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: gtest/googlemock/CMakeFiles/gmock_main.dir/flags.make +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: /usr/src/googletest/googlemock/src/gmock_main.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -c /usr/src/googletest/googlemock/src/gmock_main.cc + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock_main.dir/src/gmock_main.cc.i" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/googletest/googlemock/src/gmock_main.cc > CMakeFiles/gmock_main.dir/src/gmock_main.cc.i + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock_main.dir/src/gmock_main.cc.s" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/googletest/googlemock/src/gmock_main.cc -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.s + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires: + +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides: gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires + $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides.build +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides + +gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides.build: gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o + + +# Object files for target gmock_main +gmock_main_OBJECTS = \ +"CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o" \ +"CMakeFiles/gmock_main.dir/src/gmock-all.cc.o" \ +"CMakeFiles/gmock_main.dir/src/gmock_main.cc.o" + +# External object files for target gmock_main +gmock_main_EXTERNAL_OBJECTS = + +gtest/googlemock/libgmock_main.so: gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o +gtest/googlemock/libgmock_main.so: gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o +gtest/googlemock/libgmock_main.so: gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o +gtest/googlemock/libgmock_main.so: gtest/googlemock/CMakeFiles/gmock_main.dir/build.make +gtest/googlemock/libgmock_main.so: gtest/googlemock/CMakeFiles/gmock_main.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX shared library libgmock_main.so" + cd /home/job/workspace/virtuallab/build/gtest/googlemock && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gmock_main.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +gtest/googlemock/CMakeFiles/gmock_main.dir/build: gtest/googlemock/libgmock_main.so + +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/build + +gtest/googlemock/CMakeFiles/gmock_main.dir/requires: gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o.requires +gtest/googlemock/CMakeFiles/gmock_main.dir/requires: gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.requires +gtest/googlemock/CMakeFiles/gmock_main.dir/requires: gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires + +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/requires + +gtest/googlemock/CMakeFiles/gmock_main.dir/clean: + cd /home/job/workspace/virtuallab/build/gtest/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock_main.dir/cmake_clean.cmake +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/clean + +gtest/googlemock/CMakeFiles/gmock_main.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /usr/src/googletest/googlemock /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/gtest/googlemock /home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/depend + diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/cmake_clean.cmake b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..b05bbcad7080a5b0b03686856353a0aa67eb116c --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o" + "CMakeFiles/gmock_main.dir/src/gmock-all.cc.o" + "CMakeFiles/gmock_main.dir/src/gmock_main.cc.o" + "libgmock_main.pdb" + "libgmock_main.so" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gmock_main.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/depend.make b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..4a18b61b44c09e7c55e5cfcaedb4d5c068d9de16 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for gmock_main. +# This may be replaced when dependencies are built. diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/flags.make b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..564c3c2e378179147f861a51c6d9bbe720b856a2 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -fPIC -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers + +CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgmock_main_EXPORTS + +CXX_INCLUDES = -I/usr/src/googletest/googlemock/include -I/usr/src/googletest/googlemock -I/usr/src/googletest/googletest/include -I/usr/src/googletest/googletest + diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/link.txt b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c2714f77b4a431f35458e78c71e5a848b905cb6 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -shared -Wl,-soname,libgmock_main.so -o libgmock_main.so CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o CMakeFiles/gmock_main.dir/src/gmock-all.cc.o CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -lpthread diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/progress.make b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..c029100ba156dc379385b3c599eb97b5d8cc0b77 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/gmock_main.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 16 +CMAKE_PROGRESS_2 = 17 +CMAKE_PROGRESS_3 = 18 +CMAKE_PROGRESS_4 = 19 + diff --git a/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/progress.marks b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..573541ac9702dd3969c9bc859d2b91ec1f7e6e56 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/workspace/virtuallab/build/gtest/googlemock/CTestTestfile.cmake b/workspace/virtuallab/build/gtest/googlemock/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..78982ec8b96bfb74e08e973c02f26d3a09868456 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /usr/src/googletest/googlemock +# Build directory: /home/job/workspace/virtuallab/build/gtest/googlemock +# +# 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/workspace/virtuallab/build/gtest/googlemock/Makefile b/workspace/virtuallab/build/gtest/googlemock/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..1e80d271d53288274f8f1b19d0a4716b92d8cdcf --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/Makefile @@ -0,0 +1,324 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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: preinstall/fast + @$(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/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: preinstall/fast + @$(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/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 + +# 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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles /home/job/workspace/virtuallab/build/gtest/googlemock/CMakeFiles/progress.marks + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +gtest/googlemock/CMakeFiles/gmock_main.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/CMakeFiles/gmock_main.dir/rule +.PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/rule + +# Convenience name for target. +gmock_main: gtest/googlemock/CMakeFiles/gmock_main.dir/rule + +.PHONY : gmock_main + +# fast build rule for target. +gmock_main/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/build +.PHONY : gmock_main/fast + +# Convenience name for target. +gtest/googlemock/CMakeFiles/gmock.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/CMakeFiles/gmock.dir/rule +.PHONY : gtest/googlemock/CMakeFiles/gmock.dir/rule + +# Convenience name for target. +gmock: gtest/googlemock/CMakeFiles/gmock.dir/rule + +.PHONY : gmock + +# fast build rule for target. +gmock/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/build +.PHONY : gmock/fast + +__/googletest/src/gtest-all.o: __/googletest/src/gtest-all.cc.o + +.PHONY : __/googletest/src/gtest-all.o + +# target to build an object file +__/googletest/src/gtest-all.cc.o: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o +.PHONY : __/googletest/src/gtest-all.cc.o + +__/googletest/src/gtest-all.i: __/googletest/src/gtest-all.cc.i + +.PHONY : __/googletest/src/gtest-all.i + +# target to preprocess a source file +__/googletest/src/gtest-all.cc.i: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.i + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.i +.PHONY : __/googletest/src/gtest-all.cc.i + +__/googletest/src/gtest-all.s: __/googletest/src/gtest-all.cc.s + +.PHONY : __/googletest/src/gtest-all.s + +# target to generate assembly for a file +__/googletest/src/gtest-all.cc.s: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.s + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.s +.PHONY : __/googletest/src/gtest-all.cc.s + +src/gmock-all.o: src/gmock-all.cc.o + +.PHONY : src/gmock-all.o + +# target to build an object file +src/gmock-all.cc.o: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o +.PHONY : src/gmock-all.cc.o + +src/gmock-all.i: src/gmock-all.cc.i + +.PHONY : src/gmock-all.i + +# target to preprocess a source file +src/gmock-all.cc.i: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.i + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.i +.PHONY : src/gmock-all.cc.i + +src/gmock-all.s: src/gmock-all.cc.s + +.PHONY : src/gmock-all.s + +# target to generate assembly for a file +src/gmock-all.cc.s: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.s + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.s +.PHONY : src/gmock-all.cc.s + +src/gmock_main.o: src/gmock_main.cc.o + +.PHONY : src/gmock_main.o + +# target to build an object file +src/gmock_main.cc.o: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o +.PHONY : src/gmock_main.cc.o + +src/gmock_main.i: src/gmock_main.cc.i + +.PHONY : src/gmock_main.i + +# target to preprocess a source file +src/gmock_main.cc.i: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.i +.PHONY : src/gmock_main.cc.i + +src/gmock_main.s: src/gmock_main.cc.s + +.PHONY : src/gmock_main.s + +# target to generate assembly for a file +src/gmock_main.cc.s: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.s +.PHONY : src/gmock_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 "... install/strip" + @echo "... install" + @echo "... install/local" + @echo "... gmock_main" + @echo "... test" + @echo "... list_install_components" + @echo "... gmock" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... __/googletest/src/gtest-all.o" + @echo "... __/googletest/src/gtest-all.i" + @echo "... __/googletest/src/gtest-all.s" + @echo "... src/gmock-all.o" + @echo "... src/gmock-all.i" + @echo "... src/gmock-all.s" + @echo "... src/gmock_main.o" + @echo "... src/gmock_main.i" + @echo "... src/gmock_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/job/workspace/virtuallab/build && $(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/workspace/virtuallab/build/gtest/googlemock/cmake_install.cmake b/workspace/virtuallab/build/gtest/googlemock/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..abdc3cc2ea863e81b3df36f9a624652899fdc613 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /usr/src/googletest/googlemock + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/job/workspace/virtuallab/install") +endif() +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() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/cmake_install.cmake") + +endif() + diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/CMakeDirectoryInformation.cmake b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..b0bcda2b2b7fad7136c1a2c4525921eb5410afc1 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/src/googletest") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/job/workspace/virtuallab/build") + +# 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/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..f082669c0b22ad7af7187cd36766dadb68189261 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/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/googletest/googletest/src/gtest-all.cc" "/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "GTEST_CREATE_SHARED_LIBRARY=1" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "/usr/src/googletest/googletest/include" + "/usr/src/googletest/googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..a5e72f8a5b7956693f69789d87bb55eb0ad3f4a4 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make @@ -0,0 +1,113 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Include any dependencies generated for this target. +include gtest/googlemock/gtest/CMakeFiles/gtest.dir/depend.make + +# Include the progress variables for this target. +include gtest/googlemock/gtest/CMakeFiles/gtest.dir/progress.make + +# Include the compile flags for this target's objects. +include gtest/googlemock/gtest/CMakeFiles/gtest.dir/flags.make + +gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: gtest/googlemock/gtest/CMakeFiles/gtest.dir/flags.make +gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: /usr/src/googletest/googletest/src/gtest-all.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o" + cd /home/job/workspace/virtuallab/build/gtest/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /usr/src/googletest/googletest/src/gtest-all.cc + +gtest/googlemock/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/job/workspace/virtuallab/build/gtest/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/googletest/googletest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i + +gtest/googlemock/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/job/workspace/virtuallab/build/gtest/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/googletest/googletest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s + +gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires: + +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires + +gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides: gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires + $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides + +gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build: gtest/googlemock/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/googlemock/gtest/libgtest.so: gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o +gtest/googlemock/gtest/libgtest.so: gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make +gtest/googlemock/gtest/libgtest.so: gtest/googlemock/gtest/CMakeFiles/gtest.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library libgtest.so" + cd /home/job/workspace/virtuallab/build/gtest/googlemock/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +gtest/googlemock/gtest/CMakeFiles/gtest.dir/build: gtest/googlemock/gtest/libgtest.so + +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest.dir/build + +gtest/googlemock/gtest/CMakeFiles/gtest.dir/requires: gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires + +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest.dir/requires + +gtest/googlemock/gtest/CMakeFiles/gtest.dir/clean: + cd /home/job/workspace/virtuallab/build/gtest/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest.dir/clean + +gtest/googlemock/gtest/CMakeFiles/gtest.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /usr/src/googletest/googletest /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/gtest/googlemock/gtest /home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest.dir/depend + diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..3fcee237269ffb3fa8b2b5bb0c5f865266a2fe0e --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/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() diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/depend.make b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..37ac348dbdee84ac90462c82dae3a4f7ca757dc1 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/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/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/flags.make b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..65dc7cad1a9f0c167731ef6812c84f308db3a274 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -fPIC -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers + +CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_EXPORTS + +CXX_INCLUDES = -I/usr/src/googletest/googletest/include -I/usr/src/googletest/googletest + diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/link.txt b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6e6ed162f1f680dc4e9196de2d2dbf434b42490 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -shared -Wl,-soname,libgtest.so -o libgtest.so CMakeFiles/gtest.dir/src/gtest-all.cc.o -L/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/src -Wl,-rpath,/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/src -lpthread diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/progress.make b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..bc8bba03e071b24067158745cfbcaaa0f3793553 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 20 +CMAKE_PROGRESS_2 = 21 + diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1452aa7272d92240fd780aef6fec6f1213f02217 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/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/googletest/googletest/src/gtest_main.cc" "/home/job/workspace/virtuallab/build/gtest/googlemock/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_CXX + "GTEST_CREATE_SHARED_LIBRARY=1" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "/usr/src/googletest/googletest/include" + "/usr/src/googletest/googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..83ebedf00162714ec027c041cfcaa0a1fb812a72 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Include any dependencies generated for this target. +include gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/depend.make + +# Include the progress variables for this target. +include gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/progress.make + +# Include the compile flags for this target's objects. +include gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make + +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: /usr/src/googletest/googletest/src/gtest_main.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + cd /home/job/workspace/virtuallab/build/gtest/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /usr/src/googletest/googletest/src/gtest_main.cc + +gtest/googlemock/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/job/workspace/virtuallab/build/gtest/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/googletest/googletest/src/gtest_main.cc > CMakeFiles/gtest_main.dir/src/gtest_main.cc.i + +gtest/googlemock/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/job/workspace/virtuallab/build/gtest/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/googletest/googletest/src/gtest_main.cc -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.s + +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires: + +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires + +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides: gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires + $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides.build +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides + +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides.build: gtest/googlemock/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/googlemock/gtest/libgtest_main.so: gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +gtest/googlemock/gtest/libgtest_main.so: gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make +gtest/googlemock/gtest/libgtest_main.so: gtest/googlemock/gtest/libgtest.so +gtest/googlemock/gtest/libgtest_main.so: gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library libgtest_main.so" + cd /home/job/workspace/virtuallab/build/gtest/googlemock/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/googlemock/gtest/CMakeFiles/gtest_main.dir/build: gtest/googlemock/gtest/libgtest_main.so + +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build + +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/requires: gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires + +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/requires + +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/clean: + cd /home/job/workspace/virtuallab/build/gtest/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean.cmake +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/clean + +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /usr/src/googletest/googletest /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/gtest/googlemock/gtest /home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/depend + diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/cmake_clean.cmake b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..24048f35a317d8fa438e6cfb678bf8b0a7200b8f --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/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() diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/depend.make b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..1d67c1ab524a35ba28518428e16051e4728c8c11 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/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/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..da6a521bedce11c9cc933ba81dd274826cebb7c2 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -fPIC -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers + +CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_main_EXPORTS + +CXX_INCLUDES = -I/usr/src/googletest/googletest/include -I/usr/src/googletest/googletest + diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/link.txt b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9f098c4dd124aab8e90f706047b2e4ad82a2254 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -shared -Wl,-soname,libgtest_main.so -o libgtest_main.so CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -L/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/src -Wl,-rpath,/home/job/workspace/virtuallab/build/gtest/googlemock/gtest/src:/home/job/workspace/virtuallab/build/gtest/googlemock/gtest -lpthread libgtest.so -lpthread diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/progress.make b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..783d35b1dbf149359d330661ac65ed41fdfaca60 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 22 +CMAKE_PROGRESS_2 = 23 + diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/progress.marks b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..573541ac9702dd3969c9bc859d2b91ec1f7e6e56 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/CTestTestfile.cmake b/workspace/virtuallab/build/gtest/googlemock/gtest/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..25a7776f5e8e2137cbf239f7ba98c8ec9b1d49c3 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /usr/src/googletest/googletest +# Build directory: /home/job/workspace/virtuallab/build/gtest/googlemock/gtest +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/workspace/virtuallab/build/gtest/googlemock/gtest/Makefile b/workspace/virtuallab/build/gtest/googlemock/gtest/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..9f31f0734c4abd71d1cb02924b1875e744559837 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/Makefile @@ -0,0 +1,288 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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: preinstall/fast + @$(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/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.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/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: preinstall/fast + @$(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/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 + +# 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 + +# The main all target +all: cmake_check_build_system + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles /home/job/workspace/virtuallab/build/gtest/googlemock/gtest/CMakeFiles/progress.marks + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/gtest/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/gtest/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/gtest/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/gtest/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/rule +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/rule + +# Convenience name for target. +gtest_main: gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/rule + +.PHONY : gtest_main + +# fast build rule for target. +gtest_main/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build +.PHONY : gtest_main/fast + +# Convenience name for target. +gtest/googlemock/gtest/CMakeFiles/gtest.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/gtest/CMakeFiles/gtest.dir/rule +.PHONY : gtest/googlemock/gtest/CMakeFiles/gtest.dir/rule + +# Convenience name for target. +gtest: gtest/googlemock/gtest/CMakeFiles/gtest.dir/rule + +.PHONY : gtest + +# fast build rule for target. +gtest/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest.dir/build +.PHONY : gtest/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/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make gtest/googlemock/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/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make gtest/googlemock/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/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make gtest/googlemock/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/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make gtest/googlemock/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/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make gtest/googlemock/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/job/workspace/virtuallab/build && $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make gtest/googlemock/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 "... install/strip" + @echo "... install" + @echo "... edit_cache" + @echo "... install/local" + @echo "... test" + @echo "... gtest_main" + @echo "... list_install_components" + @echo "... gtest" + @echo "... rebuild_cache" + @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/job/workspace/virtuallab/build && $(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/workspace/virtuallab/build/gtest/googlemock/gtest/cmake_install.cmake b/workspace/virtuallab/build/gtest/googlemock/gtest/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..421c5896d269075a2b1a41f3271d37f4cf771808 --- /dev/null +++ b/workspace/virtuallab/build/gtest/googlemock/gtest/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /usr/src/googletest/googletest + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/job/workspace/virtuallab/install") +endif() +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() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/CMakeDirectoryInformation.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..4a474ec0395ccfaae187d64c04cdc6491538ab7a --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/job/workspace/virtuallab/src") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/job/workspace/virtuallab/build") + +# 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/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..0ed53384ea0142c290506655717f9c65353679b2 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_gencpp. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_gencpp.dir/progress.make + +image_process_gencpp: image_process/CMakeFiles/image_process_gencpp.dir/build.make + +.PHONY : image_process_gencpp + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_gencpp.dir/build: image_process_gencpp + +.PHONY : image_process/CMakeFiles/image_process_gencpp.dir/build + +image_process/CMakeFiles/image_process_gencpp.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_gencpp.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_gencpp.dir/clean + +image_process/CMakeFiles/image_process_gencpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_gencpp.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..6107ce9120bbe83af5c075326589ef48259fb259 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_gencpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gencpp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..b6971cf341583a5b3ecf45631281c747802686ef --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_generate_messages. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_generate_messages.dir/progress.make + +image_process_generate_messages: image_process/CMakeFiles/image_process_generate_messages.dir/build.make + +.PHONY : image_process_generate_messages + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_generate_messages.dir/build: image_process_generate_messages + +.PHONY : image_process/CMakeFiles/image_process_generate_messages.dir/build + +image_process/CMakeFiles/image_process_generate_messages.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_generate_messages.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_generate_messages.dir/clean + +image_process/CMakeFiles/image_process_generate_messages.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_generate_messages.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..b2814d07d9c5159696cf481edce64a1773ab8eb7 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_generate_messages.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/depend.internal b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/depend.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..ecec6dd35321ece117036278d1d99c23643b8e4b --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_generate_messages_cpp. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_generate_messages_cpp.dir/progress.make + +image_process_generate_messages_cpp: image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build.make + +.PHONY : image_process_generate_messages_cpp + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build: image_process_generate_messages_cpp + +.PHONY : image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build + +image_process/CMakeFiles/image_process_generate_messages_cpp.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_generate_messages_cpp.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_generate_messages_cpp.dir/clean + +image_process/CMakeFiles/image_process_generate_messages_cpp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_generate_messages_cpp.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..86245393b4043d0bb6c729cec68dc83d114dd1b4 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_generate_messages_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/depend.internal b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/depend.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_cpp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..c14fc096e74fe81d6525b3e828f0d6ca5b397a9c --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/build.make @@ -0,0 +1,81 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_generate_messages_eus. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_generate_messages_eus.dir/progress.make + +image_process/CMakeFiles/image_process_generate_messages_eus: /home/job/workspace/virtuallab/devel/share/roseus/ros/image_process/manifest.l + + +/home/job/workspace/virtuallab/devel/share/roseus/ros/image_process/manifest.l: /opt/ros/melodic/lib/geneus/gen_eus.py + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/job/workspace/virtuallab/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating EusLisp manifest code for image_process" + cd /home/job/workspace/virtuallab/build/image_process && ../catkin_generated/env_cached.sh /usr/bin/python2 /opt/ros/melodic/share/geneus/cmake/../../../lib/geneus/gen_eus.py -m -o /home/job/workspace/virtuallab/devel/share/roseus/ros/image_process image_process std_msgs + +image_process_generate_messages_eus: image_process/CMakeFiles/image_process_generate_messages_eus +image_process_generate_messages_eus: /home/job/workspace/virtuallab/devel/share/roseus/ros/image_process/manifest.l +image_process_generate_messages_eus: image_process/CMakeFiles/image_process_generate_messages_eus.dir/build.make + +.PHONY : image_process_generate_messages_eus + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_generate_messages_eus.dir/build: image_process_generate_messages_eus + +.PHONY : image_process/CMakeFiles/image_process_generate_messages_eus.dir/build + +image_process/CMakeFiles/image_process_generate_messages_eus.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_generate_messages_eus.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_generate_messages_eus.dir/clean + +image_process/CMakeFiles/image_process_generate_messages_eus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_generate_messages_eus.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..5fe09b8e6598c9e07af71f91c939a8f7aaf05056 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/image_process_generate_messages_eus" + "/home/job/workspace/virtuallab/devel/share/roseus/ros/image_process/manifest.l" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_generate_messages_eus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/depend.internal b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/depend.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..44101e16063db08b96958288820ad27130cc25f4 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_eus.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 24 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..c55909b22876181d22264333ec38b82afad692ea --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_generate_messages_lisp. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_generate_messages_lisp.dir/progress.make + +image_process_generate_messages_lisp: image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build.make + +.PHONY : image_process_generate_messages_lisp + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build: image_process_generate_messages_lisp + +.PHONY : image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build + +image_process/CMakeFiles/image_process_generate_messages_lisp.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_generate_messages_lisp.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_generate_messages_lisp.dir/clean + +image_process/CMakeFiles/image_process_generate_messages_lisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_generate_messages_lisp.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..c7886cb3c590f29e72aaf2bd711554959deff322 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_generate_messages_lisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/depend.internal b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/depend.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_lisp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..63cd1c583c6860057b6f71b2cd40a543323e21ba --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_generate_messages_nodejs. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/progress.make + +image_process_generate_messages_nodejs: image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build.make + +.PHONY : image_process_generate_messages_nodejs + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build: image_process_generate_messages_nodejs + +.PHONY : image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build + +image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_generate_messages_nodejs.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/clean + +image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..995d33d612ca386ba49f88b42103c42cd6e4eac2 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_generate_messages_nodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/depend.internal b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/depend.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..4617e98926e349d927d7f054d3da3b5e05fdbb7e --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_generate_messages_py. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_generate_messages_py.dir/progress.make + +image_process_generate_messages_py: image_process/CMakeFiles/image_process_generate_messages_py.dir/build.make + +.PHONY : image_process_generate_messages_py + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_generate_messages_py.dir/build: image_process_generate_messages_py + +.PHONY : image_process/CMakeFiles/image_process_generate_messages_py.dir/build + +image_process/CMakeFiles/image_process_generate_messages_py.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_generate_messages_py.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_generate_messages_py.dir/clean + +image_process/CMakeFiles/image_process_generate_messages_py.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_generate_messages_py.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..db405be64f41b345bdda891b62bed32a69d07863 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_generate_messages_py.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/depend.internal b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/depend.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_generate_messages_py.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..81de42d292be8069af208d25e9062f4d4c306c0c --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_geneus. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_geneus.dir/progress.make + +image_process_geneus: image_process/CMakeFiles/image_process_geneus.dir/build.make + +.PHONY : image_process_geneus + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_geneus.dir/build: image_process_geneus + +.PHONY : image_process/CMakeFiles/image_process_geneus.dir/build + +image_process/CMakeFiles/image_process_geneus.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_geneus.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_geneus.dir/clean + +image_process/CMakeFiles/image_process_geneus.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_geneus.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..0e07e7f39e5e0b0f7b4dff2bbc71dcc34026d8ec --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_geneus.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_geneus.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..2db790e9e8c2701c43fbf54ac212b84758423238 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_genlisp. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_genlisp.dir/progress.make + +image_process_genlisp: image_process/CMakeFiles/image_process_genlisp.dir/build.make + +.PHONY : image_process_genlisp + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_genlisp.dir/build: image_process_genlisp + +.PHONY : image_process/CMakeFiles/image_process_genlisp.dir/build + +image_process/CMakeFiles/image_process_genlisp.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_genlisp.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_genlisp.dir/clean + +image_process/CMakeFiles/image_process_genlisp.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_genlisp.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1f13e9c7c39f211cc1c08b0c0945c430b65b364f --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_genlisp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genlisp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..7ed73f1b92b735f53e8e2be56f5d609a0c161ce8 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_gennodejs. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_gennodejs.dir/progress.make + +image_process_gennodejs: image_process/CMakeFiles/image_process_gennodejs.dir/build.make + +.PHONY : image_process_gennodejs + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_gennodejs.dir/build: image_process_gennodejs + +.PHONY : image_process/CMakeFiles/image_process_gennodejs.dir/build + +image_process/CMakeFiles/image_process_gennodejs.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_gennodejs.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_gennodejs.dir/clean + +image_process/CMakeFiles/image_process_gennodejs.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_gennodejs.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..6b46ff14b74a77378c53b7289df68e79c5cade8f --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_gennodejs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_gennodejs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/DependInfo.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/build.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..be99cb2f33b3d98231e06ebd037d3a039a03b75c --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for image_process_genpy. + +# Include the progress variables for this target. +include image_process/CMakeFiles/image_process_genpy.dir/progress.make + +image_process_genpy: image_process/CMakeFiles/image_process_genpy.dir/build.make + +.PHONY : image_process_genpy + +# Rule to build all files generated by this target. +image_process/CMakeFiles/image_process_genpy.dir/build: image_process_genpy + +.PHONY : image_process/CMakeFiles/image_process_genpy.dir/build + +image_process/CMakeFiles/image_process_genpy.dir/clean: + cd /home/job/workspace/virtuallab/build/image_process && $(CMAKE_COMMAND) -P CMakeFiles/image_process_genpy.dir/cmake_clean.cmake +.PHONY : image_process/CMakeFiles/image_process_genpy.dir/clean + +image_process/CMakeFiles/image_process_genpy.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/image_process /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/image_process /home/job/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : image_process/CMakeFiles/image_process_genpy.dir/depend + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/cmake_clean.cmake b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..20686725197505a1e4699ffd22212e43e1cc7734 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/image_process_genpy.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/progress.make b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/image_process_genpy.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/image_process/CMakeFiles/progress.marks b/workspace/virtuallab/build/image_process/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..d00491fd7e5bb6fa28c517a0bb32b8b506539d4d --- /dev/null +++ b/workspace/virtuallab/build/image_process/CMakeFiles/progress.marks @@ -0,0 +1 @@ +1 diff --git a/workspace/virtuallab/build/image_process/CTestTestfile.cmake b/workspace/virtuallab/build/image_process/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..321c7be82fd203fc6d283011364962512b76b875 --- /dev/null +++ b/workspace/virtuallab/build/image_process/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/job/workspace/virtuallab/src/image_process +# Build directory: /home/job/workspace/virtuallab/build/image_process +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/workspace/virtuallab/build/image_process/Makefile b/workspace/virtuallab/build/image_process/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..6f5baa997200e72c1f2d6b2a43fb03c420435ddf --- /dev/null +++ b/workspace/virtuallab/build/image_process/Makefile @@ -0,0 +1,372 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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: preinstall/fast + @$(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/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: preinstall/fast + @$(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/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_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 + +# 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 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 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 + +# The main all target +all: cmake_check_build_system + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles /home/job/workspace/virtuallab/build/image_process/CMakeFiles/progress.marks + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +image_process/CMakeFiles/image_process_generate_messages_lisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages_lisp.dir/rule +.PHONY : image_process/CMakeFiles/image_process_generate_messages_lisp.dir/rule + +# Convenience name for target. +image_process_generate_messages_lisp: image_process/CMakeFiles/image_process_generate_messages_lisp.dir/rule + +.PHONY : image_process_generate_messages_lisp + +# fast build rule for target. +image_process_generate_messages_lisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build.make image_process/CMakeFiles/image_process_generate_messages_lisp.dir/build +.PHONY : image_process_generate_messages_lisp/fast + +# Convenience name for target. +image_process/CMakeFiles/image_process_geneus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_geneus.dir/rule +.PHONY : image_process/CMakeFiles/image_process_geneus.dir/rule + +# Convenience name for target. +image_process_geneus: image_process/CMakeFiles/image_process_geneus.dir/rule + +.PHONY : image_process_geneus + +# fast build rule for target. +image_process_geneus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_geneus.dir/build.make image_process/CMakeFiles/image_process_geneus.dir/build +.PHONY : image_process_geneus/fast + +# Convenience name for target. +image_process/CMakeFiles/image_process_generate_messages_eus.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages_eus.dir/rule +.PHONY : image_process/CMakeFiles/image_process_generate_messages_eus.dir/rule + +# Convenience name for target. +image_process_generate_messages_eus: image_process/CMakeFiles/image_process_generate_messages_eus.dir/rule + +.PHONY : image_process_generate_messages_eus + +# fast build rule for target. +image_process_generate_messages_eus/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_eus.dir/build.make image_process/CMakeFiles/image_process_generate_messages_eus.dir/build +.PHONY : image_process_generate_messages_eus/fast + +# Convenience name for target. +image_process/CMakeFiles/image_process_generate_messages.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages.dir/rule +.PHONY : image_process/CMakeFiles/image_process_generate_messages.dir/rule + +# Convenience name for target. +image_process_generate_messages: image_process/CMakeFiles/image_process_generate_messages.dir/rule + +.PHONY : image_process_generate_messages + +# fast build rule for target. +image_process_generate_messages/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages.dir/build.make image_process/CMakeFiles/image_process_generate_messages.dir/build +.PHONY : image_process_generate_messages/fast + +# Convenience name for target. +image_process/CMakeFiles/image_process_genlisp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_genlisp.dir/rule +.PHONY : image_process/CMakeFiles/image_process_genlisp.dir/rule + +# Convenience name for target. +image_process_genlisp: image_process/CMakeFiles/image_process_genlisp.dir/rule + +.PHONY : image_process_genlisp + +# fast build rule for target. +image_process_genlisp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_genlisp.dir/build.make image_process/CMakeFiles/image_process_genlisp.dir/build +.PHONY : image_process_genlisp/fast + +# Convenience name for target. +image_process/CMakeFiles/image_process_gencpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_gencpp.dir/rule +.PHONY : image_process/CMakeFiles/image_process_gencpp.dir/rule + +# Convenience name for target. +image_process_gencpp: image_process/CMakeFiles/image_process_gencpp.dir/rule + +.PHONY : image_process_gencpp + +# fast build rule for target. +image_process_gencpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_gencpp.dir/build.make image_process/CMakeFiles/image_process_gencpp.dir/build +.PHONY : image_process_gencpp/fast + +# Convenience name for target. +image_process/CMakeFiles/image_process_generate_messages_cpp.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages_cpp.dir/rule +.PHONY : image_process/CMakeFiles/image_process_generate_messages_cpp.dir/rule + +# Convenience name for target. +image_process_generate_messages_cpp: image_process/CMakeFiles/image_process_generate_messages_cpp.dir/rule + +.PHONY : image_process_generate_messages_cpp + +# fast build rule for target. +image_process_generate_messages_cpp/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build.make image_process/CMakeFiles/image_process_generate_messages_cpp.dir/build +.PHONY : image_process_generate_messages_cpp/fast + +# Convenience name for target. +image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/rule +.PHONY : image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/rule + +# Convenience name for target. +image_process_generate_messages_nodejs: image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/rule + +.PHONY : image_process_generate_messages_nodejs + +# fast build rule for target. +image_process_generate_messages_nodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build.make image_process/CMakeFiles/image_process_generate_messages_nodejs.dir/build +.PHONY : image_process_generate_messages_nodejs/fast + +# Convenience name for target. +image_process/CMakeFiles/image_process_gennodejs.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_gennodejs.dir/rule +.PHONY : image_process/CMakeFiles/image_process_gennodejs.dir/rule + +# Convenience name for target. +image_process_gennodejs: image_process/CMakeFiles/image_process_gennodejs.dir/rule + +.PHONY : image_process_gennodejs + +# fast build rule for target. +image_process_gennodejs/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_gennodejs.dir/build.make image_process/CMakeFiles/image_process_gennodejs.dir/build +.PHONY : image_process_gennodejs/fast + +# Convenience name for target. +image_process/CMakeFiles/image_process_generate_messages_py.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_generate_messages_py.dir/rule +.PHONY : image_process/CMakeFiles/image_process_generate_messages_py.dir/rule + +# Convenience name for target. +image_process_generate_messages_py: image_process/CMakeFiles/image_process_generate_messages_py.dir/rule + +.PHONY : image_process_generate_messages_py + +# fast build rule for target. +image_process_generate_messages_py/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_generate_messages_py.dir/build.make image_process/CMakeFiles/image_process_generate_messages_py.dir/build +.PHONY : image_process_generate_messages_py/fast + +# Convenience name for target. +image_process/CMakeFiles/image_process_genpy.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 image_process/CMakeFiles/image_process_genpy.dir/rule +.PHONY : image_process/CMakeFiles/image_process_genpy.dir/rule + +# Convenience name for target. +image_process_genpy: image_process/CMakeFiles/image_process_genpy.dir/rule + +.PHONY : image_process_genpy + +# fast build rule for target. +image_process_genpy/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f image_process/CMakeFiles/image_process_genpy.dir/build.make image_process/CMakeFiles/image_process_genpy.dir/build +.PHONY : image_process_genpy/fast + +# 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 "... image_process_generate_messages_lisp" + @echo "... image_process_geneus" + @echo "... install/local" + @echo "... image_process_generate_messages_eus" + @echo "... image_process_generate_messages" + @echo "... install/strip" + @echo "... image_process_genlisp" + @echo "... edit_cache" + @echo "... image_process_gencpp" + @echo "... image_process_generate_messages_cpp" + @echo "... test" + @echo "... image_process_generate_messages_nodejs" + @echo "... image_process_gennodejs" + @echo "... image_process_generate_messages_py" + @echo "... install" + @echo "... rebuild_cache" + @echo "... image_process_genpy" + @echo "... list_install_components" +.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/job/workspace/virtuallab/build && $(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/workspace/virtuallab/build/image_process/catkin_generated/image_process-msg-extras.cmake.develspace.in b/workspace/virtuallab/build/image_process/catkin_generated/image_process-msg-extras.cmake.develspace.in new file mode 100644 index 0000000000000000000000000000000000000000..52831efb0d5b0969e4bacb175399e234851c018f --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/image_process-msg-extras.cmake.develspace.in @@ -0,0 +1,2 @@ +set(image_process_MESSAGE_FILES "") +set(image_process_SERVICE_FILES "") diff --git a/workspace/virtuallab/build/image_process/catkin_generated/image_process-msg-extras.cmake.installspace.in b/workspace/virtuallab/build/image_process/catkin_generated/image_process-msg-extras.cmake.installspace.in new file mode 100644 index 0000000000000000000000000000000000000000..52831efb0d5b0969e4bacb175399e234851c018f --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/image_process-msg-extras.cmake.installspace.in @@ -0,0 +1,2 @@ +set(image_process_MESSAGE_FILES "") +set(image_process_SERVICE_FILES "") diff --git a/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process-msg-extras.cmake b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process-msg-extras.cmake new file mode 100644 index 0000000000000000000000000000000000000000..52831efb0d5b0969e4bacb175399e234851c018f --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process-msg-extras.cmake @@ -0,0 +1,2 @@ +set(image_process_MESSAGE_FILES "") +set(image_process_SERVICE_FILES "") diff --git a/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process-msg-paths.cmake b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process-msg-paths.cmake new file mode 100644 index 0000000000000000000000000000000000000000..3ccee66feb13518584ff6fa1a0a580d8334c68ed --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process-msg-paths.cmake @@ -0,0 +1,4 @@ +# generated from genmsg/cmake/pkg-msg-paths.cmake.installspace.in + +_prepend_path("${image_process_DIR}/.." "" image_process_MSG_INCLUDE_DIRS UNIQUE) +set(image_process_MSG_DEPENDENCIES std_msgs) diff --git a/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process.pc b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process.pc new file mode 100644 index 0000000000000000000000000000000000000000..118fa7c9f5e34c9e73513f6f65032320efb5ed4d --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/install + +Name: image_process +Description: Description of image_process +Version: 0.0.0 +Cflags: +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process.py b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process.py new file mode 100755 index 0000000000000000000000000000000000000000..c2b237b9b108189ac5585ec6e8aec0595999317c --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process.py @@ -0,0 +1,129 @@ +#!/usr/bin/env python2 + + +import rospy +from sensor_msgs.msg import Image +from cv_bridge import CvBridge + +import cv2 +import os +import numpy as np +import tensorflow as tf + +class Nodo(object): + def __init__(self): + # Params + self.image1 = None + self.image2 = None + self.image3 = None + self.image4 = None + + self.camera = 0 + + self.br = CvBridge() + # Node cycle rate (in Hz). + self.loop_rate = rospy.Rate(1) + + # Publishers + self.pub1 = rospy.Publisher('warpedImage/camera1', Image,queue_size=10) + self.pub2 = rospy.Publisher('warpedImage/camera2', Image,queue_size=10) + self.pub3 = rospy.Publisher('warpedImage/camera3', Image,queue_size=10) + self.pub4 = rospy.Publisher('warpedImage/camera4', Image,queue_size=10) + + # Subscribers + rospy.Subscriber("/camera01/rgb/image_raw",Image,self.callback1) + rospy.Subscriber("/camera02/rgb/image_raw",Image,self.callback2) + rospy.Subscriber("/camera03/rgb/image_raw",Image,self.callback3) + rospy.Subscriber("/camera04/rgb/image_raw",Image,self.callback4) + + #vertices + self.src=np.float32([[0,360], [245,225], [560,225], [790,360]]) + self.dst= np.float32([[10 ,700], [10 ,100], [610 ,100], [610 ,700]]) + self.vertices = np.array([self.src], dtype=np.int32) + + def callback1(self, msg): + rospy.loginfo('Image received from camera 1...') + self.image1 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback2(self, msg): + rospy.loginfo('Image received from camera 2...') + self.image2 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback3(self, msg): + rospy.loginfo('Image received from camera 3...') + self.image3 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback4(self, msg): + rospy.loginfo('Image received from camera 4...') + self.image4 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + + def WarpPerspective(image): + M = cv2.getPerspectiveTransform(self.src, self.dst) + Minv = cv2.getPerspectiveTransform(self.dst, self.src) + return Minv, cv2.warpPerspective(image, M, (image.shape[1],image.shape[0]), flags=cv2.INTER_LINEAR) + + def start(self): + rospy.loginfo("Timing images") + #rospy.spin() + while not rospy.is_shutdown(): + rospy.loginfo('publishing image') + + if self.image1 is not None: + #gray = cv2.cvtColor(self.image, cv2.COLOR_BGR2GRAY) + #frame = np.asarray(gray) + #occurrences = np.count_nonzero(frame == 255) + #hello = tf.constant("hello TensorFlow!") + #sess=tf.Session() + #print sess.run(hello) + + roi_image1 = cv2.polylines(self.image1.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image1 = cv2.warpPerspective(self.image1.copy(), M, (self.image1.shape[1],self.image1.shape[0]), flags=cv2.INTER_LINEAR) + + #M, warped_image = self.WarpPerspective(self.image.copy()) + + self.pub1.publish(self.br.cv2_to_imgmsg(warped_image1 , 'bgr8')) + + + if self.image2 is not None: + + roi_image2 = cv2.polylines(self.image2.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image2 = cv2.warpPerspective(self.image2.copy(), M, (self.image2.shape[1],self.image2.shape[0]), flags=cv2.INTER_LINEAR) + + self.pub2.publish(self.br.cv2_to_imgmsg(warped_image2 , 'bgr8')) + + + if self.image3 is not None: + + roi_image3 = cv2.polylines(self.image3.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image3 = cv2.warpPerspective(self.image3.copy(), M, (self.image3.shape[1],self.image3.shape[0]), flags=cv2.INTER_LINEAR) + + self.pub3.publish(self.br.cv2_to_imgmsg(warped_image3 , 'bgr8')) + + + if self.image4 is not None: + + roi_image4 = cv2.polylines(self.image4.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image4 = cv2.warpPerspective(self.image4.copy(), M, (self.image4.shape[1],self.image4.shape[0]), flags=cv2.INTER_LINEAR) + + self.pub4.publish(self.br.cv2_to_imgmsg(warped_image4 , 'bgr8')) + + + self.loop_rate.sleep() + +if __name__ == '__main__': + rospy.init_node("warped_image", anonymous=True) + my_node = Nodo() + my_node.start() diff --git a/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_processConfig-version.cmake b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_processConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0 --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_processConfig-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/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_processConfig.cmake b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_processConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..af24e50537b4e0f129a8cec3388f837a81cd6b89 --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_processConfig.cmake @@ -0,0 +1,223 @@ +# 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(image_process_CONFIG_INCLUDED) + return() +endif() +set(image_process_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("FALSE" STREQUAL "TRUE") + set(image_process_SOURCE_PREFIX /home/job/workspace/virtuallab/src/image_process) + set(image_process_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(image_process_INSTALL_PREFIX "") + set(image_process_PREFIX ${image_process_DEVEL_PREFIX}) +else() + set(image_process_SOURCE_PREFIX "") + set(image_process_DEVEL_PREFIX "") + set(image_process_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(image_process_PREFIX ${image_process_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'image_process' 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(image_process_FOUND_CATKIN_PROJECT TRUE) + +if(NOT " " STREQUAL " ") + set(image_process_INCLUDE_DIRS "") + set(_include_dirs "") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT " " STREQUAL " ") + set(_report "Check the website '' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'job ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${image_process_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'image_process' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'image_process' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '\${prefix}/${idir}'. ${_report}") + endif() + _list_append_unique(image_process_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND image_process_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND image_process_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT image_process_NUM_DUMMY_TARGETS) + set(image_process_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::image_process::wrapped-linker-option${image_process_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR image_process_NUM_DUMMY_TARGETS "${image_process_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::image_process::wrapped-linker-option${image_process_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND image_process_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND image_process_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND image_process_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/job/workspace/virtuallab/install/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(image_process_LIBRARY_DIRS ${lib_path}) + list(APPEND image_process_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 'image_process'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND image_process_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(image_process_EXPORTED_TARGETS "image_process_generate_messages_cpp;image_process_generate_messages_eus;image_process_generate_messages_lisp;image_process_generate_messages_nodejs;image_process_generate_messages_py") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${image_process_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 image_process_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${image_process_dep}_FOUND) + find_package(${image_process_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${image_process_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(image_process_INCLUDE_DIRS ${${image_process_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(image_process_LIBRARIES ${image_process_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${image_process_dep}_LIBRARIES}) + _list_append_deduplicate(image_process_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(image_process_LIBRARIES ${image_process_LIBRARIES}) + + _list_append_unique(image_process_LIBRARY_DIRS ${${image_process_dep}_LIBRARY_DIRS}) + list(APPEND image_process_EXPORTED_TARGETS ${${image_process_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "image_process-msg-extras.cmake") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${image_process_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/build/image_process/catkin_generated/ordered_paths.cmake b/workspace/virtuallab/build/image_process/catkin_generated/ordered_paths.cmake new file mode 100644 index 0000000000000000000000000000000000000000..88ba1d8af01839a303cdb6a7d83aacc7be67e6ab --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/ordered_paths.cmake @@ -0,0 +1 @@ +set(ORDERED_PATHS "/opt/ros/melodic/lib") \ No newline at end of file diff --git a/workspace/virtuallab/build/image_process/catkin_generated/package.cmake b/workspace/virtuallab/build/image_process/catkin_generated/package.cmake new file mode 100644 index 0000000000000000000000000000000000000000..93d1e953c095f83bbe24b8cbe9c49ba65d49c78d --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/package.cmake @@ -0,0 +1,16 @@ +set(_CATKIN_CURRENT_PACKAGE "image_process") +set(image_process_VERSION "0.0.0") +set(image_process_MAINTAINER "job ") +set(image_process_PACKAGE_FORMAT "2") +set(image_process_BUILD_DEPENDS "message_generation" "roscpp" "rospy" "std_msgs") +set(image_process_BUILD_EXPORT_DEPENDS "roscpp" "rospy" "std_msgs") +set(image_process_BUILDTOOL_DEPENDS "catkin") +set(image_process_BUILDTOOL_EXPORT_DEPENDS ) +set(image_process_EXEC_DEPENDS "roscpp" "rospy" "std_msgs") +set(image_process_RUN_DEPENDS "roscpp" "rospy" "std_msgs") +set(image_process_TEST_DEPENDS ) +set(image_process_DOC_DEPENDS ) +set(image_process_URL_WEBSITE "") +set(image_process_URL_BUGTRACKER "") +set(image_process_URL_REPOSITORY "") +set(image_process_DEPRECATED "") \ No newline at end of file diff --git a/workspace/virtuallab/build/image_process/catkin_generated/pkg.develspace.context.pc.py b/workspace/virtuallab/build/image_process/catkin_generated/pkg.develspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..267fac108addfab0120332b2467331ed4e8b647a --- /dev/null +++ b/workspace/virtuallab/build/image_process/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 = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "image_process" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/devel" +PROJECT_VERSION = "0.0.0" diff --git a/workspace/virtuallab/build/image_process/catkin_generated/pkg.installspace.context.pc.py b/workspace/virtuallab/build/image_process/catkin_generated/pkg.installspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..1943711278ca2adcd57eea13a41b65af7fa431fa --- /dev/null +++ b/workspace/virtuallab/build/image_process/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 = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "image_process" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/install" +PROJECT_VERSION = "0.0.0" diff --git a/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/image_process.py.stamp b/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/image_process.py.stamp new file mode 100755 index 0000000000000000000000000000000000000000..c2b237b9b108189ac5585ec6e8aec0595999317c --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/image_process.py.stamp @@ -0,0 +1,129 @@ +#!/usr/bin/env python2 + + +import rospy +from sensor_msgs.msg import Image +from cv_bridge import CvBridge + +import cv2 +import os +import numpy as np +import tensorflow as tf + +class Nodo(object): + def __init__(self): + # Params + self.image1 = None + self.image2 = None + self.image3 = None + self.image4 = None + + self.camera = 0 + + self.br = CvBridge() + # Node cycle rate (in Hz). + self.loop_rate = rospy.Rate(1) + + # Publishers + self.pub1 = rospy.Publisher('warpedImage/camera1', Image,queue_size=10) + self.pub2 = rospy.Publisher('warpedImage/camera2', Image,queue_size=10) + self.pub3 = rospy.Publisher('warpedImage/camera3', Image,queue_size=10) + self.pub4 = rospy.Publisher('warpedImage/camera4', Image,queue_size=10) + + # Subscribers + rospy.Subscriber("/camera01/rgb/image_raw",Image,self.callback1) + rospy.Subscriber("/camera02/rgb/image_raw",Image,self.callback2) + rospy.Subscriber("/camera03/rgb/image_raw",Image,self.callback3) + rospy.Subscriber("/camera04/rgb/image_raw",Image,self.callback4) + + #vertices + self.src=np.float32([[0,360], [245,225], [560,225], [790,360]]) + self.dst= np.float32([[10 ,700], [10 ,100], [610 ,100], [610 ,700]]) + self.vertices = np.array([self.src], dtype=np.int32) + + def callback1(self, msg): + rospy.loginfo('Image received from camera 1...') + self.image1 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback2(self, msg): + rospy.loginfo('Image received from camera 2...') + self.image2 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback3(self, msg): + rospy.loginfo('Image received from camera 3...') + self.image3 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback4(self, msg): + rospy.loginfo('Image received from camera 4...') + self.image4 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + + def WarpPerspective(image): + M = cv2.getPerspectiveTransform(self.src, self.dst) + Minv = cv2.getPerspectiveTransform(self.dst, self.src) + return Minv, cv2.warpPerspective(image, M, (image.shape[1],image.shape[0]), flags=cv2.INTER_LINEAR) + + def start(self): + rospy.loginfo("Timing images") + #rospy.spin() + while not rospy.is_shutdown(): + rospy.loginfo('publishing image') + + if self.image1 is not None: + #gray = cv2.cvtColor(self.image, cv2.COLOR_BGR2GRAY) + #frame = np.asarray(gray) + #occurrences = np.count_nonzero(frame == 255) + #hello = tf.constant("hello TensorFlow!") + #sess=tf.Session() + #print sess.run(hello) + + roi_image1 = cv2.polylines(self.image1.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image1 = cv2.warpPerspective(self.image1.copy(), M, (self.image1.shape[1],self.image1.shape[0]), flags=cv2.INTER_LINEAR) + + #M, warped_image = self.WarpPerspective(self.image.copy()) + + self.pub1.publish(self.br.cv2_to_imgmsg(warped_image1 , 'bgr8')) + + + if self.image2 is not None: + + roi_image2 = cv2.polylines(self.image2.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image2 = cv2.warpPerspective(self.image2.copy(), M, (self.image2.shape[1],self.image2.shape[0]), flags=cv2.INTER_LINEAR) + + self.pub2.publish(self.br.cv2_to_imgmsg(warped_image2 , 'bgr8')) + + + if self.image3 is not None: + + roi_image3 = cv2.polylines(self.image3.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image3 = cv2.warpPerspective(self.image3.copy(), M, (self.image3.shape[1],self.image3.shape[0]), flags=cv2.INTER_LINEAR) + + self.pub3.publish(self.br.cv2_to_imgmsg(warped_image3 , 'bgr8')) + + + if self.image4 is not None: + + roi_image4 = cv2.polylines(self.image4.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image4 = cv2.warpPerspective(self.image4.copy(), M, (self.image4.shape[1],self.image4.shape[0]), flags=cv2.INTER_LINEAR) + + self.pub4.publish(self.br.cv2_to_imgmsg(warped_image4 , 'bgr8')) + + + self.loop_rate.sleep() + +if __name__ == '__main__': + rospy.init_node("warped_image", anonymous=True) + my_node = Nodo() + my_node.start() diff --git a/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/package.xml.stamp b/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/package.xml.stamp new file mode 100644 index 0000000000000000000000000000000000000000..67244f9e5da8970d3faaeca392cf5d450771079b --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/package.xml.stamp @@ -0,0 +1,69 @@ + + + image_process + 0.0.0 + The image_process package + + + + + job + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + message_generation + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + + + + + + + + diff --git a/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/pkg-genmsg.cmake.em.stamp b/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/pkg-genmsg.cmake.em.stamp new file mode 100644 index 0000000000000000000000000000000000000000..f02628ffbd7abc1e9b5c22d15f6d61e8bb930b42 --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/pkg-genmsg.cmake.em.stamp @@ -0,0 +1,166 @@ +# generated from genmsg/cmake/pkg-genmsg.cmake.em + +@{ +import os +import sys + +import genmsg +import genmsg.base +genmsg.base.log_verbose('GENMSG_VERBOSE' in os.environ) +import genmsg.deps +import genmsg.gentools + +# split incoming variables +messages = messages_str.split(';') if messages_str != '' else [] +services = services_str.split(';') if services_str != '' else [] +dependencies = dependencies_str.split(';') if dependencies_str != '' else [] +dep_search_paths = dep_include_paths_str.split(';') if dep_include_paths_str != '' else [] + +dep_search_paths_dict = {} +dep_search_paths_tuple_list = [] +is_even = True +for val in dep_search_paths: + if is_even: + dep_search_paths_dict.setdefault(val, []) + val_prev = val + is_even = False + else: + dep_search_paths_dict[val_prev].append(val) + dep_search_paths_tuple_list.append((val_prev, val)) + is_even = True +dep_search_paths = dep_search_paths_dict + +if not messages and not services: + print('message(WARNING "Invoking generate_messages() without having added any message or service file before.\nYou should either add add_message_files() and/or add_service_files() calls or remove the invocation of generate_messages().")') + +msg_deps = {} +msg_dep_types = {} +for m in messages: + try: + _deps = genmsg.deps.find_msg_dependencies_with_type(pkg_name, m, dep_search_paths) + msg_deps[m] = [d[1] for d in _deps] + msg_dep_types[m] = [d[0] for d in _deps] + except genmsg.MsgNotFound as e: + print('message(FATAL_ERROR "Could not find messages which \'%s\' depends on. Did you forget to specify generate_messages(DEPENDENCIES ...)?\n%s")' % (m, str(e).replace('"', '\\"'))) + +srv_deps = {} +srv_dep_types = {} +for s in services: + try: + _deps = genmsg.deps.find_srv_dependencies_with_type(pkg_name, s, dep_search_paths) + srv_deps[s] = [d[1] for d in _deps] + srv_dep_types[s] = [d[0] for d in _deps] + except genmsg.MsgNotFound as e: + print('message(FATAL_ERROR "Could not find messages which \'%s\' depends on. Did you forget to specify generate_messages(DEPENDENCIES ...)?\n%s")' % (s, str(e).replace('"', '\\"'))) + +}@ +message(STATUS "@(pkg_name): @(len(messages)) messages, @(len(services)) services") + +set(MSG_I_FLAGS "@(';'.join(["-I%s:%s" % (dep, dir) for dep, dir in dep_search_paths_tuple_list]))") + +# Find all generators +@[if langs]@ +@[for l in langs.split(';')]@ +find_package(@l REQUIRED) +@[end for]@ +@[end if]@ + +add_custom_target(@(pkg_name)_generate_messages ALL) + +# verify that message/service dependencies have not changed since configure +@{all_deps = dict(list(msg_deps.items()) + list(srv_deps.items()))} +@{all_dep_types = dict(list(msg_dep_types.items()) + list(srv_dep_types.items()))} +@[for f in all_deps.keys()]@ +@{dep_types = ':'.join(all_dep_types[f]).replace('\\','/')} +get_filename_component(_filename "@(f)" NAME_WE) +add_custom_target(_@(pkg_name)_generate_messages_check_deps_${_filename} + COMMAND ${CATKIN_ENV} ${PYTHON_EXECUTABLE} ${GENMSG_CHECK_DEPS_SCRIPT} "@(pkg_name)" "@(f)" "@(dep_types)" +) +@[end for]@# messages and services + +# +# langs = @langs +# + +@[if langs]@ +@[for l in langs.split(';')]@ +### Section generating for lang: @l +### Generating Messages +@[for m in msg_deps.keys()]@ +_generate_msg_@(l[3:])(@pkg_name + "@m" + "${MSG_I_FLAGS}" + "@(';'.join(msg_deps[m]).replace("\\","/"))" + ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name +) +@[end for]@# messages + +### Generating Services +@[for s in srv_deps.keys()]@ +_generate_srv_@(l[3:])(@pkg_name + "@s" + "${MSG_I_FLAGS}" + "@(';'.join(srv_deps[s]).replace("\\","/"))" + ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name +) +@[end for]@# services + +### Generating Module File +_generate_module_@(l[3:])(@pkg_name + ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name + "${ALL_GEN_OUTPUT_FILES_@(l[3:])}" +) + +add_custom_target(@(pkg_name)_generate_messages_@(l[3:]) + DEPENDS ${ALL_GEN_OUTPUT_FILES_@(l[3:])} +) +add_dependencies(@(pkg_name)_generate_messages @(pkg_name)_generate_messages_@(l[3:])) + +# add dependencies to all check dependencies targets +@[for f in all_deps.keys()]@ +get_filename_component(_filename "@(f)" NAME_WE) +add_dependencies(@(pkg_name)_generate_messages_@(l[3:]) _@(pkg_name)_generate_messages_check_deps_${_filename}) +@[end for]@# messages and services + +# target for backward compatibility +add_custom_target(@(pkg_name)_@(l)) +add_dependencies(@(pkg_name)_@(l) @(pkg_name)_generate_messages_@(l[3:])) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS @(pkg_name)_generate_messages_@(l[3:])) + +@[end for]@# langs +@[end if]@ + +@[if langs]@ +@[for l in langs.split(';')]@ + +if(@(l)_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name) +@[if l == 'genpy']@ + install(CODE "execute_process(COMMAND \"@(PYTHON_EXECUTABLE)\" -m compileall \"${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name\")") +@[end if]@ + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name + DESTINATION ${@(l)_INSTALL_DIR} +@[if l == 'genpy' and package_has_static_sources]@ + # skip all init files + PATTERN "__init__.py" EXCLUDE + PATTERN "__init__.pyc" EXCLUDE + ) + # install init files which are not in the root folder of the generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name + DESTINATION ${@(l)_INSTALL_DIR} + FILES_MATCHING + REGEX "${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@(pkg_name)/.+/__init__.pyc?$" +@[end if]@ + ) +endif() +@[for d in dependencies]@ +if(TARGET @(d)_generate_messages_@(l[3:])) + add_dependencies(@(pkg_name)_generate_messages_@(l[3:]) @(d)_generate_messages_@(l[3:])) +endif() +@[end for]@# dependencies +@[end for]@# langs +@[end if]@ diff --git a/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/pkg.pc.em.stamp b/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/pkg.pc.em.stamp new file mode 100644 index 0000000000000000000000000000000000000000..549fb75ce8000c875c316f444238bd1f28dc88c8 --- /dev/null +++ b/workspace/virtuallab/build/image_process/catkin_generated/stamps/image_process/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${prefix}/lib @(' '.join(PKG_CONFIG_LIBRARIES_WITH_PREFIX)) +Requires: @(PROJECT_CATKIN_DEPENDS) diff --git a/workspace/virtuallab/build/image_process/cmake/image_process-genmsg-context.py b/workspace/virtuallab/build/image_process/cmake/image_process-genmsg-context.py new file mode 100644 index 0000000000000000000000000000000000000000..dd2063b06904e4dffe0a309ae9be25a03cb67e81 --- /dev/null +++ b/workspace/virtuallab/build/image_process/cmake/image_process-genmsg-context.py @@ -0,0 +1,11 @@ +# generated from genmsg/cmake/pkg-genmsg.context.in + +messages_str = "" +services_str = "" +pkg_name = "image_process" +dependencies_str = "std_msgs" +langs = "gencpp;geneus;genlisp;gennodejs;genpy" +dep_include_paths_str = "std_msgs;/opt/ros/melodic/share/std_msgs/cmake/../msg" +PYTHON_EXECUTABLE = "/usr/bin/python2" +package_has_static_sources = '' == 'TRUE' +genmsg_check_deps_script = "/opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py" diff --git a/workspace/virtuallab/build/image_process/cmake/image_process-genmsg.cmake b/workspace/virtuallab/build/image_process/cmake/image_process-genmsg.cmake new file mode 100644 index 0000000000000000000000000000000000000000..cde5ccb110dd85f2f7eae59e29308b5f76a006f5 --- /dev/null +++ b/workspace/virtuallab/build/image_process/cmake/image_process-genmsg.cmake @@ -0,0 +1,207 @@ +# generated from genmsg/cmake/pkg-genmsg.cmake.em + +message(WARNING "Invoking generate_messages() without having added any message or service file before. +You should either add add_message_files() and/or add_service_files() calls or remove the invocation of generate_messages().") +message(STATUS "image_process: 0 messages, 0 services") + +set(MSG_I_FLAGS "-Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg") + +# Find all generators +find_package(gencpp REQUIRED) +find_package(geneus REQUIRED) +find_package(genlisp REQUIRED) +find_package(gennodejs REQUIRED) +find_package(genpy REQUIRED) + +add_custom_target(image_process_generate_messages ALL) + +# verify that message/service dependencies have not changed since configure + + + +# +# langs = gencpp;geneus;genlisp;gennodejs;genpy +# + +### Section generating for lang: gencpp +### Generating Messages + +### Generating Services + +### Generating Module File +_generate_module_cpp(image_process + ${CATKIN_DEVEL_PREFIX}/${gencpp_INSTALL_DIR}/image_process + "${ALL_GEN_OUTPUT_FILES_cpp}" +) + +add_custom_target(image_process_generate_messages_cpp + DEPENDS ${ALL_GEN_OUTPUT_FILES_cpp} +) +add_dependencies(image_process_generate_messages image_process_generate_messages_cpp) + +# add dependencies to all check dependencies targets + +# target for backward compatibility +add_custom_target(image_process_gencpp) +add_dependencies(image_process_gencpp image_process_generate_messages_cpp) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS image_process_generate_messages_cpp) + +### Section generating for lang: geneus +### Generating Messages + +### Generating Services + +### Generating Module File +_generate_module_eus(image_process + ${CATKIN_DEVEL_PREFIX}/${geneus_INSTALL_DIR}/image_process + "${ALL_GEN_OUTPUT_FILES_eus}" +) + +add_custom_target(image_process_generate_messages_eus + DEPENDS ${ALL_GEN_OUTPUT_FILES_eus} +) +add_dependencies(image_process_generate_messages image_process_generate_messages_eus) + +# add dependencies to all check dependencies targets + +# target for backward compatibility +add_custom_target(image_process_geneus) +add_dependencies(image_process_geneus image_process_generate_messages_eus) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS image_process_generate_messages_eus) + +### Section generating for lang: genlisp +### Generating Messages + +### Generating Services + +### Generating Module File +_generate_module_lisp(image_process + ${CATKIN_DEVEL_PREFIX}/${genlisp_INSTALL_DIR}/image_process + "${ALL_GEN_OUTPUT_FILES_lisp}" +) + +add_custom_target(image_process_generate_messages_lisp + DEPENDS ${ALL_GEN_OUTPUT_FILES_lisp} +) +add_dependencies(image_process_generate_messages image_process_generate_messages_lisp) + +# add dependencies to all check dependencies targets + +# target for backward compatibility +add_custom_target(image_process_genlisp) +add_dependencies(image_process_genlisp image_process_generate_messages_lisp) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS image_process_generate_messages_lisp) + +### Section generating for lang: gennodejs +### Generating Messages + +### Generating Services + +### Generating Module File +_generate_module_nodejs(image_process + ${CATKIN_DEVEL_PREFIX}/${gennodejs_INSTALL_DIR}/image_process + "${ALL_GEN_OUTPUT_FILES_nodejs}" +) + +add_custom_target(image_process_generate_messages_nodejs + DEPENDS ${ALL_GEN_OUTPUT_FILES_nodejs} +) +add_dependencies(image_process_generate_messages image_process_generate_messages_nodejs) + +# add dependencies to all check dependencies targets + +# target for backward compatibility +add_custom_target(image_process_gennodejs) +add_dependencies(image_process_gennodejs image_process_generate_messages_nodejs) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS image_process_generate_messages_nodejs) + +### Section generating for lang: genpy +### Generating Messages + +### Generating Services + +### Generating Module File +_generate_module_py(image_process + ${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/image_process + "${ALL_GEN_OUTPUT_FILES_py}" +) + +add_custom_target(image_process_generate_messages_py + DEPENDS ${ALL_GEN_OUTPUT_FILES_py} +) +add_dependencies(image_process_generate_messages image_process_generate_messages_py) + +# add dependencies to all check dependencies targets + +# target for backward compatibility +add_custom_target(image_process_genpy) +add_dependencies(image_process_genpy image_process_generate_messages_py) + +# register target for catkin_package(EXPORTED_TARGETS) +list(APPEND ${PROJECT_NAME}_EXPORTED_TARGETS image_process_generate_messages_py) + + + +if(gencpp_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${gencpp_INSTALL_DIR}/image_process) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${gencpp_INSTALL_DIR}/image_process + DESTINATION ${gencpp_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_cpp) + add_dependencies(image_process_generate_messages_cpp std_msgs_generate_messages_cpp) +endif() + +if(geneus_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${geneus_INSTALL_DIR}/image_process) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${geneus_INSTALL_DIR}/image_process + DESTINATION ${geneus_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_eus) + add_dependencies(image_process_generate_messages_eus std_msgs_generate_messages_eus) +endif() + +if(genlisp_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${genlisp_INSTALL_DIR}/image_process) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${genlisp_INSTALL_DIR}/image_process + DESTINATION ${genlisp_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_lisp) + add_dependencies(image_process_generate_messages_lisp std_msgs_generate_messages_lisp) +endif() + +if(gennodejs_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${gennodejs_INSTALL_DIR}/image_process) + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${gennodejs_INSTALL_DIR}/image_process + DESTINATION ${gennodejs_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_nodejs) + add_dependencies(image_process_generate_messages_nodejs std_msgs_generate_messages_nodejs) +endif() + +if(genpy_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/image_process) + install(CODE "execute_process(COMMAND \"/usr/bin/python2\" -m compileall \"${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/image_process\")") + # install generated code + install( + DIRECTORY ${CATKIN_DEVEL_PREFIX}/${genpy_INSTALL_DIR}/image_process + DESTINATION ${genpy_INSTALL_DIR} + ) +endif() +if(TARGET std_msgs_generate_messages_py) + add_dependencies(image_process_generate_messages_py std_msgs_generate_messages_py) +endif() diff --git a/workspace/virtuallab/build/image_process/cmake_install.cmake b/workspace/virtuallab/build/image_process/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..5c927e41e49b10ec2c59e93644662e770820ed85 --- /dev/null +++ b/workspace/virtuallab/build/image_process/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/job/workspace/virtuallab/src/image_process + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/job/workspace/virtuallab/install") +endif() +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() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/image_process/cmake" TYPE FILE FILES "/home/job/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process-msg-paths.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/roseus/ros" TYPE DIRECTORY FILES "/home/job/workspace/virtuallab/devel/share/roseus/ros/image_process") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + execute_process(COMMAND "/usr/bin/python2" -m compileall "/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/image_process") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python2.7/dist-packages" TYPE DIRECTORY FILES "/home/job/workspace/virtuallab/devel/lib/python2.7/dist-packages/image_process") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/job/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process.pc") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/image_process/cmake" TYPE FILE FILES "/home/job/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process-msg-extras.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/image_process/cmake" TYPE FILE FILES + "/home/job/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_processConfig.cmake" + "/home/job/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_processConfig-version.cmake" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/image_process" TYPE FILE FILES "/home/job/workspace/virtuallab/src/image_process/package.xml") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/image_process" TYPE PROGRAM FILES "/home/job/workspace/virtuallab/build/image_process/catkin_generated/installspace/image_process.py") +endif() + diff --git a/workspace/virtuallab/build/robot_classifier/CMakeFiles/CMakeDirectoryInformation.cmake b/workspace/virtuallab/build/robot_classifier/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..4a474ec0395ccfaae187d64c04cdc6491538ab7a --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/job/workspace/virtuallab/src") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/job/workspace/virtuallab/build") + +# 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/workspace/virtuallab/build/robot_classifier/CMakeFiles/progress.marks b/workspace/virtuallab/build/robot_classifier/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..573541ac9702dd3969c9bc859d2b91ec1f7e6e56 --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/workspace/virtuallab/build/robot_classifier/CTestTestfile.cmake b/workspace/virtuallab/build/robot_classifier/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..01269274af1f73f0851e5bedec8e0723f4ba8c00 --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/job/workspace/virtuallab/src/robot_classifier +# Build directory: /home/job/workspace/virtuallab/build/robot_classifier +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/workspace/virtuallab/build/robot_classifier/Makefile b/workspace/virtuallab/build/robot_classifier/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..e60d503809411b529325752a62278a2691234438 --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/Makefile @@ -0,0 +1,196 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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: preinstall/fast + @$(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/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/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 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 + +# 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: preinstall/fast + @$(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/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 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 + +# The main all target +all: cmake_check_build_system + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles /home/job/workspace/virtuallab/build/robot_classifier/CMakeFiles/progress.marks + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 robot_classifier/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 robot_classifier/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 robot_classifier/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 robot_classifier/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# 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 "... install/strip" + @echo "... edit_cache" + @echo "... list_install_components" + @echo "... test" + @echo "... install/local" + @echo "... rebuild_cache" + @echo "... install" +.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/job/workspace/virtuallab/build && $(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/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifier.pc b/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifier.pc new file mode 100644 index 0000000000000000000000000000000000000000..58b8e914bc939452f2031e4608ae3485ffb94b7f --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifier.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/install + +Name: robot_classifier +Description: Description of robot_classifier +Version: 0.0.0 +Cflags: +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifierConfig-version.cmake b/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifierConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0 --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifierConfig-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/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifierConfig.cmake b/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifierConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..9b39a315b7b2a48f3d688de62d32030368ae2b50 --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifierConfig.cmake @@ -0,0 +1,223 @@ +# 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(robot_classifier_CONFIG_INCLUDED) + return() +endif() +set(robot_classifier_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("FALSE" STREQUAL "TRUE") + set(robot_classifier_SOURCE_PREFIX /home/job/workspace/virtuallab/src/robot_classifier) + set(robot_classifier_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(robot_classifier_INSTALL_PREFIX "") + set(robot_classifier_PREFIX ${robot_classifier_DEVEL_PREFIX}) +else() + set(robot_classifier_SOURCE_PREFIX "") + set(robot_classifier_DEVEL_PREFIX "") + set(robot_classifier_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(robot_classifier_PREFIX ${robot_classifier_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'robot_classifier' 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(robot_classifier_FOUND_CATKIN_PROJECT TRUE) + +if(NOT " " STREQUAL " ") + set(robot_classifier_INCLUDE_DIRS "") + set(_include_dirs "") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT " " STREQUAL " ") + set(_report "Check the website '' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'job ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${robot_classifier_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'robot_classifier' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'robot_classifier' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '\${prefix}/${idir}'. ${_report}") + endif() + _list_append_unique(robot_classifier_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND robot_classifier_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND robot_classifier_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT robot_classifier_NUM_DUMMY_TARGETS) + set(robot_classifier_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::robot_classifier::wrapped-linker-option${robot_classifier_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR robot_classifier_NUM_DUMMY_TARGETS "${robot_classifier_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::robot_classifier::wrapped-linker-option${robot_classifier_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND robot_classifier_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND robot_classifier_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND robot_classifier_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/job/workspace/virtuallab/install/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(robot_classifier_LIBRARY_DIRS ${lib_path}) + list(APPEND robot_classifier_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 'robot_classifier'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND robot_classifier_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(robot_classifier_EXPORTED_TARGETS "") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${robot_classifier_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 robot_classifier_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${robot_classifier_dep}_FOUND) + find_package(${robot_classifier_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${robot_classifier_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(robot_classifier_INCLUDE_DIRS ${${robot_classifier_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(robot_classifier_LIBRARIES ${robot_classifier_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${robot_classifier_dep}_LIBRARIES}) + _list_append_deduplicate(robot_classifier_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(robot_classifier_LIBRARIES ${robot_classifier_LIBRARIES}) + + _list_append_unique(robot_classifier_LIBRARY_DIRS ${${robot_classifier_dep}_LIBRARY_DIRS}) + list(APPEND robot_classifier_EXPORTED_TARGETS ${${robot_classifier_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${robot_classifier_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_detection.py b/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_detection.py new file mode 100755 index 0000000000000000000000000000000000000000..5177fa9e81b3abdd2597c6f7aca2dbdb1511af1e --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_detection.py @@ -0,0 +1,81 @@ +#!/usr/bin/env python2 + + +import rospy +from sensor_msgs.msg import Image +from cv_bridge import CvBridge +from robot_classifier import Robot_Classifier + +import cv2 +import os +import numpy as np +import tensorflow as tf + +class Nodo(object): + def __init__(self): + # Params + self.image1 = None + self.image2 = None + self.image3 = None + self.image4 = None + + self.camera = 0 + + self.br = CvBridge() + # Node cycle rate (in Hz). + self.loop_rate = rospy.Rate(1) + + # Publishers + self.pub1 = rospy.Publisher('robot_detection/camera1', Image,queue_size=10) + self.pub2 = rospy.Publisher('robot_detection/camera2', Image,queue_size=10) + self.pub3 = rospy.Publisher('robot_detection/camera3', Image,queue_size=10) + self.pub4 = rospy.Publisher('robot_detection/camera4', Image,queue_size=10) + + # Subscribers + rospy.Subscriber("warpedImage/camera1",Image,self.callback1) + rospy.Subscriber("warpedImage/camera2",Image,self.callback2) + rospy.Subscriber("warpedImage/camera3",Image,self.callback3) + rospy.Subscriber("warpedImage/camera4",Image,self.callback4) + + + + def callback1(self, msg): + rospy.loginfo('Image received from camera 1...') + self.image1 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback2(self, msg): + rospy.loginfo('Image received from camera 2...') + self.image2 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback3(self, msg): + rospy.loginfo('Image received from camera 3...') + self.image3 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback4(self, msg): + rospy.loginfo('Image received from camera 4...') + self.image4 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + + def WarpPerspective(image): + M = cv2.getPerspectiveTransform(self.src, self.dst) + Minv = cv2.getPerspectiveTransform(self.dst, self.src) + return Minv, cv2.warpPerspective(image, M, (image.shape[1],image.shape[0]), flags=cv2.INTER_LINEAR) + + def start(self): + rospy.loginfo("Obtaining images") + #rospy.spin() + while not rospy.is_shutdown(): + rospy.loginfo('publishing image') + + if self.image1 is not None: + + robot_image1 =self.Robot_Classifier.get_classification(self.image1.copy()) + self.pub1.publish(self.br.cv2_to_imgmsg(robot_image1 , 'bgr8')) + + + self.loop_rate.sleep() + +if __name__ == '__main__': + rospy.init_node("robot_classification", anonymous=True) + my_node = Nodo() + my_node.start() diff --git a/workspace/virtuallab/build/robot_classifier/catkin_generated/ordered_paths.cmake b/workspace/virtuallab/build/robot_classifier/catkin_generated/ordered_paths.cmake new file mode 100644 index 0000000000000000000000000000000000000000..88ba1d8af01839a303cdb6a7d83aacc7be67e6ab --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/catkin_generated/ordered_paths.cmake @@ -0,0 +1 @@ +set(ORDERED_PATHS "/opt/ros/melodic/lib") \ No newline at end of file diff --git a/workspace/virtuallab/build/robot_classifier/catkin_generated/package.cmake b/workspace/virtuallab/build/robot_classifier/catkin_generated/package.cmake new file mode 100644 index 0000000000000000000000000000000000000000..cb8d59ef4a9a66677bc6c92de9535f5a9a35e3cc --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/catkin_generated/package.cmake @@ -0,0 +1,16 @@ +set(_CATKIN_CURRENT_PACKAGE "robot_classifier") +set(robot_classifier_VERSION "0.0.0") +set(robot_classifier_MAINTAINER "job ") +set(robot_classifier_PACKAGE_FORMAT "2") +set(robot_classifier_BUILD_DEPENDS "message_generation" "roscpp" "rospy" "std_msgs") +set(robot_classifier_BUILD_EXPORT_DEPENDS "roscpp" "rospy" "std_msgs") +set(robot_classifier_BUILDTOOL_DEPENDS "catkin") +set(robot_classifier_BUILDTOOL_EXPORT_DEPENDS ) +set(robot_classifier_EXEC_DEPENDS "roscpp" "rospy" "std_msgs") +set(robot_classifier_RUN_DEPENDS "roscpp" "rospy" "std_msgs") +set(robot_classifier_TEST_DEPENDS ) +set(robot_classifier_DOC_DEPENDS ) +set(robot_classifier_URL_WEBSITE "") +set(robot_classifier_URL_BUGTRACKER "") +set(robot_classifier_URL_REPOSITORY "") +set(robot_classifier_DEPRECATED "") \ No newline at end of file diff --git a/workspace/virtuallab/build/robot_classifier/catkin_generated/pkg.develspace.context.pc.py b/workspace/virtuallab/build/robot_classifier/catkin_generated/pkg.develspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..27a026d57bc138f7190779b3620d63112175fae7 --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/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 = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "robot_classifier" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/devel" +PROJECT_VERSION = "0.0.0" diff --git a/workspace/virtuallab/build/robot_classifier/catkin_generated/pkg.installspace.context.pc.py b/workspace/virtuallab/build/robot_classifier/catkin_generated/pkg.installspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..3f4528b094d248064042060fb023f0fc14a4908c --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/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 = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "robot_classifier" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/install" +PROJECT_VERSION = "0.0.0" diff --git a/workspace/virtuallab/build/robot_classifier/catkin_generated/stamps/robot_classifier/package.xml.stamp b/workspace/virtuallab/build/robot_classifier/catkin_generated/stamps/robot_classifier/package.xml.stamp new file mode 100644 index 0000000000000000000000000000000000000000..dbb82f3f7497df9f6bce8ff6b50d5e2a5d60cbab --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/catkin_generated/stamps/robot_classifier/package.xml.stamp @@ -0,0 +1,69 @@ + + + robot_classifier + 0.0.0 + The robot_classifier package + + + + + job + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + message_generation + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + + + + + + + + diff --git a/workspace/virtuallab/build/robot_classifier/catkin_generated/stamps/robot_classifier/pkg.pc.em.stamp b/workspace/virtuallab/build/robot_classifier/catkin_generated/stamps/robot_classifier/pkg.pc.em.stamp new file mode 100644 index 0000000000000000000000000000000000000000..549fb75ce8000c875c316f444238bd1f28dc88c8 --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/catkin_generated/stamps/robot_classifier/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${prefix}/lib @(' '.join(PKG_CONFIG_LIBRARIES_WITH_PREFIX)) +Requires: @(PROJECT_CATKIN_DEPENDS) diff --git a/workspace/virtuallab/build/robot_classifier/catkin_generated/stamps/robot_classifier/robot_detection.py.stamp b/workspace/virtuallab/build/robot_classifier/catkin_generated/stamps/robot_classifier/robot_detection.py.stamp new file mode 100755 index 0000000000000000000000000000000000000000..5177fa9e81b3abdd2597c6f7aca2dbdb1511af1e --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/catkin_generated/stamps/robot_classifier/robot_detection.py.stamp @@ -0,0 +1,81 @@ +#!/usr/bin/env python2 + + +import rospy +from sensor_msgs.msg import Image +from cv_bridge import CvBridge +from robot_classifier import Robot_Classifier + +import cv2 +import os +import numpy as np +import tensorflow as tf + +class Nodo(object): + def __init__(self): + # Params + self.image1 = None + self.image2 = None + self.image3 = None + self.image4 = None + + self.camera = 0 + + self.br = CvBridge() + # Node cycle rate (in Hz). + self.loop_rate = rospy.Rate(1) + + # Publishers + self.pub1 = rospy.Publisher('robot_detection/camera1', Image,queue_size=10) + self.pub2 = rospy.Publisher('robot_detection/camera2', Image,queue_size=10) + self.pub3 = rospy.Publisher('robot_detection/camera3', Image,queue_size=10) + self.pub4 = rospy.Publisher('robot_detection/camera4', Image,queue_size=10) + + # Subscribers + rospy.Subscriber("warpedImage/camera1",Image,self.callback1) + rospy.Subscriber("warpedImage/camera2",Image,self.callback2) + rospy.Subscriber("warpedImage/camera3",Image,self.callback3) + rospy.Subscriber("warpedImage/camera4",Image,self.callback4) + + + + def callback1(self, msg): + rospy.loginfo('Image received from camera 1...') + self.image1 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback2(self, msg): + rospy.loginfo('Image received from camera 2...') + self.image2 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback3(self, msg): + rospy.loginfo('Image received from camera 3...') + self.image3 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback4(self, msg): + rospy.loginfo('Image received from camera 4...') + self.image4 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + + def WarpPerspective(image): + M = cv2.getPerspectiveTransform(self.src, self.dst) + Minv = cv2.getPerspectiveTransform(self.dst, self.src) + return Minv, cv2.warpPerspective(image, M, (image.shape[1],image.shape[0]), flags=cv2.INTER_LINEAR) + + def start(self): + rospy.loginfo("Obtaining images") + #rospy.spin() + while not rospy.is_shutdown(): + rospy.loginfo('publishing image') + + if self.image1 is not None: + + robot_image1 =self.Robot_Classifier.get_classification(self.image1.copy()) + self.pub1.publish(self.br.cv2_to_imgmsg(robot_image1 , 'bgr8')) + + + self.loop_rate.sleep() + +if __name__ == '__main__': + rospy.init_node("robot_classification", anonymous=True) + my_node = Nodo() + my_node.start() diff --git a/workspace/virtuallab/build/robot_classifier/cmake_install.cmake b/workspace/virtuallab/build/robot_classifier/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..567fc7a76919d980f460c1ca4bdad264b2cd295c --- /dev/null +++ b/workspace/virtuallab/build/robot_classifier/cmake_install.cmake @@ -0,0 +1,58 @@ +# Install script for directory: /home/job/workspace/virtuallab/src/robot_classifier + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/job/workspace/virtuallab/install") +endif() +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() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/job/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifier.pc") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/robot_classifier/cmake" TYPE FILE FILES + "/home/job/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifierConfig.cmake" + "/home/job/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_classifierConfig-version.cmake" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/robot_classifier" TYPE FILE FILES "/home/job/workspace/virtuallab/src/robot_classifier/package.xml") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/robot_classifier" TYPE PROGRAM FILES "/home/job/workspace/virtuallab/build/robot_classifier/catkin_generated/installspace/robot_detection.py") +endif() + diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/CMakeDirectoryInformation.cmake b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..4a474ec0395ccfaae187d64c04cdc6491538ab7a --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/job/workspace/virtuallab/src") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/job/workspace/virtuallab/build") + +# 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/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/DependInfo.cmake b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build.make b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..2eef51538bd4726d8732b52b0b37b6eba80b4f97 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for _catkin_empty_exported_target. + +# Include the progress variables for this target. +include teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/progress.make + +_catkin_empty_exported_target: teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build.make + +.PHONY : _catkin_empty_exported_target + +# Rule to build all files generated by this target. +teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build: _catkin_empty_exported_target + +.PHONY : teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build + +teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/clean: + cd /home/job/workspace/virtuallab/build/teleop_twist_keyboard && $(CMAKE_COMMAND) -P CMakeFiles/_catkin_empty_exported_target.dir/cmake_clean.cmake +.PHONY : teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/clean + +teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/teleop_twist_keyboard /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/teleop_twist_keyboard /home/job/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/depend + diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/cmake_clean.cmake b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..56a88ba918592a5b2cbb5fdb5c13781e8faf14e2 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/_catkin_empty_exported_target.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/depend.internal b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/depend.make b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..60b34b74c20b8ba44e1585bdb6f608954eaf9ed6 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/progress.make b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/progress.marks b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..573541ac9702dd3969c9bc859d2b91ec1f7e6e56 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/CTestTestfile.cmake b/workspace/virtuallab/build/teleop_twist_keyboard/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..d6a6230f6fabab9ae5ef922d848823cd72e7bd71 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/job/workspace/virtuallab/src/teleop_twist_keyboard +# Build directory: /home/job/workspace/virtuallab/build/teleop_twist_keyboard +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/Makefile b/workspace/virtuallab/build/teleop_twist_keyboard/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..18f3f682d535756bb7098139af77bc10e634934c --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/Makefile @@ -0,0 +1,212 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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: preinstall/fast + @$(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/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: preinstall/fast + @$(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/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 + +# 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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/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 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 + +# The main all target +all: cmake_check_build_system + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles /home/job/workspace/virtuallab/build/teleop_twist_keyboard/CMakeFiles/progress.marks + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 teleop_twist_keyboard/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 teleop_twist_keyboard/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 teleop_twist_keyboard/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 teleop_twist_keyboard/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/rule: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/rule +.PHONY : teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/rule + +# Convenience name for target. +_catkin_empty_exported_target: teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/rule + +.PHONY : _catkin_empty_exported_target + +# fast build rule for target. +_catkin_empty_exported_target/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build.make teleop_twist_keyboard/CMakeFiles/_catkin_empty_exported_target.dir/build +.PHONY : _catkin_empty_exported_target/fast + +# 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 "... install/strip" + @echo "... install/local" + @echo "... test" + @echo "... list_install_components" + @echo "... edit_cache" + @echo "... _catkin_empty_exported_target" + @echo "... rebuild_cache" + @echo "... install" +.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/job/workspace/virtuallab/build && $(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/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboard.pc b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboard.pc new file mode 100644 index 0000000000000000000000000000000000000000..b6cecb9c137b45ed64c7fc1092255a8dc0cc613a --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboard.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/install + +Name: teleop_twist_keyboard +Description: Description of teleop_twist_keyboard +Version: 1.0.0 +Cflags: +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboard.py b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboard.py new file mode 100755 index 0000000000000000000000000000000000000000..ac78a9e7e92ff45233c82f0768bb22e0ef62731e --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboard.py @@ -0,0 +1,225 @@ +#!/usr/bin/env python2 + +from __future__ import print_function + +import threading + +import roslib; roslib.load_manifest('teleop_twist_keyboard') +import rospy + +from geometry_msgs.msg import Twist + +import sys, select, termios, tty + +msg = """ +Reading from the keyboard and Publishing to Twist! +--------------------------- +Moving around: + u i o + j k l + m , . + +For Holonomic mode (strafing), hold down the shift key: +--------------------------- + U I O + J K L + M < > + +t : up (+z) +b : down (-z) + +anything else : stop + +q/z : increase/decrease max speeds by 10% +w/x : increase/decrease only linear speed by 10% +e/c : increase/decrease only angular speed by 10% + +CTRL-C to quit +""" + +moveBindings = { + 'i':(1,0,0,0), + 'o':(1,0,0,-1), + 'j':(0,0,0,1), + 'l':(0,0,0,-1), + 'u':(1,0,0,1), + ',':(-1,0,0,0), + '.':(-1,0,0,1), + 'm':(-1,0,0,-1), + 'O':(1,-1,0,0), + 'I':(1,0,0,0), + 'J':(0,1,0,0), + 'L':(0,-1,0,0), + 'U':(1,1,0,0), + '<':(-1,0,0,0), + '>':(-1,-1,0,0), + 'M':(-1,1,0,0), + 't':(0,0,1,0), + 'b':(0,0,-1,0), + } + +speedBindings={ + 'q':(1.1,1.1), + 'z':(.9,.9), + 'w':(1.1,1), + 'x':(.9,1), + 'e':(1,1.1), + 'c':(1,.9), + } + +class PublishThread(threading.Thread): + def __init__(self, rate): + super(PublishThread, self).__init__() + self.publisher = rospy.Publisher('cmd_vel', Twist, queue_size = 1) + self.x = 0.0 + self.y = 0.0 + self.z = 0.0 + self.th = 0.0 + self.speed = 0.0 + self.turn = 0.0 + self.condition = threading.Condition() + self.done = False + + # Set timeout to None if rate is 0 (causes new_message to wait forever + # for new data to publish) + if rate != 0.0: + self.timeout = 1.0 / rate + else: + self.timeout = None + + self.start() + + def wait_for_subscribers(self): + i = 0 + while not rospy.is_shutdown() and self.publisher.get_num_connections() == 0: + if i == 4: + print("Waiting for subscriber to connect to {}".format(self.publisher.name)) + rospy.sleep(0.5) + i += 1 + i = i % 5 + if rospy.is_shutdown(): + raise Exception("Got shutdown request before subscribers connected") + + def update(self, x, y, z, th, speed, turn): + self.condition.acquire() + self.x = x + self.y = y + self.z = z + self.th = th + self.speed = speed + self.turn = turn + # Notify publish thread that we have a new message. + self.condition.notify() + self.condition.release() + + def stop(self): + self.done = True + self.update(0, 0, 0, 0, 0, 0) + self.join() + + def run(self): + twist = Twist() + while not self.done: + self.condition.acquire() + # Wait for a new message or timeout. + self.condition.wait(self.timeout) + + # Copy state into twist message. + twist.linear.x = self.x * self.speed + twist.linear.y = self.y * self.speed + twist.linear.z = self.z * self.speed + twist.angular.x = 0 + twist.angular.y = 0 + twist.angular.z = self.th * self.turn + + self.condition.release() + + # Publish. + self.publisher.publish(twist) + + # Publish stop message when thread exits. + twist.linear.x = 0 + twist.linear.y = 0 + twist.linear.z = 0 + twist.angular.x = 0 + twist.angular.y = 0 + twist.angular.z = 0 + self.publisher.publish(twist) + + +def getKey(key_timeout): + tty.setraw(sys.stdin.fileno()) + rlist, _, _ = select.select([sys.stdin], [], [], key_timeout) + if rlist: + key = sys.stdin.read(1) + else: + key = '' + termios.tcsetattr(sys.stdin, termios.TCSADRAIN, settings) + return key + + +def vels(speed, turn): + return "currently:\tspeed %s\tturn %s " % (speed,turn) + +if __name__=="__main__": + settings = termios.tcgetattr(sys.stdin) + + rospy.init_node('teleop_twist_keyboard') + + speed = rospy.get_param("~speed", 0.5) + turn = rospy.get_param("~turn", 1.0) + repeat = rospy.get_param("~repeat_rate", 0.0) + key_timeout = rospy.get_param("~key_timeout", 0.0) + if key_timeout == 0.0: + key_timeout = None + + pub_thread = PublishThread(repeat) + + x = 0 + y = 0 + z = 0 + th = 0 + status = 0 + + try: + pub_thread.wait_for_subscribers() + pub_thread.update(x, y, z, th, speed, turn) + + print(msg) + print(vels(speed,turn)) + while(1): + key = getKey(key_timeout) + if key in moveBindings.keys(): + x = moveBindings[key][0] + y = moveBindings[key][1] + z = moveBindings[key][2] + th = moveBindings[key][3] + elif key in speedBindings.keys(): + speed = speed * speedBindings[key][0] + turn = turn * speedBindings[key][1] + + print(vels(speed,turn)) + if (status == 14): + print(msg) + status = (status + 1) % 15 + else: + # Skip updating cmd_vel if key timeout and robot already + # stopped. + if key == '' and x == 0 and y == 0 and z == 0 and th == 0: + continue + x = 0 + y = 0 + z = 0 + th = 0 + if (key == '\x03'): + break + + pub_thread.update(x, y, z, th, speed, turn) + + except Exception as e: + print(e) + + finally: + pub_thread.stop() + + termios.tcsetattr(sys.stdin, termios.TCSADRAIN, settings) diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboardConfig-version.cmake b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboardConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..de35aa22a9bd546ca9e0b4e63357adc254d83544 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboardConfig-version.cmake @@ -0,0 +1,14 @@ +# generated from catkin/cmake/template/pkgConfig-version.cmake.in +set(PACKAGE_VERSION "1.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/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboardConfig.cmake b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboardConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..67f0997ac547078e7cf53a8e1cf31aec8c2fb59e --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboardConfig.cmake @@ -0,0 +1,223 @@ +# 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(teleop_twist_keyboard_CONFIG_INCLUDED) + return() +endif() +set(teleop_twist_keyboard_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("FALSE" STREQUAL "TRUE") + set(teleop_twist_keyboard_SOURCE_PREFIX /home/job/workspace/virtuallab/src/teleop_twist_keyboard) + set(teleop_twist_keyboard_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(teleop_twist_keyboard_INSTALL_PREFIX "") + set(teleop_twist_keyboard_PREFIX ${teleop_twist_keyboard_DEVEL_PREFIX}) +else() + set(teleop_twist_keyboard_SOURCE_PREFIX "") + set(teleop_twist_keyboard_DEVEL_PREFIX "") + set(teleop_twist_keyboard_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(teleop_twist_keyboard_PREFIX ${teleop_twist_keyboard_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'teleop_twist_keyboard' 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(teleop_twist_keyboard_FOUND_CATKIN_PROJECT TRUE) + +if(NOT " " STREQUAL " ") + set(teleop_twist_keyboard_INCLUDE_DIRS "") + set(_include_dirs "") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT "http://wiki.ros.org/teleop_twist_keyboard " STREQUAL " ") + set(_report "Check the website 'http://wiki.ros.org/teleop_twist_keyboard' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'Austin Hendrix ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${teleop_twist_keyboard_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'teleop_twist_keyboard' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'teleop_twist_keyboard' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '\${prefix}/${idir}'. ${_report}") + endif() + _list_append_unique(teleop_twist_keyboard_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND teleop_twist_keyboard_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND teleop_twist_keyboard_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT teleop_twist_keyboard_NUM_DUMMY_TARGETS) + set(teleop_twist_keyboard_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::teleop_twist_keyboard::wrapped-linker-option${teleop_twist_keyboard_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR teleop_twist_keyboard_NUM_DUMMY_TARGETS "${teleop_twist_keyboard_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::teleop_twist_keyboard::wrapped-linker-option${teleop_twist_keyboard_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND teleop_twist_keyboard_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND teleop_twist_keyboard_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND teleop_twist_keyboard_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/job/workspace/virtuallab/install/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(teleop_twist_keyboard_LIBRARY_DIRS ${lib_path}) + list(APPEND teleop_twist_keyboard_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 'teleop_twist_keyboard'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND teleop_twist_keyboard_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(teleop_twist_keyboard_EXPORTED_TARGETS "") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${teleop_twist_keyboard_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 teleop_twist_keyboard_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${teleop_twist_keyboard_dep}_FOUND) + find_package(${teleop_twist_keyboard_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${teleop_twist_keyboard_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(teleop_twist_keyboard_INCLUDE_DIRS ${${teleop_twist_keyboard_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(teleop_twist_keyboard_LIBRARIES ${teleop_twist_keyboard_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${teleop_twist_keyboard_dep}_LIBRARIES}) + _list_append_deduplicate(teleop_twist_keyboard_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(teleop_twist_keyboard_LIBRARIES ${teleop_twist_keyboard_LIBRARIES}) + + _list_append_unique(teleop_twist_keyboard_LIBRARY_DIRS ${${teleop_twist_keyboard_dep}_LIBRARY_DIRS}) + list(APPEND teleop_twist_keyboard_EXPORTED_TARGETS ${${teleop_twist_keyboard_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${teleop_twist_keyboard_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/package.cmake b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/package.cmake new file mode 100644 index 0000000000000000000000000000000000000000..32b5a625eb3ad43c700cf3692ed5cf24c4710f39 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/package.cmake @@ -0,0 +1,16 @@ +set(_CATKIN_CURRENT_PACKAGE "teleop_twist_keyboard") +set(teleop_twist_keyboard_VERSION "1.0.0") +set(teleop_twist_keyboard_MAINTAINER "Austin Hendrix ") +set(teleop_twist_keyboard_PACKAGE_FORMAT "1") +set(teleop_twist_keyboard_BUILD_DEPENDS ) +set(teleop_twist_keyboard_BUILD_EXPORT_DEPENDS "geometry_msgs" "rospy") +set(teleop_twist_keyboard_BUILDTOOL_DEPENDS "catkin") +set(teleop_twist_keyboard_BUILDTOOL_EXPORT_DEPENDS ) +set(teleop_twist_keyboard_EXEC_DEPENDS "geometry_msgs" "rospy") +set(teleop_twist_keyboard_RUN_DEPENDS "geometry_msgs" "rospy") +set(teleop_twist_keyboard_TEST_DEPENDS ) +set(teleop_twist_keyboard_DOC_DEPENDS ) +set(teleop_twist_keyboard_URL_WEBSITE "http://wiki.ros.org/teleop_twist_keyboard") +set(teleop_twist_keyboard_URL_BUGTRACKER "") +set(teleop_twist_keyboard_URL_REPOSITORY "") +set(teleop_twist_keyboard_DEPRECATED "") \ No newline at end of file diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/pkg.develspace.context.pc.py b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/pkg.develspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..7c8130bb2d9b96195f4aa7645697fde12b137f13 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/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 = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "teleop_twist_keyboard" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/devel" +PROJECT_VERSION = "1.0.0" diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/pkg.installspace.context.pc.py b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/pkg.installspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..1af24e66d62a04f2457f031a17ea8c9336dd7d7c --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/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 = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "teleop_twist_keyboard" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/install" +PROJECT_VERSION = "1.0.0" diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/stamps/teleop_twist_keyboard/package.xml.stamp b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/stamps/teleop_twist_keyboard/package.xml.stamp new file mode 100644 index 0000000000000000000000000000000000000000..84add0221dc56865e5c80751a7f413d92c15979f --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/stamps/teleop_twist_keyboard/package.xml.stamp @@ -0,0 +1,18 @@ + + + teleop_twist_keyboard + 1.0.0 + Generic keyboard teleop for twist robots. + + Austin Hendrix + + BSD + + http://wiki.ros.org/teleop_twist_keyboard + + Graylin Trevor Jay + + catkin + geometry_msgs + rospy + diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/stamps/teleop_twist_keyboard/pkg.pc.em.stamp b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/stamps/teleop_twist_keyboard/pkg.pc.em.stamp new file mode 100644 index 0000000000000000000000000000000000000000..549fb75ce8000c875c316f444238bd1f28dc88c8 --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/stamps/teleop_twist_keyboard/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${prefix}/lib @(' '.join(PKG_CONFIG_LIBRARIES_WITH_PREFIX)) +Requires: @(PROJECT_CATKIN_DEPENDS) diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/stamps/teleop_twist_keyboard/teleop_twist_keyboard.py.stamp b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/stamps/teleop_twist_keyboard/teleop_twist_keyboard.py.stamp new file mode 100755 index 0000000000000000000000000000000000000000..3717408d96e85db8f9afc8ff7f852fd25efc338c --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/stamps/teleop_twist_keyboard/teleop_twist_keyboard.py.stamp @@ -0,0 +1,225 @@ +#!/usr/bin/env python + +from __future__ import print_function + +import threading + +import roslib; roslib.load_manifest('teleop_twist_keyboard') +import rospy + +from geometry_msgs.msg import Twist + +import sys, select, termios, tty + +msg = """ +Reading from the keyboard and Publishing to Twist! +--------------------------- +Moving around: + u i o + j k l + m , . + +For Holonomic mode (strafing), hold down the shift key: +--------------------------- + U I O + J K L + M < > + +t : up (+z) +b : down (-z) + +anything else : stop + +q/z : increase/decrease max speeds by 10% +w/x : increase/decrease only linear speed by 10% +e/c : increase/decrease only angular speed by 10% + +CTRL-C to quit +""" + +moveBindings = { + 'i':(1,0,0,0), + 'o':(1,0,0,-1), + 'j':(0,0,0,1), + 'l':(0,0,0,-1), + 'u':(1,0,0,1), + ',':(-1,0,0,0), + '.':(-1,0,0,1), + 'm':(-1,0,0,-1), + 'O':(1,-1,0,0), + 'I':(1,0,0,0), + 'J':(0,1,0,0), + 'L':(0,-1,0,0), + 'U':(1,1,0,0), + '<':(-1,0,0,0), + '>':(-1,-1,0,0), + 'M':(-1,1,0,0), + 't':(0,0,1,0), + 'b':(0,0,-1,0), + } + +speedBindings={ + 'q':(1.1,1.1), + 'z':(.9,.9), + 'w':(1.1,1), + 'x':(.9,1), + 'e':(1,1.1), + 'c':(1,.9), + } + +class PublishThread(threading.Thread): + def __init__(self, rate): + super(PublishThread, self).__init__() + self.publisher = rospy.Publisher('cmd_vel', Twist, queue_size = 1) + self.x = 0.0 + self.y = 0.0 + self.z = 0.0 + self.th = 0.0 + self.speed = 0.0 + self.turn = 0.0 + self.condition = threading.Condition() + self.done = False + + # Set timeout to None if rate is 0 (causes new_message to wait forever + # for new data to publish) + if rate != 0.0: + self.timeout = 1.0 / rate + else: + self.timeout = None + + self.start() + + def wait_for_subscribers(self): + i = 0 + while not rospy.is_shutdown() and self.publisher.get_num_connections() == 0: + if i == 4: + print("Waiting for subscriber to connect to {}".format(self.publisher.name)) + rospy.sleep(0.5) + i += 1 + i = i % 5 + if rospy.is_shutdown(): + raise Exception("Got shutdown request before subscribers connected") + + def update(self, x, y, z, th, speed, turn): + self.condition.acquire() + self.x = x + self.y = y + self.z = z + self.th = th + self.speed = speed + self.turn = turn + # Notify publish thread that we have a new message. + self.condition.notify() + self.condition.release() + + def stop(self): + self.done = True + self.update(0, 0, 0, 0, 0, 0) + self.join() + + def run(self): + twist = Twist() + while not self.done: + self.condition.acquire() + # Wait for a new message or timeout. + self.condition.wait(self.timeout) + + # Copy state into twist message. + twist.linear.x = self.x * self.speed + twist.linear.y = self.y * self.speed + twist.linear.z = self.z * self.speed + twist.angular.x = 0 + twist.angular.y = 0 + twist.angular.z = self.th * self.turn + + self.condition.release() + + # Publish. + self.publisher.publish(twist) + + # Publish stop message when thread exits. + twist.linear.x = 0 + twist.linear.y = 0 + twist.linear.z = 0 + twist.angular.x = 0 + twist.angular.y = 0 + twist.angular.z = 0 + self.publisher.publish(twist) + + +def getKey(key_timeout): + tty.setraw(sys.stdin.fileno()) + rlist, _, _ = select.select([sys.stdin], [], [], key_timeout) + if rlist: + key = sys.stdin.read(1) + else: + key = '' + termios.tcsetattr(sys.stdin, termios.TCSADRAIN, settings) + return key + + +def vels(speed, turn): + return "currently:\tspeed %s\tturn %s " % (speed,turn) + +if __name__=="__main__": + settings = termios.tcgetattr(sys.stdin) + + rospy.init_node('teleop_twist_keyboard') + + speed = rospy.get_param("~speed", 0.5) + turn = rospy.get_param("~turn", 1.0) + repeat = rospy.get_param("~repeat_rate", 0.0) + key_timeout = rospy.get_param("~key_timeout", 0.0) + if key_timeout == 0.0: + key_timeout = None + + pub_thread = PublishThread(repeat) + + x = 0 + y = 0 + z = 0 + th = 0 + status = 0 + + try: + pub_thread.wait_for_subscribers() + pub_thread.update(x, y, z, th, speed, turn) + + print(msg) + print(vels(speed,turn)) + while(1): + key = getKey(key_timeout) + if key in moveBindings.keys(): + x = moveBindings[key][0] + y = moveBindings[key][1] + z = moveBindings[key][2] + th = moveBindings[key][3] + elif key in speedBindings.keys(): + speed = speed * speedBindings[key][0] + turn = turn * speedBindings[key][1] + + print(vels(speed,turn)) + if (status == 14): + print(msg) + status = (status + 1) % 15 + else: + # Skip updating cmd_vel if key timeout and robot already + # stopped. + if key == '' and x == 0 and y == 0 and z == 0 and th == 0: + continue + x = 0 + y = 0 + z = 0 + th = 0 + if (key == '\x03'): + break + + pub_thread.update(x, y, z, th, speed, turn) + + except Exception as e: + print(e) + + finally: + pub_thread.stop() + + termios.tcsetattr(sys.stdin, termios.TCSADRAIN, settings) diff --git a/workspace/virtuallab/build/teleop_twist_keyboard/cmake_install.cmake b/workspace/virtuallab/build/teleop_twist_keyboard/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..8a59ce8863612b34b074d91a6cc7d92be07ef4ee --- /dev/null +++ b/workspace/virtuallab/build/teleop_twist_keyboard/cmake_install.cmake @@ -0,0 +1,58 @@ +# Install script for directory: /home/job/workspace/virtuallab/src/teleop_twist_keyboard + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/job/workspace/virtuallab/install") +endif() +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() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/job/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboard.pc") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/teleop_twist_keyboard/cmake" TYPE FILE FILES + "/home/job/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboardConfig.cmake" + "/home/job/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboardConfig-version.cmake" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/teleop_twist_keyboard" TYPE FILE FILES "/home/job/workspace/virtuallab/src/teleop_twist_keyboard/package.xml") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/teleop_twist_keyboard" TYPE PROGRAM FILES "/home/job/workspace/virtuallab/build/teleop_twist_keyboard/catkin_generated/installspace/teleop_twist_keyboard.py") +endif() + diff --git a/workspace/virtuallab/build/virtual_lab/CMakeFiles/CMakeDirectoryInformation.cmake b/workspace/virtuallab/build/virtual_lab/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..4a474ec0395ccfaae187d64c04cdc6491538ab7a --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/job/workspace/virtuallab/src") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/job/workspace/virtuallab/build") + +# 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/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/DependInfo.cmake b/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/build.make b/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..af875e6c4c2f0cbff7682f4ee017f365df828df2 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +# Utility rule file for _catkin_empty_exported_target. + +# Include the progress variables for this target. +include virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/progress.make + +_catkin_empty_exported_target: virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/build.make + +.PHONY : _catkin_empty_exported_target + +# Rule to build all files generated by this target. +virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/build: _catkin_empty_exported_target + +.PHONY : virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/build + +virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/clean: + cd /home/job/workspace/virtuallab/build/virtual_lab && $(CMAKE_COMMAND) -P CMakeFiles/_catkin_empty_exported_target.dir/cmake_clean.cmake +.PHONY : virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/clean + +virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/job/workspace/virtuallab/src /home/job/workspace/virtuallab/src/virtual_lab /home/job/workspace/virtuallab/build /home/job/workspace/virtuallab/build/virtual_lab /home/job/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/depend + diff --git a/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/cmake_clean.cmake b/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..56a88ba918592a5b2cbb5fdb5c13781e8faf14e2 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/_catkin_empty_exported_target.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/progress.make b/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/CMakeFiles/_catkin_empty_exported_target.dir/progress.make @@ -0,0 +1 @@ + diff --git a/workspace/virtuallab/build/virtual_lab/CMakeFiles/progress.marks b/workspace/virtuallab/build/virtual_lab/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..573541ac9702dd3969c9bc859d2b91ec1f7e6e56 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/workspace/virtuallab/build/virtual_lab/CTestTestfile.cmake b/workspace/virtuallab/build/virtual_lab/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..c1a35d53faf942ee41c204cf23aec32a21221df5 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/job/workspace/virtuallab/src/virtual_lab +# Build directory: /home/job/workspace/virtuallab/build/virtual_lab +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/workspace/virtuallab/build/virtual_lab/Makefile b/workspace/virtuallab/build/virtual_lab/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..6fa2462d1b0427b6b5a0715c6a328c39deb92db7 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/Makefile @@ -0,0 +1,196 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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/job/workspace/virtuallab/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/job/workspace/virtuallab/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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: preinstall/fast + @$(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/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/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 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 + +# 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: preinstall/fast + @$(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/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 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 + +# The main all target +all: cmake_check_build_system + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles /home/job/workspace/virtuallab/build/virtual_lab/CMakeFiles/progress.marks + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 virtual_lab/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/job/workspace/virtuallab/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 virtual_lab/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 virtual_lab/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/job/workspace/virtuallab/build && $(MAKE) -f CMakeFiles/Makefile2 virtual_lab/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/job/workspace/virtuallab/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# 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 "... install/strip" + @echo "... edit_cache" + @echo "... list_install_components" + @echo "... test" + @echo "... install/local" + @echo "... rebuild_cache" + @echo "... install" +.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/job/workspace/virtuallab/build && $(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/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_lab.pc b/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_lab.pc new file mode 100644 index 0000000000000000000000000000000000000000..57d859b5c2bd1c2924695fe8e3f608591ef51029 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_lab.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/install + +Name: virtual_lab +Description: Description of virtual_lab +Version: 0.0.0 +Cflags: +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_labConfig-version.cmake b/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_labConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_labConfig-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/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_labConfig.cmake b/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_labConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..624dd2c7b335d67b1d51ad0dd37b9577d049d9b2 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_labConfig.cmake @@ -0,0 +1,223 @@ +# 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(virtual_lab_CONFIG_INCLUDED) + return() +endif() +set(virtual_lab_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("FALSE" STREQUAL "TRUE") + set(virtual_lab_SOURCE_PREFIX /home/job/workspace/virtuallab/src/virtual_lab) + set(virtual_lab_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(virtual_lab_INSTALL_PREFIX "") + set(virtual_lab_PREFIX ${virtual_lab_DEVEL_PREFIX}) +else() + set(virtual_lab_SOURCE_PREFIX "") + set(virtual_lab_DEVEL_PREFIX "") + set(virtual_lab_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(virtual_lab_PREFIX ${virtual_lab_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'virtual_lab' 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(virtual_lab_FOUND_CATKIN_PROJECT TRUE) + +if(NOT " " STREQUAL " ") + set(virtual_lab_INCLUDE_DIRS "") + set(_include_dirs "") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT " " STREQUAL " ") + set(_report "Check the website '' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'job ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${virtual_lab_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'virtual_lab' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'virtual_lab' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '\${prefix}/${idir}'. ${_report}") + endif() + _list_append_unique(virtual_lab_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND virtual_lab_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND virtual_lab_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT virtual_lab_NUM_DUMMY_TARGETS) + set(virtual_lab_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::virtual_lab::wrapped-linker-option${virtual_lab_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR virtual_lab_NUM_DUMMY_TARGETS "${virtual_lab_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::virtual_lab::wrapped-linker-option${virtual_lab_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND virtual_lab_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND virtual_lab_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND virtual_lab_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/job/workspace/virtuallab/install/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(virtual_lab_LIBRARY_DIRS ${lib_path}) + list(APPEND virtual_lab_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 'virtual_lab'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND virtual_lab_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(virtual_lab_EXPORTED_TARGETS "") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${virtual_lab_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 virtual_lab_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${virtual_lab_dep}_FOUND) + find_package(${virtual_lab_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${virtual_lab_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(virtual_lab_INCLUDE_DIRS ${${virtual_lab_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(virtual_lab_LIBRARIES ${virtual_lab_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${virtual_lab_dep}_LIBRARIES}) + _list_append_deduplicate(virtual_lab_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(virtual_lab_LIBRARIES ${virtual_lab_LIBRARIES}) + + _list_append_unique(virtual_lab_LIBRARY_DIRS ${${virtual_lab_dep}_LIBRARY_DIRS}) + list(APPEND virtual_lab_EXPORTED_TARGETS ${${virtual_lab_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${virtual_lab_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/build/virtual_lab/catkin_generated/package.cmake b/workspace/virtuallab/build/virtual_lab/catkin_generated/package.cmake new file mode 100644 index 0000000000000000000000000000000000000000..43b45fc95a699f782d2ccab426aff215f11b46f3 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/catkin_generated/package.cmake @@ -0,0 +1,16 @@ +set(_CATKIN_CURRENT_PACKAGE "virtual_lab") +set(virtual_lab_VERSION "0.0.0") +set(virtual_lab_MAINTAINER "job ") +set(virtual_lab_PACKAGE_FORMAT "2") +set(virtual_lab_BUILD_DEPENDS ) +set(virtual_lab_BUILD_EXPORT_DEPENDS ) +set(virtual_lab_BUILDTOOL_DEPENDS "catkin") +set(virtual_lab_BUILDTOOL_EXPORT_DEPENDS ) +set(virtual_lab_EXEC_DEPENDS ) +set(virtual_lab_RUN_DEPENDS ) +set(virtual_lab_TEST_DEPENDS ) +set(virtual_lab_DOC_DEPENDS ) +set(virtual_lab_URL_WEBSITE "") +set(virtual_lab_URL_BUGTRACKER "") +set(virtual_lab_URL_REPOSITORY "") +set(virtual_lab_DEPRECATED "") \ No newline at end of file diff --git a/workspace/virtuallab/build/virtual_lab/catkin_generated/pkg.develspace.context.pc.py b/workspace/virtuallab/build/virtual_lab/catkin_generated/pkg.develspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..732a0d286dfc9b7180f987640469f32557984845 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/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 = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "virtual_lab" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/devel" +PROJECT_VERSION = "0.0.0" diff --git a/workspace/virtuallab/build/virtual_lab/catkin_generated/pkg.installspace.context.pc.py b/workspace/virtuallab/build/virtual_lab/catkin_generated/pkg.installspace.context.pc.py new file mode 100644 index 0000000000000000000000000000000000000000..ad1edf45fb631515adf559622cba39fa977fb83d --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/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 = "".replace(';', ' ') +PKG_CONFIG_LIBRARIES_WITH_PREFIX = "".split(';') if "" != "" else [] +PROJECT_NAME = "virtual_lab" +PROJECT_SPACE_DIR = "/home/job/workspace/virtuallab/install" +PROJECT_VERSION = "0.0.0" diff --git a/workspace/virtuallab/build/virtual_lab/catkin_generated/stamps/virtual_lab/package.xml.stamp b/workspace/virtuallab/build/virtual_lab/catkin_generated/stamps/virtual_lab/package.xml.stamp new file mode 100644 index 0000000000000000000000000000000000000000..f370d2d94f5167cf933ac7ab956aadf3e7a9b312 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/catkin_generated/stamps/virtual_lab/package.xml.stamp @@ -0,0 +1,59 @@ + + + virtual_lab + 0.0.0 + The virtual_lab package + + + + + job + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + + + + + + + + diff --git a/workspace/virtuallab/build/virtual_lab/catkin_generated/stamps/virtual_lab/pkg.pc.em.stamp b/workspace/virtuallab/build/virtual_lab/catkin_generated/stamps/virtual_lab/pkg.pc.em.stamp new file mode 100644 index 0000000000000000000000000000000000000000..549fb75ce8000c875c316f444238bd1f28dc88c8 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/catkin_generated/stamps/virtual_lab/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${prefix}/lib @(' '.join(PKG_CONFIG_LIBRARIES_WITH_PREFIX)) +Requires: @(PROJECT_CATKIN_DEPENDS) diff --git a/workspace/virtuallab/build/virtual_lab/cmake_install.cmake b/workspace/virtuallab/build/virtual_lab/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..6c29c00dcd93becb19969928cbe5fd0b82f7df34 --- /dev/null +++ b/workspace/virtuallab/build/virtual_lab/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /home/job/workspace/virtuallab/src/virtual_lab + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/job/workspace/virtuallab/install") +endif() +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() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/job/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_lab.pc") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/virtual_lab/cmake" TYPE FILE FILES + "/home/job/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_labConfig.cmake" + "/home/job/workspace/virtuallab/build/virtual_lab/catkin_generated/installspace/virtual_labConfig-version.cmake" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/virtual_lab" TYPE FILE FILES "/home/job/workspace/virtuallab/src/virtual_lab/package.xml") +endif() + diff --git a/workspace/virtuallab/devel/.built_by b/workspace/virtuallab/devel/.built_by new file mode 100644 index 0000000000000000000000000000000000000000..2e212dd304b5097120ab9fa2ade549804768ad5f --- /dev/null +++ b/workspace/virtuallab/devel/.built_by @@ -0,0 +1 @@ +catkin_make \ No newline at end of file diff --git a/workspace/virtuallab/devel/.catkin b/workspace/virtuallab/devel/.catkin new file mode 100644 index 0000000000000000000000000000000000000000..37b6879d12d2a0db13ab66b8a5a8db4c9667c721 --- /dev/null +++ b/workspace/virtuallab/devel/.catkin @@ -0,0 +1 @@ +/home/job/workspace/virtuallab/src \ No newline at end of file diff --git a/workspace/virtuallab/devel/.rosinstall b/workspace/virtuallab/devel/.rosinstall new file mode 100644 index 0000000000000000000000000000000000000000..171d9fa333b705c000963b6278d9512e7d0a3c9e --- /dev/null +++ b/workspace/virtuallab/devel/.rosinstall @@ -0,0 +1,2 @@ +- setup-file: + local-name: /home/job/workspace/virtuallab/devel/setup.sh diff --git a/workspace/virtuallab/devel/_setup_util.py b/workspace/virtuallab/devel/_setup_util.py new file mode 100755 index 0000000000000000000000000000000000000000..b11724593a69e2177742150166e02062e7b38a56 --- /dev/null +++ b/workspace/virtuallab/devel/_setup_util.py @@ -0,0 +1,304 @@ +#!/usr/bin/python2 +# -*- 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') + +PATH_TO_ADD_SUFFIX = ['bin'] +if IS_WINDOWS: + # while catkin recommends putting dll's into bin, 3rd party packages often put dll's into lib + # since Windows finds dll's via the PATH variable, prepend it with path to lib + PATH_TO_ADD_SUFFIX.extend([['lib', os.path.join('lib', 'x86_64-linux-gnu')]]) + +# subfolder of workspace prepended to CMAKE_PREFIX_PATH +ENV_VAR_SUBFOLDERS = { + 'CMAKE_PREFIX_PATH': '', + 'LD_LIBRARY_PATH' if not IS_DARWIN else 'DYLD_LIBRARY_PATH': ['lib', os.path.join('lib', 'x86_64-linux-gnu')], + 'PATH': PATH_TO_ADD_SUFFIX, + '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] + value = _rollback_env_variable(unmodified_environ, key, subfolders) + 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, subfolders): + """ + For each catkin workspace in CMAKE_PREFIX_PATH remove the first entry from env[NAME] matching workspace + subfolder. + + :param subfolders: list of 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 + for subfolder in subfolders: + 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) + # skip nonexistent paths + if not os.path.exists(path_tmp): + continue + # 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') + parser.add_argument('--local', action='store_true', help='Only consider this prefix path and ignore other prefix path in the environment') + 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) + + if not args.local: + # environment at generation time + CMAKE_PREFIX_PATH = '/home/job/workspace/virtuallab/devel;/opt/ros/melodic'.split(';') + else: + # don't consider any other prefix path than this one + CMAKE_PREFIX_PATH = [] + # prepend current workspace if not already part of CPP + base_path = os.path.dirname(__file__) + # CMAKE_PREFIX_PATH uses forward slash on all platforms, but __file__ is platform dependent + # base_path on Windows contains backward slashes, need to be converted to forward slashes before comparison + if os.path.sep != '/': + base_path = base_path.replace(os.path.sep, '/') + + 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 potential "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/workspace/virtuallab/devel/cmake.lock b/workspace/virtuallab/devel/cmake.lock new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/virtuallab/devel/env.sh b/workspace/virtuallab/devel/env.sh new file mode 100755 index 0000000000000000000000000000000000000000..8aa9d244ae9475039027a5f25a8d41a46174cddf --- /dev/null +++ b/workspace/virtuallab/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/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h b/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h new file mode 100644 index 0000000000000000000000000000000000000000..bf994d67eeba34e40d41bf82385b7865a6e6e80e --- /dev/null +++ b/workspace/virtuallab/devel/include/co_robot_drive/DriveToTarget.h @@ -0,0 +1,123 @@ +// Generated by gencpp from file co_robot_drive/DriveToTarget.msg +// DO NOT EDIT! + + +#ifndef CO_ROBOT_DRIVE_MESSAGE_DRIVETOTARGET_H +#define CO_ROBOT_DRIVE_MESSAGE_DRIVETOTARGET_H + +#include + + +#include +#include + + +namespace co_robot_drive +{ + +struct DriveToTarget +{ + +typedef DriveToTargetRequest Request; +typedef DriveToTargetResponse Response; +Request request; +Response response; + +typedef Request RequestType; +typedef Response ResponseType; + +}; // struct DriveToTarget +} // namespace co_robot_drive + + +namespace ros +{ +namespace service_traits +{ + + +template<> +struct MD5Sum< ::co_robot_drive::DriveToTarget > { + static const char* value() + { + return "c8652349d2a34a90a09475339e2a93d9"; + } + + static const char* value(const ::co_robot_drive::DriveToTarget&) { return value(); } +}; + +template<> +struct DataType< ::co_robot_drive::DriveToTarget > { + static const char* value() + { + return "co_robot_drive/DriveToTarget"; + } + + static const char* value(const ::co_robot_drive::DriveToTarget&) { return value(); } +}; + + +// service_traits::MD5Sum< ::co_robot_drive::DriveToTargetRequest> should match +// service_traits::MD5Sum< ::co_robot_drive::DriveToTarget > +template<> +struct MD5Sum< ::co_robot_drive::DriveToTargetRequest> +{ + static const char* value() + { + return MD5Sum< ::co_robot_drive::DriveToTarget >::value(); + } + static const char* value(const ::co_robot_drive::DriveToTargetRequest&) + { + return value(); + } +}; + +// service_traits::DataType< ::co_robot_drive::DriveToTargetRequest> should match +// service_traits::DataType< ::co_robot_drive::DriveToTarget > +template<> +struct DataType< ::co_robot_drive::DriveToTargetRequest> +{ + static const char* value() + { + return DataType< ::co_robot_drive::DriveToTarget >::value(); + } + static const char* value(const ::co_robot_drive::DriveToTargetRequest&) + { + return value(); + } +}; + +// service_traits::MD5Sum< ::co_robot_drive::DriveToTargetResponse> should match +// service_traits::MD5Sum< ::co_robot_drive::DriveToTarget > +template<> +struct MD5Sum< ::co_robot_drive::DriveToTargetResponse> +{ + static const char* value() + { + return MD5Sum< ::co_robot_drive::DriveToTarget >::value(); + } + static const char* value(const ::co_robot_drive::DriveToTargetResponse&) + { + return value(); + } +}; + +// service_traits::DataType< ::co_robot_drive::DriveToTargetResponse> should match +// service_traits::DataType< ::co_robot_drive::DriveToTarget > +template<> +struct DataType< ::co_robot_drive::DriveToTargetResponse> +{ + static const char* value() + { + return DataType< ::co_robot_drive::DriveToTarget >::value(); + } + static const char* value(const ::co_robot_drive::DriveToTargetResponse&) + { + return value(); + } +}; + +} // namespace service_traits +} // namespace ros + +#endif // CO_ROBOT_DRIVE_MESSAGE_DRIVETOTARGET_H diff --git a/workspace/virtuallab/devel/include/co_robot_drive/DriveToTargetRequest.h b/workspace/virtuallab/devel/include/co_robot_drive/DriveToTargetRequest.h new file mode 100644 index 0000000000000000000000000000000000000000..426abfe1e85cebaffedc70cba6a961ff8120f7b6 --- /dev/null +++ b/workspace/virtuallab/devel/include/co_robot_drive/DriveToTargetRequest.h @@ -0,0 +1,205 @@ +// Generated by gencpp from file co_robot_drive/DriveToTargetRequest.msg +// DO NOT EDIT! + + +#ifndef CO_ROBOT_DRIVE_MESSAGE_DRIVETOTARGETREQUEST_H +#define CO_ROBOT_DRIVE_MESSAGE_DRIVETOTARGETREQUEST_H + + +#include +#include +#include + +#include +#include +#include +#include + + +namespace co_robot_drive +{ +template +struct DriveToTargetRequest_ +{ + typedef DriveToTargetRequest_ Type; + + DriveToTargetRequest_() + : linear_x(0.0) + , angular_z(0.0) { + } + DriveToTargetRequest_(const ContainerAllocator& _alloc) + : linear_x(0.0) + , angular_z(0.0) { + (void)_alloc; + } + + + + typedef double _linear_x_type; + _linear_x_type linear_x; + + typedef double _angular_z_type; + _angular_z_type angular_z; + + + + + + typedef boost::shared_ptr< ::co_robot_drive::DriveToTargetRequest_ > Ptr; + typedef boost::shared_ptr< ::co_robot_drive::DriveToTargetRequest_ const> ConstPtr; + +}; // struct DriveToTargetRequest_ + +typedef ::co_robot_drive::DriveToTargetRequest_ > DriveToTargetRequest; + +typedef boost::shared_ptr< ::co_robot_drive::DriveToTargetRequest > DriveToTargetRequestPtr; +typedef boost::shared_ptr< ::co_robot_drive::DriveToTargetRequest const> DriveToTargetRequestConstPtr; + +// constants requiring out of line definition + + + +template +std::ostream& operator<<(std::ostream& s, const ::co_robot_drive::DriveToTargetRequest_ & v) +{ +ros::message_operations::Printer< ::co_robot_drive::DriveToTargetRequest_ >::stream(s, "", v); +return s; +} + + +template +bool operator==(const ::co_robot_drive::DriveToTargetRequest_ & lhs, const ::co_robot_drive::DriveToTargetRequest_ & rhs) +{ + return lhs.linear_x == rhs.linear_x && + lhs.angular_z == rhs.angular_z; +} + +template +bool operator!=(const ::co_robot_drive::DriveToTargetRequest_ & lhs, const ::co_robot_drive::DriveToTargetRequest_ & rhs) +{ + return !(lhs == rhs); +} + + +} // namespace co_robot_drive + +namespace ros +{ +namespace message_traits +{ + + + + + +template +struct IsFixedSize< ::co_robot_drive::DriveToTargetRequest_ > + : TrueType + { }; + +template +struct IsFixedSize< ::co_robot_drive::DriveToTargetRequest_ const> + : TrueType + { }; + +template +struct IsMessage< ::co_robot_drive::DriveToTargetRequest_ > + : TrueType + { }; + +template +struct IsMessage< ::co_robot_drive::DriveToTargetRequest_ const> + : TrueType + { }; + +template +struct HasHeader< ::co_robot_drive::DriveToTargetRequest_ > + : FalseType + { }; + +template +struct HasHeader< ::co_robot_drive::DriveToTargetRequest_ const> + : FalseType + { }; + + +template +struct MD5Sum< ::co_robot_drive::DriveToTargetRequest_ > +{ + static const char* value() + { + return "6aa08055c0c4aea51799f3f7164796a8"; + } + + static const char* value(const ::co_robot_drive::DriveToTargetRequest_&) { return value(); } + static const uint64_t static_value1 = 0x6aa08055c0c4aea5ULL; + static const uint64_t static_value2 = 0x1799f3f7164796a8ULL; +}; + +template +struct DataType< ::co_robot_drive::DriveToTargetRequest_ > +{ + static const char* value() + { + return "co_robot_drive/DriveToTargetRequest"; + } + + static const char* value(const ::co_robot_drive::DriveToTargetRequest_&) { return value(); } +}; + +template +struct Definition< ::co_robot_drive::DriveToTargetRequest_ > +{ + static const char* value() + { + return "float64 linear_x\n" +"float64 angular_z\n" +; + } + + static const char* value(const ::co_robot_drive::DriveToTargetRequest_&) { return value(); } +}; + +} // namespace message_traits +} // namespace ros + +namespace ros +{ +namespace serialization +{ + + template struct Serializer< ::co_robot_drive::DriveToTargetRequest_ > + { + template inline static void allInOne(Stream& stream, T m) + { + stream.next(m.linear_x); + stream.next(m.angular_z); + } + + ROS_DECLARE_ALLINONE_SERIALIZER + }; // struct DriveToTargetRequest_ + +} // namespace serialization +} // namespace ros + +namespace ros +{ +namespace message_operations +{ + +template +struct Printer< ::co_robot_drive::DriveToTargetRequest_ > +{ + template static void stream(Stream& s, const std::string& indent, const ::co_robot_drive::DriveToTargetRequest_& v) + { + s << indent << "linear_x: "; + Printer::stream(s, indent + " ", v.linear_x); + s << indent << "angular_z: "; + Printer::stream(s, indent + " ", v.angular_z); + } +}; + +} // namespace message_operations +} // namespace ros + +#endif // CO_ROBOT_DRIVE_MESSAGE_DRIVETOTARGETREQUEST_H diff --git a/workspace/virtuallab/devel/include/co_robot_drive/DriveToTargetResponse.h b/workspace/virtuallab/devel/include/co_robot_drive/DriveToTargetResponse.h new file mode 100644 index 0000000000000000000000000000000000000000..b440d1f72a412ac8701d895af04a4eeeefdd3ab7 --- /dev/null +++ b/workspace/virtuallab/devel/include/co_robot_drive/DriveToTargetResponse.h @@ -0,0 +1,196 @@ +// Generated by gencpp from file co_robot_drive/DriveToTargetResponse.msg +// DO NOT EDIT! + + +#ifndef CO_ROBOT_DRIVE_MESSAGE_DRIVETOTARGETRESPONSE_H +#define CO_ROBOT_DRIVE_MESSAGE_DRIVETOTARGETRESPONSE_H + + +#include +#include +#include + +#include +#include +#include +#include + + +namespace co_robot_drive +{ +template +struct DriveToTargetResponse_ +{ + typedef DriveToTargetResponse_ Type; + + DriveToTargetResponse_() + : msg_feedback() { + } + DriveToTargetResponse_(const ContainerAllocator& _alloc) + : msg_feedback(_alloc) { + (void)_alloc; + } + + + + typedef std::basic_string, typename ContainerAllocator::template rebind::other > _msg_feedback_type; + _msg_feedback_type msg_feedback; + + + + + + typedef boost::shared_ptr< ::co_robot_drive::DriveToTargetResponse_ > Ptr; + typedef boost::shared_ptr< ::co_robot_drive::DriveToTargetResponse_ const> ConstPtr; + +}; // struct DriveToTargetResponse_ + +typedef ::co_robot_drive::DriveToTargetResponse_ > DriveToTargetResponse; + +typedef boost::shared_ptr< ::co_robot_drive::DriveToTargetResponse > DriveToTargetResponsePtr; +typedef boost::shared_ptr< ::co_robot_drive::DriveToTargetResponse const> DriveToTargetResponseConstPtr; + +// constants requiring out of line definition + + + +template +std::ostream& operator<<(std::ostream& s, const ::co_robot_drive::DriveToTargetResponse_ & v) +{ +ros::message_operations::Printer< ::co_robot_drive::DriveToTargetResponse_ >::stream(s, "", v); +return s; +} + + +template +bool operator==(const ::co_robot_drive::DriveToTargetResponse_ & lhs, const ::co_robot_drive::DriveToTargetResponse_ & rhs) +{ + return lhs.msg_feedback == rhs.msg_feedback; +} + +template +bool operator!=(const ::co_robot_drive::DriveToTargetResponse_ & lhs, const ::co_robot_drive::DriveToTargetResponse_ & rhs) +{ + return !(lhs == rhs); +} + + +} // namespace co_robot_drive + +namespace ros +{ +namespace message_traits +{ + + + + + +template +struct IsFixedSize< ::co_robot_drive::DriveToTargetResponse_ > + : FalseType + { }; + +template +struct IsFixedSize< ::co_robot_drive::DriveToTargetResponse_ const> + : FalseType + { }; + +template +struct IsMessage< ::co_robot_drive::DriveToTargetResponse_ > + : TrueType + { }; + +template +struct IsMessage< ::co_robot_drive::DriveToTargetResponse_ const> + : TrueType + { }; + +template +struct HasHeader< ::co_robot_drive::DriveToTargetResponse_ > + : FalseType + { }; + +template +struct HasHeader< ::co_robot_drive::DriveToTargetResponse_ const> + : FalseType + { }; + + +template +struct MD5Sum< ::co_robot_drive::DriveToTargetResponse_ > +{ + static const char* value() + { + return "2897a4bc4d7ca330e430870cfdee7314"; + } + + static const char* value(const ::co_robot_drive::DriveToTargetResponse_&) { return value(); } + static const uint64_t static_value1 = 0x2897a4bc4d7ca330ULL; + static const uint64_t static_value2 = 0xe430870cfdee7314ULL; +}; + +template +struct DataType< ::co_robot_drive::DriveToTargetResponse_ > +{ + static const char* value() + { + return "co_robot_drive/DriveToTargetResponse"; + } + + static const char* value(const ::co_robot_drive::DriveToTargetResponse_&) { return value(); } +}; + +template +struct Definition< ::co_robot_drive::DriveToTargetResponse_ > +{ + static const char* value() + { + return "string msg_feedback\n" +"\n" +; + } + + static const char* value(const ::co_robot_drive::DriveToTargetResponse_&) { return value(); } +}; + +} // namespace message_traits +} // namespace ros + +namespace ros +{ +namespace serialization +{ + + template struct Serializer< ::co_robot_drive::DriveToTargetResponse_ > + { + template inline static void allInOne(Stream& stream, T m) + { + stream.next(m.msg_feedback); + } + + ROS_DECLARE_ALLINONE_SERIALIZER + }; // struct DriveToTargetResponse_ + +} // namespace serialization +} // namespace ros + +namespace ros +{ +namespace message_operations +{ + +template +struct Printer< ::co_robot_drive::DriveToTargetResponse_ > +{ + template static void stream(Stream& s, const std::string& indent, const ::co_robot_drive::DriveToTargetResponse_& v) + { + s << indent << "msg_feedback: "; + Printer, typename ContainerAllocator::template rebind::other > >::stream(s, indent + " ", v.msg_feedback); + } +}; + +} // namespace message_operations +} // namespace ros + +#endif // CO_ROBOT_DRIVE_MESSAGE_DRIVETOTARGETRESPONSE_H diff --git a/workspace/virtuallab/devel/lib/camera_calib/camera_calib b/workspace/virtuallab/devel/lib/camera_calib/camera_calib new file mode 100755 index 0000000000000000000000000000000000000000..055848e17c1d8bcf3d79a4d3da6b04cf6984f34b Binary files /dev/null and b/workspace/virtuallab/devel/lib/camera_calib/camera_calib differ diff --git a/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot b/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot new file mode 100755 index 0000000000000000000000000000000000000000..69ed24310eacb48329c5c715b828845868d4f268 Binary files /dev/null and b/workspace/virtuallab/devel/lib/co_robot_drive/drive_co_robot differ diff --git a/workspace/virtuallab/devel/lib/pkgconfig/camera_calib.pc b/workspace/virtuallab/devel/lib/pkgconfig/camera_calib.pc new file mode 100644 index 0000000000000000000000000000000000000000..1cf8976a463d6ecd9015cd6518cf3ac7d4c53244 --- /dev/null +++ b/workspace/virtuallab/devel/lib/pkgconfig/camera_calib.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/devel + +Name: camera_calib +Description: Description of camera_calib +Version: 0.0.0 +Cflags: +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/devel/lib/pkgconfig/co_robot_drive.pc b/workspace/virtuallab/devel/lib/pkgconfig/co_robot_drive.pc new file mode 100644 index 0000000000000000000000000000000000000000..3b97e6403fee6aff3f1e784b8daecd5d180dffc7 --- /dev/null +++ b/workspace/virtuallab/devel/lib/pkgconfig/co_robot_drive.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/devel + +Name: co_robot_drive +Description: Description of co_robot_drive +Version: 0.0.0 +Cflags: -I/home/job/workspace/virtuallab/devel/include +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/devel/lib/pkgconfig/image_process.pc b/workspace/virtuallab/devel/lib/pkgconfig/image_process.pc new file mode 100644 index 0000000000000000000000000000000000000000..b073bf82ad5f4d23f881947123930d2b5ca45f8f --- /dev/null +++ b/workspace/virtuallab/devel/lib/pkgconfig/image_process.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/devel + +Name: image_process +Description: Description of image_process +Version: 0.0.0 +Cflags: +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/devel/lib/pkgconfig/robot_classifier.pc b/workspace/virtuallab/devel/lib/pkgconfig/robot_classifier.pc new file mode 100644 index 0000000000000000000000000000000000000000..980f143ef7c46e1f49f9a0e6f1907689af7d0082 --- /dev/null +++ b/workspace/virtuallab/devel/lib/pkgconfig/robot_classifier.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/devel + +Name: robot_classifier +Description: Description of robot_classifier +Version: 0.0.0 +Cflags: +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/devel/lib/pkgconfig/teleop_twist_keyboard.pc b/workspace/virtuallab/devel/lib/pkgconfig/teleop_twist_keyboard.pc new file mode 100644 index 0000000000000000000000000000000000000000..57043ae1b92b69779f02e3b4a181b720ff63994c --- /dev/null +++ b/workspace/virtuallab/devel/lib/pkgconfig/teleop_twist_keyboard.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/devel + +Name: teleop_twist_keyboard +Description: Description of teleop_twist_keyboard +Version: 1.0.0 +Cflags: +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/devel/lib/pkgconfig/virtual_lab.pc b/workspace/virtuallab/devel/lib/pkgconfig/virtual_lab.pc new file mode 100644 index 0000000000000000000000000000000000000000..e9a882333f75d1cad461adbac956489f48ca1b54 --- /dev/null +++ b/workspace/virtuallab/devel/lib/pkgconfig/virtual_lab.pc @@ -0,0 +1,8 @@ +prefix=/home/job/workspace/virtuallab/devel + +Name: virtual_lab +Description: Description of virtual_lab +Version: 0.0.0 +Cflags: +Libs: -L${prefix}/lib +Requires: diff --git a/workspace/virtuallab/devel/lib/python2.7/dist-packages/camera_calib/__init__.py b/workspace/virtuallab/devel/lib/python2.7/dist-packages/camera_calib/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/__init__.py b/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/_DriveToTarget.py b/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/_DriveToTarget.py new file mode 100644 index 0000000000000000000000000000000000000000..11d4bea5df08b3af513dad060af1ab425298d9fe --- /dev/null +++ b/workspace/virtuallab/devel/lib/python2.7/dist-packages/co_robot_drive/srv/_DriveToTarget.py @@ -0,0 +1,242 @@ +# This Python file uses the following encoding: utf-8 +"""autogenerated by genpy from co_robot_drive/DriveToTargetRequest.msg. Do not edit.""" +import sys +python3 = True if sys.hexversion > 0x03000000 else False +import genpy +import struct + + +class DriveToTargetRequest(genpy.Message): + _md5sum = "6aa08055c0c4aea51799f3f7164796a8" + _type = "co_robot_drive/DriveToTargetRequest" + _has_header = False # flag to mark the presence of a Header object + _full_text = """float64 linear_x +float64 angular_z +""" + __slots__ = ['linear_x','angular_z'] + _slot_types = ['float64','float64'] + + def __init__(self, *args, **kwds): + """ + Constructor. Any message fields that are implicitly/explicitly + set to None will be assigned a default value. The recommend + use is keyword arguments as this is more robust to future message + changes. You cannot mix in-order arguments and keyword arguments. + + The available fields are: + linear_x,angular_z + + :param args: complete set of field values, in .msg order + :param kwds: use keyword arguments corresponding to message field names + to set specific fields. + """ + if args or kwds: + super(DriveToTargetRequest, self).__init__(*args, **kwds) + # message fields cannot be None, assign default values for those that are + if self.linear_x is None: + self.linear_x = 0. + if self.angular_z is None: + self.angular_z = 0. + else: + self.linear_x = 0. + self.angular_z = 0. + + def _get_types(self): + """ + internal API method + """ + return self._slot_types + + def serialize(self, buff): + """ + serialize message into buffer + :param buff: buffer, ``StringIO`` + """ + try: + _x = self + buff.write(_get_struct_2d().pack(_x.linear_x, _x.angular_z)) + except struct.error as se: self._check_types(struct.error("%s: '%s' when writing '%s'" % (type(se), str(se), str(locals().get('_x', self))))) + except TypeError as te: self._check_types(ValueError("%s: '%s' when writing '%s'" % (type(te), str(te), str(locals().get('_x', self))))) + + def deserialize(self, str): + """ + unpack serialized message in str into this message instance + :param str: byte array of serialized message, ``str`` + """ + try: + end = 0 + _x = self + start = end + end += 16 + (_x.linear_x, _x.angular_z,) = _get_struct_2d().unpack(str[start:end]) + return self + except struct.error as e: + raise genpy.DeserializationError(e) # most likely buffer underfill + + + def serialize_numpy(self, buff, numpy): + """ + serialize message with numpy array types into buffer + :param buff: buffer, ``StringIO`` + :param numpy: numpy python module + """ + try: + _x = self + buff.write(_get_struct_2d().pack(_x.linear_x, _x.angular_z)) + except struct.error as se: self._check_types(struct.error("%s: '%s' when writing '%s'" % (type(se), str(se), str(locals().get('_x', self))))) + except TypeError as te: self._check_types(ValueError("%s: '%s' when writing '%s'" % (type(te), str(te), str(locals().get('_x', self))))) + + def deserialize_numpy(self, str, numpy): + """ + unpack serialized message in str into this message instance using numpy for array types + :param str: byte array of serialized message, ``str`` + :param numpy: numpy python module + """ + try: + end = 0 + _x = self + start = end + end += 16 + (_x.linear_x, _x.angular_z,) = _get_struct_2d().unpack(str[start:end]) + return self + except struct.error as e: + raise genpy.DeserializationError(e) # most likely buffer underfill + +_struct_I = genpy.struct_I +def _get_struct_I(): + global _struct_I + return _struct_I +_struct_2d = None +def _get_struct_2d(): + global _struct_2d + if _struct_2d is None: + _struct_2d = struct.Struct("<2d") + return _struct_2d +# This Python file uses the following encoding: utf-8 +"""autogenerated by genpy from co_robot_drive/DriveToTargetResponse.msg. Do not edit.""" +import sys +python3 = True if sys.hexversion > 0x03000000 else False +import genpy +import struct + + +class DriveToTargetResponse(genpy.Message): + _md5sum = "2897a4bc4d7ca330e430870cfdee7314" + _type = "co_robot_drive/DriveToTargetResponse" + _has_header = False # flag to mark the presence of a Header object + _full_text = """string msg_feedback + +""" + __slots__ = ['msg_feedback'] + _slot_types = ['string'] + + def __init__(self, *args, **kwds): + """ + Constructor. Any message fields that are implicitly/explicitly + set to None will be assigned a default value. The recommend + use is keyword arguments as this is more robust to future message + changes. You cannot mix in-order arguments and keyword arguments. + + The available fields are: + msg_feedback + + :param args: complete set of field values, in .msg order + :param kwds: use keyword arguments corresponding to message field names + to set specific fields. + """ + if args or kwds: + super(DriveToTargetResponse, self).__init__(*args, **kwds) + # message fields cannot be None, assign default values for those that are + if self.msg_feedback is None: + self.msg_feedback = '' + else: + self.msg_feedback = '' + + def _get_types(self): + """ + internal API method + """ + return self._slot_types + + def serialize(self, buff): + """ + serialize message into buffer + :param buff: buffer, ``StringIO`` + """ + try: + _x = self.msg_feedback + length = len(_x) + if python3 or type(_x) == unicode: + _x = _x.encode('utf-8') + length = len(_x) + buff.write(struct.pack(' /dev/null && pwd) +. "$_CATKIN_SETUP_DIR/setup.sh" --extend --local diff --git a/workspace/virtuallab/devel/local_setup.sh b/workspace/virtuallab/devel/local_setup.sh new file mode 100644 index 0000000000000000000000000000000000000000..e6f88d817e4598fb5cc5faa37f3a6b5c73139064 --- /dev/null +++ b/workspace/virtuallab/devel/local_setup.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# generated from catkin/cmake/template/local_setup.sh.in + +# 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/job/workspace/virtuallab/devel} +CATKIN_SETUP_UTIL_ARGS="--extend --local" +. "$_CATKIN_SETUP_DIR/setup.sh" +unset CATKIN_SETUP_UTIL_ARGS diff --git a/workspace/virtuallab/devel/local_setup.zsh b/workspace/virtuallab/devel/local_setup.zsh new file mode 100644 index 0000000000000000000000000000000000000000..e692accfd3341ef2f575dec1c83d843bd786107f --- /dev/null +++ b/workspace/virtuallab/devel/local_setup.zsh @@ -0,0 +1,8 @@ +#!/usr/bin/env zsh +# generated from catkin/cmake/templates/local_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" --extend --local' diff --git a/workspace/virtuallab/devel/setup.bash b/workspace/virtuallab/devel/setup.bash new file mode 100644 index 0000000000000000000000000000000000000000..ff47af8f30bcc54efd5892530c84c4159250d4a3 --- /dev/null +++ b/workspace/virtuallab/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/workspace/virtuallab/devel/setup.sh b/workspace/virtuallab/devel/setup.sh new file mode 100644 index 0000000000000000000000000000000000000000..3ebdd37232a88880b070091b9d6b09b6560bdf06 --- /dev/null +++ b/workspace/virtuallab/devel/setup.sh @@ -0,0 +1,96 @@ +#!/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 +# --local: only considers this workspace but not the chained ones +# In plain sh shell which doesn't support arguments for sourced scripts you can +# set the environment variable `CATKIN_SETUP_UTIL_ARGS=--extend/--local` instead. + +# 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/job/workspace/virtuallab/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 +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" $@ ${CATKIN_SETUP_UTIL_ARGS:-} >> "$_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/workspace/virtuallab/devel/setup.zsh b/workspace/virtuallab/devel/setup.zsh new file mode 100644 index 0000000000000000000000000000000000000000..9f780b741031d8037b90514441a80f9fed39d02b --- /dev/null +++ b/workspace/virtuallab/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/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calib-msg-extras.cmake b/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calib-msg-extras.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e62077d52ad8761025dcc03d2e0c8e339be08cb1 --- /dev/null +++ b/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calib-msg-extras.cmake @@ -0,0 +1,2 @@ +set(camera_calib_MESSAGE_FILES "") +set(camera_calib_SERVICE_FILES "") diff --git a/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calib-msg-paths.cmake b/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calib-msg-paths.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7d5c70179e9c7f1e81f4d96121fe93c6179091a6 --- /dev/null +++ b/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calib-msg-paths.cmake @@ -0,0 +1,4 @@ +# generated from genmsg/cmake/pkg-msg-paths.cmake.develspace.in + +set(camera_calib_MSG_INCLUDE_DIRS "") +set(camera_calib_MSG_DEPENDENCIES std_msgs) diff --git a/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calibConfig-version.cmake b/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calibConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0 --- /dev/null +++ b/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calibConfig-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/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calibConfig.cmake b/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calibConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..8569ef823f2ad1d0c8c3cd24d8de390e27453e43 --- /dev/null +++ b/workspace/virtuallab/devel/share/camera_calib/cmake/camera_calibConfig.cmake @@ -0,0 +1,223 @@ +# 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(camera_calib_CONFIG_INCLUDED) + return() +endif() +set(camera_calib_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("TRUE" STREQUAL "TRUE") + set(camera_calib_SOURCE_PREFIX /home/job/workspace/virtuallab/src/camera_calib) + set(camera_calib_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(camera_calib_INSTALL_PREFIX "") + set(camera_calib_PREFIX ${camera_calib_DEVEL_PREFIX}) +else() + set(camera_calib_SOURCE_PREFIX "") + set(camera_calib_DEVEL_PREFIX "") + set(camera_calib_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(camera_calib_PREFIX ${camera_calib_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'camera_calib' 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(camera_calib_FOUND_CATKIN_PROJECT TRUE) + +if(NOT " " STREQUAL " ") + set(camera_calib_INCLUDE_DIRS "") + set(_include_dirs "") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT " " STREQUAL " ") + set(_report "Check the website '' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'job ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${camera_calib_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'camera_calib' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'camera_calib' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/job/workspace/virtuallab/src/camera_calib/${idir}'. ${_report}") + endif() + _list_append_unique(camera_calib_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND camera_calib_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND camera_calib_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT camera_calib_NUM_DUMMY_TARGETS) + set(camera_calib_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::camera_calib::wrapped-linker-option${camera_calib_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR camera_calib_NUM_DUMMY_TARGETS "${camera_calib_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::camera_calib::wrapped-linker-option${camera_calib_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND camera_calib_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND camera_calib_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND camera_calib_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/job/workspace/virtuallab/devel/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(camera_calib_LIBRARY_DIRS ${lib_path}) + list(APPEND camera_calib_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 'camera_calib'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND camera_calib_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(camera_calib_EXPORTED_TARGETS "camera_calib_generate_messages_cpp;camera_calib_generate_messages_eus;camera_calib_generate_messages_lisp;camera_calib_generate_messages_nodejs;camera_calib_generate_messages_py") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${camera_calib_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 camera_calib_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${camera_calib_dep}_FOUND) + find_package(${camera_calib_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${camera_calib_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(camera_calib_INCLUDE_DIRS ${${camera_calib_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(camera_calib_LIBRARIES ${camera_calib_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${camera_calib_dep}_LIBRARIES}) + _list_append_deduplicate(camera_calib_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(camera_calib_LIBRARIES ${camera_calib_LIBRARIES}) + + _list_append_unique(camera_calib_LIBRARY_DIRS ${${camera_calib_dep}_LIBRARY_DIRS}) + list(APPEND camera_calib_EXPORTED_TARGETS ${${camera_calib_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "camera_calib-msg-extras.cmake") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${camera_calib_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_drive-msg-extras.cmake b/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_drive-msg-extras.cmake new file mode 100644 index 0000000000000000000000000000000000000000..43863e347acdf7d83299ee80c58c870084e748c3 --- /dev/null +++ b/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_drive-msg-extras.cmake @@ -0,0 +1,2 @@ +set(co_robot_drive_MESSAGE_FILES "") +set(co_robot_drive_SERVICE_FILES "/home/job/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv") diff --git a/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_drive-msg-paths.cmake b/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_drive-msg-paths.cmake new file mode 100644 index 0000000000000000000000000000000000000000..3d8e4a9c4f27a2887a211f55db472583cc05816d --- /dev/null +++ b/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_drive-msg-paths.cmake @@ -0,0 +1,4 @@ +# generated from genmsg/cmake/pkg-msg-paths.cmake.develspace.in + +set(co_robot_drive_MSG_INCLUDE_DIRS "") +set(co_robot_drive_MSG_DEPENDENCIES std_msgs) diff --git a/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_driveConfig-version.cmake b/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_driveConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0 --- /dev/null +++ b/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_driveConfig-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/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_driveConfig.cmake b/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_driveConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..53c581888dee379fce17da2a49b948c459eaee3b --- /dev/null +++ b/workspace/virtuallab/devel/share/co_robot_drive/cmake/co_robot_driveConfig.cmake @@ -0,0 +1,223 @@ +# 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(co_robot_drive_CONFIG_INCLUDED) + return() +endif() +set(co_robot_drive_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("TRUE" STREQUAL "TRUE") + set(co_robot_drive_SOURCE_PREFIX /home/job/workspace/virtuallab/src/co_robot_drive) + set(co_robot_drive_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(co_robot_drive_INSTALL_PREFIX "") + set(co_robot_drive_PREFIX ${co_robot_drive_DEVEL_PREFIX}) +else() + set(co_robot_drive_SOURCE_PREFIX "") + set(co_robot_drive_DEVEL_PREFIX "") + set(co_robot_drive_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(co_robot_drive_PREFIX ${co_robot_drive_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'co_robot_drive' 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(co_robot_drive_FOUND_CATKIN_PROJECT TRUE) + +if(NOT "/home/job/workspace/virtuallab/devel/include " STREQUAL " ") + set(co_robot_drive_INCLUDE_DIRS "") + set(_include_dirs "/home/job/workspace/virtuallab/devel/include") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT " " STREQUAL " ") + set(_report "Check the website '' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'job ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${co_robot_drive_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'co_robot_drive' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'co_robot_drive' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/job/workspace/virtuallab/src/co_robot_drive/${idir}'. ${_report}") + endif() + _list_append_unique(co_robot_drive_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND co_robot_drive_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND co_robot_drive_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT co_robot_drive_NUM_DUMMY_TARGETS) + set(co_robot_drive_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::co_robot_drive::wrapped-linker-option${co_robot_drive_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR co_robot_drive_NUM_DUMMY_TARGETS "${co_robot_drive_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::co_robot_drive::wrapped-linker-option${co_robot_drive_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND co_robot_drive_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND co_robot_drive_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND co_robot_drive_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/job/workspace/virtuallab/devel/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(co_robot_drive_LIBRARY_DIRS ${lib_path}) + list(APPEND co_robot_drive_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 'co_robot_drive'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND co_robot_drive_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(co_robot_drive_EXPORTED_TARGETS "co_robot_drive_generate_messages_cpp;co_robot_drive_generate_messages_eus;co_robot_drive_generate_messages_lisp;co_robot_drive_generate_messages_nodejs;co_robot_drive_generate_messages_py") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${co_robot_drive_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 co_robot_drive_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${co_robot_drive_dep}_FOUND) + find_package(${co_robot_drive_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${co_robot_drive_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(co_robot_drive_INCLUDE_DIRS ${${co_robot_drive_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(co_robot_drive_LIBRARIES ${co_robot_drive_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${co_robot_drive_dep}_LIBRARIES}) + _list_append_deduplicate(co_robot_drive_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(co_robot_drive_LIBRARIES ${co_robot_drive_LIBRARIES}) + + _list_append_unique(co_robot_drive_LIBRARY_DIRS ${${co_robot_drive_dep}_LIBRARY_DIRS}) + list(APPEND co_robot_drive_EXPORTED_TARGETS ${${co_robot_drive_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "co_robot_drive-msg-extras.cmake") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${co_robot_drive_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/DriveToTarget.lisp b/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/DriveToTarget.lisp new file mode 100644 index 0000000000000000000000000000000000000000..d8a6ae114a17ac3f60f6f1576ffdf6dc8871ca97 --- /dev/null +++ b/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/DriveToTarget.lisp @@ -0,0 +1,189 @@ +; Auto-generated. Do not edit! + + +(cl:in-package co_robot_drive-srv) + + +;//! \htmlinclude DriveToTarget-request.msg.html + +(cl:defclass (roslisp-msg-protocol:ros-message) + ((linear_x + :reader linear_x + :initarg :linear_x + :type cl:float + :initform 0.0) + (angular_z + :reader angular_z + :initarg :angular_z + :type cl:float + :initform 0.0)) +) + +(cl:defclass DriveToTarget-request () + ()) + +(cl:defmethod cl:initialize-instance :after ((m ) cl:&rest args) + (cl:declare (cl:ignorable args)) + (cl:unless (cl:typep m 'DriveToTarget-request) + (roslisp-msg-protocol:msg-deprecation-warning "using old message class name co_robot_drive-srv: is deprecated: use co_robot_drive-srv:DriveToTarget-request instead."))) + +(cl:ensure-generic-function 'linear_x-val :lambda-list '(m)) +(cl:defmethod linear_x-val ((m )) + (roslisp-msg-protocol:msg-deprecation-warning "Using old-style slot reader co_robot_drive-srv:linear_x-val is deprecated. Use co_robot_drive-srv:linear_x instead.") + (linear_x m)) + +(cl:ensure-generic-function 'angular_z-val :lambda-list '(m)) +(cl:defmethod angular_z-val ((m )) + (roslisp-msg-protocol:msg-deprecation-warning "Using old-style slot reader co_robot_drive-srv:angular_z-val is deprecated. Use co_robot_drive-srv:angular_z instead.") + (angular_z m)) +(cl:defmethod roslisp-msg-protocol:serialize ((msg ) ostream) + "Serializes a message object of type '" + (cl:let ((bits (roslisp-utils:encode-double-float-bits (cl:slot-value msg 'linear_x)))) + (cl:write-byte (cl:ldb (cl:byte 8 0) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 8) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 16) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 24) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 32) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 40) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 48) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 56) bits) ostream)) + (cl:let ((bits (roslisp-utils:encode-double-float-bits (cl:slot-value msg 'angular_z)))) + (cl:write-byte (cl:ldb (cl:byte 8 0) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 8) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 16) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 24) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 32) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 40) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 48) bits) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 56) bits) ostream)) +) +(cl:defmethod roslisp-msg-protocol:deserialize ((msg ) istream) + "Deserializes a message object of type '" + (cl:let ((bits 0)) + (cl:setf (cl:ldb (cl:byte 8 0) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 8) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 16) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 24) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 32) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 40) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 48) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 56) bits) (cl:read-byte istream)) + (cl:setf (cl:slot-value msg 'linear_x) (roslisp-utils:decode-double-float-bits bits))) + (cl:let ((bits 0)) + (cl:setf (cl:ldb (cl:byte 8 0) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 8) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 16) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 24) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 32) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 40) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 48) bits) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 56) bits) (cl:read-byte istream)) + (cl:setf (cl:slot-value msg 'angular_z) (roslisp-utils:decode-double-float-bits bits))) + msg +) +(cl:defmethod roslisp-msg-protocol:ros-datatype ((msg (cl:eql '))) + "Returns string type for a service object of type '" + "co_robot_drive/DriveToTargetRequest") +(cl:defmethod roslisp-msg-protocol:ros-datatype ((msg (cl:eql 'DriveToTarget-request))) + "Returns string type for a service object of type 'DriveToTarget-request" + "co_robot_drive/DriveToTargetRequest") +(cl:defmethod roslisp-msg-protocol:md5sum ((type (cl:eql '))) + "Returns md5sum for a message object of type '" + "c8652349d2a34a90a09475339e2a93d9") +(cl:defmethod roslisp-msg-protocol:md5sum ((type (cl:eql 'DriveToTarget-request))) + "Returns md5sum for a message object of type 'DriveToTarget-request" + "c8652349d2a34a90a09475339e2a93d9") +(cl:defmethod roslisp-msg-protocol:message-definition ((type (cl:eql '))) + "Returns full string definition for message of type '" + (cl:format cl:nil "float64 linear_x~%float64 angular_z~%~%~%")) +(cl:defmethod roslisp-msg-protocol:message-definition ((type (cl:eql 'DriveToTarget-request))) + "Returns full string definition for message of type 'DriveToTarget-request" + (cl:format cl:nil "float64 linear_x~%float64 angular_z~%~%~%")) +(cl:defmethod roslisp-msg-protocol:serialization-length ((msg )) + (cl:+ 0 + 8 + 8 +)) +(cl:defmethod roslisp-msg-protocol:ros-message-to-list ((msg )) + "Converts a ROS message object to a list" + (cl:list 'DriveToTarget-request + (cl:cons ':linear_x (linear_x msg)) + (cl:cons ':angular_z (angular_z msg)) +)) +;//! \htmlinclude DriveToTarget-response.msg.html + +(cl:defclass (roslisp-msg-protocol:ros-message) + ((msg_feedback + :reader msg_feedback + :initarg :msg_feedback + :type cl:string + :initform "")) +) + +(cl:defclass DriveToTarget-response () + ()) + +(cl:defmethod cl:initialize-instance :after ((m ) cl:&rest args) + (cl:declare (cl:ignorable args)) + (cl:unless (cl:typep m 'DriveToTarget-response) + (roslisp-msg-protocol:msg-deprecation-warning "using old message class name co_robot_drive-srv: is deprecated: use co_robot_drive-srv:DriveToTarget-response instead."))) + +(cl:ensure-generic-function 'msg_feedback-val :lambda-list '(m)) +(cl:defmethod msg_feedback-val ((m )) + (roslisp-msg-protocol:msg-deprecation-warning "Using old-style slot reader co_robot_drive-srv:msg_feedback-val is deprecated. Use co_robot_drive-srv:msg_feedback instead.") + (msg_feedback m)) +(cl:defmethod roslisp-msg-protocol:serialize ((msg ) ostream) + "Serializes a message object of type '" + (cl:let ((__ros_str_len (cl:length (cl:slot-value msg 'msg_feedback)))) + (cl:write-byte (cl:ldb (cl:byte 8 0) __ros_str_len) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 8) __ros_str_len) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 16) __ros_str_len) ostream) + (cl:write-byte (cl:ldb (cl:byte 8 24) __ros_str_len) ostream)) + (cl:map cl:nil #'(cl:lambda (c) (cl:write-byte (cl:char-code c) ostream)) (cl:slot-value msg 'msg_feedback)) +) +(cl:defmethod roslisp-msg-protocol:deserialize ((msg ) istream) + "Deserializes a message object of type '" + (cl:let ((__ros_str_len 0)) + (cl:setf (cl:ldb (cl:byte 8 0) __ros_str_len) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 8) __ros_str_len) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 16) __ros_str_len) (cl:read-byte istream)) + (cl:setf (cl:ldb (cl:byte 8 24) __ros_str_len) (cl:read-byte istream)) + (cl:setf (cl:slot-value msg 'msg_feedback) (cl:make-string __ros_str_len)) + (cl:dotimes (__ros_str_idx __ros_str_len msg) + (cl:setf (cl:char (cl:slot-value msg 'msg_feedback) __ros_str_idx) (cl:code-char (cl:read-byte istream))))) + msg +) +(cl:defmethod roslisp-msg-protocol:ros-datatype ((msg (cl:eql '))) + "Returns string type for a service object of type '" + "co_robot_drive/DriveToTargetResponse") +(cl:defmethod roslisp-msg-protocol:ros-datatype ((msg (cl:eql 'DriveToTarget-response))) + "Returns string type for a service object of type 'DriveToTarget-response" + "co_robot_drive/DriveToTargetResponse") +(cl:defmethod roslisp-msg-protocol:md5sum ((type (cl:eql '))) + "Returns md5sum for a message object of type '" + "c8652349d2a34a90a09475339e2a93d9") +(cl:defmethod roslisp-msg-protocol:md5sum ((type (cl:eql 'DriveToTarget-response))) + "Returns md5sum for a message object of type 'DriveToTarget-response" + "c8652349d2a34a90a09475339e2a93d9") +(cl:defmethod roslisp-msg-protocol:message-definition ((type (cl:eql '))) + "Returns full string definition for message of type '" + (cl:format cl:nil "string msg_feedback~%~%~%~%")) +(cl:defmethod roslisp-msg-protocol:message-definition ((type (cl:eql 'DriveToTarget-response))) + "Returns full string definition for message of type 'DriveToTarget-response" + (cl:format cl:nil "string msg_feedback~%~%~%~%")) +(cl:defmethod roslisp-msg-protocol:serialization-length ((msg )) + (cl:+ 0 + 4 (cl:length (cl:slot-value msg 'msg_feedback)) +)) +(cl:defmethod roslisp-msg-protocol:ros-message-to-list ((msg )) + "Converts a ROS message object to a list" + (cl:list 'DriveToTarget-response + (cl:cons ':msg_feedback (msg_feedback msg)) +)) +(cl:defmethod roslisp-msg-protocol:service-request-type ((msg (cl:eql 'DriveToTarget))) + 'DriveToTarget-request) +(cl:defmethod roslisp-msg-protocol:service-response-type ((msg (cl:eql 'DriveToTarget))) + 'DriveToTarget-response) +(cl:defmethod roslisp-msg-protocol:ros-datatype ((msg (cl:eql 'DriveToTarget))) + "Returns string type for a service object of type '" + "co_robot_drive/DriveToTarget") \ No newline at end of file diff --git a/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/_package.lisp b/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/_package.lisp new file mode 100644 index 0000000000000000000000000000000000000000..63620a58546b74541278675fec3f7f37652f530b --- /dev/null +++ b/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/_package.lisp @@ -0,0 +1,10 @@ +(cl:defpackage co_robot_drive-srv + (:use ) + (:export + "DRIVETOTARGET" + "" + "DRIVETOTARGET-REQUEST" + "" + "DRIVETOTARGET-RESPONSE" + )) + diff --git a/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/_package_DriveToTarget.lisp b/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/_package_DriveToTarget.lisp new file mode 100644 index 0000000000000000000000000000000000000000..b4ac5167edc8839ea2dc84de8386cc78d50bbb47 --- /dev/null +++ b/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/_package_DriveToTarget.lisp @@ -0,0 +1,8 @@ +(cl:in-package co_robot_drive-srv) +(cl:export '(LINEAR_X-VAL + LINEAR_X + ANGULAR_Z-VAL + ANGULAR_Z + MSG_FEEDBACK-VAL + MSG_FEEDBACK +)) \ No newline at end of file diff --git a/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/co_robot_drive-srv.asd b/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/co_robot_drive-srv.asd new file mode 100644 index 0000000000000000000000000000000000000000..c0a1ae93ac73859541543912f5cce192bb2be123 --- /dev/null +++ b/workspace/virtuallab/devel/share/common-lisp/ros/co_robot_drive/srv/co_robot_drive-srv.asd @@ -0,0 +1,9 @@ + +(cl:in-package :asdf) + +(defsystem "co_robot_drive-srv" + :depends-on (:roslisp-msg-protocol :roslisp-utils ) + :components ((:file "_package") + (:file "DriveToTarget" :depends-on ("_package_DriveToTarget")) + (:file "_package_DriveToTarget" :depends-on ("_package")) + )) \ No newline at end of file diff --git a/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/_index.js b/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/_index.js new file mode 100644 index 0000000000000000000000000000000000000000..d2ecca761cffe39495bc41c31f655cd2c19f7fd1 --- /dev/null +++ b/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/_index.js @@ -0,0 +1,6 @@ + +"use strict"; + +module.exports = { + srv: require('./srv/_index.js') +}; diff --git a/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/DriveToTarget.js b/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/DriveToTarget.js new file mode 100644 index 0000000000000000000000000000000000000000..8ec7a19f13222e1fa606207ee972c034a2ef267a --- /dev/null +++ b/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/DriveToTarget.js @@ -0,0 +1,189 @@ +// Auto-generated. Do not edit! + +// (in-package co_robot_drive.srv) + + +"use strict"; + +const _serializer = _ros_msg_utils.Serialize; +const _arraySerializer = _serializer.Array; +const _deserializer = _ros_msg_utils.Deserialize; +const _arrayDeserializer = _deserializer.Array; +const _finder = _ros_msg_utils.Find; +const _getByteLength = _ros_msg_utils.getByteLength; + +//----------------------------------------------------------- + + +//----------------------------------------------------------- + +class DriveToTargetRequest { + constructor(initObj={}) { + if (initObj === null) { + // initObj === null is a special case for deserialization where we don't initialize fields + this.linear_x = null; + this.angular_z = null; + } + else { + if (initObj.hasOwnProperty('linear_x')) { + this.linear_x = initObj.linear_x + } + else { + this.linear_x = 0.0; + } + if (initObj.hasOwnProperty('angular_z')) { + this.angular_z = initObj.angular_z + } + else { + this.angular_z = 0.0; + } + } + } + + static serialize(obj, buffer, bufferOffset) { + // Serializes a message object of type DriveToTargetRequest + // Serialize message field [linear_x] + bufferOffset = _serializer.float64(obj.linear_x, buffer, bufferOffset); + // Serialize message field [angular_z] + bufferOffset = _serializer.float64(obj.angular_z, buffer, bufferOffset); + return bufferOffset; + } + + static deserialize(buffer, bufferOffset=[0]) { + //deserializes a message object of type DriveToTargetRequest + let len; + let data = new DriveToTargetRequest(null); + // Deserialize message field [linear_x] + data.linear_x = _deserializer.float64(buffer, bufferOffset); + // Deserialize message field [angular_z] + data.angular_z = _deserializer.float64(buffer, bufferOffset); + return data; + } + + static getMessageSize(object) { + return 16; + } + + static datatype() { + // Returns string type for a service object + return 'co_robot_drive/DriveToTargetRequest'; + } + + static md5sum() { + //Returns md5sum for a message object + return '6aa08055c0c4aea51799f3f7164796a8'; + } + + static messageDefinition() { + // Returns full string definition for message + return ` + float64 linear_x + float64 angular_z + + `; + } + + static Resolve(msg) { + // deep-construct a valid message object instance of whatever was passed in + if (typeof msg !== 'object' || msg === null) { + msg = {}; + } + const resolved = new DriveToTargetRequest(null); + if (msg.linear_x !== undefined) { + resolved.linear_x = msg.linear_x; + } + else { + resolved.linear_x = 0.0 + } + + if (msg.angular_z !== undefined) { + resolved.angular_z = msg.angular_z; + } + else { + resolved.angular_z = 0.0 + } + + return resolved; + } +}; + +class DriveToTargetResponse { + constructor(initObj={}) { + if (initObj === null) { + // initObj === null is a special case for deserialization where we don't initialize fields + this.msg_feedback = null; + } + else { + if (initObj.hasOwnProperty('msg_feedback')) { + this.msg_feedback = initObj.msg_feedback + } + else { + this.msg_feedback = ''; + } + } + } + + static serialize(obj, buffer, bufferOffset) { + // Serializes a message object of type DriveToTargetResponse + // Serialize message field [msg_feedback] + bufferOffset = _serializer.string(obj.msg_feedback, buffer, bufferOffset); + return bufferOffset; + } + + static deserialize(buffer, bufferOffset=[0]) { + //deserializes a message object of type DriveToTargetResponse + let len; + let data = new DriveToTargetResponse(null); + // Deserialize message field [msg_feedback] + data.msg_feedback = _deserializer.string(buffer, bufferOffset); + return data; + } + + static getMessageSize(object) { + let length = 0; + length += object.msg_feedback.length; + return length + 4; + } + + static datatype() { + // Returns string type for a service object + return 'co_robot_drive/DriveToTargetResponse'; + } + + static md5sum() { + //Returns md5sum for a message object + return '2897a4bc4d7ca330e430870cfdee7314'; + } + + static messageDefinition() { + // Returns full string definition for message + return ` + string msg_feedback + + + `; + } + + static Resolve(msg) { + // deep-construct a valid message object instance of whatever was passed in + if (typeof msg !== 'object' || msg === null) { + msg = {}; + } + const resolved = new DriveToTargetResponse(null); + if (msg.msg_feedback !== undefined) { + resolved.msg_feedback = msg.msg_feedback; + } + else { + resolved.msg_feedback = '' + } + + return resolved; + } +}; + +module.exports = { + Request: DriveToTargetRequest, + Response: DriveToTargetResponse, + md5sum() { return 'c8652349d2a34a90a09475339e2a93d9'; }, + datatype() { return 'co_robot_drive/DriveToTarget'; } +}; diff --git a/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/_index.js b/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/_index.js new file mode 100644 index 0000000000000000000000000000000000000000..0cc38f54e68edd02e5397defe13243fc7676431b --- /dev/null +++ b/workspace/virtuallab/devel/share/gennodejs/ros/co_robot_drive/srv/_index.js @@ -0,0 +1,8 @@ + +"use strict"; + +let DriveToTarget = require('./DriveToTarget.js') + +module.exports = { + DriveToTarget: DriveToTarget, +}; diff --git a/workspace/virtuallab/devel/share/image_process/cmake/image_process-msg-extras.cmake b/workspace/virtuallab/devel/share/image_process/cmake/image_process-msg-extras.cmake new file mode 100644 index 0000000000000000000000000000000000000000..52831efb0d5b0969e4bacb175399e234851c018f --- /dev/null +++ b/workspace/virtuallab/devel/share/image_process/cmake/image_process-msg-extras.cmake @@ -0,0 +1,2 @@ +set(image_process_MESSAGE_FILES "") +set(image_process_SERVICE_FILES "") diff --git a/workspace/virtuallab/devel/share/image_process/cmake/image_process-msg-paths.cmake b/workspace/virtuallab/devel/share/image_process/cmake/image_process-msg-paths.cmake new file mode 100644 index 0000000000000000000000000000000000000000..85197ecc8c9bac4937b127fa4b5d3610345a9755 --- /dev/null +++ b/workspace/virtuallab/devel/share/image_process/cmake/image_process-msg-paths.cmake @@ -0,0 +1,4 @@ +# generated from genmsg/cmake/pkg-msg-paths.cmake.develspace.in + +set(image_process_MSG_INCLUDE_DIRS "") +set(image_process_MSG_DEPENDENCIES std_msgs) diff --git a/workspace/virtuallab/devel/share/image_process/cmake/image_processConfig-version.cmake b/workspace/virtuallab/devel/share/image_process/cmake/image_processConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0 --- /dev/null +++ b/workspace/virtuallab/devel/share/image_process/cmake/image_processConfig-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/workspace/virtuallab/devel/share/image_process/cmake/image_processConfig.cmake b/workspace/virtuallab/devel/share/image_process/cmake/image_processConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..2c97432787d588d3110356a3641de5419a12e6b0 --- /dev/null +++ b/workspace/virtuallab/devel/share/image_process/cmake/image_processConfig.cmake @@ -0,0 +1,223 @@ +# 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(image_process_CONFIG_INCLUDED) + return() +endif() +set(image_process_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("TRUE" STREQUAL "TRUE") + set(image_process_SOURCE_PREFIX /home/job/workspace/virtuallab/src/image_process) + set(image_process_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(image_process_INSTALL_PREFIX "") + set(image_process_PREFIX ${image_process_DEVEL_PREFIX}) +else() + set(image_process_SOURCE_PREFIX "") + set(image_process_DEVEL_PREFIX "") + set(image_process_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(image_process_PREFIX ${image_process_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'image_process' 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(image_process_FOUND_CATKIN_PROJECT TRUE) + +if(NOT " " STREQUAL " ") + set(image_process_INCLUDE_DIRS "") + set(_include_dirs "") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT " " STREQUAL " ") + set(_report "Check the website '' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'job ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${image_process_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'image_process' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'image_process' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/job/workspace/virtuallab/src/image_process/${idir}'. ${_report}") + endif() + _list_append_unique(image_process_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND image_process_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND image_process_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT image_process_NUM_DUMMY_TARGETS) + set(image_process_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::image_process::wrapped-linker-option${image_process_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR image_process_NUM_DUMMY_TARGETS "${image_process_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::image_process::wrapped-linker-option${image_process_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND image_process_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND image_process_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND image_process_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/job/workspace/virtuallab/devel/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(image_process_LIBRARY_DIRS ${lib_path}) + list(APPEND image_process_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 'image_process'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND image_process_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(image_process_EXPORTED_TARGETS "image_process_generate_messages_cpp;image_process_generate_messages_eus;image_process_generate_messages_lisp;image_process_generate_messages_nodejs;image_process_generate_messages_py") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${image_process_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 image_process_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${image_process_dep}_FOUND) + find_package(${image_process_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${image_process_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(image_process_INCLUDE_DIRS ${${image_process_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(image_process_LIBRARIES ${image_process_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${image_process_dep}_LIBRARIES}) + _list_append_deduplicate(image_process_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(image_process_LIBRARIES ${image_process_LIBRARIES}) + + _list_append_unique(image_process_LIBRARY_DIRS ${${image_process_dep}_LIBRARY_DIRS}) + list(APPEND image_process_EXPORTED_TARGETS ${${image_process_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "image_process-msg-extras.cmake") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${image_process_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/devel/share/robot_classifier/cmake/robot_classifierConfig-version.cmake b/workspace/virtuallab/devel/share/robot_classifier/cmake/robot_classifierConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0 --- /dev/null +++ b/workspace/virtuallab/devel/share/robot_classifier/cmake/robot_classifierConfig-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/workspace/virtuallab/devel/share/robot_classifier/cmake/robot_classifierConfig.cmake b/workspace/virtuallab/devel/share/robot_classifier/cmake/robot_classifierConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..85f893bc7f72a66c0b8ad71c4e9079fc83b90d04 --- /dev/null +++ b/workspace/virtuallab/devel/share/robot_classifier/cmake/robot_classifierConfig.cmake @@ -0,0 +1,223 @@ +# 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(robot_classifier_CONFIG_INCLUDED) + return() +endif() +set(robot_classifier_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("TRUE" STREQUAL "TRUE") + set(robot_classifier_SOURCE_PREFIX /home/job/workspace/virtuallab/src/robot_classifier) + set(robot_classifier_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(robot_classifier_INSTALL_PREFIX "") + set(robot_classifier_PREFIX ${robot_classifier_DEVEL_PREFIX}) +else() + set(robot_classifier_SOURCE_PREFIX "") + set(robot_classifier_DEVEL_PREFIX "") + set(robot_classifier_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(robot_classifier_PREFIX ${robot_classifier_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'robot_classifier' 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(robot_classifier_FOUND_CATKIN_PROJECT TRUE) + +if(NOT " " STREQUAL " ") + set(robot_classifier_INCLUDE_DIRS "") + set(_include_dirs "") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT " " STREQUAL " ") + set(_report "Check the website '' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'job ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${robot_classifier_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'robot_classifier' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'robot_classifier' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/job/workspace/virtuallab/src/robot_classifier/${idir}'. ${_report}") + endif() + _list_append_unique(robot_classifier_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND robot_classifier_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND robot_classifier_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT robot_classifier_NUM_DUMMY_TARGETS) + set(robot_classifier_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::robot_classifier::wrapped-linker-option${robot_classifier_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR robot_classifier_NUM_DUMMY_TARGETS "${robot_classifier_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::robot_classifier::wrapped-linker-option${robot_classifier_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND robot_classifier_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND robot_classifier_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND robot_classifier_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/job/workspace/virtuallab/devel/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(robot_classifier_LIBRARY_DIRS ${lib_path}) + list(APPEND robot_classifier_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 'robot_classifier'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND robot_classifier_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(robot_classifier_EXPORTED_TARGETS "") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${robot_classifier_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 robot_classifier_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${robot_classifier_dep}_FOUND) + find_package(${robot_classifier_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${robot_classifier_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(robot_classifier_INCLUDE_DIRS ${${robot_classifier_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(robot_classifier_LIBRARIES ${robot_classifier_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${robot_classifier_dep}_LIBRARIES}) + _list_append_deduplicate(robot_classifier_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(robot_classifier_LIBRARIES ${robot_classifier_LIBRARIES}) + + _list_append_unique(robot_classifier_LIBRARY_DIRS ${${robot_classifier_dep}_LIBRARY_DIRS}) + list(APPEND robot_classifier_EXPORTED_TARGETS ${${robot_classifier_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${robot_classifier_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/devel/share/roseus/ros/camera_calib/manifest.l b/workspace/virtuallab/devel/share/roseus/ros/camera_calib/manifest.l new file mode 100644 index 0000000000000000000000000000000000000000..adae34550da5d447fe3af79fe46934983fe651bf --- /dev/null +++ b/workspace/virtuallab/devel/share/roseus/ros/camera_calib/manifest.l @@ -0,0 +1,11 @@ +;; +;; DO NOT EDIT THIS FILE +;; +;; THIS FILE IS AUTOMATICALLY GENERATED +;; FROM /home/job/workspace/virtuallab/src/camera_calib/package.xml (0.0.0) +;; USING /opt/ros/melodic/lib/python2.7/dist-packages/geneus/geneus_main.pyc /opt/ros/melodic/share/geneus/package.xml (2.2.6) +;; +(ros::load-ros-package "roscpp") +(ros::load-ros-package "rosgraph_msgs") +(ros::load-ros-package "std_msgs") +(ros::load-ros-package "camera_calib") diff --git a/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/manifest.l b/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/manifest.l new file mode 100644 index 0000000000000000000000000000000000000000..8e8305f9f852036c76de4b168ddca734299e4d05 --- /dev/null +++ b/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/manifest.l @@ -0,0 +1,11 @@ +;; +;; DO NOT EDIT THIS FILE +;; +;; THIS FILE IS AUTOMATICALLY GENERATED +;; FROM /home/job/workspace/virtuallab/src/co_robot_drive/package.xml (0.0.0) +;; USING /opt/ros/melodic/lib/python2.7/dist-packages/geneus/geneus_main.pyc /opt/ros/melodic/share/geneus/package.xml (2.2.6) +;; +(ros::load-ros-package "roscpp") +(ros::load-ros-package "rosgraph_msgs") +(ros::load-ros-package "std_msgs") +(ros::load-ros-package "co_robot_drive") diff --git a/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/srv/DriveToTarget.l b/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/srv/DriveToTarget.l new file mode 100644 index 0000000000000000000000000000000000000000..662cf386331a6e8281357b4ad4f5ef893b5fda61 --- /dev/null +++ b/workspace/virtuallab/devel/share/roseus/ros/co_robot_drive/srv/DriveToTarget.l @@ -0,0 +1,142 @@ +;; Auto-generated. Do not edit! + + +(when (boundp 'co_robot_drive::DriveToTarget) + (if (not (find-package "CO_ROBOT_DRIVE")) + (make-package "CO_ROBOT_DRIVE")) + (shadow 'DriveToTarget (find-package "CO_ROBOT_DRIVE"))) +(unless (find-package "CO_ROBOT_DRIVE::DRIVETOTARGET") + (make-package "CO_ROBOT_DRIVE::DRIVETOTARGET")) +(unless (find-package "CO_ROBOT_DRIVE::DRIVETOTARGETREQUEST") + (make-package "CO_ROBOT_DRIVE::DRIVETOTARGETREQUEST")) +(unless (find-package "CO_ROBOT_DRIVE::DRIVETOTARGETRESPONSE") + (make-package "CO_ROBOT_DRIVE::DRIVETOTARGETRESPONSE")) + +(in-package "ROS") + + + + + +(defclass co_robot_drive::DriveToTargetRequest + :super ros::object + :slots (_linear_x _angular_z )) + +(defmethod co_robot_drive::DriveToTargetRequest + (:init + (&key + ((:linear_x __linear_x) 0.0) + ((:angular_z __angular_z) 0.0) + ) + (send-super :init) + (setq _linear_x (float __linear_x)) + (setq _angular_z (float __angular_z)) + self) + (:linear_x + (&optional __linear_x) + (if __linear_x (setq _linear_x __linear_x)) _linear_x) + (:angular_z + (&optional __angular_z) + (if __angular_z (setq _angular_z __angular_z)) _angular_z) + (:serialization-length + () + (+ + ;; float64 _linear_x + 8 + ;; float64 _angular_z + 8 + )) + (:serialize + (&optional strm) + (let ((s (if strm strm + (make-string-output-stream (send self :serialization-length))))) + ;; float64 _linear_x + (sys::poke _linear_x (send s :buffer) (send s :count) :double) (incf (stream-count s) 8) + ;; float64 _angular_z + (sys::poke _angular_z (send s :buffer) (send s :count) :double) (incf (stream-count s) 8) + ;; + (if (null strm) (get-output-stream-string s)))) + (:deserialize + (buf &optional (ptr- 0)) + ;; float64 _linear_x + (setq _linear_x (sys::peek buf ptr- :double)) (incf ptr- 8) + ;; float64 _angular_z + (setq _angular_z (sys::peek buf ptr- :double)) (incf ptr- 8) + ;; + self) + ) + +(defclass co_robot_drive::DriveToTargetResponse + :super ros::object + :slots (_msg_feedback )) + +(defmethod co_robot_drive::DriveToTargetResponse + (:init + (&key + ((:msg_feedback __msg_feedback) "") + ) + (send-super :init) + (setq _msg_feedback (string __msg_feedback)) + self) + (:msg_feedback + (&optional __msg_feedback) + (if __msg_feedback (setq _msg_feedback __msg_feedback)) _msg_feedback) + (:serialization-length + () + (+ + ;; string _msg_feedback + 4 (length _msg_feedback) + )) + (:serialize + (&optional strm) + (let ((s (if strm strm + (make-string-output-stream (send self :serialization-length))))) + ;; string _msg_feedback + (write-long (length _msg_feedback) s) (princ _msg_feedback s) + ;; + (if (null strm) (get-output-stream-string s)))) + (:deserialize + (buf &optional (ptr- 0)) + ;; string _msg_feedback + (let (n) (setq n (sys::peek buf ptr- :integer)) (incf ptr- 4) (setq _msg_feedback (subseq buf ptr- (+ ptr- n))) (incf ptr- n)) + ;; + self) + ) + +(defclass co_robot_drive::DriveToTarget + :super ros::object + :slots ()) + +(setf (get co_robot_drive::DriveToTarget :md5sum-) "c8652349d2a34a90a09475339e2a93d9") +(setf (get co_robot_drive::DriveToTarget :datatype-) "co_robot_drive/DriveToTarget") +(setf (get co_robot_drive::DriveToTarget :request) co_robot_drive::DriveToTargetRequest) +(setf (get co_robot_drive::DriveToTarget :response) co_robot_drive::DriveToTargetResponse) + +(defmethod co_robot_drive::DriveToTargetRequest + (:response () (instance co_robot_drive::DriveToTargetResponse :init))) + +(setf (get co_robot_drive::DriveToTargetRequest :md5sum-) "c8652349d2a34a90a09475339e2a93d9") +(setf (get co_robot_drive::DriveToTargetRequest :datatype-) "co_robot_drive/DriveToTargetRequest") +(setf (get co_robot_drive::DriveToTargetRequest :definition-) + "float64 linear_x +float64 angular_z +--- +string msg_feedback + +") + +(setf (get co_robot_drive::DriveToTargetResponse :md5sum-) "c8652349d2a34a90a09475339e2a93d9") +(setf (get co_robot_drive::DriveToTargetResponse :datatype-) "co_robot_drive/DriveToTargetResponse") +(setf (get co_robot_drive::DriveToTargetResponse :definition-) + "float64 linear_x +float64 angular_z +--- +string msg_feedback + +") + + + +(provide :co_robot_drive/DriveToTarget "c8652349d2a34a90a09475339e2a93d9") + + diff --git a/workspace/virtuallab/devel/share/roseus/ros/image_process/manifest.l b/workspace/virtuallab/devel/share/roseus/ros/image_process/manifest.l new file mode 100644 index 0000000000000000000000000000000000000000..4ecda89585e70eb3da6ee4858516e57b112faf63 --- /dev/null +++ b/workspace/virtuallab/devel/share/roseus/ros/image_process/manifest.l @@ -0,0 +1,11 @@ +;; +;; DO NOT EDIT THIS FILE +;; +;; THIS FILE IS AUTOMATICALLY GENERATED +;; FROM /home/job/workspace/virtuallab/src/image_process/package.xml (0.0.0) +;; USING /opt/ros/melodic/lib/python2.7/dist-packages/geneus/geneus_main.pyc /opt/ros/melodic/share/geneus/package.xml (2.2.6) +;; +(ros::load-ros-package "roscpp") +(ros::load-ros-package "rosgraph_msgs") +(ros::load-ros-package "std_msgs") +(ros::load-ros-package "image_process") diff --git a/workspace/virtuallab/devel/share/teleop_twist_keyboard/cmake/teleop_twist_keyboardConfig-version.cmake b/workspace/virtuallab/devel/share/teleop_twist_keyboard/cmake/teleop_twist_keyboardConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..de35aa22a9bd546ca9e0b4e63357adc254d83544 --- /dev/null +++ b/workspace/virtuallab/devel/share/teleop_twist_keyboard/cmake/teleop_twist_keyboardConfig-version.cmake @@ -0,0 +1,14 @@ +# generated from catkin/cmake/template/pkgConfig-version.cmake.in +set(PACKAGE_VERSION "1.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/workspace/virtuallab/devel/share/teleop_twist_keyboard/cmake/teleop_twist_keyboardConfig.cmake b/workspace/virtuallab/devel/share/teleop_twist_keyboard/cmake/teleop_twist_keyboardConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..bccb9ed793fde484e2334744e02bdf26e2e83410 --- /dev/null +++ b/workspace/virtuallab/devel/share/teleop_twist_keyboard/cmake/teleop_twist_keyboardConfig.cmake @@ -0,0 +1,223 @@ +# 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(teleop_twist_keyboard_CONFIG_INCLUDED) + return() +endif() +set(teleop_twist_keyboard_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("TRUE" STREQUAL "TRUE") + set(teleop_twist_keyboard_SOURCE_PREFIX /home/job/workspace/virtuallab/src/teleop_twist_keyboard) + set(teleop_twist_keyboard_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(teleop_twist_keyboard_INSTALL_PREFIX "") + set(teleop_twist_keyboard_PREFIX ${teleop_twist_keyboard_DEVEL_PREFIX}) +else() + set(teleop_twist_keyboard_SOURCE_PREFIX "") + set(teleop_twist_keyboard_DEVEL_PREFIX "") + set(teleop_twist_keyboard_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(teleop_twist_keyboard_PREFIX ${teleop_twist_keyboard_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'teleop_twist_keyboard' 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(teleop_twist_keyboard_FOUND_CATKIN_PROJECT TRUE) + +if(NOT " " STREQUAL " ") + set(teleop_twist_keyboard_INCLUDE_DIRS "") + set(_include_dirs "") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT "http://wiki.ros.org/teleop_twist_keyboard " STREQUAL " ") + set(_report "Check the website 'http://wiki.ros.org/teleop_twist_keyboard' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'Austin Hendrix ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${teleop_twist_keyboard_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'teleop_twist_keyboard' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'teleop_twist_keyboard' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/job/workspace/virtuallab/src/teleop_twist_keyboard/${idir}'. ${_report}") + endif() + _list_append_unique(teleop_twist_keyboard_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND teleop_twist_keyboard_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND teleop_twist_keyboard_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT teleop_twist_keyboard_NUM_DUMMY_TARGETS) + set(teleop_twist_keyboard_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::teleop_twist_keyboard::wrapped-linker-option${teleop_twist_keyboard_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR teleop_twist_keyboard_NUM_DUMMY_TARGETS "${teleop_twist_keyboard_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::teleop_twist_keyboard::wrapped-linker-option${teleop_twist_keyboard_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND teleop_twist_keyboard_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND teleop_twist_keyboard_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND teleop_twist_keyboard_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/job/workspace/virtuallab/devel/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(teleop_twist_keyboard_LIBRARY_DIRS ${lib_path}) + list(APPEND teleop_twist_keyboard_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 'teleop_twist_keyboard'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND teleop_twist_keyboard_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(teleop_twist_keyboard_EXPORTED_TARGETS "") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${teleop_twist_keyboard_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 teleop_twist_keyboard_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${teleop_twist_keyboard_dep}_FOUND) + find_package(${teleop_twist_keyboard_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${teleop_twist_keyboard_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(teleop_twist_keyboard_INCLUDE_DIRS ${${teleop_twist_keyboard_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(teleop_twist_keyboard_LIBRARIES ${teleop_twist_keyboard_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${teleop_twist_keyboard_dep}_LIBRARIES}) + _list_append_deduplicate(teleop_twist_keyboard_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(teleop_twist_keyboard_LIBRARIES ${teleop_twist_keyboard_LIBRARIES}) + + _list_append_unique(teleop_twist_keyboard_LIBRARY_DIRS ${${teleop_twist_keyboard_dep}_LIBRARY_DIRS}) + list(APPEND teleop_twist_keyboard_EXPORTED_TARGETS ${${teleop_twist_keyboard_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${teleop_twist_keyboard_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/devel/share/virtual_lab/cmake/virtual_labConfig-version.cmake b/workspace/virtuallab/devel/share/virtual_lab/cmake/virtual_labConfig-version.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7fd9f993a719934b0f7ee411b86bce935627eec0 --- /dev/null +++ b/workspace/virtuallab/devel/share/virtual_lab/cmake/virtual_labConfig-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/workspace/virtuallab/devel/share/virtual_lab/cmake/virtual_labConfig.cmake b/workspace/virtuallab/devel/share/virtual_lab/cmake/virtual_labConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..0fab23e3398f517b3b35d654f99c5c6021321f09 --- /dev/null +++ b/workspace/virtuallab/devel/share/virtual_lab/cmake/virtual_labConfig.cmake @@ -0,0 +1,223 @@ +# 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(virtual_lab_CONFIG_INCLUDED) + return() +endif() +set(virtual_lab_CONFIG_INCLUDED TRUE) + +# set variables for source/devel/install prefixes +if("TRUE" STREQUAL "TRUE") + set(virtual_lab_SOURCE_PREFIX /home/job/workspace/virtuallab/src/virtual_lab) + set(virtual_lab_DEVEL_PREFIX /home/job/workspace/virtuallab/devel) + set(virtual_lab_INSTALL_PREFIX "") + set(virtual_lab_PREFIX ${virtual_lab_DEVEL_PREFIX}) +else() + set(virtual_lab_SOURCE_PREFIX "") + set(virtual_lab_DEVEL_PREFIX "") + set(virtual_lab_INSTALL_PREFIX /home/job/workspace/virtuallab/install) + set(virtual_lab_PREFIX ${virtual_lab_INSTALL_PREFIX}) +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "WARNING: package 'virtual_lab' 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(virtual_lab_FOUND_CATKIN_PROJECT TRUE) + +if(NOT " " STREQUAL " ") + set(virtual_lab_INCLUDE_DIRS "") + set(_include_dirs "") + if(NOT " " STREQUAL " ") + set(_report "Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.") + elseif(NOT " " STREQUAL " ") + set(_report "Check the website '' for information and consider reporting the problem.") + else() + set(_report "Report the problem to the maintainer 'job ' and request to fix the problem.") + endif() + foreach(idir ${_include_dirs}) + if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir}) + set(include ${idir}) + elseif("${idir} " STREQUAL "include ") + get_filename_component(include "${virtual_lab_DIR}/../../../include" ABSOLUTE) + if(NOT IS_DIRECTORY ${include}) + message(FATAL_ERROR "Project 'virtual_lab' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}") + endif() + else() + message(FATAL_ERROR "Project 'virtual_lab' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/job/workspace/virtuallab/src/virtual_lab/${idir}'. ${_report}") + endif() + _list_append_unique(virtual_lab_INCLUDE_DIRS ${include}) + endforeach() +endif() + +set(libraries "") +foreach(library ${libraries}) + # keep build configuration keywords, target names and absolute libraries as-is + if("${library}" MATCHES "^(debug|optimized|general)$") + list(APPEND virtual_lab_LIBRARIES ${library}) + elseif(${library} MATCHES "^-l") + list(APPEND virtual_lab_LIBRARIES ${library}) + elseif(${library} MATCHES "^-") + # This is a linker flag/option (like -pthread) + # There's no standard variable for these, so create an interface library to hold it + if(NOT virtual_lab_NUM_DUMMY_TARGETS) + set(virtual_lab_NUM_DUMMY_TARGETS 0) + endif() + # Make sure the target name is unique + set(interface_target_name "catkin::virtual_lab::wrapped-linker-option${virtual_lab_NUM_DUMMY_TARGETS}") + while(TARGET "${interface_target_name}") + math(EXPR virtual_lab_NUM_DUMMY_TARGETS "${virtual_lab_NUM_DUMMY_TARGETS}+1") + set(interface_target_name "catkin::virtual_lab::wrapped-linker-option${virtual_lab_NUM_DUMMY_TARGETS}") + endwhile() + add_library("${interface_target_name}" INTERFACE IMPORTED) + if("${CMAKE_VERSION}" VERSION_LESS "3.13.0") + set_property( + TARGET + "${interface_target_name}" + APPEND PROPERTY + INTERFACE_LINK_LIBRARIES "${library}") + else() + target_link_options("${interface_target_name}" INTERFACE "${library}") + endif() + list(APPEND virtual_lab_LIBRARIES "${interface_target_name}") + elseif(TARGET ${library}) + list(APPEND virtual_lab_LIBRARIES ${library}) + elseif(IS_ABSOLUTE ${library}) + list(APPEND virtual_lab_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/job/workspace/virtuallab/devel/lib;/home/job/workspace/virtuallab/devel/lib;/opt/ros/melodic/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(virtual_lab_LIBRARY_DIRS ${lib_path}) + list(APPEND virtual_lab_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 'virtual_lab'? Did you find_package() it before the subdirectory containing its code is included?") + endif() + list(APPEND virtual_lab_LIBRARIES ${lib}) + endif() + endif() +endforeach() + +set(virtual_lab_EXPORTED_TARGETS "") +# create dummy targets for exported code generation targets to make life of users easier +foreach(t ${virtual_lab_EXPORTED_TARGETS}) + if(NOT TARGET ${t}) + add_custom_target(${t}) + endif() +endforeach() + +set(depends "") +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 virtual_lab_dep) + list(LENGTH depend_list count) + if(${count} EQUAL 1) + # simple dependencies must only be find_package()-ed once + if(NOT ${virtual_lab_dep}_FOUND) + find_package(${virtual_lab_dep} REQUIRED NO_MODULE) + endif() + else() + # dependencies with components must be find_package()-ed again + list(REMOVE_AT depend_list 0) + find_package(${virtual_lab_dep} REQUIRED NO_MODULE ${depend_list}) + endif() + _list_append_unique(virtual_lab_INCLUDE_DIRS ${${virtual_lab_dep}_INCLUDE_DIRS}) + + # merge build configuration keywords with library names to correctly deduplicate + _pack_libraries_with_build_configuration(virtual_lab_LIBRARIES ${virtual_lab_LIBRARIES}) + _pack_libraries_with_build_configuration(_libraries ${${virtual_lab_dep}_LIBRARIES}) + _list_append_deduplicate(virtual_lab_LIBRARIES ${_libraries}) + # undo build configuration keyword merging after deduplication + _unpack_libraries_with_build_configuration(virtual_lab_LIBRARIES ${virtual_lab_LIBRARIES}) + + _list_append_unique(virtual_lab_LIBRARY_DIRS ${${virtual_lab_dep}_LIBRARY_DIRS}) + list(APPEND virtual_lab_EXPORTED_TARGETS ${${virtual_lab_dep}_EXPORTED_TARGETS}) +endforeach() + +set(pkg_cfg_extras "") +foreach(extra ${pkg_cfg_extras}) + if(NOT IS_ABSOLUTE ${extra}) + set(extra ${virtual_lab_DIR}/${extra}) + endif() + include(${extra}) +endforeach() diff --git a/workspace/virtuallab/launch/iniLab.lauch b/workspace/virtuallab/launch/iniLab.lauch new file mode 100644 index 0000000000000000000000000000000000000000..f3eb5bc01e73c91075480170330daa4423cb9ca6 --- /dev/null +++ b/workspace/virtuallab/launch/iniLab.lauch @@ -0,0 +1,7 @@ + + + + + + + diff --git a/workspace/virtuallab/launch/jpgconvert.launch b/workspace/virtuallab/launch/jpgconvert.launch new file mode 100644 index 0000000000000000000000000000000000000000..26fc80f05264f1ded9cc0e6194fddace7d3178f1 --- /dev/null +++ b/workspace/virtuallab/launch/jpgconvert.launch @@ -0,0 +1,6 @@ + + + + + + diff --git a/workspace/virtuallab/model/boundary/model.config b/workspace/virtuallab/model/boundary/model.config new file mode 100644 index 0000000000000000000000000000000000000000..8afe7c61ffdca895e102b577aad23cd9efd3ae12 --- /dev/null +++ b/workspace/virtuallab/model/boundary/model.config @@ -0,0 +1,11 @@ + + + boundary + 1.0 + model.sdf + + + + + + diff --git a/workspace/virtuallab/model/boundary/model.sdf b/workspace/virtuallab/model/boundary/model.sdf new file mode 100644 index 0000000000000000000000000000000000000000..54abac02e1af1d99e402a4e440c01fceb0845686 --- /dev/null +++ b/workspace/virtuallab/model/boundary/model.sdf @@ -0,0 +1,104 @@ + + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + + diff --git a/workspace/virtuallab/model/box/model.config b/workspace/virtuallab/model/box/model.config new file mode 100644 index 0000000000000000000000000000000000000000..c1b0cfb128cefd08ab49b6d040111b57b24f501b --- /dev/null +++ b/workspace/virtuallab/model/box/model.config @@ -0,0 +1,11 @@ + + + box + 1.0 + model.sdf + + + + + + diff --git a/workspace/virtuallab/model/box/model.sdf b/workspace/virtuallab/model/box/model.sdf new file mode 100644 index 0000000000000000000000000000000000000000..8ccf5a12407f2bca8c17d49e445769992a401513 --- /dev/null +++ b/workspace/virtuallab/model/box/model.sdf @@ -0,0 +1,104 @@ + + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 1 1 1 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 1 1 1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + + diff --git a/workspace/virtuallab/model/cameraStand/model.config b/workspace/virtuallab/model/cameraStand/model.config new file mode 100644 index 0000000000000000000000000000000000000000..1d0737957d81d0c68ba79770c8c79940ffd84a75 --- /dev/null +++ b/workspace/virtuallab/model/cameraStand/model.config @@ -0,0 +1,11 @@ + + + cameraStand + 1.0 + model.sdf + + + + + + diff --git a/workspace/virtuallab/model/cameraStand/model.sdf b/workspace/virtuallab/model/cameraStand/model.sdf new file mode 100644 index 0000000000000000000000000000000000000000..a562d009f09d1a2e6996d3760ee2c490aa2d6454 --- /dev/null +++ b/workspace/virtuallab/model/cameraStand/model.sdf @@ -0,0 +1,106 @@ + + + + + + 1 + + 0.145833 + 0 + 0 + 0.145833 + 0 + 0.125 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0.000398 0.015239 0 0 -0 0 + 1 + + + + 0.1 + 2 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0 0 0 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.1 + 2 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + + diff --git a/workspace/virtuallab/model/obstacles_blue/model.config b/workspace/virtuallab/model/obstacles_blue/model.config new file mode 100644 index 0000000000000000000000000000000000000000..0659fd1b9d2151ffff33abc57d98b3a74fcab0ab --- /dev/null +++ b/workspace/virtuallab/model/obstacles_blue/model.config @@ -0,0 +1,11 @@ + + + obstacles_blue + 1.0 + model.sdf + + + + + + diff --git a/workspace/virtuallab/model/obstacles_blue/model.sdf b/workspace/virtuallab/model/obstacles_blue/model.sdf new file mode 100644 index 0000000000000000000000000000000000000000..760db6f9fc17cf83683173fde2b0ea0b2eea88d2 --- /dev/null +++ b/workspace/virtuallab/model/obstacles_blue/model.sdf @@ -0,0 +1,104 @@ + + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0 0.2 0.8 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + + diff --git a/workspace/virtuallab/model/obstacles_green/model.config b/workspace/virtuallab/model/obstacles_green/model.config new file mode 100644 index 0000000000000000000000000000000000000000..a1523a631241fee7b4d5b6c4953d9462d735fe0d --- /dev/null +++ b/workspace/virtuallab/model/obstacles_green/model.config @@ -0,0 +1,11 @@ + + + obstacles_green + 1.0 + model.sdf + + + + + + diff --git a/workspace/virtuallab/model/obstacles_green/model.sdf b/workspace/virtuallab/model/obstacles_green/model.sdf new file mode 100644 index 0000000000000000000000000000000000000000..f684fece01ee8a7c64ff040f6bc7a6cc2487bb28 --- /dev/null +++ b/workspace/virtuallab/model/obstacles_green/model.sdf @@ -0,0 +1,104 @@ + + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.3 0.8 0.6 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + + diff --git a/workspace/virtuallab/model/obstacles_pink/model.config b/workspace/virtuallab/model/obstacles_pink/model.config new file mode 100644 index 0000000000000000000000000000000000000000..fa688e8c01ffd93b723a2c95d643afcf5d2b2741 --- /dev/null +++ b/workspace/virtuallab/model/obstacles_pink/model.config @@ -0,0 +1,11 @@ + + + obstacles_pink + 1.0 + model.sdf + + + + + + diff --git a/workspace/virtuallab/model/obstacles_pink/model.sdf b/workspace/virtuallab/model/obstacles_pink/model.sdf new file mode 100644 index 0000000000000000000000000000000000000000..b13d60389bd9661569309e2758750f5c5b62d5b2 --- /dev/null +++ b/workspace/virtuallab/model/obstacles_pink/model.sdf @@ -0,0 +1,104 @@ + + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.7 0.2 0.8 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + + diff --git a/workspace/virtuallab/model/obstacles_yellow/model.config b/workspace/virtuallab/model/obstacles_yellow/model.config new file mode 100644 index 0000000000000000000000000000000000000000..12c1ce7e661eecea6e1308beda6a75cc9c65987b --- /dev/null +++ b/workspace/virtuallab/model/obstacles_yellow/model.config @@ -0,0 +1,11 @@ + + + obstacles_yellow + 1.0 + model.sdf + + + + + + diff --git a/workspace/virtuallab/model/obstacles_yellow/model.sdf b/workspace/virtuallab/model/obstacles_yellow/model.sdf new file mode 100644 index 0000000000000000000000000000000000000000..79bfbc31fc5b3e280a27388024ce559ff975e5cc --- /dev/null +++ b/workspace/virtuallab/model/obstacles_yellow/model.sdf @@ -0,0 +1,104 @@ + + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.8 0.8 0 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + + diff --git a/workspace/virtuallab/model/vlab/model.config b/workspace/virtuallab/model/vlab/model.config new file mode 100644 index 0000000000000000000000000000000000000000..0c9fd8aaefc2cbc11b884fd01e3e6abd0a904949 --- /dev/null +++ b/workspace/virtuallab/model/vlab/model.config @@ -0,0 +1,11 @@ + + + vlab + 1.0 + model.sdf + + + + + + diff --git a/workspace/virtuallab/model/vlab/model.sdf b/workspace/virtuallab/model/vlab/model.sdf new file mode 100644 index 0000000000000000000000000000000000000000..c5916c4cd69e22606c5f654a23c595692ebefbda --- /dev/null +++ b/workspace/virtuallab/model/vlab/model.sdf @@ -0,0 +1,123 @@ + + + + 0 0 0 0 -0 0 + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 5 0 0 0 -0 -1.5708 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 5 0 0 -0 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + -5 0 0 0 -0 -1.5708 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 -5 0 0 -0 0 + + 1 + + diff --git a/workspace/virtuallab/rospkg b/workspace/virtuallab/rospkg new file mode 160000 index 0000000000000000000000000000000000000000..188f9ef4ff52734e8f056593d3901fc461ad15cc --- /dev/null +++ b/workspace/virtuallab/rospkg @@ -0,0 +1 @@ +Subproject commit 188f9ef4ff52734e8f056593d3901fc461ad15cc diff --git a/workspace/virtuallab/src/CMakeLists.txt b/workspace/virtuallab/src/CMakeLists.txt new file mode 120000 index 0000000000000000000000000000000000000000..66dd650aca8bc895ebfd0001a46559de60baee2c --- /dev/null +++ b/workspace/virtuallab/src/CMakeLists.txt @@ -0,0 +1 @@ +/opt/ros/melodic/share/catkin/cmake/toplevel.cmake \ No newline at end of file diff --git a/workspace/virtuallab/src/camera_calib/CMakeLists.txt b/workspace/virtuallab/src/camera_calib/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..540f54563b645c440250ed685787c4fd18dee9df --- /dev/null +++ b/workspace/virtuallab/src/camera_calib/CMakeLists.txt @@ -0,0 +1,213 @@ +cmake_minimum_required(VERSION 3.0.2) +project(camera_calib) + +## Compile as C++11, supported in ROS Kinetic and newer +add_compile_options(-std=c++11) + +## 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 + message_generation + roscpp + rospy + cv_bridge + std_msgs +) + +## System dependencies are found with CMake's conventions +# find_package(Boost REQUIRED COMPONENTS system) + + +## Uncomment this if the package has a setup.py. This macro ensures +## modules and global scripts declared therein get installed +## See http://ros.org/doc/api/catkin/html/user_guide/setup_dot_py.html +# catkin_python_setup() + +################################################ +## Declare ROS messages, services and actions ## +################################################ + +## To declare and build messages, services or actions from within this +## package, follow these steps: +## * Let MSG_DEP_SET be the set of packages whose message types you use in +## your messages/services/actions (e.g. std_msgs, actionlib_msgs, ...). +## * In the file package.xml: +## * add a build_depend tag for "message_generation" +## * add a build_depend and a exec_depend tag for each package in MSG_DEP_SET +## * If MSG_DEP_SET isn't empty the following dependency has been pulled in +## but can be declared for certainty nonetheless: +## * add a exec_depend tag for "message_runtime" +## * In this file (CMakeLists.txt): +## * add "message_generation" and every package in MSG_DEP_SET to +## find_package(catkin REQUIRED COMPONENTS ...) +## * add "message_runtime" and every package in MSG_DEP_SET to +## catkin_package(CATKIN_DEPENDS ...) +## * uncomment the add_*_files sections below as needed +## and list every .msg/.srv/.action file to be processed +## * uncomment the generate_messages entry below +## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...) + +## Generate messages in the 'msg' folder +# add_message_files( +# FILES +# Message1.msg +# Message2.msg +# ) + +## Generate services in the 'srv' folder +# add_service_files( +# FILES +# Service1.srv +# Service2.srv +# ) + +## Generate actions in the 'action' folder +# add_action_files( +# FILES +# Action1.action +# Action2.action +# ) + +## Generate added messages and services with any dependencies listed here + generate_messages( + DEPENDENCIES + std_msgs + ) + +################################################ +## Declare ROS dynamic reconfigure parameters ## +################################################ + +## To declare and build dynamic reconfigure parameters within this +## package, follow these steps: +## * In the file package.xml: +## * add a build_depend and a exec_depend tag for "dynamic_reconfigure" +## * In this file (CMakeLists.txt): +## * add "dynamic_reconfigure" to +## find_package(catkin REQUIRED COMPONENTS ...) +## * uncomment the "generate_dynamic_reconfigure_options" section below +## and list every .cfg file to be processed + +## Generate dynamic reconfigure parameters in the 'cfg' folder +# generate_dynamic_reconfigure_options( +# cfg/DynReconf1.cfg +# cfg/DynReconf2.cfg +# ) + +################################### +## catkin specific configuration ## +################################### +## The catkin_package macro generates cmake config files for your package +## Declare things to be passed to dependent projects +## INCLUDE_DIRS: uncomment this if your package contains header files +## LIBRARIES: libraries you create in this project that dependent projects also need +## CATKIN_DEPENDS: catkin_packages dependent projects also need +## DEPENDS: system dependencies of this project that dependent projects also need +catkin_package( +# INCLUDE_DIRS include +# LIBRARIES camera_calib +# CATKIN_DEPENDS message_generation roscpp rospy std_msgs +# DEPENDS system_lib +) + +########### +## Build ## +########### + +## Specify additional locations of header files +## Your package locations should be listed before other locations +include_directories( +# include + ${catkin_INCLUDE_DIRS} +) + +## Declare a C++ library +# add_library(${PROJECT_NAME} +# src/${PROJECT_NAME}/camera_calib.cpp +# ) + +## Add cmake target dependencies of the library +## as an example, code may need to be generated before libraries +## either from message generation or dynamic reconfigure +# add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) + +## Declare a C++ executable +## With catkin_make all packages are built within a single CMake context +## The recommended prefix ensures that target names across packages don't collide +add_executable(camera_calib src/camera_calib.cpp) + + +## Rename C++ executable without prefix +## The above recommended prefix causes long target names, the following renames the +## target back to the shorter version for ease of user use +## e.g. "rosrun someones_pkg node" instead of "rosrun someones_pkg someones_pkg_node" +# set_target_properties(${PROJECT_NAME}_node PROPERTIES OUTPUT_NAME node PREFIX "") + +## Add cmake target dependencies of the executable +## same as for the library above +add_dependencies(camera_calib ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) + +## Specify libraries to link a library or executable target against +target_link_libraries(camera_calib + ${catkin_LIBRARIES} + ) + +############# +## Install ## +############# + +# all install targets should use catkin DESTINATION variables +# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html + +## Mark executable scripts (Python etc.) for installation +## in contrast to setup.py, you can choose the destination +# catkin_install_python(PROGRAMS +# scripts/my_python_script +# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +catkin_install_python(PROGRAMS scripts/cam_calib.py + DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +) + +## Mark executables for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_executables.html +# install(TARGETS ${PROJECT_NAME}_node +# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +## Mark libraries for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_libraries.html +# install(TARGETS ${PROJECT_NAME} +# ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} +# LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} +# RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION} +# ) + +## Mark cpp header files for installation +# install(DIRECTORY include/${PROJECT_NAME}/ +# DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION} +# FILES_MATCHING PATTERN "*.h" +# PATTERN ".svn" EXCLUDE +# ) + +## Mark other files for installation (e.g. launch and bag files, etc.) +# install(FILES +# # myfile1 +# # myfile2 +# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} +# ) + +############# +## Testing ## +############# + +## Add gtest based cpp test target and link libraries +# catkin_add_gtest(${PROJECT_NAME}-test test/test_camera_calib.cpp) +# if(TARGET ${PROJECT_NAME}-test) +# target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME}) +# endif() + +## Add folders to be run by python nosetests +# catkin_add_nosetests(test) diff --git a/workspace/virtuallab/src/camera_calib/package.xml b/workspace/virtuallab/src/camera_calib/package.xml new file mode 100644 index 0000000000000000000000000000000000000000..ec26c5935ee3663440949858dbff08bcb99dde55 --- /dev/null +++ b/workspace/virtuallab/src/camera_calib/package.xml @@ -0,0 +1,69 @@ + + + camera_calib + 0.0.0 + The camera_calib package + + + + + job + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + message_generation + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + + + + + + + + diff --git a/workspace/virtuallab/src/camera_calib/scripts/cam_calib.py b/workspace/virtuallab/src/camera_calib/scripts/cam_calib.py new file mode 100755 index 0000000000000000000000000000000000000000..96cfe45c5c079f0642984408e04d1be0ea632543 --- /dev/null +++ b/workspace/virtuallab/src/camera_calib/scripts/cam_calib.py @@ -0,0 +1,51 @@ +#!/usr/bin/env python2 + + +import rospy +from sensor_msgs.msg import Image +from cv_bridge import CvBridge + +import cv2 +import os +import numpy as np + +class Nodo(object): + def __init__(self): + # Params + self.image = None + self.br = CvBridge() + # Node cycle rate (in Hz). + self.loop_rate = rospy.Rate(1) + + # Publishers + self.pub = rospy.Publisher('imagetimer', Image,queue_size=10) + + # Subscribers + rospy.Subscriber("/camera02/rgb/image_raw",Image,self.callback) + + def callback(self, msg): + rospy.loginfo('Image received...') + self.image = self.br.imgmsg_to_cv2(msg, 'bgr8') + + + def start(self): + rospy.loginfo("Timing images") + #rospy.spin() + while not rospy.is_shutdown(): + rospy.loginfo('publishing image') + + if self.image is not None: + gray = cv2.cvtColor(self.image, cv2.COLOR_BGR2GRAY) + frame = np.asarray(gray) + occurrences = np.count_nonzero(frame == 255) + if occurrences > 5600: + ret, corners = cv2.findChessboardCorners(frame, (7,7), None) + print(corners,ret) + frame1 = cv2.drawChessboardCorners(gray, (7,7), corners,ret) + self.pub.publish(self.br.cv2_to_imgmsg(frame1 , 'mono8')) + self.loop_rate.sleep() + +if __name__ == '__main__': + rospy.init_node("imagetimer111", anonymous=True) + my_node = Nodo() + my_node.start() diff --git a/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp b/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp new file mode 100644 index 0000000000000000000000000000000000000000..5fd2f03510da6a573ff34729c4c7e860c84bb8db --- /dev/null +++ b/workspace/virtuallab/src/camera_calib/src/camera_calib.cpp @@ -0,0 +1,31 @@ +#include "ros/ros.h" +#include +#include +#include +#include +#include + + +// This callback function continuously executes and reads the image data +void camera_calib_callback(const sensor_msgs::Image img) +{ + + +} + +int main(int argc, char** argv) +{ + // Initialize the camera_calib node and create a handle to it + ros::init(argc, argv, "camera_calib"); + ros::NodeHandle n; + + + + // Subscribe to /camera/rgb/image_raw topic to read the image data inside the process_image_callback function + ros::Subscriber sub1 = n.subscribe("/camera01/rgb/image_raw", 10, camera_calib_callback); + + // Handle ROS communication events + ros::spin(); + + return 0; +} diff --git a/workspace/virtuallab/src/co_robot_drive/CMakeLists.txt b/workspace/virtuallab/src/co_robot_drive/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f43ed844a8b2e2110e1ec7f066a65f73ee90f20 --- /dev/null +++ b/workspace/virtuallab/src/co_robot_drive/CMakeLists.txt @@ -0,0 +1,212 @@ +cmake_minimum_required(VERSION 3.0.2) +project(co_robot_drive) + +## Compile as C++11, supported in ROS Kinetic and newer +add_compile_options(-std=c++11) + +## 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 + message_generation + roscpp + std_msgs +) + +## System dependencies are found with CMake's conventions +# find_package(Boost REQUIRED COMPONENTS system) + + +## Uncomment this if the package has a setup.py. This macro ensures +## modules and global scripts declared therein get installed +## See http://ros.org/doc/api/catkin/html/user_guide/setup_dot_py.html +# catkin_python_setup() + +################################################ +## Declare ROS messages, services and actions ## +################################################ + +## To declare and build messages, services or actions from within this +## package, follow these steps: +## * Let MSG_DEP_SET be the set of packages whose message types you use in +## your messages/services/actions (e.g. std_msgs, actionlib_msgs, ...). +## * In the file package.xml: +## * add a build_depend tag for "message_generation" +## * add a build_depend and a exec_depend tag for each package in MSG_DEP_SET +## * If MSG_DEP_SET isn't empty the following dependency has been pulled in +## but can be declared for certainty nonetheless: +## * add a exec_depend tag for "message_runtime" +## * In this file (CMakeLists.txt): +## * add "message_generation" and every package in MSG_DEP_SET to +## find_package(catkin REQUIRED COMPONENTS ...) +## * add "message_runtime" and every package in MSG_DEP_SET to +## catkin_package(CATKIN_DEPENDS ...) +## * uncomment the add_*_files sections below as needed +## and list every .msg/.srv/.action file to be processed +## * uncomment the generate_messages entry below +## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...) + +## Generate messages in the 'msg' folder +# add_message_files( +# FILES +# Message1.msg +# Message2.msg +# ) + +## Generate services in the 'srv' folder + add_service_files( + FILES + DriveToTarget.srv + ) + + +## Generate actions in the 'action' folder +# add_action_files( +# FILES +# Action1.action +# Action2.action +# ) + +## Generate added messages and services with any dependencies listed here + generate_messages( + DEPENDENCIES + std_msgs + ) + +################################################ +## Declare ROS dynamic reconfigure parameters ## +################################################ + +## To declare and build dynamic reconfigure parameters within this +## package, follow these steps: +## * In the file package.xml: +## * add a build_depend and a exec_depend tag for "dynamic_reconfigure" +## * In this file (CMakeLists.txt): +## * add "dynamic_reconfigure" to +## find_package(catkin REQUIRED COMPONENTS ...) +## * uncomment the "generate_dynamic_reconfigure_options" section below +## and list every .cfg file to be processed + +## Generate dynamic reconfigure parameters in the 'cfg' folder +# generate_dynamic_reconfigure_options( +# cfg/DynReconf1.cfg +# cfg/DynReconf2.cfg +# ) + +################################### +## catkin specific configuration ## +################################### +## The catkin_package macro generates cmake config files for your package +## Declare things to be passed to dependent projects +## INCLUDE_DIRS: uncomment this if your package contains header files +## LIBRARIES: libraries you create in this project that dependent projects also need +## CATKIN_DEPENDS: catkin_packages dependent projects also need +## DEPENDS: system dependencies of this project that dependent projects also need +catkin_package( +# INCLUDE_DIRS include +# LIBRARIES co_robot_drive +# CATKIN_DEPENDS message_generation roscpp std_msgs +# DEPENDS system_lib +) + +########### +## Build ## +########### + +## Specify additional locations of header files +## Your package locations should be listed before other locations +include_directories( + include + ${catkin_INCLUDE_DIRS} +) + +## Declare a C++ library +# add_library(${PROJECT_NAME} +# src/${PROJECT_NAME}/co_robot_drive.cpp +# ) + +## Add cmake target dependencies of the library +## as an example, code may need to be generated before libraries +## either from message generation or dynamic reconfigure +# add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) + +## Declare a C++ executable +## With catkin_make all packages are built within a single CMake context +## The recommended prefix ensures that target names across packages don't collide +# add_executable(${PROJECT_NAME}_node src/co_robot_drive_node.cpp) + add_executable(drive_co_robot src/drive_co_robot.cpp) + +## Rename C++ executable without prefix +## The above recommended prefix causes long target names, the following renames the +## target back to the shorter version for ease of user use +## e.g. "rosrun someones_pkg node" instead of "rosrun someones_pkg someones_pkg_node" +# set_target_properties(${PROJECT_NAME}_node PROPERTIES OUTPUT_NAME node PREFIX "") + +## Add cmake target dependencies of the executable +## same as for the library above +# add_dependencies(${PROJECT_NAME}_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) +add_dependencies(drive_co_robot ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) + +## Specify libraries to link a library or executable target against +# target_link_libraries(${PROJECT_NAME}_node +# ${catkin_LIBRARIES} +# ) + + target_link_libraries(drive_co_robot + ${catkin_LIBRARIES} + ) + +############# +## Install ## +############# + +# all install targets should use catkin DESTINATION variables +# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html + +## Mark executable scripts (Python etc.) for installation +## in contrast to setup.py, you can choose the destination +# catkin_install_python(PROGRAMS +# scripts/my_python_script +# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +## Mark executables for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_executables.html +# install(TARGETS ${PROJECT_NAME}_node +# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +## Mark libraries for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_libraries.html +# install(TARGETS ${PROJECT_NAME} +# ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} +# LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} +# RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION} +# ) + +## Mark cpp header files for installation +# install(DIRECTORY include/${PROJECT_NAME}/ +# DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION} +# FILES_MATCHING PATTERN "*.h" +# PATTERN ".svn" EXCLUDE +# ) + +## Mark other files for installation (e.g. launch and bag files, etc.) +# install(FILES +# # myfile1 +# # myfile2 +# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} +# ) + +############# +## Testing ## +############# + +## Add gtest based cpp test target and link libraries +# catkin_add_gtest(${PROJECT_NAME}-test test/test_co_robot_drive.cpp) +# if(TARGET ${PROJECT_NAME}-test) +# target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME}) +# endif() + +## Add folders to be run by python nosetests +# catkin_add_nosetests(test) diff --git a/workspace/virtuallab/src/co_robot_drive/launch/co_robot.launch b/workspace/virtuallab/src/co_robot_drive/launch/co_robot.launch new file mode 100644 index 0000000000000000000000000000000000000000..7ba43471034b1007ddc86bc5e124029d03f9453f --- /dev/null +++ b/workspace/virtuallab/src/co_robot_drive/launch/co_robot.launch @@ -0,0 +1,7 @@ + + + + + + + diff --git a/workspace/virtuallab/src/co_robot_drive/package.xml b/workspace/virtuallab/src/co_robot_drive/package.xml new file mode 100644 index 0000000000000000000000000000000000000000..252d32b711dedd4ad96eb88bd171630140087335 --- /dev/null +++ b/workspace/virtuallab/src/co_robot_drive/package.xml @@ -0,0 +1,66 @@ + + + co_robot_drive + 0.0.0 + The co_robot_drive package + + + + + job + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + message_generation + roscpp + std_msgs + roscpp + std_msgs + roscpp + std_msgs + + + + + + + + diff --git a/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp b/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp new file mode 100644 index 0000000000000000000000000000000000000000..1f3b58eddb60e7aeda16c051459a5be28b86ba18 --- /dev/null +++ b/workspace/virtuallab/src/co_robot_drive/src/drive_co_robot.cpp @@ -0,0 +1,59 @@ +#include "ros/ros.h" +#include "geometry_msgs/Twist.h" + + +int main(int argc, char** argv) +{ + + // Initialize a ROS node + ros::init(argc, argv, "drive_co_robot"); + + // Create a ROS NodeHandle object + ros::NodeHandle n; + + // ROS::Publisher motor commands; + ros::Publisher motor_command_publisher; + + ros::Rate loop_rate(.7); + + // Inform ROS master that we will be publishing a message of type geometry_msgs::Twist on the robot actuation topic with a publishing queue size of 10 + motor_command_publisher = n.advertise("/cmd_vel_co_robot", 1000); + + + while (ros::ok()) + { + + + // twist message instance + geometry_msgs::Twist motor_command; + + // passing values + motor_command.linear.x = 1; + motor_command.angular.z = 0; + + //publishing topic + motor_command_publisher.publish(motor_command); + + + loop_rate.sleep(); + + + // passing values + motor_command.linear.x = -1; + motor_command.angular.z = 0; + + //publishing topic + motor_command_publisher.publish(motor_command); + + + ros::spinOnce(); + + loop_rate.sleep(); + + } + + + + + return 0; +} diff --git a/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv b/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv new file mode 100644 index 0000000000000000000000000000000000000000..b8423553cffc11c30a8bd5b77ff43966e6ba37aa --- /dev/null +++ b/workspace/virtuallab/src/co_robot_drive/srv/DriveToTarget.srv @@ -0,0 +1,4 @@ +float64 linear_x +float64 angular_z +--- +string msg_feedback diff --git a/workspace/virtuallab/src/image_process/CMakeLists.txt b/workspace/virtuallab/src/image_process/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..531eeb3169566dfbd5ceabca8ad41279d728166e --- /dev/null +++ b/workspace/virtuallab/src/image_process/CMakeLists.txt @@ -0,0 +1,212 @@ +cmake_minimum_required(VERSION 3.0.2) +project(image_process) + +## Compile as C++11, supported in ROS Kinetic and newer +# add_compile_options(-std=c++11) + +## 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 + message_generation + roscpp + rospy + cv_bridge + std_msgs +) + +## System dependencies are found with CMake's conventions +# find_package(Boost REQUIRED COMPONENTS system) + + +## Uncomment this if the package has a setup.py. This macro ensures +## modules and global scripts declared therein get installed +## See http://ros.org/doc/api/catkin/html/user_guide/setup_dot_py.html +# catkin_python_setup() + +################################################ +## Declare ROS messages, services and actions ## +################################################ + +## To declare and build messages, services or actions from within this +## package, follow these steps: +## * Let MSG_DEP_SET be the set of packages whose message types you use in +## your messages/services/actions (e.g. std_msgs, actionlib_msgs, ...). +## * In the file package.xml: +## * add a build_depend tag for "message_generation" +## * add a build_depend and a exec_depend tag for each package in MSG_DEP_SET +## * If MSG_DEP_SET isn't empty the following dependency has been pulled in +## but can be declared for certainty nonetheless: +## * add a exec_depend tag for "message_runtime" +## * In this file (CMakeLists.txt): +## * add "message_generation" and every package in MSG_DEP_SET to +## find_package(catkin REQUIRED COMPONENTS ...) +## * add "message_runtime" and every package in MSG_DEP_SET to +## catkin_package(CATKIN_DEPENDS ...) +## * uncomment the add_*_files sections below as needed +## and list every .msg/.srv/.action file to be processed +## * uncomment the generate_messages entry below +## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...) + +## Generate messages in the 'msg' folder +# add_message_files( +# FILES +# Message1.msg +# Message2.msg +# ) + +## Generate services in the 'srv' folder +# add_service_files( +# FILES +# Service1.srv +# Service2.srv +# ) + +## Generate actions in the 'action' folder +# add_action_files( +# FILES +# Action1.action +# Action2.action +# ) + +## Generate added messages and services with any dependencies listed here + generate_messages( + DEPENDENCIES + std_msgs + ) + +################################################ +## Declare ROS dynamic reconfigure parameters ## +################################################ + +## To declare and build dynamic reconfigure parameters within this +## package, follow these steps: +## * In the file package.xml: +## * add a build_depend and a exec_depend tag for "dynamic_reconfigure" +## * In this file (CMakeLists.txt): +## * add "dynamic_reconfigure" to +## find_package(catkin REQUIRED COMPONENTS ...) +## * uncomment the "generate_dynamic_reconfigure_options" section below +## and list every .cfg file to be processed + +## Generate dynamic reconfigure parameters in the 'cfg' folder +# generate_dynamic_reconfigure_options( +# cfg/DynReconf1.cfg +# cfg/DynReconf2.cfg +# ) + +################################### +## catkin specific configuration ## +################################### +## The catkin_package macro generates cmake config files for your package +## Declare things to be passed to dependent projects +## INCLUDE_DIRS: uncomment this if your package contains header files +## LIBRARIES: libraries you create in this project that dependent projects also need +## CATKIN_DEPENDS: catkin_packages dependent projects also need +## DEPENDS: system dependencies of this project that dependent projects also need +catkin_package( +# INCLUDE_DIRS include +# LIBRARIES image_process +# CATKIN_DEPENDS message_generation roscpp rospy std_msgs +# DEPENDS system_lib +) + +########### +## Build ## +########### + +## Specify additional locations of header files +## Your package locations should be listed before other locations +include_directories( +# include + ${catkin_INCLUDE_DIRS} +) + +## Declare a C++ library +# add_library(${PROJECT_NAME} +# src/${PROJECT_NAME}/image_process.cpp +# ) + +## Add cmake target dependencies of the library +## as an example, code may need to be generated before libraries +## either from message generation or dynamic reconfigure +# add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) + +## Declare a C++ executable +## With catkin_make all packages are built within a single CMake context +## The recommended prefix ensures that target names across packages don't collide +# add_executable(${PROJECT_NAME}_node src/image_process_node.cpp) + +## Rename C++ executable without prefix +## The above recommended prefix causes long target names, the following renames the +## target back to the shorter version for ease of user use +## e.g. "rosrun someones_pkg node" instead of "rosrun someones_pkg someones_pkg_node" +# set_target_properties(${PROJECT_NAME}_node PROPERTIES OUTPUT_NAME node PREFIX "") + +## Add cmake target dependencies of the executable +## same as for the library above +# add_dependencies(${PROJECT_NAME}_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) + +## Specify libraries to link a library or executable target against +# target_link_libraries(${PROJECT_NAME}_node +# ${catkin_LIBRARIES} +# ) + +############# +## Install ## +############# + +# all install targets should use catkin DESTINATION variables +# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html + +## Mark executable scripts (Python etc.) for installation +## in contrast to setup.py, you can choose the destination +# catkin_install_python(PROGRAMS +# scripts/my_python_script +# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +catkin_install_python(PROGRAMS scripts/image_process.py + DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +) + +## Mark executables for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_executables.html +# install(TARGETS ${PROJECT_NAME}_node +# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +## Mark libraries for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_libraries.html +# install(TARGETS ${PROJECT_NAME} +# ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} +# LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} +# RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION} +# ) + +## Mark cpp header files for installation +# install(DIRECTORY include/${PROJECT_NAME}/ +# DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION} +# FILES_MATCHING PATTERN "*.h" +# PATTERN ".svn" EXCLUDE +# ) + +## Mark other files for installation (e.g. launch and bag files, etc.) +# install(FILES +# # myfile1 +# # myfile2 +# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} +# ) + +############# +## Testing ## +############# + +## Add gtest based cpp test target and link libraries +# catkin_add_gtest(${PROJECT_NAME}-test test/test_image_process.cpp) +# if(TARGET ${PROJECT_NAME}-test) +# target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME}) +# endif() + +## Add folders to be run by python nosetests +# catkin_add_nosetests(test) diff --git a/workspace/virtuallab/src/image_process/package.xml b/workspace/virtuallab/src/image_process/package.xml new file mode 100644 index 0000000000000000000000000000000000000000..67244f9e5da8970d3faaeca392cf5d450771079b --- /dev/null +++ b/workspace/virtuallab/src/image_process/package.xml @@ -0,0 +1,69 @@ + + + image_process + 0.0.0 + The image_process package + + + + + job + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + message_generation + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + + + + + + + + diff --git a/workspace/virtuallab/src/image_process/scripts/image_process.py b/workspace/virtuallab/src/image_process/scripts/image_process.py new file mode 100755 index 0000000000000000000000000000000000000000..c2b237b9b108189ac5585ec6e8aec0595999317c --- /dev/null +++ b/workspace/virtuallab/src/image_process/scripts/image_process.py @@ -0,0 +1,129 @@ +#!/usr/bin/env python2 + + +import rospy +from sensor_msgs.msg import Image +from cv_bridge import CvBridge + +import cv2 +import os +import numpy as np +import tensorflow as tf + +class Nodo(object): + def __init__(self): + # Params + self.image1 = None + self.image2 = None + self.image3 = None + self.image4 = None + + self.camera = 0 + + self.br = CvBridge() + # Node cycle rate (in Hz). + self.loop_rate = rospy.Rate(1) + + # Publishers + self.pub1 = rospy.Publisher('warpedImage/camera1', Image,queue_size=10) + self.pub2 = rospy.Publisher('warpedImage/camera2', Image,queue_size=10) + self.pub3 = rospy.Publisher('warpedImage/camera3', Image,queue_size=10) + self.pub4 = rospy.Publisher('warpedImage/camera4', Image,queue_size=10) + + # Subscribers + rospy.Subscriber("/camera01/rgb/image_raw",Image,self.callback1) + rospy.Subscriber("/camera02/rgb/image_raw",Image,self.callback2) + rospy.Subscriber("/camera03/rgb/image_raw",Image,self.callback3) + rospy.Subscriber("/camera04/rgb/image_raw",Image,self.callback4) + + #vertices + self.src=np.float32([[0,360], [245,225], [560,225], [790,360]]) + self.dst= np.float32([[10 ,700], [10 ,100], [610 ,100], [610 ,700]]) + self.vertices = np.array([self.src], dtype=np.int32) + + def callback1(self, msg): + rospy.loginfo('Image received from camera 1...') + self.image1 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback2(self, msg): + rospy.loginfo('Image received from camera 2...') + self.image2 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback3(self, msg): + rospy.loginfo('Image received from camera 3...') + self.image3 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback4(self, msg): + rospy.loginfo('Image received from camera 4...') + self.image4 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + + def WarpPerspective(image): + M = cv2.getPerspectiveTransform(self.src, self.dst) + Minv = cv2.getPerspectiveTransform(self.dst, self.src) + return Minv, cv2.warpPerspective(image, M, (image.shape[1],image.shape[0]), flags=cv2.INTER_LINEAR) + + def start(self): + rospy.loginfo("Timing images") + #rospy.spin() + while not rospy.is_shutdown(): + rospy.loginfo('publishing image') + + if self.image1 is not None: + #gray = cv2.cvtColor(self.image, cv2.COLOR_BGR2GRAY) + #frame = np.asarray(gray) + #occurrences = np.count_nonzero(frame == 255) + #hello = tf.constant("hello TensorFlow!") + #sess=tf.Session() + #print sess.run(hello) + + roi_image1 = cv2.polylines(self.image1.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image1 = cv2.warpPerspective(self.image1.copy(), M, (self.image1.shape[1],self.image1.shape[0]), flags=cv2.INTER_LINEAR) + + #M, warped_image = self.WarpPerspective(self.image.copy()) + + self.pub1.publish(self.br.cv2_to_imgmsg(warped_image1 , 'bgr8')) + + + if self.image2 is not None: + + roi_image2 = cv2.polylines(self.image2.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image2 = cv2.warpPerspective(self.image2.copy(), M, (self.image2.shape[1],self.image2.shape[0]), flags=cv2.INTER_LINEAR) + + self.pub2.publish(self.br.cv2_to_imgmsg(warped_image2 , 'bgr8')) + + + if self.image3 is not None: + + roi_image3 = cv2.polylines(self.image3.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image3 = cv2.warpPerspective(self.image3.copy(), M, (self.image3.shape[1],self.image3.shape[0]), flags=cv2.INTER_LINEAR) + + self.pub3.publish(self.br.cv2_to_imgmsg(warped_image3 , 'bgr8')) + + + if self.image4 is not None: + + roi_image4 = cv2.polylines(self.image4.copy(), self.vertices,True,(0,0,255),10) + + M = cv2.getPerspectiveTransform(self.src, self.dst) + + warped_image4 = cv2.warpPerspective(self.image4.copy(), M, (self.image4.shape[1],self.image4.shape[0]), flags=cv2.INTER_LINEAR) + + self.pub4.publish(self.br.cv2_to_imgmsg(warped_image4 , 'bgr8')) + + + self.loop_rate.sleep() + +if __name__ == '__main__': + rospy.init_node("warped_image", anonymous=True) + my_node = Nodo() + my_node.start() diff --git a/workspace/virtuallab/src/robot_classifier/CMakeLists.txt b/workspace/virtuallab/src/robot_classifier/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..b92d24060fb6ff71b1473e284b238e2d508da91c --- /dev/null +++ b/workspace/virtuallab/src/robot_classifier/CMakeLists.txt @@ -0,0 +1,213 @@ +cmake_minimum_required(VERSION 3.0.2) +project(robot_classifier) + +## Compile as C++11, supported in ROS Kinetic and newer +# add_compile_options(-std=c++11) + +## 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 + message_generation + roscpp + rospy + cv_bridge + std_msgs +) + +## System dependencies are found with CMake's conventions +# find_package(Boost REQUIRED COMPONENTS system) + + +## Uncomment this if the package has a setup.py. This macro ensures +## modules and global scripts declared therein get installed +## See http://ros.org/doc/api/catkin/html/user_guide/setup_dot_py.html +# catkin_python_setup() + +################################################ +## Declare ROS messages, services and actions ## +################################################ + +## To declare and build messages, services or actions from within this +## package, follow these steps: +## * Let MSG_DEP_SET be the set of packages whose message types you use in +## your messages/services/actions (e.g. std_msgs, actionlib_msgs, ...). +## * In the file package.xml: +## * add a build_depend tag for "message_generation" +## * add a build_depend and a exec_depend tag for each package in MSG_DEP_SET +## * If MSG_DEP_SET isn't empty the following dependency has been pulled in +## but can be declared for certainty nonetheless: +## * add a exec_depend tag for "message_runtime" +## * In this file (CMakeLists.txt): +## * add "message_generation" and every package in MSG_DEP_SET to +## find_package(catkin REQUIRED COMPONENTS ...) +## * add "message_runtime" and every package in MSG_DEP_SET to +## catkin_package(CATKIN_DEPENDS ...) +## * uncomment the add_*_files sections below as needed +## and list every .msg/.srv/.action file to be processed +## * uncomment the generate_messages entry below +## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...) + +## Generate messages in the 'msg' folder +# add_message_files( +# FILES +# Message1.msg +# Message2.msg +# ) + +## Generate services in the 'srv' folder +# add_service_files( +# FILES +# Service1.srv +# Service2.srv +# ) + +## Generate actions in the 'action' folder +# add_action_files( +# FILES +# Action1.action +# Action2.action +# ) + +## Generate added messages and services with any dependencies listed here +# generate_messages( +# DEPENDENCIES +# std_msgs +# ) + +################################################ +## Declare ROS dynamic reconfigure parameters ## +################################################ + +## To declare and build dynamic reconfigure parameters within this +## package, follow these steps: +## * In the file package.xml: +## * add a build_depend and a exec_depend tag for "dynamic_reconfigure" +## * In this file (CMakeLists.txt): +## * add "dynamic_reconfigure" to +## find_package(catkin REQUIRED COMPONENTS ...) +## * uncomment the "generate_dynamic_reconfigure_options" section below +## and list every .cfg file to be processed + +## Generate dynamic reconfigure parameters in the 'cfg' folder +# generate_dynamic_reconfigure_options( +# cfg/DynReconf1.cfg +# cfg/DynReconf2.cfg +# ) + +################################### +## catkin specific configuration ## +################################### +## The catkin_package macro generates cmake config files for your package +## Declare things to be passed to dependent projects +## INCLUDE_DIRS: uncomment this if your package contains header files +## LIBRARIES: libraries you create in this project that dependent projects also need +## CATKIN_DEPENDS: catkin_packages dependent projects also need +## DEPENDS: system dependencies of this project that dependent projects also need +catkin_package( +# INCLUDE_DIRS include +# LIBRARIES robot_classifier +# CATKIN_DEPENDS message_generation roscpp rospy std_msgs +# DEPENDS system_lib +) + +########### +## Build ## +########### + +## Specify additional locations of header files +## Your package locations should be listed before other locations +include_directories( +# include + ${catkin_INCLUDE_DIRS} +) + +## Declare a C++ library +# add_library(${PROJECT_NAME} +# src/${PROJECT_NAME}/robot_classifier.cpp +# ) + +## Add cmake target dependencies of the library +## as an example, code may need to be generated before libraries +## either from message generation or dynamic reconfigure +# add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) + +## Declare a C++ executable +## With catkin_make all packages are built within a single CMake context +## The recommended prefix ensures that target names across packages don't collide +# add_executable(${PROJECT_NAME}_node src/robot_classifier_node.cpp) + +## Rename C++ executable without prefix +## The above recommended prefix causes long target names, the following renames the +## target back to the shorter version for ease of user use +## e.g. "rosrun someones_pkg node" instead of "rosrun someones_pkg someones_pkg_node" +# set_target_properties(${PROJECT_NAME}_node PROPERTIES OUTPUT_NAME node PREFIX "") + +## Add cmake target dependencies of the executable +## same as for the library above +# add_dependencies(${PROJECT_NAME}_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) + +## Specify libraries to link a library or executable target against +# target_link_libraries(${PROJECT_NAME}_node +# ${catkin_LIBRARIES} +# ) + +############# +## Install ## +############# + +# all install targets should use catkin DESTINATION variables +# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html + +## Mark executable scripts (Python etc.) for installation +## in contrast to setup.py, you can choose the destination +# catkin_install_python(PROGRAMS +# scripts/my_python_script +# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +catkin_install_python(PROGRAMS scripts/robot_detection.py + DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +) + + +## Mark executables for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_executables.html +# install(TARGETS ${PROJECT_NAME}_node +# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +## Mark libraries for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_libraries.html +# install(TARGETS ${PROJECT_NAME} +# ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} +# LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} +# RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION} +# ) + +## Mark cpp header files for installation +# install(DIRECTORY include/${PROJECT_NAME}/ +# DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION} +# FILES_MATCHING PATTERN "*.h" +# PATTERN ".svn" EXCLUDE +# ) + +## Mark other files for installation (e.g. launch and bag files, etc.) +# install(FILES +# # myfile1 +# # myfile2 +# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} +# ) + +############# +## Testing ## +############# + +## Add gtest based cpp test target and link libraries +# catkin_add_gtest(${PROJECT_NAME}-test test/test_robot_classifier.cpp) +# if(TARGET ${PROJECT_NAME}-test) +# target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME}) +# endif() + +## Add folders to be run by python nosetests +# catkin_add_nosetests(test) diff --git a/workspace/virtuallab/src/robot_classifier/package.xml b/workspace/virtuallab/src/robot_classifier/package.xml new file mode 100644 index 0000000000000000000000000000000000000000..dbb82f3f7497df9f6bce8ff6b50d5e2a5d60cbab --- /dev/null +++ b/workspace/virtuallab/src/robot_classifier/package.xml @@ -0,0 +1,69 @@ + + + robot_classifier + 0.0.0 + The robot_classifier package + + + + + job + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + message_generation + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + roscpp + rospy + std_msgs + + + + + + + + diff --git a/workspace/virtuallab/src/robot_classifier/scripts/robot_classifier.py b/workspace/virtuallab/src/robot_classifier/scripts/robot_classifier.py new file mode 100755 index 0000000000000000000000000000000000000000..183cbcc0e6fab82c6b1e1fa4b235935bb9786e0f --- /dev/null +++ b/workspace/virtuallab/src/robot_classifier/scripts/robot_classifier.py @@ -0,0 +1,76 @@ +#!/usr/bin/env python2 + + +import rospy +import os +import glob +import numpy as np +import cv2 +import tensorflow as tf +from sensor_msgs.msg import Image + +import object_detection.utils.label_map_util as map_utils +import object_detection.utils.visualization_utils as vis_utils + +class Robot_Classifier(object): + def __init__(self, modelpath): + self.threshold = 0.3 + + inference_path = modelpath + + self.graph = tf.Graph() + + self.NUM_CLASSES = 2 + + self.label_map = map_utils.load_labelmap('/home/job/models/annotations/label_map.pbtxt') + self.categories = map_utils.convert_label_map_to_categories(self.label_map, max_num_classes=self.NUM_CLASSES, use_display_name=True) + self.category_index = map_utils.create_category_index(self.categories) + + + + config = tf.ConfigProto() + config.gpu_options.allow_growth = True + + with self.graph.as_default(): + od_graph_def = tf.GraphDef() + + with tf.gfile.GFile(inference_path, 'rb') as fid: + serialized_graph = fid.read() + od_graph_def.ParseFromString(serialized_graph) + tf.import_graph_def(od_graph_def, name='') + + self.sess = tf.Session(graph=self.graph, config=config) + self.image_tensor = self.graph.get_tensor_by_name('image_tensor:0') + self.boxes = self.graph.get_tensor_by_name('detection_boxes:0') + self.scores =self.graph.get_tensor_by_name('detection_scores:0') + self.classes = self.graph.get_tensor_by_name('detection_classes:0') + self.num_detections =self.graph.get_tensor_by_name('num_detections:0') + + def get_classification(self, image): + """Determines type of robot in the image + + """ + + image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB) + dim = image.shape[0:2] + + with self.graph.as_default(): + image_expanded = np.expand_dims(image, axis=0) + + (boxes, scores, classes, num_detections) = self.sess.run( + [self.boxes, self.scores, self.classes, self.num_detections], + feed_dict={self.image_tensor: image_expanded}) + + boxes = np.squeeze(boxes) + classes = np.squeeze(classes) + scores = np.squeeze(scores) + rospy.loginfo(num_detections) + + # Draw the results of the detection + + vis_utils.visualize_boxes_and_labels_on_image_array(image, np.squeeze(boxes), np.squeeze(classes).astype(np.int32), np.squeeze(scores), self.category_index, use_normalized_coordinates=True, line_thickness=8, min_score_thresh=0.60) + + return image + + + diff --git a/workspace/virtuallab/src/robot_classifier/scripts/robot_classifier.pyc b/workspace/virtuallab/src/robot_classifier/scripts/robot_classifier.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bedd0a46dc5fc3b7057c4614994213a790f8c6e7 Binary files /dev/null and b/workspace/virtuallab/src/robot_classifier/scripts/robot_classifier.pyc differ diff --git a/workspace/virtuallab/src/robot_classifier/scripts/robot_detection.py b/workspace/virtuallab/src/robot_classifier/scripts/robot_detection.py new file mode 100755 index 0000000000000000000000000000000000000000..e3f6f18dbd6ca783b151686c84323daca8dc8d12 --- /dev/null +++ b/workspace/virtuallab/src/robot_classifier/scripts/robot_detection.py @@ -0,0 +1,82 @@ +#!/usr/bin/env python2 + + +import rospy +from sensor_msgs.msg import Image +from cv_bridge import CvBridge +from robot_classifier import Robot_Classifier + +import cv2 +import os +import numpy as np +import tensorflow as tf + +class Nodo(object): + def __init__(self): + # Params + self.image1 = None + self.image2 = None + self.image3 = None + self.image4 = None + + self.camera = 0 + + self.br = CvBridge() + # Node cycle rate (in Hz). + self.loop_rate = rospy.Rate(1) + + # Publishers + self.pub1 = rospy.Publisher('robot_detection/camera1', Image,queue_size=10) + self.pub2 = rospy.Publisher('robot_detection/camera2', Image,queue_size=10) + self.pub3 = rospy.Publisher('robot_detection/camera3', Image,queue_size=10) + self.pub4 = rospy.Publisher('robot_detection/camera4', Image,queue_size=10) + + # Subscribers + rospy.Subscriber("warpedImage/camera1",Image,self.callback1) + rospy.Subscriber("warpedImage/camera2",Image,self.callback2) + rospy.Subscriber("warpedImage/camera3",Image,self.callback3) + rospy.Subscriber("warpedImage/camera4",Image,self.callback4) + + model_path = '/home/job/models/inference_graph/frozen_inference_graph.pb' + self.robot_classifier = Robot_Classifier(modelpath= model_path) + + def callback1(self, msg): + rospy.loginfo('Image received from camera 1...') + self.image1 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback2(self, msg): + rospy.loginfo('Image received from camera 2...') + self.image2 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback3(self, msg): + rospy.loginfo('Image received from camera 3...') + self.image3 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + def callback4(self, msg): + rospy.loginfo('Image received from camera 4...') + self.image4 = self.br.imgmsg_to_cv2(msg, 'bgr8') + + + def WarpPerspective(image): + M = cv2.getPerspectiveTransform(self.src, self.dst) + Minv = cv2.getPerspectiveTransform(self.dst, self.src) + return Minv, cv2.warpPerspective(image, M, (image.shape[1],image.shape[0]), flags=cv2.INTER_LINEAR) + + def start(self): + rospy.loginfo("Obtaining images") + #rospy.spin() + while not rospy.is_shutdown(): + rospy.loginfo('publishing image') + + if self.image1 is not None: + + robot_image1 =self.robot_classifier.get_classification(self.image1.copy()) + self.pub1.publish(self.br.cv2_to_imgmsg(robot_image1 , 'bgr8')) + + + self.loop_rate.sleep() + +if __name__ == '__main__': + rospy.init_node("robot_classification", anonymous=True) + my_node = Nodo() + my_node.start() diff --git a/workspace/virtuallab/src/teleop_twist_keyboard b/workspace/virtuallab/src/teleop_twist_keyboard new file mode 160000 index 0000000000000000000000000000000000000000..e6cc3ae92b7c45af3c24aab9cc3dad96872c37f6 --- /dev/null +++ b/workspace/virtuallab/src/teleop_twist_keyboard @@ -0,0 +1 @@ +Subproject commit e6cc3ae92b7c45af3c24aab9cc3dad96872c37f6 diff --git a/workspace/virtuallab/src/virtual_lab/CMakeLists.txt b/workspace/virtuallab/src/virtual_lab/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..f28e0ddf4303a53e01aa61e44d65006c813a0c59 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/CMakeLists.txt @@ -0,0 +1,202 @@ +cmake_minimum_required(VERSION 3.0.2) +project(virtual_lab) + +## Compile as C++11, supported in ROS Kinetic and newer +# add_compile_options(-std=c++11) + +## 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) + +## System dependencies are found with CMake's conventions +# find_package(Boost REQUIRED COMPONENTS system) + + +## Uncomment this if the package has a setup.py. This macro ensures +## modules and global scripts declared therein get installed +## See http://ros.org/doc/api/catkin/html/user_guide/setup_dot_py.html +# catkin_python_setup() + +################################################ +## Declare ROS messages, services and actions ## +################################################ + +## To declare and build messages, services or actions from within this +## package, follow these steps: +## * Let MSG_DEP_SET be the set of packages whose message types you use in +## your messages/services/actions (e.g. std_msgs, actionlib_msgs, ...). +## * In the file package.xml: +## * add a build_depend tag for "message_generation" +## * add a build_depend and a exec_depend tag for each package in MSG_DEP_SET +## * If MSG_DEP_SET isn't empty the following dependency has been pulled in +## but can be declared for certainty nonetheless: +## * add a exec_depend tag for "message_runtime" +## * In this file (CMakeLists.txt): +## * add "message_generation" and every package in MSG_DEP_SET to +## find_package(catkin REQUIRED COMPONENTS ...) +## * add "message_runtime" and every package in MSG_DEP_SET to +## catkin_package(CATKIN_DEPENDS ...) +## * uncomment the add_*_files sections below as needed +## and list every .msg/.srv/.action file to be processed +## * uncomment the generate_messages entry below +## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...) + +## Generate messages in the 'msg' folder +# add_message_files( +# FILES +# Message1.msg +# Message2.msg +# ) + +## Generate services in the 'srv' folder +# add_service_files( +# FILES +# Service1.srv +# Service2.srv +# ) + +## Generate actions in the 'action' folder +# add_action_files( +# FILES +# Action1.action +# Action2.action +# ) + +## Generate added messages and services with any dependencies listed here +# generate_messages( +# DEPENDENCIES +# std_msgs # Or other packages containing msgs +# ) + +################################################ +## Declare ROS dynamic reconfigure parameters ## +################################################ + +## To declare and build dynamic reconfigure parameters within this +## package, follow these steps: +## * In the file package.xml: +## * add a build_depend and a exec_depend tag for "dynamic_reconfigure" +## * In this file (CMakeLists.txt): +## * add "dynamic_reconfigure" to +## find_package(catkin REQUIRED COMPONENTS ...) +## * uncomment the "generate_dynamic_reconfigure_options" section below +## and list every .cfg file to be processed + +## Generate dynamic reconfigure parameters in the 'cfg' folder +# generate_dynamic_reconfigure_options( +# cfg/DynReconf1.cfg +# cfg/DynReconf2.cfg +# ) + +################################### +## catkin specific configuration ## +################################### +## The catkin_package macro generates cmake config files for your package +## Declare things to be passed to dependent projects +## INCLUDE_DIRS: uncomment this if your package contains header files +## LIBRARIES: libraries you create in this project that dependent projects also need +## CATKIN_DEPENDS: catkin_packages dependent projects also need +## DEPENDS: system dependencies of this project that dependent projects also need +catkin_package( +# INCLUDE_DIRS include +# LIBRARIES virtual_lab +# CATKIN_DEPENDS other_catkin_pkg +# DEPENDS system_lib +) + +########### +## Build ## +########### + +## Specify additional locations of header files +## Your package locations should be listed before other locations +include_directories( +# include +# ${catkin_INCLUDE_DIRS} +) + +## Declare a C++ library +# add_library(${PROJECT_NAME} +# src/${PROJECT_NAME}/virtual_lab.cpp +# ) + +## Add cmake target dependencies of the library +## as an example, code may need to be generated before libraries +## either from message generation or dynamic reconfigure +# add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) + +## Declare a C++ executable +## With catkin_make all packages are built within a single CMake context +## The recommended prefix ensures that target names across packages don't collide +# add_executable(${PROJECT_NAME}_node src/virtual_lab_node.cpp) + +## Rename C++ executable without prefix +## The above recommended prefix causes long target names, the following renames the +## target back to the shorter version for ease of user use +## e.g. "rosrun someones_pkg node" instead of "rosrun someones_pkg someones_pkg_node" +# set_target_properties(${PROJECT_NAME}_node PROPERTIES OUTPUT_NAME node PREFIX "") + +## Add cmake target dependencies of the executable +## same as for the library above +# add_dependencies(${PROJECT_NAME}_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS}) + +## Specify libraries to link a library or executable target against +# target_link_libraries(${PROJECT_NAME}_node +# ${catkin_LIBRARIES} +# ) + +############# +## Install ## +############# + +# all install targets should use catkin DESTINATION variables +# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html + +## Mark executable scripts (Python etc.) for installation +## in contrast to setup.py, you can choose the destination +# catkin_install_python(PROGRAMS +# scripts/my_python_script +# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +## Mark executables for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_executables.html +# install(TARGETS ${PROJECT_NAME}_node +# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +## Mark libraries for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_libraries.html +# install(TARGETS ${PROJECT_NAME} +# ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} +# LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} +# RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION} +# ) + +## Mark cpp header files for installation +# install(DIRECTORY include/${PROJECT_NAME}/ +# DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION} +# FILES_MATCHING PATTERN "*.h" +# PATTERN ".svn" EXCLUDE +# ) + +## Mark other files for installation (e.g. launch and bag files, etc.) +# install(FILES +# # myfile1 +# # myfile2 +# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} +# ) + +############# +## Testing ## +############# + +## Add gtest based cpp test target and link libraries +# catkin_add_gtest(${PROJECT_NAME}-test test/test_virtual_lab.cpp) +# if(TARGET ${PROJECT_NAME}-test) +# target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME}) +# endif() + +## Add folders to be run by python nosetests +# catkin_add_nosetests(test) diff --git a/workspace/virtuallab/src/virtual_lab/launch/calib.launch b/workspace/virtuallab/src/virtual_lab/launch/calib.launch new file mode 100644 index 0000000000000000000000000000000000000000..8de5da4b21878c3b66f2a78b8d15db2ab56e0877 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/launch/calib.launch @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/launch/robot_info.launch b/workspace/virtuallab/src/virtual_lab/launch/robot_info.launch new file mode 100644 index 0000000000000000000000000000000000000000..5fab40ad5137d4aecb3d26161a1555350e64de7f --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/launch/robot_info.launch @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/launch/world (copy).launch b/workspace/virtuallab/src/virtual_lab/launch/world (copy).launch new file mode 100644 index 0000000000000000000000000000000000000000..e8bf0d982dc5037c220ac30646032dc97eda065a --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/launch/world (copy).launch @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/launch/world.launch b/workspace/virtuallab/src/virtual_lab/launch/world.launch new file mode 100644 index 0000000000000000000000000000000000000000..d8bcffa7d3ec01e3403645f0c53eec7374e2eb8f --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/launch/world.launch @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/meshes/hokuyo.dae b/workspace/virtuallab/src/virtual_lab/meshes/hokuyo.dae new file mode 100644 index 0000000000000000000000000000000000000000..bc65151bb5bdc190e813ecfd5f01ac4aa7670558 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/meshes/hokuyo.dae @@ -0,0 +1,253 @@ + + + + + Blender User + Blender 2.64.0 r51232 + + 2013-03-22T08:19:53 + 2013-03-22T08:19:53 + + Z_UP + + + + + + + 49.13434 + 1.777778 + 0.1 + 100 + + + + + + + + + + 1 1 1 + 1 + 0 + 0.00111109 + + + + + 0.000999987 + 0 + 1 + 1 + 1 + 1 + 1 + 2 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 2880 + 2 + 30.002 + 1.000799 + 0.04999995 + 29.99998 + 1 + 2 + 0 + 0 + 1 + 1 + 1 + 1 + 8192 + 1 + 1 + 0 + 1 + 1 + 1 + 3 + 0 + 0 + 0 + 0 + 45 + 0 + 1 + 1 + 1 + 3 + 0.15 + 75 + 1 + 1 + 0 + 1 + 1 + 0 + + + + + + + + + + + + 0 0 0 1 + + + 0 0 0 1 + + + 0.020312 0.020312 0.020312 1 + + + 0.25 0.25 0.25 1 + + + 12 + + + 1 + + + + + + 1 + + + + 1 + + + + + + + 0 0 0 1 + + + 0 0 0 1 + + + 0.695112 0.695112 0.695112 1 + + + 0.0625 0.0625 0.0625 1 + + + 0 + + + 1 + + + + + + 1 + + + + 1 + + + + + + + + + + + + + + + -0.02213996 0.005949974 -0.004869997 -0.02213996 0.005949974 0.004869997 -0.02164 0.009949982 -0.004999995 -0.02164 0.009949982 -0.005999982 -0.02164 0.009949982 0.004999995 -0.02164 0.009949982 0.005999982 -0.02149999 0.009949982 -0.006499946 -0.02149999 0.009949982 0.006499946 -0.02113997 0.009949982 -0.006869971 -0.02113997 0.009949982 0.006869971 -0.02063995 0.005949974 0.006999969 -0.02063995 0.009949982 -0.006999969 -0.02063995 0.009949982 0.006999969 -0.01979994 0.009949982 -0.006999969 -0.01979994 0.005949974 -0.006999969 -0.01979994 0.005949974 0.006999969 -0.01979994 0.009949982 0.006999969 -0.01838999 0.005949974 0.01014 -0.02063995 0.005949974 -0.006999969 -0.02113997 0.005949974 0.006869971 -0.02113997 0.005949974 -0.006869971 -0.02149999 0.005949974 0.006499946 -0.02149999 0.005949974 -0.006499946 -0.02164 0.005949974 0.005999982 -0.02164 0.005949974 0.004999995 -0.02164 0.005949974 -0.004999995 -0.02164 0.005949974 -0.005999982 -0.01920998 0.01990997 0.004999995 -0.01920998 0.01990997 -0.004999995 -0.005279958 0.02695 -0.01798999 -0.009719967 0.02695 -0.01595997 -0.01014 0.02695 -0.01576995 -0.01365 0.02695 -0.01273 -0.01416999 0.02695 -0.01227998 -0.01655995 0.02695 -0.008569955 -0.01705998 0.02695 -0.007789969 -0.01822996 0.02695 -0.003779947 -0.01855999 0.02695 -0.00266999 -0.01855999 0.02695 0.00127995 -0.01855999 0.02695 0.00266999 -0.01750999 0.02695 0.006229996 -0.01705998 0.02695 0.007789969 -0.01516997 0.02695 0.01071995 -0.01416999 0.02695 0.01227998 -0.01170998 0.02695 0.01440995 -0.01014 0.02695 0.01576995 -0.007389962 0.02695 0.01703 -0.005279958 0.02695 0.01798999 -0.002529978 0.02695 0.01838999 0 0.02695 0.01874995 0.002529978 0.02695 0.01838999 0.005279958 0.02695 0.01798999 0.007389962 0.02695 0.01703 0.01014 0.02695 0.01576995 0.01170998 0.02695 0.01440995 0.01416999 0.02695 0.01227998 0.01516997 0.02695 0.01071995 0.01705998 0.02695 0.007789969 0.01750999 0.02695 0.006229996 0.01855999 0.02695 0.00266999 0.01855999 0.02695 0.00127995 0.01855999 0.02695 -0.00266999 0.01822996 0.02695 -0.003779947 0.01705998 0.02695 -0.007789969 0.01655995 0.02695 -0.008569955 0.01416999 0.02695 -0.01227998 0.01365 0.02695 -0.01273 0.01014 0.02695 -0.01576995 0.009719967 0.02695 -0.01595997 0.005279958 0.02695 -0.01798999 0.005049943 0.02695 -0.01801997 -0.005049943 0.02695 -0.01801997 0 0.02695 -0.01874995 -0.01885998 0.02594995 0.001289963 -0.01850998 0.02594995 -0.003849983 -0.02039998 0.009949982 -0.004999995 -0.02039998 0.009949982 0.004999995 -0.01848 0.02594995 0.003999948 -0.01836997 0.02572995 0.004629969 -0.01840996 0.02588999 0.004329979 -0.01838999 0.02579998 0.004489958 -0.01835 0.02544999 0.004859983 -0.01838999 0.02494996 0.004999995 -0.01835995 0.02517998 0.004969954 -0.02164 0.02494996 0.004999995 -0.02164 0.02544999 0.004869997 -0.02188998 0.02537995 0.004869997 -0.02206999 0.02519994 0.004869997 -0.02213996 0.02494996 0.004869997 -0.02164 0.02581995 0.004499971 -0.02206999 0.02569997 0.004499971 -0.02238994 0.02537995 0.004499971 -0.02249997 0.02494996 0.004499971 -0.02164 0.02594995 0.003999948 -0.02213996 0.02581995 0.003999948 -0.02263998 0.02494996 0.003999948 -0.02249997 0.02544999 0.003999948 -0.02213996 0.02581995 -0.003999948 -0.02249997 0.02544999 -0.003999948 -0.02263998 0.02494996 -0.003999948 -0.02206999 0.02569997 -0.004499971 -0.02188998 0.02537995 -0.004869997 -0.02238994 0.02537995 -0.004499971 -0.02249997 0.02494996 -0.004499971 -0.02206999 0.02519994 -0.004869997 -0.02213996 0.02494996 -0.004869997 -0.01838999 0.02494996 -0.004999995 -0.02164 0.02494996 -0.004999995 -0.01835 0.02555996 -0.004789948 -0.01835995 0.02526998 -0.004949986 -0.01835 0.02543997 -0.00484997 -0.01836997 0.02577996 -0.004559993 -0.02164 0.02544999 -0.004869997 -0.02164 0.02581995 -0.004499971 -0.01848 0.02594995 -0.003999948 -0.02164 0.02594995 -0.003999948 -0.01841998 0.02590996 -0.004269957 -0.02001994 0.01871997 -0.004999995 -0.01986998 0.01879996 -0.004999995 -0.02025997 0.01844996 -0.004999995 -0.02039998 0.01794999 -0.004999995 -0.02037996 0.01813995 -0.004999995 -0.02039998 0.01794999 0.004999995 -0.02033996 0.01826995 0.004999995 -0.01993995 0.01877999 0.004999995 -0.01936 0.01894998 0.004999995 -0.01962 0.01892 0.004999995 -0.01879996 0.01894998 0.006679952 -0.01845997 0.01894998 0.007699966 -0.01936 0.01894998 -0.004999995 -0.01971 0.01888996 -0.004999995 -0.01845997 0.01894998 -0.007699966 -0.01668 0.01894998 -0.01102995 -0.01141995 0.01894998 -0.01641994 -7.8e-4 0.01894998 -0.01997995 0 0.01894998 -0.01993995 0.002989947 0.01894998 -0.01976996 0.01315999 0.01894998 -0.01505994 0.01454997 0.01894998 -0.01358997 0.01576 0.01894998 -0.01230996 0.01990997 0.01894998 0.001369953 0.01990997 0.01894998 -0.001889944 0.01919996 0.01894998 0.005609989 0.01779997 0.01894998 0.009119987 0.00792998 0.01894998 0.01826995 0.01008999 0.01894998 0.01726996 -0.007959961 0.01894998 0.01832997 -0.004529953 0.01894998 0.01947999 -0.01668 0.01894998 0.01102995 -0.01892 0.01881998 0.007889986 -0.02024996 0.01843994 0.004999995 -0.02017998 0.01855999 0.004999995 -0.00812 0.01894998 -0.01827996 0.006659984 0.01894998 -0.01885998 0.01576 0.01894998 0.01230996 0.002989947 0.01894998 0.01976996 0.002719998 0.01894998 0.01978999 -0.01141995 0.01894998 0.01641994 -0.01256996 0.01894998 0.01545 -0.01767998 0.01894998 -0.009159982 -0.01892 0.01881998 -0.007889986 -0.01937997 0.01794999 -0.008079946 -0.01830995 0.01794999 -0.01009994 -0.01925998 0.01844996 -0.008029997 -0.01458996 0.01894998 -0.01362997 -0.01709997 0.01881998 -0.01130998 -0.01750999 0.01794999 -0.01159 -0.0151 0.01794999 -0.01457995 -0.01739996 0.01844996 -0.01150995 -0.01431 0.01894998 -0.01397997 -0.01466 0.01881998 -0.01432996 -0.01501995 0.01794999 -0.01467996 -0.01491999 0.01844996 -0.01457995 -0.01034998 0.01894998 -0.01701998 -0.008319973 0.01881998 -0.01872998 -0.01169997 0.01881998 -0.01682996 -0.01198995 0.01794999 -0.01723998 -0.01190996 0.01844996 -0.01712995 -8.2e-4 0.01794999 -0.02098 -0.004759967 0.01794999 -0.02044999 -0.004729986 0.01844996 -0.02031999 -0.005689978 0.01794999 -0.02013999 -0.01073998 0.01794999 -0.01794999 -0.008529961 0.01794999 -0.01918995 -0.008469998 0.01844996 -0.01906996 -2.5e-4 0.01794999 -0.02094995 -8.2e-4 0.01844996 -0.02085 -8.1e-4 0.01881998 -0.02047997 -0.005379974 0.01894998 -0.01919996 -0.004649996 0.01881998 -0.01996999 -0.004529953 0.01894998 -0.01947999 0.005379974 0.01894998 -0.01917999 0.006829977 0.01881998 -0.01932996 0.003069996 0.01881998 -0.02026998 0.003139972 0.01794999 -0.02075999 0.003119945 0.01844996 -0.02063 0.01381999 0.01794999 -0.01580995 0.01059997 0.01794999 -0.01813 0.01052999 0.01844996 -0.01800996 0.01034998 0.01794999 -0.01824998 0.005209982 0.01794999 -0.02024996 0.006989955 0.01794999 -0.01979994 0.006949961 0.01844996 -0.01966995 0.01469999 0.01794999 -0.01488 0.01372998 0.01844996 -0.01570999 0.01348996 0.01881998 -0.01542997 0.01008999 0.01894998 -0.01726996 0.01034998 0.01881998 -0.01769995 0.01036995 0.01894998 -0.01705998 0.01774996 0.01894998 -0.009199976 0.01823997 0.01881998 -0.009349942 0.01615995 0.01881998 -0.01261997 0.01655 0.01794999 -0.01291996 0.01644998 0.01844996 -0.01283997 0.02090996 0.01794999 -0.00198996 0.02023994 0.01794999 -0.005469977 0.02002996 0.01844996 -0.005849957 0.02015995 0.01794999 -0.005889952 0.01807999 0.01794999 -0.01052999 0.01868999 0.01794999 -0.009579956 0.01857 0.01844996 -0.009519994 0.02090996 0.01794999 0 0.02076995 0.01844996 -0.001969993 0.02041 0.01881998 -0.001939952 0.01919996 0.01894998 -0.005609989 0.01967996 0.01881998 -0.00575 0.01949995 0.01894998 -0.004049956 0.01990997 0.01894998 0.001889944 0.02041 0.01881998 0.001939952 0.02090996 0.01794999 0.00198996 0.02023994 0.01794999 0.005469977 0.02076995 0.01844996 0.001969993 0.01876997 0.01894998 0.006669998 0.01967996 0.01881998 0.00575 0.02015995 0.01794999 0.005889952 0.02002996 0.01844996 0.005849957 0.01627999 0.01894998 0.0115 0.01615995 0.01881998 0.01261997 0.01823997 0.01881998 0.009349942 0.01868999 0.01794999 0.009579956 0.01857 0.01844996 0.009519994 0.01059997 0.01794999 0.01813 0.01381999 0.01794999 0.01580995 0.01372998 0.01844996 0.01570999 0.01469999 0.01794999 0.01488 0.01807999 0.01794999 0.01052999 0.01655 0.01794999 0.01291996 0.01644998 0.01844996 0.01283997 0.01034998 0.01794999 0.01824998 0.01052999 0.01844996 0.01800996 0.01034998 0.01881998 0.01769995 0.01315999 0.01894998 0.01505994 0.01348996 0.01881998 0.01542997 0.01258999 0.01894998 0.01546996 0.006659984 0.01894998 0.01885998 0.003069996 0.01881998 0.02026998 0.006829977 0.01881998 0.01932996 0.006989955 0.01794999 0.01979994 0.006949961 0.01844996 0.01966995 -0.004759967 0.01794999 0.02044999 -8.2e-4 0.01794999 0.02098 -8.2e-4 0.01844996 0.02085 -2.5e-4 0.01794999 0.02094995 0.005209982 0.01794999 0.02024996 0.003139972 0.01794999 0.02075999 0.003119945 0.01844996 0.02063 -0.005689978 0.01794999 0.02013999 -0.004729986 0.01844996 0.02031999 -0.004649996 0.01881998 0.01996999 -7.8e-4 0.01894998 0.01997995 -8.1e-4 0.01881998 0.02047997 -0.002709984 0.01894998 0.01972997 -0.00812 0.01894998 0.01827996 -0.01169997 0.01881998 0.01682996 -0.008319973 0.01881998 0.01872998 -0.008529961 0.01794999 0.01918995 -0.008469998 0.01844996 0.01906996 -0.01750999 0.01794999 0.01159 -0.0151 0.01794999 0.01457995 -0.01491999 0.01844996 0.01457995 -0.01501995 0.01794999 0.01467996 -0.01073998 0.01794999 0.01794999 -0.01198995 0.01794999 0.01723998 -0.01190996 0.01844996 0.01712995 -0.01937997 0.01794999 0.008079946 -0.01830995 0.01794999 0.01009994 -0.01925998 0.01844996 0.008029997 -0.01739996 0.01844996 0.01150995 -0.01709997 0.01881998 0.01130998 -0.01431 0.01894998 0.01397997 -0.01466 0.01881998 0.01432996 -0.01629996 0.01894998 0.0115 -0.01014 0.03504997 -0.01576995 -0.005279958 0.03504997 0.01798999 0 0.03504997 0.01874995 0.005279958 0.03504997 0.01798999 0.01014 0.03504997 0.01576995 0.01416999 0.03504997 0.01227998 0.01705998 0.03504997 0.007789969 0.01855999 0.03504997 0.00266999 0.01855999 0.03504997 -0.00266999 -0.01014 0.03504997 0.01576995 -0.01416999 0.03504997 0.01227998 -0.01705998 0.03504997 0.007789969 -0.01855999 0.03504997 0.00266999 -0.01855999 0.03504997 -0.00266999 -0.01705998 0.03504997 -0.007789969 -0.01416999 0.03504997 -0.01227998 -0.005279958 0.03504997 -0.01798999 0 0.03504997 -0.01874995 0.005279958 0.03504997 -0.01798999 0.01014 0.03504997 -0.01576995 0.01416999 0.03504997 -0.01227998 0.01705998 0.03504997 -0.007789969 0.001609981 0.03494995 -0.01717996 -0.003309965 0.03504997 -0.01692998 -0.003309965 0.03494995 -0.01692998 0.001759946 0.03494995 -0.01713997 0.001969993 0.03494995 -0.01708996 0.001609981 0.03504997 -0.01717996 0.004629969 0.03494995 -0.01644998 0.006399989 0.03494995 -0.01601999 0.007199943 0.03494995 -0.01555997 0.007989943 0.03494995 -0.0151 0.006399989 0.03504997 -0.01601999 0.009659945 0.03494995 -0.01413995 0.01066994 0.03494995 -0.01354998 0.01066994 0.03504997 -0.01354998 0.01512998 0.03494995 -0.007909953 0.01104998 0.03494995 -0.01314997 0.01406997 0.03504997 -0.009979963 0.01406997 0.03494995 -0.009979963 0.01695996 0.03494995 -0.002209961 0.01631999 0.03494995 -0.005589962 0.01631999 0.03504997 -0.005589962 0.01652997 0.03494995 -0.004479944 -0.007969975 0.03494995 -0.01529997 -0.007969975 0.03504997 -0.01529997 -0.009269952 0.03494995 -0.01454997 -0.01002997 0.03494995 0.01388996 -0.01088994 0.03494995 0.01314997 -0.01299995 0.03494995 0.01133996 -0.01299995 0.03504997 0.01133996 -0.01378995 0.03494995 0.01010996 -0.01567995 0.03494995 0.007189989 -0.01567995 0.03504997 0.007189989 -0.01626998 0.03494995 0.005199968 -0.01706999 0.03494995 0.002459943 -0.01706999 0.03494995 0.002019941 -0.01706999 0.03494995 9.7e-4 -0.01706999 0.03494995 6.9e-4 -0.01706999 0.03504997 0.002459943 -0.01706999 0.03494995 -0.002209961 -0.01706999 0.03494995 -0.002459943 -0.01706999 0.03504997 -0.002459943 -0.01647996 0.03494995 -0.004479944 -0.01567995 0.03494995 -0.007189989 -0.01567995 0.03504997 -0.007189989 -0.01521998 0.03494995 -0.007909953 -0.01299995 0.03504997 -0.01133996 -0.01299995 0.03494995 -0.01133996 -0.01002997 0.03494995 -0.01388996 -0.01088994 0.03494995 -0.01314997 -0.009269952 0.03504997 -0.01454997 -0.009269952 0.03494995 0.01454997 -0.009269952 0.03504997 0.01454997 0.01718997 0.03494995 9.7e-4 0.01699 0.03494995 0.002019941 0.01638996 0.03494995 0.005199968 0.01631999 0.03494995 0.005589962 0.01631999 0.03504997 0.005589962 0.01104998 0.03494995 0.01314997 0.01406997 0.03494995 0.009979963 0.01406997 0.03504997 0.009979963 0.01394999 0.03494995 0.01010996 0.01066994 0.03494995 0.01354998 0.009659945 0.03494995 0.01413995 0.01066994 0.03504997 0.01354998 0.007199943 0.03494995 0.01555997 0.006399989 0.03494995 0.01601999 0.006399989 0.03504997 0.01601999 0.004629969 0.03494995 0.01644998 0.001969993 0.03494995 0.01708996 0.001759946 0.03494995 0.01713997 0.001609981 0.03494995 0.01717996 0.001609981 0.03504997 0.01717996 -0.003309965 0.03494995 0.01692998 -0.007969975 0.03504997 0.01529997 -0.007969975 0.03494995 0.01529997 -0.003309965 0.03504997 0.01692998 0.01722997 0.03504997 7.5e-4 0.01722997 0.03494995 7.5e-4 0.01722997 0.03494995 -7.5e-4 0.01722997 0.03504997 -7.5e-4 -0.02063995 0.005949974 0.006999969 -0.02213996 0.005949974 0.004869997 -0.02213996 0.005949974 -0.004869997 -0.02263998 0.005949974 -0.003999948 -0.02263998 0.005949974 0 -0.02263998 0.005949974 0.003999948 -0.02249997 0.005949974 -0.004499971 -0.02249997 0.005949974 0.004499971 -0.01838999 0.005949974 -0.01014 -0.01510995 0.005949974 -0.01458996 -0.01510995 0.005949974 0.01458996 -0.01077997 0.005949974 -0.01801997 -0.01077997 0.005949974 0.01801997 -0.005709946 0.005949974 -0.02020996 -0.005709946 0.005949974 0.02020996 -2.5e-4 0.005949974 -0.02099996 -2.5e-4 0.005949974 0.02099996 0 0.005949974 -0.02096998 0 0.005949974 0.02096998 0.005239963 0.005949974 -0.02033996 0.005239963 0.005949974 0.02033996 0.01036 0.005949974 -0.01826995 0.01036 0.005949974 0.01826995 0.01475995 0.005949974 -0.01493996 0.01475995 0.005949974 0.01493996 0.01814997 0.005949974 -0.01056998 0.01814997 0.005949974 0.01056998 0.02026998 0.005949974 -0.005479991 0.02099996 0.005949974 0 0.02026998 0.005949974 0.005479991 -0.02499997 -0.03504997 -0.023 -0.02499997 -0.03504997 0.023 -0.02472996 -0.03504997 -0.02399998 -0.02472996 -0.03504997 0.02399998 -0.02399998 -0.03504997 -0.02472996 -0.02399998 -0.03504997 0.02472996 -0.02363997 0.003949999 -0.02164 -0.02363997 0.003949999 0.02164 -0.02363997 0.00544995 -0.02164 -0.02363997 0.00544995 0.02164 -0.02357 0.005699992 -0.02164 -0.02357 0.005699992 0.02164 -0.02338999 0.005879998 -0.02164 -0.02338999 0.005879998 0.02164 -0.02336996 0.003959953 0.02263998 -0.02336996 0.00544995 -0.02263998 -0.02336996 0.00544995 0.02263998 -0.02336996 0.003959953 -0.02263998 -0.02331 0.005699992 -0.02260994 -0.02331 0.005699992 0.02260994 -0.02314996 0.005879998 -0.02250999 -0.02314996 0.005879998 0.02250999 -0.02313995 0.005949974 -0.02164 -0.02313995 0.005949974 0 -0.02313995 0.005949974 0.02164 -0.023 -0.03504997 -0.02499997 -0.023 -0.03504997 0.02499997 -0.02293998 0.005949974 -0.02238994 -0.02293998 0.005949974 0.02238994 0 -0.03504997 0 -0.02263998 0.003959953 0.02336996 -0.02263998 0.003959953 -0.02336996 -0.02263998 0.00544995 -0.02336996 -0.02263998 0.00544995 0.02336996 -0.02260994 0.005699992 -0.02331 -0.02260994 0.005699992 0.02331 -0.02250999 0.005879998 -0.02314996 -0.02250999 0.005879998 0.02314996 0 0.005949974 -0.02313995 -0.02164 0.005949974 -0.02313995 -0.02238994 0.005949974 -0.02293998 -0.02238994 0.005949974 0.02293998 -0.02164 0.003949999 -0.02363997 -0.02164 0.003949999 0.02363997 -0.02164 0.00544995 -0.02363997 -0.02164 0.00544995 0.02363997 -0.02164 0.005699992 -0.02357 -0.02164 0.005699992 0.02357 -0.02164 0.005879998 -0.02338999 -0.02164 0.005879998 0.02338999 -0.02164 0.005949974 0.02313995 -0.005709946 0.005949974 -0.02020996 -0.01077997 0.005949974 -0.01801997 -0.01510995 0.005949974 -0.01458996 -0.01838999 0.005949974 -0.01014 -0.02213996 0.005949974 -0.004869997 0 0.005949974 0.02313995 0.02164 0.003949999 -0.02363997 0.02164 0.003949999 0.02363997 0.02164 0.00544995 -0.02363997 0.02164 0.00544995 0.02363997 0.02164 0.005699992 -0.02357 0.02164 0.005699992 0.02357 0.02164 0.005879998 -0.02338999 0.02164 0.005879998 0.02338999 0.02164 0.005949974 -0.02313995 0.02164 0.005949974 0.02313995 0.02238994 0.005949974 -0.02293998 0.02238994 0.005949974 0.02293998 0.02250999 0.005879998 -0.02314996 0.02250999 0.005879998 0.02314996 0.02260994 0.005699992 -0.02331 0.02260994 0.005699992 0.02331 0.02263998 0.003959953 -0.02336996 0.02263998 0.003959953 0.02336996 0.02263998 0.00544995 -0.02336996 0.02263998 0.00544995 0.02336996 0.02293998 0.005949974 -0.02238994 0.02293998 0.005949974 0.02238994 0.023 -0.03504997 -0.02499997 0.023 -0.03504997 0.02499997 0.02313995 0.005949974 -0.02164 0.02313995 0.005949974 0 0.02313995 0.005949974 0.02164 0.02314996 0.005879998 -0.02250999 0.02314996 0.005879998 0.02250999 0.02331 0.005699992 -0.02260994 0.02331 0.005699992 0.02260994 0.02336996 0.003959953 -0.02263998 0.02336996 0.003959953 0.02263998 0.02336996 0.00544995 -0.02263998 0.02336996 0.00544995 0.02263998 0.02338999 0.005879998 -0.02164 0.02338999 0.005879998 0.02164 0.02357 0.005699992 -0.02164 0.02357 0.005699992 0.02164 0.02363997 0.003949999 -0.02164 0.02363997 0.003949999 0.02164 0.02363997 0.00544995 -0.02164 0.02363997 0.00544995 0.02164 0.02399998 -0.03504997 -0.02472996 0.02399998 -0.03504997 0.02472996 0.02472996 -0.03504997 -0.02399998 0.02472996 -0.03504997 0.02399998 0.02499997 -0.03504997 -0.023 0.02499997 -0.03504997 0.023 0 0.03504997 0 -0.02213996 0.005949974 0.004869997 -0.02063995 0.005949974 0.006999969 -0.01979994 0.005949974 0.006999969 -0.01838999 0.005949974 0.01014 -0.02113997 0.005949974 0.006869971 -0.02149999 0.005949974 0.006499946 -0.02164 0.005949974 0.005999982 -0.02164 0.005949974 0.004999995 -0.02263998 0.005949974 -0.003999948 -0.02263998 0.005949974 0.003999948 -0.02249997 0.005949974 -0.004499971 -0.02249997 0.005949974 0.004499971 -0.01838999 0.005949974 -0.01014 -0.01510995 0.005949974 -0.01458996 -0.01510995 0.005949974 0.01458996 -0.01077997 0.005949974 -0.01801997 -0.01077997 0.005949974 0.01801997 -0.005709946 0.005949974 -0.02020996 -0.005709946 0.005949974 0.02020996 -2.5e-4 0.005949974 -0.02099996 -2.5e-4 0.005949974 0.02099996 0 0.005949974 -0.02096998 0 0.005949974 0.02096998 0.005239963 0.005949974 -0.02033996 0.005239963 0.005949974 0.02033996 0.01036 0.005949974 -0.01826995 0.01036 0.005949974 0.01826995 0.01475995 0.005949974 -0.01493996 0.01475995 0.005949974 0.01493996 0.01814997 0.005949974 -0.01056998 0.01814997 0.005949974 0.01056998 0.02026998 0.005949974 -0.005479991 0.02099996 0.005949974 0 0.02026998 0.005949974 0.005479991 -0.005709946 0.005949974 -0.02020996 -0.01077997 0.005949974 -0.01801997 -0.01510995 0.005949974 -0.01458996 -0.01838999 0.005949974 -0.01014 -0.01979994 0.005949974 0.006999969 -0.01838999 0.005949974 0.01014 -0.02113997 0.005949974 0.006869971 -0.02149999 0.005949974 0.006499946 -0.02164 0.005949974 0.005999982 -0.02164 0.005949974 0.004999995 -0.02263998 0.005949974 -0.003999948 -0.02263998 0.005949974 0.003999948 -0.02249997 0.005949974 -0.004499971 -0.02249997 0.005949974 0.004499971 -0.01838999 0.005949974 -0.01014 -0.01510995 0.005949974 -0.01458996 -0.01510995 0.005949974 0.01458996 -0.01077997 0.005949974 -0.01801997 -0.01077997 0.005949974 0.01801997 -0.005709946 0.005949974 -0.02020996 -0.005709946 0.005949974 0.02020996 -2.5e-4 0.005949974 -0.02099996 -2.5e-4 0.005949974 0.02099996 0 0.005949974 -0.02096998 0 0.005949974 0.02096998 0.005239963 0.005949974 -0.02033996 0.005239963 0.005949974 0.02033996 0.01036 0.005949974 -0.01826995 0.01036 0.005949974 0.01826995 0.01475995 0.005949974 -0.01493996 0.01475995 0.005949974 0.01493996 0.01814997 0.005949974 -0.01056998 0.01814997 0.005949974 0.01056998 0.02026998 0.005949974 -0.005479991 0.02099996 0.005949974 0 0.02026998 0.005949974 0.005479991 -0.005709946 0.005949974 -0.02020996 -0.01077997 0.005949974 -0.01801997 -0.01510995 0.005949974 -0.01458996 -0.01838999 0.005949974 -0.01014 -0.02063995 0.005949974 0.006999969 -0.02213996 0.005949974 0.004869997 -0.02213996 0.005949974 -0.004869997 -0.01979994 0.005949974 0.006999969 -0.01838999 0.005949974 0.01014 -0.02113997 0.005949974 0.006869971 -0.02149999 0.005949974 0.006499946 -0.02164 0.005949974 0.005999982 -0.02164 0.005949974 0.004999995 -0.02263998 0.005949974 -0.003999948 -0.02263998 0.005949974 0.003999948 -0.02249997 0.005949974 -0.004499971 -0.02249997 0.005949974 0.004499971 -0.01838999 0.005949974 -0.01014 -0.01510995 0.005949974 -0.01458996 -0.01510995 0.005949974 0.01458996 -0.01077997 0.005949974 -0.01801997 -0.01077997 0.005949974 0.01801997 -0.005709946 0.005949974 -0.02020996 -0.005709946 0.005949974 0.02020996 -2.5e-4 0.005949974 -0.02099996 -2.5e-4 0.005949974 0.02099996 0 0.005949974 -0.02096998 0 0.005949974 0.02096998 0.005239963 0.005949974 -0.02033996 0.005239963 0.005949974 0.02033996 0.01036 0.005949974 -0.01826995 0.01036 0.005949974 0.01826995 0.01475995 0.005949974 -0.01493996 0.01475995 0.005949974 0.01493996 0.01814997 0.005949974 -0.01056998 0.01814997 0.005949974 0.01056998 0.02026998 0.005949974 -0.005479991 0.02099996 0.005949974 0 0.02026998 0.005949974 0.005479991 -0.005709946 0.005949974 -0.02020996 -0.01077997 0.005949974 -0.01801997 -0.01510995 0.005949974 -0.01458996 -0.01838999 0.005949974 -0.01014 -0.00945729 0.003627836 -0.001710772 0 -0.01554995 0.02431994 0 0.005949974 0 + + + + + + + + + + 0 -1 0 0 -1 0 -0.9492978 0 -0.3143782 -0.9492978 0 0.3143782 -0.7785766 0.001171708 0.6275485 -0.7808654 0.001171231 0.6246982 -0.6209343 -0.001221954 0.7838616 -0.6453004 -0.01542252 0.7637733 -0.3964945 -0.0151537 0.9179121 -0.4893132 0.006718158 0.8720822 -0.4938785 0.006718337 0.8695049 -0.1431924 -0.008457064 0.9896588 -0.316222 0.006060898 0.9486659 -0.3172233 0.0060606 0.9483315 0.2392156 0.007879972 0.9709345 0.119358 -0.01385879 0.9927546 0.0559594 0.00282979 0.9984291 0.1191433 0.00413686 0.9928685 0.05255794 0.004160761 0.9986092 -0.1333157 -0.004680752 0.9910625 0.2450903 0.007883667 0.9694681 0.3747907 -0.01294112 0.9270192 0.4188861 0.001862525 0.9080369 0.4327281 0.001863181 0.9015226 0.6034716 -0.002766609 0.7973797 0.5845207 -0.01302987 0.8112742 0.7900453 -0.01468151 0.6128727 0.7272006 0.007067918 0.6863886 0.7263449 0.007068157 0.6872941 0.9823358 0.002611696 0.1871086 0.9289886 -0.004128932 0.3700852 0.9230861 -0.009820222 0.3844679 0.8414472 0.006709396 0.5402976 0.8421885 0.006709873 0.5391413 0.9819628 0.002612411 0.1890563 0.9911401 -0.01446169 0.1320315 0.9999719 0.007499694 0 0.9999719 0.007499694 0 0.9911401 -0.01446169 -0.1320315 0.9819628 0.002612411 -0.1890563 0.9823358 0.002611696 -0.1871086 0.9231205 -0.004674613 -0.3844823 0.9289375 -0.01127177 -0.3700649 0.7900453 -0.01468151 -0.6128727 0.8421885 0.006709873 -0.5391413 0.8414472 0.006709396 -0.5402976 0.4327281 0.001863181 -0.9015226 0.5845689 -0.002225697 -0.8113411 0.6034404 -0.0105375 -0.7973385 0.7263449 0.007068157 -0.6872941 0.7272006 0.007067918 -0.6863886 0.4188861 0.001862525 -0.9080369 0.3747907 -0.01294112 -0.9270192 0.2450903 0.007883667 -0.9694681 0.2392156 0.007879972 -0.9709345 0.119358 -0.01385879 -0.9927546 0.0559594 0.00282979 -0.9984291 0.1191433 0.00413686 -0.9928685 0.05255794 0.004160761 -0.9986092 -0.1431956 -0.005152344 -0.989681 -0.1333114 -0.009266734 -0.9910309 -0.3964945 -0.0151537 -0.9179121 -0.3172233 0.0060606 -0.9483315 -0.316222 0.006060898 -0.9486659 -0.7808654 0.001171231 -0.6246982 -0.6453768 -8.88654e-4 -0.7638639 -0.6208926 -0.01165908 -0.783809 -0.4938785 0.006718337 -0.8695049 -0.4893132 0.006718158 -0.8720822 -0.7785766 0.001171708 -0.6275485 -0.8049004 -0.01266139 -0.5932749 -0.881016 0.007450222 -0.4730277 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 -0.9471516 0.1680965 0.2732169 -0.407418 0.1514139 -0.9006023 -0.9422059 0.2770094 -0.1884511 -0.9113164 0.1482697 -0.3840813 -0.9315509 0.1626105 -0.3252239 -0.7991091 -0.3146805 -0.5122509 -0.9081746 0.2506373 -0.3352608 -0.9111543 0.1456485 -0.3854666 -0.928664 0.2243673 -0.2953684 -0.925579 0.2859641 -0.2480482 -0.9177774 0.2868903 0.2745518 -0.9178981 0.2856691 0.2754201 -0.9143468 0.1813663 0.3620446 -0.9384292 0.1466302 0.31281 -0.9311535 0.1683419 0.3234411 -0.901751 0.1467134 0.4065961 -0.9103941 0.1680585 0.3780726 -0.912325 0.3225979 0.2521777 -0.9188216 0.2869244 0.2710005 -0.9848498 0.1048805 0.138097 -0.9578264 0.2873474 0 -0.9559739 0.2861407 -0.06509518 -0.9987523 -0.04993659 0 -0.9210147 0.2770513 -0.2738146 -0.4861897 0.1523008 -0.8604789 -0.4091901 0.1777053 -0.8949773 -0.3149025 0.1457877 -0.9378605 -0.1278769 0.1498839 -0.9803991 -0.309273 0.1512408 -0.9388697 -0.141013 0.1688628 -0.9755002 -0.1303948 0.1630746 -0.977959 -0.4837509 0.1474936 -0.8626881 -0.636475 0.163087 -0.7538581 -0.645197 0.1696269 -0.744948 -0.7708169 0.1599442 -0.6166515 -0.6459589 0.159875 -0.746443 -0.7711567 0.1450923 -0.6198915 -0.8274903 0.1763324 -0.533073 -0.8709936 0.1562899 -0.4657721 -0.9149418 0.1555567 -0.3724025 -0.7441748 0.5367867 -0.3975726 -0.9384292 0.1466302 -0.3128098 -0.9364062 0.1603595 0.3121352 -0.8722791 0.1474033 0.4662632 -0.8271023 0.1767897 0.5335236 -0.7664864 0.1686882 0.6197121 -0.8297607 0.1690638 0.5318973 -0.7716946 0.1450895 0.6192225 -0.6450954 0.1696101 0.7450398 -0.6363618 0.1663306 0.7532449 -0.64563 0.1662972 0.7453235 -0.6361207 0.1630551 0.754164 -0.4856274 0.1477051 0.8615968 -0.4099487 0.177209 0.8947284 -0.2937462 0.1736751 0.9399735 -0.4077602 0.1746891 0.8962228 -0.3145152 0.1452308 0.9380769 -0.1418845 0.1683772 0.9754577 -0.1341822 0.1666406 0.976845 -0.1389042 0.1666364 0.9761855 -0.1267469 0.1627997 0.9784843 0.1395421 0.1371724 0.980669 0.05338537 0.1733645 0.9834097 0.07274723 0.1735997 0.9821257 0.1416881 0.1761806 0.9741073 0.2381073 0.1455035 0.9602779 0.4082419 0.1680009 0.8972816 0.4154286 0.1666471 0.8942303 0.4107152 0.1666655 0.8964015 0.4143497 0.165222 0.894995 0.6486326 0.1363442 0.7487897 0.575868 0.1693211 0.7998164 0.575499 0.1693159 0.8000832 0.6442187 0.1772168 0.7440273 0.7189208 0.1454344 0.6797072 0.8300612 0.16697 0.5320899 0.8296917 0.1670521 0.5326398 0.8285282 0.1670665 0.5344434 0.8312138 0.1651425 0.5308593 0.9521918 0.1337416 0.2746708 0.9171259 0.1644181 0.3631072 0.914055 0.1643574 0.3707966 0.9438654 0.1778166 0.2783871 0.9717582 0.1459009 0.1854698 0.9860588 0.1663975 0 0.9860587 0.1663975 0 0.9860587 0.1663975 0 0.9860587 0.1663975 0 0.9500489 0.1327823 -0.2824464 0.9697747 0.1601643 -0.1840775 0.9693279 0.1601721 -0.1864089 0.9447124 0.1775989 -0.2756393 0.830715 0.1654286 -0.5315507 0.8288937 0.166745 -0.533977 0.7189707 0.1454441 -0.6796524 0.6466634 0.1530798 -0.747257 0.717962 0.1537514 -0.6788895 0.6443232 0.1772074 -0.743939 0.5763537 0.1462174 -0.8040131 0.4070715 0.1568021 -0.8998366 0.5925795 0.1567866 -0.7901059 0.4147536 0.1656929 -0.8947209 0.4098841 0.1681987 -0.8964955 0.2399455 0.1457665 -0.9597803 0.1279237 0.1474865 -0.9807565 0.2369926 0.1489789 -0.9600207 0.1408129 0.1768286 -0.9741167 0.05614864 0.1468989 -0.9875566 0.05065917 0.1469421 -0.987847 -0.1424711 -3.79589e-4 -0.9897989 -0.129338 0 -0.9916005 -0.4158082 0 -0.9094523 -0.4154945 -2.07829e-4 -0.9095956 -0.4121701 0 -0.911107 -0.6546844 0 -0.7559022 -0.6546447 -3.01789e-5 -0.7559368 -0.6543759 0 -0.7561693 -0.840663 0 -0.5415588 -0.8408741 2.12565e-4 -0.5412307 -0.8418785 0 -0.5396671 -0.9599732 0 -0.280092 -0.9596633 -5.69179e-4 -0.2811512 -0.9585365 0 -0.2849697 -1 0 0 -1 0 0 -1 0 0 -0.9591508 0 0.2828954 -0.9596631 -8.33003e-4 0.2811512 -0.9608235 0 0.2771607 -0.8403387 0 0.5420618 -0.840874 -4.25545e-4 0.5412307 -0.8418794 0 0.5396656 -0.6545795 0 0.7559933 -0.6546447 -3.46783e-5 0.7559368 -0.6547469 0 0.7558482 -0.4165412 0 0.9091168 -0.4154945 4.29833e-4 0.9095956 -0.4141279 0 0.9102187 -0.1439396 0 0.9895865 -0.142471 5.09058e-4 0.9897989 -0.1408738 0 0.9900277 0.1408738 0 0.9900277 0.142471 5.09058e-4 0.9897989 0.1439396 0 0.9895865 0.4141279 0 0.9102187 0.4154945 4.29833e-4 0.9095956 0.4165412 0 0.9091168 0.6547469 0 0.7558482 0.6546447 -3.46783e-5 0.7559368 0.6545795 0 0.7559933 0.8418794 0 0.5396656 0.840874 -4.25545e-4 0.5412307 0.8403387 0 0.5420618 0.9608235 0 0.2771607 0.9596631 -8.33003e-4 0.2811512 0.9591508 0 0.2828954 1 0 0 1 0 0 1 0 0 0.9585365 0 -0.2849697 0.9596633 -5.69179e-4 -0.2811512 0.9599732 0 -0.280092 0.8418785 0 -0.5396671 0.8408741 2.12565e-4 -0.5412307 0.840663 0 -0.5415588 0.6543759 0 -0.7561693 0.6546447 -3.01789e-5 -0.7559368 0.6546844 0 -0.7559022 0.4121701 0 -0.911107 0.4154945 -2.07829e-4 -0.9095956 0.4158082 0 -0.9094523 0.129338 0 -0.9916005 0.1424711 -3.79589e-4 -0.9897989 0.1430675 0 -0.9897129 -0.1430675 0 -0.9897129 -1 0 0 -1 0 0 -1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0.9838701 0.1788842 -0.007730364 0.9677938 0.2516258 -0.008649408 0.7070808 0.7070799 0.006879746 0.8947982 0.4464178 0.006871819 0.8719238 0.4895934 0.002814829 0.377206 0.9261251 -0.008792817 0.2516237 0.9677851 0 0.1293374 0.9916006 -0.9629649 0 0.269627 -0.9629649 0 0.269627 -0.251012 0.07028329 0.965429 -0.1845505 0.1845505 0.9653404 -0.07028359 0.2510112 0.9654293 -0.1942211 0.6936423 0.6936414 -0.1935422 0.6935194 0.6939541 -0.5112335 0.5112336 0.690855 -0.5112314 0.5112344 0.690856 -0.6932809 0.1941184 0.6940315 -0.7049736 0.1803423 0.6859219 -0.2607492 0.9343423 0.2429284 -0.243086 0.9349478 0.2584215 -0.682882 0.6828859 0.2594976 -0.6944488 0.6756823 0.2473751 -0.9403539 0.2405559 0.2405565 -0.9297617 0.2603295 0.2603303 -0.2516335 0.9678226 0 -0.2516335 0.9678226 0 -0.7167247 0.6973562 0 -0.7167247 0.6973562 0 -0.962965 0.2696263 0 -0.962965 0.2696263 0 -0.7167251 0 -0.6973558 -0.9629649 0 -0.269627 -0.9629649 0 -0.269627 -0.07028359 0.2510112 -0.9654293 -0.1845506 0.1845506 -0.9653404 -0.2440263 0.938564 -0.2440261 -0.2595868 0.9301772 -0.2595866 -0.6923445 0.673635 -0.2586021 -0.6852509 0.685255 -0.2466917 -0.9343009 0.2616005 -0.2421712 -0.9350127 0.2391895 -0.2618005 -0.1936007 0.6937291 -0.6937282 -0.1941202 0.693282 -0.6940299 -0.5112318 0.5112348 -0.6908552 -0.5112326 0.5112326 -0.6908563 -0.6994224 0.1789222 -0.6919503 -0.7027144 0.1967598 -0.6837237 -0.251012 0.07028329 -0.965429 0 0.1543763 -0.9880121 -0.009795784 0.2516214 -0.9677761 -0.007334709 0.722306 -0.6915347 0.00679636 0.4472005 -0.8944079 0.006780803 0.5067117 -0.8620889 -0.009076535 0.9677828 -0.2516229 0 0.9892032 -0.1465499 -0.2263051 0.7072249 0.6697902 0.3015977 0.696307 0.6513029 0.7167264 0.6973544 0 0.5183387 0.69911 -0.4925142 0.03862148 0.6995103 -0.7135781 -0.1644762 0.9669772 0.1946862 -0.1248043 0.9671578 0.2214269 0.01370066 0.9675313 0.2523798 0.06004744 0.9683741 0.2421693 0.1849305 0.9670732 0.1748434 0.1059339 0.9677575 -0.2285243 -0.1261059 0.966584 -0.2231875 -0.199501 0.9668129 -0.1596003 -0.6712515 0.704275 -0.2311238 -0.4654791 0.8727707 -0.1469718 -0.4844728 0.8612704 -0.1532949 -0.8913083 0.3450198 -0.2941612 -0.915989 0.251125 -0.3128905 -0.944593 0.09943693 -0.3128201 -0.9346077 0.1752427 0.3095133 -0.9163941 0.251105 0.3117182 -0.8494461 0.4497035 0.2760577 -0.6587777 0.7186641 0.2225626 -0.11454 0.9926847 0.03817999 -0.2079164 0.9745261 0.08408081 -0.2403051 0.9673867 0.08010166 -0.2239108 0.9672326 0.119688 -0.2239329 0.9672339 -0.1196353 -0.2369856 0.9674997 -0.08821576 -0.168695 0.984063 -0.05623167 -0.220901 0.9681158 -0.1181289 -0.195109 0.9681603 -0.1568376 -0.1642051 0.9670629 -0.194489 -0.1243403 0.9671458 -0.2217399 -0.03328311 0.9677709 -0.249623 0.01294058 0.9675522 -0.2523397 0.01371669 0.9672559 -0.2534325 0.01418453 0.9682756 -0.2494817 0.05979275 0.9683793 -0.2422114 0.1485582 0.966945 -0.2072386 0.1849181 0.9670735 -0.1748546 0.1827625 0.9676989 -0.173657 0.181624 0.9682638 -0.1716915 0.2103747 0.9683087 -0.1346127 0.2516335 0.9678226 0 0.2516335 0.9678226 0 0.2516335 0.9678227 0 0.2469634 0.9678903 -0.04687726 0.2482241 0.9675434 0.04737603 0.2343087 0.9675045 0.09504997 0.2367252 0.9670455 0.09372389 0.21423 0.9671535 0.1368191 0.1064419 0.9675605 0.2291214 0.1058055 0.9677801 0.2284879 0.1058276 0.9677543 0.2285876 0.1467888 0.9679301 0.2038734 -0.0766099 0.966454 0.245148 -0.08143335 0.9670985 0.2410164 -0.07958346 0.9681548 0.2373665 -0.03413015 0.9680389 0.2484672 -0.1947117 0.9681448 0.1574264 -0.2211804 0.9681038 0.1177042 -0.6276769 0.7031698 0.3340269 -0.6718416 0.7042246 0.2295574 -0.8316648 0.4851421 0.270131 -0.224141 0.7071188 -0.6706294 -0.08158397 0.9665949 -0.242978 -0.08118349 0.9673035 -0.240277 -0.230294 0.6945442 -0.6815959 -0.09658795 0.6949279 -0.7125629 -0.1300739 0.2494957 -0.9596003 0.05087167 0.2513077 -0.9665695 0.3019366 0.6962896 -0.6511644 0.06135189 0.9674767 -0.2454073 0.1061488 0.9675673 -0.2292293 0.3024179 0.6942894 -0.653074 0.4201316 0.6941274 -0.584531 0.5638182 0.2583763 -0.7844429 0.7015674 0.2590524 -0.6638488 0.657499 0.7065963 -0.2615662 0.6635753 0.6994388 -0.2654304 0.7016292 0.6998641 -0.133816 0.5189352 0.6991608 0.4918134 0.2101477 0.9683169 0.1349092 0.1812267 0.9682484 0.1721977 0.5147917 0.7040795 0.4891439 0.4141255 0.7046437 0.5761747 0.562515 0.2665852 0.7826297 0.4170309 0.2669032 0.8688198 0.03983807 0.6995611 0.7134614 0.01843094 0.9683725 0.2488275 0.01364505 0.9676027 0.2521088 0.03827118 0.7060714 0.7071057 -0.09523808 0.7051784 0.7026044 -0.1298174 0.2567928 0.9577082 -0.305629 0.2567279 0.916887 -0.4603919 0.7019324 0.5434429 -0.1641054 0.967066 0.194558 -0.164548 0.966937 0.1948249 -0.463243 0.6961148 0.5484799 -0.5580259 0.6967077 0.4507831 -0.8506854 0.2602313 -0.4567428 -0.2229626 0.9675791 -0.1186526 -0.6337479 0.6961472 -0.3372576 -0.6271286 0.7031058 -0.3351895 -0.8501825 0.2659004 -0.454408 -0.8554773 0.2506282 -0.4531491 -0.7517282 0.2706233 -0.6013882 -0.1978173 0.9671215 -0.159826 -0.5579887 0.6967101 -0.4508255 -0.5582559 0.6964031 -0.4509689 -0.7490752 0.2696682 -0.6051161 -0.7513393 0.2621917 -0.6055946 -0.1644515 0.9669765 -0.1947106 -0.4595423 0.7019816 -0.5440982 -0.464033 0.6961706 -0.5477408 -0.6238481 0.261821 -0.7363854 -0.621176 0.2712791 -0.7352197 -0.1242595 0.9673138 -0.221051 -0.3465486 0.7069951 -0.6164916 -0.3499536 0.7017597 -0.6205367 -0.4731478 0.2687683 -0.8389843 -0.4767771 0.2609524 -0.839397 -0.1288474 0.2567702 -0.9578452 -0.305629 0.2567279 -0.9168869 -0.3062461 0.2581284 -0.9162877 -0.3065935 0.2567667 -0.916554 -0.4726419 0.2588881 -0.8423696 0.05413478 0.2532923 -0.965874 0.05391412 0.2545722 -0.9655498 0.03948223 0.7060217 -0.7070888 -0.09333491 0.7052802 -0.7027577 -0.03303414 0.9680098 -0.2487279 -0.07829689 0.9681807 -0.2376884 0.06135183 0.9674766 -0.2454078 0.1740778 0.696309 -0.6963121 0.1739403 0.6986982 -0.6939493 0.2341818 0.2688215 -0.9342879 0.2314112 0.2534631 -0.9392579 0.5634199 0.2665578 -0.7819878 0.4170309 0.2669032 -0.8688198 0.4046592 0.2732187 -0.8726983 0.4044461 0.2603067 -0.8767347 0.2365246 0.2621741 -0.9355859 0.7046238 0.2473371 -0.6650787 0.7013934 0.2572429 -0.6647355 0.5154538 0.7040323 -0.488514 0.415661 0.7047259 -0.5749672 0.1455301 0.9686573 -0.2013059 0.15098 0.9678227 -0.2013067 0.2147524 0.9670686 -0.1366009 0.5968894 0.7068039 -0.3796725 0.6017773 0.7001448 -0.3842673 0.8154708 0.2526968 -0.5207222 0.8161497 0.2468252 -0.5224721 0.9629638 0.2696306 0 0.9449788 0.2718722 -0.1819358 0.9482918 0.2608299 -0.18086 0.9482879 0.261008 -0.1806234 0.8967889 0.2617092 -0.3567605 0.8974719 0.258296 -0.3575298 0.8130294 0.2577725 -0.5220504 0.9629638 0.2696306 0 0.9629638 0.2696306 0 0.7167264 0.6973544 0 0.70467 0.6965711 -0.1350152 0.2486808 0.9674128 -0.04764741 0.2481271 0.9675516 -0.04771661 0.9482879 0.261008 0.1806234 0.2469177 0.9678809 0.04730957 0.7014893 0.6998912 0.1344058 0.7047534 0.6966033 0.1344119 0.9482918 0.2608299 0.18086 0.9449788 0.2718721 0.1819358 0.2322279 0.9682156 0.09289127 0.6569463 0.7066604 0.2627788 0.6640112 0.699507 0.2641569 0.8976452 0.2582861 0.3571012 0.8966205 0.2616998 0.3571906 0.2123748 0.9678058 0.1350885 0.6024934 0.7000937 0.3832371 0.59627 0.7067469 0.3807505 0.8154708 0.2526969 0.5207222 0.8130294 0.2577725 0.5220504 0.5647161 0.2584066 0.7837867 0.7015674 0.2590524 0.6638488 0.7013934 0.2572429 0.6647355 0.7046238 0.2473371 0.6650787 0.8161497 0.2468252 0.5224721 0.4044461 0.2603067 0.8767347 0.4046592 0.2732187 0.8726983 0.3027438 0.6943063 0.6529051 0.4217932 0.6940296 0.5834496 0.1488554 0.9671839 0.2059057 0.1488695 0.9669557 0.2069647 0.06135171 0.9674767 0.2454074 0.1735082 0.6987219 0.6940336 0.1745008 0.6963297 0.6961856 0.2341818 0.2688215 0.9342879 0.2365246 0.2621741 0.9355859 -0.1291 0.2495277 0.9597235 0.05087167 0.2513077 0.9665695 0.05391412 0.2545722 0.9655498 0.05413478 0.2532923 0.965874 0.2314112 0.2534631 0.9392579 -0.3065935 0.2567667 0.916554 -0.3062461 0.2581284 0.9162877 -0.2280214 0.6946619 0.6822397 -0.09468263 0.6948394 0.7129049 -0.03354847 0.9669889 0.2526004 -0.03234249 0.9677872 0.2496837 -0.1255912 0.9665973 0.22342 -0.3491178 0.7017115 0.6210619 -0.3474251 0.7069473 0.616053 -0.4731478 0.2687683 0.8389843 -0.4726419 0.2588881 0.8423696 -0.8506854 0.2602313 0.4567428 -0.7513393 0.2621915 0.6055946 -0.7490752 0.2696682 0.6051161 -0.7517282 0.2706233 0.6013882 -0.6221522 0.2713071 0.7343835 -0.6228598 0.2618451 0.7372128 -0.4767771 0.2609524 0.839397 -0.8554773 0.2506282 0.4531491 -0.8501825 0.2659004 0.454408 -0.6330834 0.6962109 0.3383722 -0.5582225 0.6964006 0.4510145 -0.1946848 0.9681715 0.1572951 -0.1992351 0.9668231 0.15987 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0.2576645 0 -0.9662344 -0.05074721 0 -0.9987115 -0.05074721 0 -0.9987115 -0.3301701 0 -0.9439214 -0.3301701 0 -0.9439214 0.2314149 -0.04166501 -0.9719626 0.2337992 -0.0328713 -0.9717291 -0.2353472 -0.01319801 0.9718218 0.2360719 0 -0.9717356 0.498471 0 -0.8669065 0.5025548 0.05025458 -0.8630836 0.4977039 -0.0518344 -0.8657968 0.5000953 0.04980254 -0.8645372 0.5044022 0 -0.8634689 0.7249996 0 -0.6887493 0.7241208 -0.006897449 -0.6896386 0.8897777 0 -0.4563943 0.8898923 -0.008304476 -0.4560952 0.8900858 0 -0.4557931 0.7240293 0 -0.6897691 -0.9833266 0 0.1818479 -0.9818185 -0.044227 0.1845983 0.9825241 -0.002599418 -0.1861173 0.9825702 0 -0.1858918 0.6556872 0 0.7550326 -0.6556872 0 0.7550326 -0.6515577 -0.04579263 0.7572157 -0.6516571 -0.04426085 0.7572213 -0.6510875 0 0.7590027 -0.8414006 0 0.540412 -0.8395078 -0.03620713 0.54214 -0.8394931 0 0.5433704 -0.9587494 0 0.2842525 -0.9582376 0.04984301 0.2815961 -0.9599216 0 0.2802686 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -0.9598937 0 -0.2803642 -0.9588532 0.03467482 -0.281777 -0.9590831 0 -0.2831244 -0.8426965 0 -0.5383889 0.8393291 -0.04166615 0.5420246 0.8395044 0 0.5433529 0.6522963 0 0.757964 0.6490944 0.0781871 0.7566791 0.6515577 0.04579263 0.7572157 0.8899229 0 0.4561109 0.9838697 0 0.1788867 0.9821668 0.01870387 0.187079 0.9826549 -0.003704786 0.1854068 0.9822553 -0.03267395 0.1846804 0.9842713 0 0.1766641 0.8899229 0 0.4561109 0.7249996 0 0.6887493 0.7241208 -0.006897449 0.6896386 0.7232667 0.02902907 0.6899583 0.7348049 0 0.6782786 0.5044022 0 0.8634689 0.4990119 0.0604375 0.864485 0.5005733 0.02391499 0.8653637 0.498471 0 0.8669065 0.2360719 0 0.9717356 0.2353472 0.01319825 0.9718218 0.2337992 -0.03287124 0.9717291 0.2314148 -0.04166501 0.9719625 0.2576645 0 0.9662344 -0.05074721 0 0.9987115 -0.05074721 0 0.9987115 -0.3301701 0 0.9439214 0.3301701 0 -0.9439214 0 -1 0 0 -1 0 0 -1 0 0 0.03485059 -0.9993925 0.9993925 0.03485059 0 1 0 0 0 0 -1 -0.260666 0 0.9654291 -0.9654291 0 -0.260666 -0.9654291 0 -0.260666 -0.260666 0 -0.9654291 -0.9645484 0.04270619 -0.2604277 -0.9646556 0.04270696 -0.2600302 0.9654291 0 -0.260666 0.2604277 0.04270619 -0.9645484 0.7071068 0 0.7071068 0.2689354 0.9604846 -0.07171601 0.2758985 0.9581687 -0.07611 0.2031767 0.95783 -0.2031767 0.2031767 0.95783 -0.2031767 0.07389479 0.9579936 -0.2771059 0.07417577 0.9603113 -0.2688869 0.6940287 0.6940234 -0.1914564 0.6821739 0.707958 -0.1828504 0.4946855 0.7145437 -0.4946855 0.4946855 0.7145437 -0.4946855 0.1876068 0.7087336 -0.6800739 0.1862189 0.6947355 -0.694741 0.9324051 0.2610736 -0.2499225 0.9336825 0.2543331 -0.2520944 0.6852533 0.2466892 -0.6852533 0.6852534 0.2466892 -0.6852534 0.2503941 0.2542446 -0.9341641 0.2516342 0.2609541 -0.9319781 0 0 0 0 0.7071041 -0.7071095 0 0.7071041 -0.7071095 0 0.2696301 -0.9629639 0 0.2696301 -0.9629639 0.2696297 0.9629641 0 0.2696297 0.9629641 0 0.2696297 0.9629641 0 0.7071095 0.7071041 0 0.7071095 0.7071041 0 0.9629639 0.2696301 0 0.9629639 0.2696301 0 -0.07611 0.9581687 -0.2758985 -0.2031767 0.95783 -0.2031767 -0.2031767 0.95783 -0.2031767 -0.2771059 0.9579936 -0.07389479 -0.2688869 0.9603113 -0.07417577 -0.1914564 0.6940234 -0.6940287 -0.1828504 0.7079579 -0.6821739 -0.4946855 0.7145437 -0.4946855 -0.4946855 0.7145437 -0.4946855 -0.6800737 0.7087335 -0.1876068 -0.694741 0.6947355 -0.1862189 -0.2499225 0.2610736 -0.9324051 -0.2520944 0.2543331 -0.9336825 -0.6852533 0.2466892 -0.6852533 -0.6852534 0.2466892 -0.6852534 -0.9341641 0.2542446 -0.2503941 -0.9319781 0.2609541 -0.2516342 0.07171601 0.9604846 0.2689354 0.07611 0.9581687 0.2758985 0.2031767 0.95783 0.2031767 0.2031767 0.95783 0.2031767 0.2771059 0.9579936 0.07389479 0.2688869 0.9603113 0.07417577 0.1914564 0.6940234 0.6940287 0.1828504 0.7079579 0.6821739 0.4946855 0.7145437 0.4946855 0.4946855 0.7145437 0.4946855 0.6800737 0.7087335 0.1876068 0.694741 0.6947355 0.1862189 0.2499225 0.2610736 0.9324051 0.2520944 0.2543331 0.9336825 0.6852533 0.2466892 0.6852533 0.6852534 0.2466892 0.6852534 0.9341641 0.2542446 0.2503941 0.9319781 0.2609541 0.2516342 -0.2696297 0.9629641 0 -0.2696297 0.9629641 0 -0.2696297 0.9629641 0 -0.7071095 0.7071041 0 -0.7071095 0.7071041 0 -0.9629639 0.2696301 0 -0.9629639 0.2696301 0 0 0.9629641 0.2696297 0 0.9629641 0.2696297 0 0.9629641 0.2696297 0 0.7071041 0.7071095 0 0.7071041 0.7071095 0 0.2696301 0.9629639 0 0.2696301 0.9629639 -0.2689354 0.9604846 0.07171601 -0.2758985 0.9581687 0.07611 -0.2031767 0.95783 0.2031767 -0.2031767 0.95783 0.2031767 -0.07389479 0.9579936 0.2771059 -0.07417577 0.9603113 0.2688869 -0.6940287 0.6940234 0.1914564 -0.6821739 0.707958 0.1828504 -0.4946855 0.7145437 0.4946855 -0.4946855 0.7145437 0.4946855 -0.1876068 0.7087336 0.6800739 -0.1862189 0.6947355 0.694741 -0.9324051 0.2610736 0.2499225 -0.9336825 0.2543331 0.2520944 -0.6852533 0.2466892 0.6852533 -0.6852534 0.2466892 0.6852534 -0.2503941 0.2542446 0.9341641 -0.2516342 0.2609541 0.9319781 -0.9629639 0 -0.2696301 -0.9629639 0 -0.2696301 -0.7167251 0 -0.6973558 -0.7167237 -2.52567e-7 -0.6973572 -0.2516344 0 -0.9678224 -0.2516335 0 -0.9678226 -0.2516344 0 -0.9678224 -0.2516344 0 0.9678224 -0.2516344 0 0.9678224 -0.7167251 0 0.6973558 -0.7167251 0 0.6973558 -0.9629639 0 0.2696301 -0.9629639 0 0.2696301 -1 0 0 -1 0 0 0 0 1 0 0 -1 0 0 -1 -1 0 0 -1 0 0 -0.9122474 0 0.4096398 -0.8835567 -0.01679629 -0.4680228 -0.957763 0.01149314 -0.2873293 -0.957763 0.01149314 0.2873293 -0.8835567 -0.01679629 0.4680228 -0.9086417 0.007449328 0.4175103 -0.881016 0.007450222 0.4730277 -0.8049004 -0.01266139 0.5932749 -0.9122221 0.007446944 -0.4096284 -0.901296 0 -0.4332039 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 -0.9190827 0.28875 -0.2681613 -0.9068856 0.3034356 -0.292379 -0.9189138 0.2091057 0.3344731 0.9175001 0.1444488 -0.3705781 0.8302804 0.1654177 -0.5322325 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 -0.2516344 0 0.9678224 0.002348303 0.6348381 0.7726417 -0.7167251 0 0.6973558 -0.7167251 0 0.6973558 -0.2516344 0 0.9678224 -0.2516344 0 0.9678224 -0.2516344 0 -0.9678224 -0.2516344 0 -0.9678224 -0.7167251 0 -0.6973558 -0.004324674 0.7071006 -0.7070997 0.003669202 0.9127396 -0.4085254 0.2344187 0.967514 -0.09468168 -0.7256583 0.6450302 -0.2394912 -0.3975354 0.9086532 0.1277299 0.2290577 0.9690912 -0.09162318 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0 0 0 0.03485059 -0.9993925 0.9993925 0.03485059 0 -0.9993925 0.03485059 0 -0.9993925 0.03485059 0 0 0 1 0 0 1 1 0 0 0 0 -1 -1 0 0 -1 0 0 -0.7071068 0 0.7071068 -0.7071068 0 0.7071068 -0.260666 0 0.9654291 -0.9654291 0 0.260666 -0.9654291 0 0.260666 -0.9646556 0.04270696 0.2600302 -0.9645484 0.04270619 0.2604277 -0.706249 0.04924374 0.7062489 -0.7062489 0.04924374 0.7062489 -0.2604277 0.04270619 0.9645484 -0.2600302 0.04270696 0.9646556 -0.7071068 0 -0.7071068 -0.7071068 0 -0.7071068 -0.260666 0 -0.9654291 -0.2600301 0.04270696 -0.9646555 -0.2604277 0.04270619 -0.9645484 -0.7062489 0.04924374 -0.706249 -0.7062489 0.04924374 -0.7062489 0.260666 0 -0.9654291 0.7071068 0 -0.7071068 0.7071068 0 -0.7071068 0.260666 0 -0.9654291 0.9654291 0 -0.260666 0.9646556 0.04270696 -0.2600302 0.9645484 0.04270619 -0.2604277 0.706249 0.04924374 -0.7062489 0.7062489 0.04924374 -0.7062489 0.2600302 0.04270696 -0.9646556 0.2604278 0.04270619 0.9645484 0.2600301 0.04270696 0.9646556 0.9645479 0.04271709 0.2604277 0.964656 0.04269605 0.2600303 0.7062489 0.04924374 0.7062489 0.706249 0.04924374 0.7062489 0.7071068 0 0.7071068 0.9654291 0 0.260666 0.9654291 0 0.260666 0.260666 0 0.9654291 0.260666 0 0.9654291 0 0 0 0 0 0 -1.5404e-7 1 -6.36081e-7 3.24032e-7 1 5.61656e-7 6.54708e-7 1 0 -6.48629e-7 1 0 -5.82531e-7 1 2.98564e-7 4.26935e-7 1 4.96095e-7 -3.27791e-7 1 5.66667e-7 6.28108e-7 1 1.84581e-7 -1.5404e-7 1 6.36081e-7 5.49908e-7 1 -3.55121e-7 5.49908e-7 1 3.55121e-7 -4.74061e-7 1 -4.51486e-7 0 1 6.53629e-7 2.16121e-7 1 -6.17868e-7 3.24032e-7 1 -5.61656e-7 -5.82531e-7 1 -2.98564e-7 -4.74061e-7 1 4.51486e-7 4.26935e-7 1 -4.96095e-7 -3.27791e-7 1 -5.66667e-7 -6.43363e-7 1 1.20963e-7 2.16121e-7 1 6.17868e-7 6.28108e-7 1 -1.84581e-7 -6.43363e-7 1 -1.20963e-7 0 1 -6.53629e-7 0 0.9629641 -0.2696297 0 0.9629641 -0.2696297 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.1872387 -0.9823144 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.1364855 -0.9817008 -0.1327975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.08765232 -0.9373711 -0.3371237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.1734797 -0.9848374 0 0 0 0 0 0 0 0 0 0 -0.1734797 -0.9848374 0 0 0 0 0 0 0 0 0.9629641 -0.2696297 0 0 0 -0.07171601 0.9604846 -0.2689354 -0.08764123 -0.9899891 0.1106374 0.07545632 -0.9970984 0.01005166 -0.165484 -0.9851234 -0.04633498 0.06710433 -0.9963871 -0.05205571 -0.01855289 -0.9915714 -0.1282264 -0.1596735 -0.9861569 0.0447086 0.01166564 -0.9952132 0.09702873 0.1506127 0.98234 0.1110134 0.01357448 -0.9934884 -0.1131218 0 0 0 -0.1199531 -0.9858954 0.1167114 0.0334047 -0.9960209 0.08262425 0.07395762 -0.9967855 -0.03080356 -0.1550459 -0.986953 0.04341232 -0.04902708 -0.9923275 0.1135011 -0.05939245 -0.9717465 0.2284322 0.01359909 -0.9934894 -0.1131098 0 0 0 -0.1297165 -0.9869306 0.09561127 0.05006933 -0.9965522 0.06615769 0.07658731 -0.9970107 -0.01020228 -0.1044685 -0.9857454 -0.1318801 0.1044685 0.9857454 0.1318801 0 -0.9662557 0.2575849 -0.01562213 -0.9940313 0.1079711 -0.1443563 -0.9795069 -0.1404551 0.03801149 -0.9948446 -0.09401881 0.06233876 -0.9968829 0.04835891 -0.05876457 -0.9889584 -0.136044 -0.05089199 -0.9793348 0.195738 0.01164436 -0.9952126 0.09703755 -0.1872387 -0.9823144 0 0.05545455 -0.995769 -0.0732733 -0.1144365 -0.9871711 0.1113438 0.07075601 -0.9970582 0.02947002 -0.1506127 -0.98234 -0.1110134 0.05876457 0.9889584 0.136044 -0.1603716 -0.9844262 0.07201397 -0.01855289 -0.9915714 -0.1282265 0 0.03485065 0.9993925 0 0.03485059 0.9993926 0 0.03485053 0.9993925 0 0.03485059 0.9993926 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 -0.1707559 -0.9841526 -0.04781168 0.070692 0.9597275 0.2718927 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1790391 0.9805517 0.08039653 -0.1790391 -0.9805517 -0.08039653 0 -0.9156407 -0.4019977 + + + + + + + + + + + + + + + 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 4 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 +

376 0 371 0 375 0 325 1 326 1 329 1 161 2 75 2 120 2 122 3 76 3 284 3 277 4 404 4 278 4 278 5 404 5 280 5 280 6 404 6 406 6 280 7 406 7 282 7 408 8 275 8 406 8 406 9 275 9 281 9 406 10 281 10 282 10 410 11 259 11 408 11 408 12 259 12 266 12 408 13 266 13 275 13 414 14 263 14 264 14 414 15 264 15 412 15 412 16 264 16 262 16 412 17 262 17 410 17 410 18 262 18 260 18 410 19 260 19 259 19 263 20 414 20 257 20 257 21 414 21 416 21 257 22 416 22 248 22 248 23 416 23 241 23 241 24 416 24 418 24 241 25 418 25 242 25 420 26 246 26 418 26 418 27 246 27 244 27 418 28 244 28 242 28 230 29 234 29 423 29 423 30 234 30 239 30 423 31 239 31 420 31 420 32 239 32 245 32 420 33 245 33 246 33 230 34 423 34 229 34 229 35 423 35 422 35 229 36 422 36 221 36 221 37 422 37 214 37 214 38 422 38 421 38 214 39 421 39 215 39 215 40 421 40 217 40 217 41 421 41 419 41 217 42 419 42 219 42 417 43 212 43 419 43 419 44 212 44 218 44 419 45 218 45 219 45 199 46 197 46 415 46 415 47 197 47 196 47 415 48 196 48 417 48 417 49 196 49 203 49 417 50 203 50 212 50 199 51 415 51 201 51 201 52 415 52 413 52 201 53 413 53 200 53 200 54 413 54 194 54 194 55 413 55 411 55 194 56 411 56 185 56 185 57 411 57 409 57 185 58 409 58 178 58 178 59 409 59 407 59 178 60 407 60 179 60 405 61 183 61 407 61 407 62 183 62 181 62 407 63 181 63 179 63 167 64 171 64 403 64 403 65 171 65 176 65 403 66 176 66 405 66 405 67 176 67 182 67 405 68 182 68 183 68 167 69 403 69 166 69 166 70 403 70 402 70 166 71 402 71 162 71 84 72 76 72 122 72 122 73 123 73 84 73 84 74 123 74 150 74 84 75 150 75 151 75 151 76 124 76 84 76 126 77 125 77 84 77 84 78 125 78 27 78 84 79 27 79 82 79 118 80 117 80 107 80 107 81 106 81 28 81 120 82 107 82 121 82 121 83 107 83 119 83 118 84 107 84 130 84 130 85 107 85 28 85 130 86 28 86 129 86 41 87 40 87 127 87 31 88 30 88 173 88 114 89 74 89 36 89 28 90 106 90 34 90 108 91 35 91 110 91 110 92 35 92 34 92 110 93 34 93 109 93 109 94 34 94 106 94 108 95 111 95 35 95 36 96 116 96 114 96 78 97 40 97 80 97 80 98 40 98 79 98 40 99 81 99 83 99 125 100 127 100 27 100 27 101 127 101 40 101 27 102 40 102 82 102 82 103 40 103 83 103 79 104 40 104 77 104 77 105 40 105 39 105 77 106 39 106 73 106 73 107 39 107 38 107 73 108 38 108 74 108 74 109 38 109 37 109 74 110 37 110 36 110 173 111 30 111 152 111 152 112 30 112 29 112 152 113 29 113 188 113 188 114 29 114 71 114 188 115 71 115 190 115 190 116 71 116 72 116 190 117 72 117 134 117 173 118 133 118 31 118 31 119 133 119 169 119 31 120 169 120 32 120 32 121 169 121 164 121 32 122 164 122 33 122 33 123 164 123 132 123 33 124 132 124 34 124 34 125 132 125 159 125 34 126 159 126 28 126 28 127 159 127 131 127 28 128 131 128 129 128 127 129 128 129 41 129 41 130 128 130 148 130 41 131 148 131 42 131 42 132 148 132 291 132 42 133 291 133 43 133 43 134 291 134 289 134 43 135 289 135 44 135 44 136 289 136 158 136 44 137 158 137 45 137 158 138 157 138 45 138 45 139 157 139 272 139 45 140 272 140 46 140 46 141 272 141 146 141 46 142 146 142 47 142 47 143 146 143 147 143 47 144 147 144 48 144 48 145 147 145 271 145 48 146 271 146 49 146 49 147 271 147 269 147 49 148 269 148 50 148 269 149 156 149 50 149 50 150 156 150 155 150 50 151 155 151 51 151 51 152 155 152 254 152 51 153 254 153 52 153 52 154 254 154 144 154 52 155 144 155 53 155 53 156 144 156 145 156 53 157 145 157 54 157 145 158 253 158 54 158 54 159 253 159 251 159 54 160 251 160 55 160 55 161 251 161 154 161 55 162 154 162 56 162 56 163 154 163 236 163 56 164 236 164 57 164 57 165 236 165 143 165 57 166 143 166 58 166 143 167 232 167 58 167 58 168 232 168 142 168 58 169 142 169 59 169 59 170 142 170 227 170 59 171 227 171 60 171 60 172 227 172 140 172 60 173 140 173 61 173 61 174 140 174 141 174 61 175 141 175 62 175 141 176 226 176 62 176 62 177 226 177 224 177 62 178 224 178 63 178 64 179 209 179 139 179 64 180 139 180 65 180 65 181 139 181 138 181 65 182 138 182 66 182 66 183 138 183 137 183 66 184 137 184 67 184 67 185 137 185 208 185 67 186 208 186 68 186 208 187 206 187 68 187 68 188 206 188 153 188 68 189 153 189 69 189 69 190 153 190 191 190 69 191 191 191 70 191 70 192 191 192 136 192 70 193 136 193 72 193 72 194 136 194 135 194 72 195 135 195 134 195 71 196 308 196 309 196 71 197 29 197 308 197 308 198 29 198 30 198 308 199 30 199 292 199 30 200 31 200 292 200 292 201 31 201 32 201 292 202 32 202 307 202 32 203 33 203 307 203 307 204 33 204 34 204 307 205 34 205 306 205 34 206 35 206 306 206 306 207 35 207 36 207 306 208 36 208 305 208 36 209 37 209 305 209 305 210 37 210 38 210 305 211 38 211 304 211 38 212 39 212 304 212 304 213 39 213 40 213 304 214 40 214 303 214 40 215 41 215 303 215 303 216 41 216 42 216 303 217 42 217 302 217 42 218 43 218 302 218 302 219 43 219 44 219 302 220 44 220 301 220 44 221 45 221 301 221 301 222 45 222 46 222 301 223 46 223 293 223 46 224 47 224 293 224 293 225 47 225 48 225 293 226 48 226 294 226 48 227 49 227 294 227 294 228 49 228 50 228 294 229 50 229 295 229 50 230 51 230 295 230 295 231 51 231 52 231 295 232 52 232 296 232 52 233 53 233 296 233 296 234 53 234 54 234 296 235 54 235 297 235 54 236 55 236 297 236 297 237 55 237 56 237 297 238 56 238 298 238 56 239 57 239 298 239 298 240 57 240 58 240 298 241 58 241 299 241 58 242 59 242 299 242 299 243 59 243 60 243 299 244 60 244 300 244 60 245 61 245 300 245 300 246 61 246 62 246 300 247 62 247 313 247 62 248 63 248 313 248 313 249 63 249 64 249 313 250 64 250 312 250 64 251 65 251 312 251 312 252 65 252 66 252 312 253 66 253 311 253 66 254 67 254 311 254 311 255 67 255 68 255 311 256 68 256 310 256 68 257 69 257 310 257 310 258 69 258 70 258 310 259 70 259 309 259 309 260 70 260 72 260 309 261 72 261 71 261 399 262 95 262 398 262 398 263 95 263 99 263 398 264 99 264 397 264 93 265 77 265 73 265 93 266 73 266 115 266 115 267 73 267 74 267 115 268 74 268 114 268 77 269 93 269 79 269 79 270 93 270 89 270 85 271 78 271 89 271 89 272 78 272 80 272 89 273 80 273 79 273 81 274 85 274 83 274 83 275 85 275 84 275 83 276 84 276 82 276 95 277 399 277 401 277 95 278 401 278 92 278 84 279 87 279 88 279 86 280 87 280 84 280 85 281 86 281 84 281 85 282 89 282 86 282 86 283 89 283 90 283 86 284 90 284 87 284 87 285 90 285 91 285 87 286 91 286 88 286 88 287 91 287 92 287 89 288 93 288 90 288 90 289 93 289 94 289 90 290 94 290 91 290 91 291 94 291 96 291 91 292 96 292 92 292 92 293 96 293 95 293 93 294 115 294 97 294 93 295 97 295 94 295 94 296 97 296 98 296 94 297 98 297 96 297 96 298 98 298 99 298 96 299 99 299 95 299 105 300 400 300 103 300 103 301 400 301 397 301 103 302 397 302 99 302 101 303 112 303 107 303 101 304 107 304 104 304 115 305 113 305 97 305 97 306 113 306 100 306 97 307 100 307 98 307 98 308 100 308 102 308 98 309 102 309 99 309 99 310 102 310 103 310 113 311 112 311 100 311 100 312 112 312 101 312 100 313 101 313 102 313 102 314 101 314 104 314 102 315 104 315 103 315 103 316 104 316 105 316 105 317 104 317 107 317 106 318 107 318 109 318 109 319 107 319 112 319 111 320 108 320 112 320 112 321 108 321 110 321 112 322 110 322 109 322 116 323 113 323 115 323 116 324 115 324 114 324 268 325 274 325 276 325 250 326 256 326 258 326 223 327 228 327 231 327 205 328 211 328 213 328 187 329 193 329 195 329 158 330 289 330 290 330 272 331 157 331 273 331 156 332 269 332 270 332 254 333 155 333 255 333 154 334 251 334 252 334 153 335 206 335 207 335 173 336 152 336 174 336 164 337 169 337 170 337 163 338 117 338 160 338 160 339 117 339 118 339 160 340 118 340 130 340 119 341 163 341 121 341 121 342 163 342 161 342 121 343 161 343 120 343 122 344 284 344 123 344 123 345 284 345 286 345 123 346 286 346 150 346 149 347 124 347 151 347 125 348 126 348 127 348 127 349 126 349 149 349 127 350 149 350 128 350 128 351 149 351 148 351 159 352 160 352 131 352 131 353 160 353 130 353 131 354 130 354 129 354 159 355 132 355 165 355 165 356 132 356 164 356 169 357 133 357 175 357 175 358 133 358 173 358 190 359 134 359 187 359 187 360 134 360 135 360 187 361 135 361 193 361 193 362 135 362 136 362 193 363 136 363 191 363 208 364 137 364 205 364 205 365 137 365 138 365 205 366 138 366 211 366 211 367 138 367 139 367 211 368 139 368 209 368 227 369 228 369 140 369 140 370 228 370 223 370 140 371 223 371 141 371 141 372 223 372 226 372 227 373 142 373 233 373 233 374 142 374 232 374 232 375 143 375 238 375 238 376 143 376 236 376 254 377 256 377 144 377 144 378 256 378 250 378 144 379 250 379 145 379 145 380 250 380 253 380 272 381 274 381 146 381 146 382 274 382 268 382 146 383 268 383 147 383 147 384 268 384 271 384 291 385 148 385 288 385 288 386 148 386 149 386 288 387 149 387 286 387 286 388 149 388 151 388 286 389 151 389 150 389 180 390 184 390 174 390 152 391 188 391 174 391 174 392 188 392 189 392 174 393 189 393 180 393 180 394 189 394 186 394 180 395 186 395 178 395 178 396 186 396 185 396 198 397 202 397 192 397 191 398 153 398 192 398 192 399 153 399 207 399 192 400 207 400 198 400 198 401 207 401 204 401 198 402 204 402 196 402 196 403 204 403 203 403 216 404 220 404 210 404 210 405 225 405 216 405 216 406 225 406 222 406 243 407 247 407 237 407 236 408 154 408 237 408 237 409 154 409 252 409 237 410 252 410 243 410 243 411 252 411 249 411 243 412 249 412 241 412 241 413 249 413 248 413 261 414 265 414 255 414 155 415 156 415 255 415 255 416 156 416 270 416 255 417 270 417 261 417 261 418 270 418 267 418 261 419 267 419 259 419 259 420 267 420 266 420 279 421 283 421 273 421 157 422 158 422 273 422 273 423 158 423 290 423 273 424 290 424 279 424 279 425 290 425 287 425 168 426 166 426 162 426 159 427 165 427 160 427 160 428 165 428 168 428 160 429 168 429 163 429 163 430 168 430 162 430 163 431 162 431 161 431 172 432 171 432 167 432 164 433 170 433 165 433 165 434 170 434 172 434 165 435 172 435 168 435 168 436 172 436 167 436 168 437 167 437 166 437 169 438 175 438 170 438 170 439 175 439 177 439 170 440 177 440 172 440 172 441 177 441 176 441 172 442 176 442 171 442 173 443 174 443 175 443 175 444 174 444 184 444 175 445 184 445 177 445 177 446 184 446 182 446 177 447 182 447 176 447 178 448 179 448 180 448 180 449 179 449 181 449 180 450 181 450 184 450 184 451 181 451 183 451 184 452 183 452 182 452 194 453 185 453 195 453 195 454 185 454 186 454 195 455 186 455 187 455 187 456 186 456 189 456 187 457 189 457 190 457 190 458 189 458 188 458 191 459 192 459 193 459 193 460 192 460 202 460 193 461 202 461 195 461 195 462 202 462 200 462 195 463 200 463 194 463 196 464 197 464 198 464 198 465 197 465 199 465 198 466 199 466 202 466 202 467 199 467 201 467 202 468 201 468 200 468 212 469 203 469 213 469 213 470 203 470 204 470 213 471 204 471 205 471 205 472 204 472 207 472 205 473 207 473 208 473 208 474 207 474 206 474 209 475 210 475 211 475 211 476 210 476 220 476 211 477 220 477 213 477 213 478 220 478 218 478 213 479 218 479 212 479 221 480 214 480 222 480 222 481 214 481 215 481 222 482 215 482 216 482 216 483 215 483 217 483 216 484 217 484 220 484 220 485 217 485 219 485 220 486 219 486 218 486 229 487 221 487 231 487 231 488 221 488 222 488 231 489 222 489 223 489 223 490 222 490 225 490 223 491 225 491 226 491 226 492 225 492 224 492 235 493 234 493 230 493 227 494 233 494 228 494 228 495 233 495 235 495 228 496 235 496 231 496 231 497 235 497 230 497 231 498 230 498 229 498 232 499 238 499 233 499 233 500 238 500 240 500 233 501 240 501 235 501 235 502 240 502 239 502 235 503 239 503 234 503 236 504 237 504 238 504 238 505 237 505 247 505 238 506 247 506 240 506 240 507 247 507 245 507 240 508 245 508 239 508 241 509 242 509 243 509 243 510 242 510 244 510 243 511 244 511 247 511 247 512 244 512 246 512 247 513 246 513 245 513 257 514 248 514 258 514 258 515 248 515 249 515 258 516 249 516 250 516 250 517 249 517 252 517 250 518 252 518 253 518 253 519 252 519 251 519 254 520 255 520 256 520 256 521 255 521 265 521 256 522 265 522 258 522 258 523 265 523 263 523 258 524 263 524 257 524 259 525 260 525 261 525 261 526 260 526 262 526 261 527 262 527 265 527 265 528 262 528 264 528 265 529 264 529 263 529 275 530 266 530 276 530 276 531 266 531 267 531 276 532 267 532 268 532 268 533 267 533 270 533 268 534 270 534 271 534 271 535 270 535 269 535 272 536 273 536 274 536 274 537 273 537 283 537 274 538 283 538 276 538 276 539 283 539 281 539 276 540 281 540 275 540 285 541 277 541 287 541 287 542 277 542 278 542 287 543 278 543 279 543 279 544 278 544 280 544 279 545 280 545 283 545 283 546 280 546 282 546 283 547 282 547 281 547 284 548 285 548 286 548 286 549 285 549 287 549 286 550 287 550 288 550 288 551 287 551 290 551 288 552 290 552 291 552 291 553 290 553 289 553 301 554 293 554 389 554 308 555 292 555 363 555 363 556 292 556 307 556 389 557 293 557 385 557 385 558 293 558 294 558 385 559 294 559 380 559 380 560 294 560 295 560 380 561 295 561 377 561 377 562 295 562 296 562 377 563 296 563 373 563 373 564 296 564 297 564 373 565 297 565 370 565 370 566 297 566 298 566 370 567 298 567 390 567 390 568 298 568 299 568 390 569 299 569 393 569 393 570 299 570 300 570 393 571 300 571 313 571 389 572 387 572 301 572 301 573 387 573 365 573 301 574 365 574 302 574 302 575 365 575 342 575 302 576 342 576 303 576 303 577 342 577 345 577 303 578 345 578 304 578 304 579 345 579 351 579 304 580 351 580 305 580 305 581 351 581 354 581 305 582 354 582 306 582 306 583 354 583 357 583 306 584 357 584 307 584 307 585 357 585 359 585 307 586 359 586 363 586 363 587 337 587 308 587 308 588 337 588 315 588 308 589 315 589 309 589 309 590 315 590 319 590 309 591 319 591 310 591 310 592 319 592 324 592 310 593 324 593 311 593 311 594 324 594 327 594 311 595 327 595 312 595 312 596 327 596 330 596 312 597 330 597 313 597 313 598 330 598 334 598 313 599 334 599 393 599 317 600 314 600 319 600 314 601 315 601 319 601 314 602 316 602 315 602 316 603 337 603 315 603 316 604 336 604 337 604 317 605 319 605 318 605 319 606 320 606 318 606 319 607 320 607 324 607 324 608 321 608 320 608 324 609 322 609 321 609 322 610 324 610 323 610 324 611 325 611 323 611 324 612 327 612 325 612 325 613 327 613 326 613 327 614 329 614 326 614 327 615 330 615 329 615 333 616 328 616 334 616 328 617 330 617 334 617 328 618 331 618 330 618 331 619 329 619 330 619 392 620 393 620 332 620 332 621 393 621 334 621 332 622 335 622 334 622 335 623 333 623 334 623 361 624 338 624 363 624 364 625 365 625 339 625 365 626 340 626 339 626 365 627 342 627 340 627 340 628 342 628 341 628 342 629 343 629 341 629 342 630 345 630 343 630 343 631 345 631 344 631 345 632 346 632 344 632 345 633 351 633 346 633 346 634 351 634 347 634 351 635 348 635 347 635 351 636 349 636 348 636 349 637 351 637 350 637 351 638 352 638 350 638 351 639 354 639 352 639 352 640 354 640 353 640 354 641 355 641 353 641 354 642 357 642 355 642 355 643 357 643 356 643 357 644 358 644 356 644 357 645 358 645 359 645 359 646 358 646 360 646 359 647 360 647 363 647 363 648 360 648 362 648 363 649 362 649 361 649 372 650 370 650 373 650 390 651 366 651 391 651 366 652 390 652 367 652 390 653 368 653 367 653 390 654 370 654 368 654 370 655 369 655 368 655 370 656 372 656 369 656 375 657 371 657 377 657 371 658 373 658 377 658 371 659 374 659 373 659 374 660 372 660 373 660 375 661 377 661 376 661 377 662 378 662 376 662 377 663 380 663 378 663 378 664 380 664 379 664 380 665 381 665 379 665 380 666 385 666 381 666 385 667 382 667 381 667 385 668 383 668 382 668 383 669 385 669 384 669 385 670 386 670 384 670 385 671 389 671 386 671 389 672 388 672 386 672 389 673 388 673 387 673 559 708 557 708 593 708 595 708 6 787 26 787 3 787 6 788 22 788 26 788 8 789 22 789 6 789 8 790 20 790 22 790 11 791 20 791 8 791 11 792 18 792 20 792 25 793 0 793 2 793 1 794 24 794 4 794 9 795 19 795 10 795 7 796 19 796 9 796 7 797 21 797 19 797 5 798 21 798 7 798 5 799 23 799 21 799 23 800 4 800 24 800 5 801 4 801 23 801 10 802 15 802 12 802 18 803 13 803 14 803 11 804 13 804 18 804 3 805 25 805 2 805 26 806 25 806 3 806 16 807 15 807 17 807 162 808 13 808 161 808 161 809 13 809 75 809 284 810 76 810 16 810 284 811 16 811 285 811 285 812 16 812 17 812 285 813 17 813 277 813 277 814 17 814 404 814 162 815 402 815 14 815 162 816 14 816 13 816 4 817 76 817 84 817 84 818 124 818 126 818 107 819 117 819 119 819 75 820 2 820 120 820 120 821 2 821 107 821 35 822 111 822 36 822 36 823 111 823 116 823 78 824 81 824 40 824 63 825 224 825 209 825 63 826 209 826 64 826 75 827 13 827 11 827 2 828 75 828 3 828 3 829 75 829 11 829 3 830 11 830 6 830 6 831 11 831 8 831 12 832 15 832 16 832 16 833 76 833 12 833 12 834 76 834 4 834 12 835 4 835 9 835 9 836 4 836 5 836 9 837 5 837 7 837 9 838 10 838 12 838 85 839 81 839 78 839 92 840 401 840 1 840 92 841 1 841 88 841 88 842 1 842 4 842 88 843 4 843 84 843 105 844 107 844 2 844 2 845 0 845 105 845 105 846 0 846 400 846 111 847 112 847 113 847 111 848 113 848 116 848 209 849 224 849 225 849 163 850 119 850 117 850 126 851 124 851 149 851 210 852 209 852 225 852 550 859 548 859 407 859 409 859 544 860 543 860 402 860 403 860 545 868 534 868 570 868 581 868 423 869 420 869 561 869 564 869 590 919 588 919 552 919 554 919 558 920 556 920 415 920 417 920 530 921 385 921 380 921 530 922 337 922 363 922 530 923 354 923 351 923 530 924 390 924 393 924 530 925 334 925 330 925 530 926 363 926 359 926 530 927 327 927 324 927 530 928 357 928 354 928 530 929 324 929 319 929 530 930 345 930 342 930 530 931 359 931 357 931 530 932 377 932 373 932 530 933 319 933 315 933 389 934 530 934 387 934 530 935 365 935 387 935 530 936 373 936 370 936 530 937 330 937 327 937 365 938 530 938 342 938 530 939 380 939 377 939 530 940 393 940 334 940 337 941 530 941 315 941 530 942 351 942 345 942 390 943 530 943 370 943 530 944 389 944 385 944 395 947 574 947 538 947 531 947 414 948 412 948 553 948 555 948 1 949 401 949 542 949 531 949 536 950 535 950 19 950 21 950 560 951 558 951 417 951 419 951 541 952 539 952 397 952 400 952 25 953 26 953 644 953 535 954 532 954 10 954 19 954 476 955 477 955 567 955 566 955 422 956 423 956 564 956 563 956 406 957 404 957 545 957 547 957 552 958 550 958 409 958 411 958 416 959 414 959 555 959 557 959 531 960 538 960 24 960 1 960 537 961 536 961 21 961 23 961 562 962 560 962 419 962 421 962 401 963 399 963 540 963 542 963 408 964 406 964 547 964 549 964 554 965 552 965 411 965 413 965 400 966 0 966 479 966 541 966 533 967 534 967 17 967 15 967 418 968 416 968 557 968 559 968 23 969 24 969 538 969 537 969 475 970 476 970 566 970 565 970 421 971 422 971 563 971 562 971 546 972 544 972 403 972 405 972 404 973 17 973 534 973 545 973 410 974 408 974 549 974 551 974 556 975 554 975 413 975 415 975 532 976 533 976 15 976 10 976 420 977 418 977 559 977 561 977 409 978 475 978 565 978 550 978 477 979 478 979 568 979 567 979 548 980 546 980 405 980 407 980 412 981 410 981 551 981 553 981 587 982 585 982 624 982 626 982 605 983 608 983 569 983 394 983 602 984 603 984 642 984 641 984 621 985 619 985 580 985 582 985 598 986 599 986 638 986 637 986 595 987 593 987 632 987 634 987 581 988 570 988 609 988 620 988 573 989 572 989 536 989 537 989 562 990 563 990 599 990 598 990 582 991 580 991 544 991 546 991 566 992 567 992 603 992 602 992 394 993 569 993 533 993 532 993 551 994 549 994 585 994 587 994 396 995 577 995 541 995 479 995 592 996 590 996 554 996 556 996 561 997 559 997 595 997 597 997 537 998 538 998 574 998 573 998 584 999 582 999 546 999 548 999 571 1000 394 1000 532 1000 535 1000 553 1001 551 1001 587 1001 589 1001 594 1002 592 1002 556 1002 558 1002 564 1003 561 1003 597 1003 600 1003 580 1004 579 1004 543 1004 544 1004 565 1005 566 1005 602 1005 601 1005 569 1006 570 1006 534 1006 533 1006 586 1007 584 1007 548 1007 550 1007 555 1008 553 1008 589 1008 591 1008 550 1009 565 1009 601 1009 586 1009 596 1010 594 1010 558 1010 560 1010 577 1011 575 1011 539 1011 541 1011 644 1012 22 1012 20 1012 563 1013 564 1013 600 1013 599 1013 547 1014 545 1014 581 1014 583 1014 567 1015 568 1015 604 1015 603 1015 572 1016 571 1016 535 1016 536 1016 588 1017 586 1017 550 1017 552 1017 531 1018 542 1018 578 1018 395 1018 557 1019 555 1019 591 1019 593 1019 598 1020 596 1020 560 1020 562 1020 542 1021 540 1021 576 1021 578 1021 549 1022 547 1022 583 1022 585 1022 607 1023 616 1023 577 1023 396 1023 631 1024 629 1024 590 1024 592 1024 597 1025 595 1025 634 1025 636 1025 623 1026 621 1026 582 1026 584 1026 610 1027 605 1027 394 1027 571 1027 589 1028 587 1028 626 1028 628 1028 573 1029 574 1029 613 1029 612 1029 633 1030 631 1030 592 1030 594 1030 611 1031 610 1031 571 1031 572 1031 600 1032 597 1032 636 1032 639 1032 619 1033 618 1033 579 1033 580 1033 601 1034 602 1034 641 1034 640 1034 608 1035 609 1035 570 1035 569 1035 625 1036 623 1036 584 1036 586 1036 591 1037 589 1037 628 1037 630 1037 612 1038 611 1038 572 1038 573 1038 586 1039 601 1039 640 1039 625 1039 635 1040 633 1040 594 1040 596 1040 616 1041 614 1041 575 1041 577 1041 599 1042 600 1042 639 1042 638 1042 583 1043 581 1043 620 1043 622 1043 603 1044 604 1044 643 1044 642 1044 627 1045 625 1045 586 1045 588 1045 607 1046 25 1046 644 1046 395 1047 578 1047 617 1047 606 1047 593 1048 591 1048 630 1048 632 1048 637 1049 635 1049 596 1049 598 1049 578 1050 576 1050 615 1050 617 1050 585 1051 583 1051 622 1051 624 1051 606 1052 613 1052 574 1052 395 1052 629 1053 627 1053 588 1053 590 1053 396 1054 25 1054 607 1054 644 1055 615 1055 398 1055 398 1056 615 1056 576 1056 614 1057 398 1057 575 1057 398 1058 540 1058 399 1058 644 1059 398 1059 614 1059 398 1060 576 1060 540 1060 539 1061 398 1061 397 1061 575 1063 398 1063 539 1063 622 1065 620 1065 644 1065 638 1066 639 1066 644 1066 644 1067 614 1067 616 1067 644 1068 633 1068 635 1068 625 1069 644 1069 640 1069 644 1070 611 1070 612 1070 630 1071 628 1071 644 1071 642 1072 643 1072 644 1072 644 1073 625 1073 627 1073 479 1074 25 1074 396 1074 606 1075 617 1075 644 1075 632 1076 630 1076 644 1076 644 1077 635 1077 637 1077 617 1078 615 1078 644 1078 624 1079 622 1079 644 1079 644 1080 613 1080 606 1080 644 1081 627 1081 629 1081 0 1082 25 1082 479 1082 620 1083 609 1083 644 1083 634 1084 632 1084 644 1084 637 1085 638 1085 644 1085 644 1086 619 1086 621 1086 641 1087 642 1087 644 1087 644 1088 608 1088 605 1088 626 1089 624 1089 644 1089 644 1090 616 1090 607 1090 644 1091 629 1091 631 1091 636 1092 634 1092 644 1092 644 1093 621 1093 623 1093 644 1094 605 1094 610 1094 628 1095 626 1095 644 1095 612 1096 613 1096 644 1096 644 1097 631 1097 633 1097 644 1098 610 1098 611 1098 639 1099 636 1099 644 1099 644 1100 618 1100 619 1100 640 1101 641 1101 644 1101 644 1102 609 1102 608 1102 644 1103 623 1103 625 1103 26 1128 22 1128 644 1128 644 1129 18 1129 20 1129 543 1130 14 1130 402 1130 478 1131 14 1131 568 1131 568 1132 14 1132 604 1132 579 1133 14 1133 543 1133 604 1134 14 1134 643 1134 618 1135 14 1135 579 1135 643 1136 14 1136 644 1136 644 1137 14 1137 618 1137 18 1138 14 1138 644 1138

+
+ + + + 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 +

453 674 526 674 528 674 453 675 503 675 524 675 453 676 449 676 503 676 503 677 449 677 466 677 529 678 528 678 520 678 523 679 521 679 522 679 483 680 481 680 468 680 467 681 469 681 457 681 430 682 432 682 439 682 439 683 441 683 430 683 466 684 456 684 468 684 426 685 424 685 441 685 441 686 424 686 430 686 520 687 514 687 522 687 497 688 524 688 503 688 498 689 515 689 500 689 505 690 516 690 501 690 501 691 516 691 508 691 501 692 508 692 491 692 491 693 508 693 493 693 491 694 493 694 489 694 489 695 493 695 487 695 516 696 518 696 508 696 508 697 518 697 510 697 508 698 510 698 493 698 493 699 510 699 495 699 493 700 495 700 487 700 487 701 495 701 485 701 518 702 522 702 510 702 510 703 522 703 514 703 510 704 514 704 495 704 495 705 514 705 499 705 495 706 499 706 485 706 485 707 499 707 483 707 472 709 487 709 485 709 472 710 485 710 470 710 470 711 485 711 483 711 470 712 483 712 468 712 506 713 507 713 517 713 516 714 505 714 506 714 506 715 517 715 516 715 516 716 517 716 519 716 516 717 519 717 518 717 518 718 519 718 523 718 518 719 523 719 522 719 464 720 472 720 460 720 464 721 460 721 451 721 451 722 460 722 444 722 451 723 444 723 446 723 446 724 444 724 436 724 472 725 470 725 460 725 460 726 470 726 458 726 460 727 458 727 444 727 444 728 458 728 442 728 444 729 442 729 436 729 436 730 442 730 434 730 470 731 468 731 458 731 458 732 468 732 456 732 458 733 456 733 442 733 442 734 456 734 439 734 442 735 439 735 434 735 434 736 439 736 432 736 490 737 488 737 492 737 492 738 488 738 494 738 492 739 494 739 502 739 502 740 494 740 509 740 502 741 509 741 507 741 507 742 509 742 517 742 488 743 486 743 494 743 494 744 486 744 496 744 494 745 496 745 509 745 509 746 496 746 511 746 509 747 511 747 517 747 517 748 511 748 519 748 486 749 484 749 496 749 496 750 484 750 500 750 496 751 500 751 511 751 511 752 500 752 515 752 511 753 515 753 519 753 519 754 515 754 523 754 447 755 446 755 436 755 437 756 448 756 447 756 447 757 436 757 437 757 437 758 436 758 434 758 437 759 434 759 435 759 435 760 434 760 432 760 435 761 432 761 433 761 480 762 474 762 473 762 488 763 490 763 480 763 480 764 473 764 488 764 488 765 473 765 471 765 488 766 471 766 486 766 486 767 471 767 469 767 486 768 469 768 484 768 448 769 437 769 452 769 452 770 437 770 445 770 452 771 445 771 465 771 465 772 445 772 461 772 465 773 461 773 474 773 474 774 461 774 473 774 437 775 435 775 445 775 445 776 435 776 443 776 445 777 443 777 461 777 461 778 443 778 459 778 461 779 459 779 473 779 473 780 459 780 471 780 435 781 433 781 443 781 443 782 433 782 440 782 443 783 440 783 459 783 459 784 440 784 457 784 459 785 457 785 471 785 471 786 457 786 469 786 529 853 527 853 453 853 450 854 429 854 453 854 528 855 529 855 453 855 429 856 427 856 453 856 525 857 504 857 453 857 504 858 450 858 453 858 453 861 425 861 424 861 453 862 428 862 449 862 453 863 426 863 428 863 453 864 424 864 426 864 527 865 525 865 453 865 453 866 524 866 526 866 427 867 425 867 453 867 503 870 466 870 481 870 529 871 520 871 521 871 424 872 425 872 431 872 424 873 431 873 430 873 469 874 467 874 484 874 484 875 467 875 482 875 522 876 521 876 520 876 468 877 481 877 466 877 432 878 430 878 433 878 433 879 430 879 431 879 440 880 438 880 457 880 457 881 438 881 454 881 457 882 454 882 467 882 438 883 440 883 431 883 431 884 440 884 433 884 438 885 431 885 425 885 438 886 425 886 427 886 438 887 427 887 454 887 454 888 427 888 429 888 454 889 429 889 450 889 454 890 450 890 467 890 456 891 455 891 439 891 439 892 455 892 441 892 455 893 456 893 466 893 455 894 466 894 449 894 455 895 449 895 428 895 455 896 428 896 441 896 441 897 428 897 426 897 481 898 483 898 499 898 514 899 512 899 499 899 499 900 512 900 497 900 499 901 497 901 481 901 512 902 514 902 520 902 512 903 520 903 528 903 512 904 528 904 526 904 512 905 526 905 497 905 497 906 526 906 524 906 497 907 503 907 481 907 525 908 498 908 504 908 504 909 498 909 482 909 529 910 521 910 527 910 527 911 521 911 513 911 498 912 525 912 527 912 498 913 527 913 513 913 498 914 513 914 515 914 515 915 513 915 523 915 523 916 513 916 521 916 498 917 500 917 482 917 482 918 500 918 484 918 462 945 489 945 487 945 462 946 487 946 472 946 472 1062 463 1062 462 1062 463 1064 472 1064 464 1064 645 1104 450 1104 504 1104 504 1105 482 1105 645 1105 482 1106 467 1106 645 1106 467 1107 450 1107 645 1107 646 1108 452 1108 465 1108 489 1109 462 1109 646 1109 646 1110 506 1110 505 1110 646 1111 465 1111 474 1111 463 1112 464 1112 646 1112 447 1113 448 1113 646 1113 646 1114 492 1114 502 1114 646 1115 490 1115 492 1115 646 1116 502 1116 507 1116 646 1117 448 1117 452 1117 646 1118 507 1118 506 1118 446 1119 447 1119 646 1119 462 1120 463 1120 646 1120 501 1121 491 1121 646 1121 505 1122 501 1122 646 1122 451 1123 446 1123 646 1123 646 1124 480 1124 490 1124 646 1125 474 1125 480 1125 491 1126 489 1126 646 1126 464 1127 451 1127 646 1127

+
+
+ 1 +
+
+ + + + 7.481132 -6.50764 5.343665 + 0 0 1 46.69194 + 0 1 0 0.619768 + 1 0 0 63.5593 + 1 1 1 + + + + 4.076245 1.005454 5.903862 + 0 0 1 106.9363 + 0 1 0 3.163707 + 1 0 0 37.26105 + 1 1 1 + + + + 0 0 0 + 0 0 1 0 + 0 1 0 0 + 1 0 0 90.00001 + 1 1 1 + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/workspace/virtuallab/src/virtual_lab/package.xml b/workspace/virtuallab/src/virtual_lab/package.xml new file mode 100644 index 0000000000000000000000000000000000000000..f370d2d94f5167cf933ac7ab956aadf3e7a9b312 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/package.xml @@ -0,0 +1,59 @@ + + + virtual_lab + 0.0.0 + The virtual_lab package + + + + + job + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + + + + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/CamStand.gazebo b/workspace/virtuallab/src/virtual_lab/urdf/CamStand.gazebo new file mode 100644 index 0000000000000000000000000000000000000000..5f3a7931331661bc4895cfeed9329581539f412d --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/CamStand.gazebo @@ -0,0 +1,36 @@ + + + + + + 30.0 + + 1.3962634 + + 800 + 800 + R8G8B8 + + + 0.02 + 300 + + + + true + 0.0 + camera + rgb/image_raw + rgb/camera_info + camera + 0.07 + 0.0 + 0.0 + 0.0 + 0.0 + 0.0 + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/CamStand.xacro b/workspace/virtuallab/src/virtual_lab/urdf/CamStand.xacro new file mode 100644 index 0000000000000000000000000000000000000000..28300046a5262d859cfe596a4523e28e3e038f8f --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/CamStand.xacro @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/CamStand_01.gazebo b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_01.gazebo new file mode 100644 index 0000000000000000000000000000000000000000..2696fd645c915f228d9b6473b188351679bafd40 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_01.gazebo @@ -0,0 +1,36 @@ + + + + + + 30.0 + + 1.3962634 + + 800 + 800 + R8G8B8 + + + 0.02 + 300 + + + + true + 0.0 + camera01 + rgb/image_raw + rgb/camera_info + camera + 0.07 + 0.0 + 0.0 + 0.0 + 0.0 + 0.0 + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/CamStand_01.xacro b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_01.xacro new file mode 100644 index 0000000000000000000000000000000000000000..b4f4eac951aa439893feb458f63ba96fd5a302da --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_01.xacro @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gazebo/Wood + + + + Gazebo/Black + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/CamStand_02.gazebo b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_02.gazebo new file mode 100644 index 0000000000000000000000000000000000000000..2081a111970b0b6af5b96c23501574b5054fd413 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_02.gazebo @@ -0,0 +1,36 @@ + + + + + + 30.0 + + 1.3962634 + + 800 + 800 + R8G8B8 + + + 0.02 + 300 + + + + true + 0.0 + camera02 + rgb/image_raw + rgb/camera_info + camera + 0.07 + 0.0 + 0.0 + 0.0 + 0.0 + 0.0 + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/CamStand_02.xacro b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_02.xacro new file mode 100644 index 0000000000000000000000000000000000000000..404b20a85cabed4b9002674e9a169ee699cf481a --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_02.xacro @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gazebo/Wood + + + + Gazebo/Black + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/CamStand_03.gazebo b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_03.gazebo new file mode 100644 index 0000000000000000000000000000000000000000..dc920d064a4e1537b5cb0deba0562ff8a8121f1f --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_03.gazebo @@ -0,0 +1,36 @@ + + + + + + 30.0 + + 1.3962634 + + 800 + 800 + R8G8B8 + + + 0.02 + 300 + + + + true + 0.0 + camera03 + rgb/image_raw + rgb/camera_info + camera + 0.07 + 0.0 + 0.0 + 0.0 + 0.0 + 0.0 + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/CamStand_03.xacro b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_03.xacro new file mode 100644 index 0000000000000000000000000000000000000000..1d7155d98781eb85821059dfe1bb4a93d67d0700 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_03.xacro @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gazebo/Wood + + + + Gazebo/Black + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/CamStand_04.gazebo b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_04.gazebo new file mode 100644 index 0000000000000000000000000000000000000000..b943e6c2554fa2b4d18bca3735e9da35a42e3cfc --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_04.gazebo @@ -0,0 +1,36 @@ + + + + + + 30.0 + + 1.3962634 + + 800 + 800 + R8G8B8 + + + 0.02 + 300 + + + + true + 0.0 + camera04 + rgb/image_raw + rgb/camera_info + camera + 0.07 + 0.0 + 0.0 + 0.0 + 0.0 + 0.0 + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/CamStand_04.xacro b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_04.xacro new file mode 100644 index 0000000000000000000000000000000000000000..ec5fa537e0b121da111508a919ea71dff2adbede --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/CamStand_04.xacro @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gazebo/Wood + + + + Gazebo/Black + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/co_robot.gazebo b/workspace/virtuallab/src/virtual_lab/urdf/co_robot.gazebo new file mode 100644 index 0000000000000000000000000000000000000000..ebc085bd62a3a14a4a2b71f04b89efcb8d395612 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/co_robot.gazebo @@ -0,0 +1,29 @@ + + + + + + false + true + 10 + left_wheel_hinge + right_wheel_hinge + 0.4 + 0.2 + 10 + cmd_vel_co_robot + odom_co_robot + odom + robot_footprint + false + false + na + 0 + 5 + world + 1 + true + + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/co_robot.xacro b/workspace/virtuallab/src/virtual_lab/urdf/co_robot.xacro new file mode 100644 index 0000000000000000000000000000000000000000..6b004e9b1be18e27f23dee8c4f1785226afd5c49 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/co_robot.xacro @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gazebo/Yellow + + + + Gazebo/Blue + + + + Gazebo/Blue + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/my_robot.gazebo b/workspace/virtuallab/src/virtual_lab/urdf/my_robot.gazebo new file mode 100644 index 0000000000000000000000000000000000000000..752c5ca9dc6b1389fd5d20314ab22e3a99b26eff --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/my_robot.gazebo @@ -0,0 +1,100 @@ + + + + + + false + true + 10 + left_wheel_hinge + right_wheel_hinge + 0.4 + 0.2 + 10 + cmd_vel + odom + odom + robot_footprint + false + false + na + 0 + 5 + world + 1 + true + + + + + + + 30.0 + + 1.3962634 + + 800 + 800 + R8G8B8 + + + 0.02 + 300 + + + + true + 0.0 + camera + rgb/image_raw + rgb/camera_info + camera + 0.07 + 0.0 + 0.0 + 0.0 + 0.0 + 0.0 + + + + + + + + 0 0 0 0 0 0 + false + 40 + + + + 720 + 1 + -1.570796 + 1.570796 + + + + 0.10 + 30.0 + 0.01 + + + gaussian + + 0.0 + 0.01 + + + + /scan + hokuyo + + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/urdf/my_robot.xacro b/workspace/virtuallab/src/virtual_lab/urdf/my_robot.xacro new file mode 100644 index 0000000000000000000000000000000000000000..f74f73a640e531f9a28a87570a60384e73d8ad6b --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/urdf/my_robot.xacro @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0.1 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 0 0 0 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gazebo/Indigo + + + + Gazebo/Turquoise + + + + Gazebo/Turquoise + + + + Gazebo/RedGlow + + + + Gazebo/DarkMagentaTransparent + + + diff --git a/workspace/virtuallab/src/virtual_lab/worlds/empty.world b/workspace/virtuallab/src/virtual_lab/worlds/empty.world new file mode 100644 index 0000000000000000000000000000000000000000..524705e41293707b89de6d5f1afc9bc247592c1a --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/worlds/empty.world @@ -0,0 +1,25 @@ + + + + + + + + model://ground_plane + + + + + model://sun + + + + + + 4.927360 -4.376610 3.740080 0.000000 0.275643 2.356190 + orbit + + + + + diff --git a/workspace/virtuallab/src/virtual_lab/worlds/vlab.world b/workspace/virtuallab/src/virtual_lab/worlds/vlab.world new file mode 100644 index 0000000000000000000000000000000000000000..2d6f51ec41b9e9e4dbe0b2cc3e7e545ebd6636d3 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/worlds/vlab.world @@ -0,0 +1,327 @@ + + + + 1 + + + + + 0 0 1 + 100 100 + + + + + 65535 + + + + + 100 + 50 + + + + + + + + 10 + + + 0 + + + 0 0 1 + 100 100 + + + + + + + 0 + 0 + 0 + + + + 1 + 0 0 10 0 -0 0 + 0.8 0.8 0.8 1 + 0.2 0.2 0.2 1 + + 1000 + 0.9 + 0.01 + 0.001 + + -0.5 0.1 -0.9 + + + + 14.7554 -10.6928 14.648 0 0.675643 2.36419 + orbit + perspective + + + 0 0 -9.8 + 6e-06 2.3e-05 -4.2e-05 + + + 0.001 + 1 + 1000 + + + 0.4 0.4 0.4 1 + 0.7 0.7 0.7 1 + 1 + + + + + EARTH_WGS84 + 0 + 0 + 0 + 0 + + + 0.885861 -0.001862 0 0 -0 0 + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 5 0 0 -0 0 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + -5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 -5 0 0 -0 0 + 0 + 0 + 0 + + 1 + + + 319 412000000 + 345 437391013 + 1602265521 545426127 + 319412 + + 0 0 0 0 -0 0 + 1 1 1 + + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 0 0 -0 0 + 1 1 1 + + 5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + -5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 -5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 10 0 -0 0 + + + + diff --git a/workspace/virtuallab/src/virtual_lab/worlds/vlab_calib.world b/workspace/virtuallab/src/virtual_lab/worlds/vlab_calib.world new file mode 100644 index 0000000000000000000000000000000000000000..5663692a8152b77ec8c9a821ecc13be976cc227f --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/worlds/vlab_calib.world @@ -0,0 +1,353 @@ + + + + 1 + + + + + 0 0 1 + 100 100 + + + + + 65535 + + + + + 100 + 50 + + + + + + + + 10 + + + 0 + + + 0 0 1 + 100 100 + + + + + + + 0 + 0 + 0 + + + + 1 + 0 0 10 0 -0 0 + 0.8 0.8 0.8 1 + 0.2 0.2 0.2 1 + + 1000 + 0.9 + 0.01 + 0.001 + + -0.5 0.1 -0.9 + + + + 0.637639 -0.729298 20.0213 0 1.5218 1.63219 + orbit + perspective + + + 0 0 -9.8 + 6e-06 2.3e-05 -4.2e-05 + + + 0.001 + 1 + 1000 + + + 0.4 0.4 0.4 1 + 0.7 0.7 0.7 1 + 1 + + + + + EARTH_WGS84 + 0 + 0 + 0 + 0 + + + 0.885861 -0.001862 0 0 -0 0 + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 5 0 0 -0 0 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + -5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 -5 0 0 -0 0 + 0 + 0 + 0 + + 1 + + + 523 759000000 + 196 386020949 + 1602794981 698548401 + 164731 + + 0 0 0 0 -0 0 + 1 1 1 + + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 0 0 -0 0 + 1 1 1 + + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 0 0 -0 0 + 1 1 1 + + 5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + -5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 -5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 10 0 -0 0 + + + + 1 + + + + + model://checkerboard_plane/meshes/checkerboard_plane.dae + + + + 0 + 0 + 0 + + 0.172504 0.145102 0 0 -0 0 + + + diff --git a/workspace/virtuallab/src/virtual_lab/worlds/vlab_v_1_01.world b/workspace/virtuallab/src/virtual_lab/worlds/vlab_v_1_01.world new file mode 100644 index 0000000000000000000000000000000000000000..cb31a2d21e32401216ee82cdc117b2d2588f8245 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/worlds/vlab_v_1_01.world @@ -0,0 +1,2007 @@ + + + + 1 + + + + + 0 0 1 + 100 100 + + + + + 65535 + + + + + 100 + 50 + + + + + + + + 10 + + + 0 + + + 0 0 1 + 100 100 + + + + + + + 0 + 0 + 0 + + + + 1 + 0 0 10 0 -0 0 + 0.8 0.8 0.8 1 + 0.2 0.2 0.2 1 + + 1000 + 0.9 + 0.01 + 0.001 + + -0.5 0.1 -0.9 + + + + 4.29476 -7.96029 14.5992 -0 1.12764 1.54819 + orbit + perspective + + + 0 0 -9.8 + 6e-06 2.3e-05 -4.2e-05 + + + 0.001 + 1 + 1000 + + + 0.4 0.4 0.4 1 + 0.7 0.7 0.7 1 + 1 + + + + + EARTH_WGS84 + 0 + 0 + 0 + 0 + + + 0.885861 -0.001862 0 0 -0 0 + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 5 0 0 -0 0 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + -5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 -5 0 0 -0 0 + 0 + 0 + 0 + + 1 + + + 359 28000000 + 45 613299667 + 1602603234 88436570 + 39616 + + 0 -2 0 1e-05 -0 0 + 1 1 1 + + 0 -2 0 1e-05 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 2 0 0 -0 0 + 1 1 1 + + 0 2 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 2 0 0 0 -0 1.57 + 1 1 1 + + 2 0 0 0 -0 1.57 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + -2 0 0 0 -0 1.57 + 1 1 1 + + -2 0 0 0 -0 1.57 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 0 0 -0 0 + 1 1 1 + + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + -1.33638 1.03433 0 0 -0 0 + 1 1 1 + + -1.33638 1.03433 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + -0.404726 -1.63762 0 0 -0 0 + 1 1 1 + + -0.404726 -1.63762 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 1.47763 -1.03177 0 0 -0 0 + 1 1 1 + + 1.47763 -1.03177 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + -1.48978 -1.69692 0 0 -0 0 + 1 1 1 + + -1.48978 -1.69692 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + -0.515126 0.934238 0 0 -0 0 + 1 1 1 + + -0.515126 0.934238 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 1.24127 1.27153 0 0 -0 0 + 1 1 1 + + 1.24127 1.27153 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0.496904 1.49346 0 0 -0 0 + 1 1 1 + + 0.496904 1.49346 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + -1.35346 -0.438591 0 0 -0 0 + 1 1 1 + + -1.35346 -0.438591 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0.412074 -1.06684 0 0 -0 0 + 1 1 1 + + 0.412074 -1.06684 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 1.56217 0.544393 0 0 -0 0 + 1 1 1 + + 1.56217 0.544393 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + -0.939143 -1.00944 0 0 -0 0 + 1 1 1 + + -0.939143 -1.00944 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 0 0 -0 0 + 1 1 1 + + 5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + -5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 -5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 10 0 -0 0 + + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -1.38923 -1.19019 0.499995 1e-05 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -0.074245 1.20387 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -0.123071 -0.649489 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + 0.30548 0.839594 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0 0.2 0.8 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -1.33638 1.03433 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.3 0.8 0.6 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -1.48978 -1.69692 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.7 0.2 0.8 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + 0.496904 1.49346 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.8 0.8 0 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + 1.56217 0.544393 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.7 0.2 0.8 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -1.35346 -0.438591 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.3 0.8 0.6 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -0.515126 0.934238 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0 0.2 0.8 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -0.404726 -1.63762 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.7 0.2 0.8 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + 0.412074 -1.06684 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0 0.2 0.8 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + 1.47763 -1.03177 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.3 0.8 0.6 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + 1.24127 1.27153 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 0.2 0.2 0.1 + + + + + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + 0.8 0.8 0 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 0.2 0.2 0.1 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -0.939143 -1.00944 0 0 -0 0 + + + diff --git a/workspace/virtuallab/src/virtual_lab/worlds/vlab_v_1_02.world b/workspace/virtuallab/src/virtual_lab/worlds/vlab_v_1_02.world new file mode 100644 index 0000000000000000000000000000000000000000..48f5a601cb395733ae01854bb947e5803c6fc038 --- /dev/null +++ b/workspace/virtuallab/src/virtual_lab/worlds/vlab_v_1_02.world @@ -0,0 +1,775 @@ + + + + 1 + + + + + 0 0 1 + 100 100 + + + + + 65535 + + + + + 100 + 50 + + + + + + + + 10 + + + 0 + + + 0 0 1 + 100 100 + + + + + + + 0 + 0 + 0 + + + + 1 + 0 0 10 0 -0 0 + 0.8 0.8 0.8 1 + 0.2 0.2 0.2 1 + + 1000 + 0.9 + 0.01 + 0.001 + + -0.5 0.1 -0.9 + + + + 0.808442 -7.60196 14.7318 -0 1.12764 1.54819 + orbit + perspective + + + 0 0 -9.8 + 6e-06 2.3e-05 -4.2e-05 + + + 0.001 + 1 + 1000 + + + 0.4 0.4 0.4 1 + 0.7 0.7 0.7 1 + 1 + + + + + EARTH_WGS84 + 0 + 0 + 0 + 0 + + + 0.885861 -0.001862 0 0 -0 0 + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 5 0 0 -0 0 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + -5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 -5 0 0 -0 0 + 0 + 0 + 0 + + 1 + + + 488 584000000 + 157 696338464 + 1603794491 341349653 + 129556 + + 8e-05 -2.00504 0.009991 -3.6e-05 -5e-06 -0.00262 + 1 1 1 + + 8e-05 -2.00504 0.009991 -3.6e-05 -5e-06 -0.00262 + -5e-05 0.000143 -0.009298 -0.014237 -0.004969 0 + -0.05179 -0.00013 -9.36819 0.012326 1.10455 -7.7e-05 + -0.05179 -0.00013 -9.36819 0 -0 0 + + + + 1e-05 2.00457 0.00938 -0.000216 -0.000311 -0.002712 + 1 1 1 + + 1e-05 2.00457 0.00938 -0.000216 -0.000311 -0.002712 + -0.000496 0.000101 -0.083878 -0.008984 -0.046833 -3e-06 + -0.97895 0.000744 -2.07202 -2.97134 1.5679 3.13729 + -0.97895 0.000744 -2.07202 0 -0 0 + + + + 2.00439 9.6e-05 0.00891 -0.000233 0.000546 1.56775 + 1 1 1 + + 2.00439 9.6e-05 0.00891 -0.000233 0.000546 1.56775 + -3.8e-05 0.000622 -0.102305 -0.056145 -0.000987 1.3e-05 + 0.007957 1.24012 -0.455414 1.04708 0.768093 0.026463 + 0.007957 1.24012 -0.455414 0 -0 0 + + + + -2.00388 -5e-05 0.008963 -0.000218 -0.00052 1.56766 + 1 1 1 + + -2.00388 -5e-05 0.008963 -0.000218 -0.00052 1.56766 + -4.9e-05 -0.00061 -0.100815 0.055383 -0.00213 -1.3e-05 + 0.000199 -1.21647 -0.586429 -2.61464 0.080837 -0.024859 + 0.000199 -1.21647 -0.586429 0 -0 0 + + + + 0 0 0 0 -0 0 + 1 1 1 + + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 0 0 -0 0 + 1 1 1 + + 5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + -5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 -5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 10 0 -0 0 + + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -1.38923 -1.19019 0.499995 1e-05 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -0.074245 1.20387 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -0.123071 -0.649489 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + 0.30548 0.839594 0 0 -0 0 + + + diff --git a/workspace/virtuallab/test/data/test_labels.csv b/workspace/virtuallab/test/data/test_labels.csv new file mode 100644 index 0000000000000000000000000000000000000000..04b242c1d7b9d1b707257e104f7bf5aca93d4882 --- /dev/null +++ b/workspace/virtuallab/test/data/test_labels.csv @@ -0,0 +1,121 @@ +filename,width,height,class,xmin,ymin,xmax,ymax +frame1035.jpg,800,800,myrobot,272,232,352,442 +frame1035.jpg,800,800,corobot,1,166,106,379 +frame1035.jpg,800,800,corobot,171,54,257,296 +frame1035.jpg,800,800,corobot,453,95,547,320 +frame1035.jpg,800,800,corobot,200,375,282,540 +frame1035.jpg,800,800,corobot,407,487,504,645 +frame4045.jpg,800,800,corobot,134,1,224,232 +frame4045.jpg,800,800,corobot,79,386,177,558 +frame4045.jpg,800,800,corobot,357,146,437,358 +frame4045.jpg,800,800,corobot,384,414,469,581 +frame4045.jpg,800,800,corobot,493,299,592,480 +frame4045.jpg,800,800,myrobot,267,232,348,445 +frame2035.jpg,800,800,corobot,113,50,211,286 +frame2035.jpg,800,800,corobot,80,352,178,524 +frame2035.jpg,800,800,corobot,194,514,280,661 +frame2035.jpg,800,800,corobot,382,315,473,500 +frame2035.jpg,800,800,corobot,489,113,598,322 +frame2035.jpg,800,800,myrobot,268,263,341,446 +frame2040.jpg,800,800,corobot,110,44,210,285 +frame2040.jpg,800,800,corobot,79,347,180,531 +frame2040.jpg,800,800,corobot,382,309,480,500 +frame2040.jpg,800,800,corobot,202,498,295,651 +frame2040.jpg,800,800,corobot,495,109,604,330 +frame2040.jpg,800,800,myrobot,267,256,341,446 +frame1040.jpg,800,800,corobot,7,182,121,392 +frame1040.jpg,800,800,corobot,162,59,257,303 +frame1040.jpg,800,800,corobot,201,372,285,542 +frame1040.jpg,800,800,corobot,445,96,548,323 +frame1040.jpg,800,800,corobot,399,495,494,651 +frame1040.jpg,800,800,myrobot,268,235,353,447 +frame2045.jpg,800,800,corobot,146,85,240,310 +frame2045.jpg,800,800,corobot,110,389,207,559 +frame2045.jpg,800,800,corobot,238,465,332,621 +frame2045.jpg,800,800,corobot,351,350,442,532 +frame2045.jpg,800,800,corobot,514,137,630,354 +frame2045.jpg,800,800,myrobot,264,256,344,446 +frame3045.jpg,800,800,corobot,1,359,100,530 +frame3045.jpg,800,800,corobot,386,409,470,570 +frame3045.jpg,800,800,corobot,413,102,498,325 +frame3045.jpg,800,800,corobot,181,135,265,351 +frame3045.jpg,800,800,corobot,292,21,367,259 +frame3045.jpg,800,800,myrobot,274,264,346,444 +frame3050.jpg,800,800,corobot,2,366,102,534 +frame3050.jpg,800,800,corobot,388,414,470,570 +frame3050.jpg,800,800,corobot,184,132,268,347 +frame3050.jpg,800,800,corobot,410,103,498,324 +frame3050.jpg,800,800,corobot,304,18,380,256 +frame3050.jpg,800,800,myrobot,276,259,346,445 +frame1050.jpg,800,800,corobot,130,87,226,320 +frame1050.jpg,800,800,corobot,32,208,143,412 +frame1050.jpg,800,800,corobot,429,121,520,346 +frame1050.jpg,800,800,corobot,388,513,479,662 +frame1050.jpg,800,800,corobot,159,329,251,515 +frame1050.jpg,800,800,myrobot,273,229,354,450 +frame1000.jpg,800,800,corobot,2,166,108,381 +frame1000.jpg,800,800,corobot,202,64,282,312 +frame1000.jpg,800,800,corobot,187,416,270,566 +frame1000.jpg,800,800,corobot,438,77,541,298 +frame1000.jpg,800,800,corobot,430,491,523,653 +frame1000.jpg,800,800,myrobot,270,235,350,446 +frame4025.jpg,800,800,myrobot,266,235,351,452 +frame4025.jpg,800,800,corobot,139,4,236,247 +frame4025.jpg,800,800,corobot,75,400,180,556 +frame4025.jpg,800,800,corobot,348,158,429,360 +frame4025.jpg,800,800,corobot,381,408,471,588 +frame4025.jpg,800,800,corobot,497,296,610,480 +frame3035.jpg,800,800,corobot,13,396,126,556 +frame3035.jpg,800,800,corobot,414,443,503,598 +frame3035.jpg,800,800,corobot,142,166,234,381 +frame3035.jpg,800,800,corobot,440,149,536,358 +frame3035.jpg,800,800,corobot,338,2,418,224 +frame3035.jpg,800,800,myrobot,275,238,344,446 +frame4050.jpg,800,800,corobot,102,14,193,251 +frame4050.jpg,800,800,corobot,54,404,153,568 +frame4050.jpg,800,800,corobot,344,122,418,337 +frame4050.jpg,800,800,corobot,364,432,445,596 +frame4050.jpg,800,800,corobot,511,330,618,501 +frame4050.jpg,800,800,myrobot,270,235,342,442 +frame2051.jpg,800,800,corobot,144,72,235,309 +frame2051.jpg,800,800,corobot,107,380,207,552 +frame2051.jpg,800,800,corobot,353,350,448,527 +frame2051.jpg,800,800,corobot,222,476,317,635 +frame2051.jpg,800,800,corobot,510,117,623,343 +frame2051.jpg,800,800,myrobot,265,259,347,448 +frame3040.jpg,800,800,corobot,12,391,121,552 +frame3040.jpg,800,800,corobot,412,446,503,598 +frame3040.jpg,800,800,corobot,440,147,531,357 +frame3040.jpg,800,800,corobot,137,173,227,382 +frame3040.jpg,800,800,corobot,326,1,405,232 +frame3040.jpg,800,800,myrobot,274,246,344,445 +frame1045.jpg,800,800,myrobot,267,232,354,448 +frame1045.jpg,800,800,corobot,45,218,148,421 +frame1045.jpg,800,800,corobot,126,86,219,322 +frame1045.jpg,800,800,corobot,163,331,251,509 +frame1045.jpg,800,800,corobot,414,129,516,351 +frame1045.jpg,800,800,corobot,376,516,471,668 +frame2025.jpg,800,800,corobot,162,53,254,298 +frame2025.jpg,800,800,corobot,497,160,609,373 +frame2025.jpg,800,800,corobot,89,416,194,571 +frame2025.jpg,800,800,corobot,344,317,438,512 +frame2025.jpg,800,800,corobot,247,478,342,635 +frame2025.jpg,800,800,myrobot,265,253,348,448 +frame2050.jpg,800,800,corobot,142,72,237,309 +frame2050.jpg,800,800,corobot,109,382,208,558 +frame2050.jpg,800,800,corobot,226,475,321,632 +frame2050.jpg,800,800,corobot,348,354,442,535 +frame2050.jpg,800,800,corobot,510,121,629,347 +frame2050.jpg,800,800,myrobot,265,257,346,443 +frame4040.jpg,800,800,corobot,169,1,256,219 +frame4040.jpg,800,800,corobot,109,357,206,535 +frame4040.jpg,800,800,corobot,368,164,446,375 +frame4040.jpg,800,800,corobot,476,289,573,428 +frame4040.jpg,800,800,corobot,412,436,498,555 +frame4040.jpg,800,800,myrobot,270,240,342,446 +frame4035.jpg,800,800,corobot,134,1,225,235 +frame4035.jpg,800,800,corobot,89,373,188,547 +frame4035.jpg,800,800,corobot,352,152,428,363 +frame4035.jpg,800,800,corobot,502,309,601,481 +frame4035.jpg,800,800,corobot,386,412,479,581 +frame4035.jpg,800,800,myrobot,266,237,347,446 diff --git a/workspace/virtuallab/test/data/train_labels.csv b/workspace/virtuallab/test/data/train_labels.csv new file mode 100644 index 0000000000000000000000000000000000000000..663fb161ee48065e931877067a6978bfd360225c --- /dev/null +++ b/workspace/virtuallab/test/data/train_labels.csv @@ -0,0 +1,577 @@ +filename,width,height,class,xmin,ymin,xmax,ymax +frame2030.jpg,800,800,myrobot,270,251,341,446 +frame2030.jpg,800,800,corobot,150,74,241,315 +frame2030.jpg,800,800,corobot,509,141,618,362 +frame2030.jpg,800,800,corobot,109,401,204,560 +frame2030.jpg,800,800,corobot,341,337,427,522 +frame2030.jpg,800,800,corobot,235,483,323,637 +frame2028.jpg,800,800,myrobot,270,254,339,446 +frame2028.jpg,800,800,corobot,343,329,428,518 +frame2028.jpg,800,800,corobot,498,147,611,355 +frame2028.jpg,800,800,corobot,94,396,199,559 +frame2028.jpg,800,800,corobot,239,482,327,637 +frame2028.jpg,800,800,corobot,148,65,240,309 +frame2038.jpg,800,800,corobot,117,52,216,292 +frame2038.jpg,800,800,corobot,81,359,186,533 +frame2038.jpg,800,800,corobot,202,508,289,655 +frame2038.jpg,800,800,corobot,385,312,479,501 +frame2038.jpg,800,800,corobot,498,118,604,337 +frame2038.jpg,800,800,myrobot,269,257,345,445 +frame2036.jpg,800,800,corobot,155,95,251,320 +frame2036.jpg,800,800,corobot,115,403,213,568 +frame2036.jpg,800,800,corobot,243,475,328,628 +frame2036.jpg,800,800,corobot,339,349,429,530 +frame2036.jpg,800,800,corobot,519,164,637,371 +frame2036.jpg,800,800,myrobot,270,258,343,443 +frame1031.jpg,800,800,myrobot,271,228,352,450 +frame1031.jpg,800,800,corobot,24,209,131,414 +frame1031.jpg,800,800,corobot,125,76,221,316 +frame1031.jpg,800,800,corobot,425,136,521,350 +frame1031.jpg,800,800,corobot,180,341,266,515 +frame1031.jpg,800,800,corobot,376,506,472,660 +frame2032.jpg,800,800,myrobot,268,261,339,446 +frame2032.jpg,800,800,corobot,112,45,205,284 +frame2032.jpg,800,800,corobot,485,96,592,325 +frame2032.jpg,800,800,corobot,80,355,181,525 +frame2032.jpg,800,800,corobot,391,308,483,499 +frame2032.jpg,800,800,corobot,195,514,288,664 +frame3034.jpg,800,800,corobot,4,378,116,550 +frame3034.jpg,800,800,corobot,393,420,480,580 +frame3034.jpg,800,800,corobot,163,152,253,373 +frame3034.jpg,800,800,corobot,425,119,514,337 +frame3034.jpg,800,800,corobot,316,3,394,241 +frame3034.jpg,800,800,myrobot,272,246,345,446 +frame1036.jpg,800,800,corobot,35,217,143,419 +frame1036.jpg,800,800,corobot,112,87,211,323 +frame1036.jpg,800,800,corobot,412,144,505,354 +frame1036.jpg,800,800,corobot,165,322,251,497 +frame1036.jpg,800,800,corobot,356,525,444,673 +frame1036.jpg,800,800,myrobot,271,232,350,446 +frame3024.jpg,800,800,corobot,160,152,248,385 +frame3024.jpg,800,800,corobot,1,383,124,542 +frame3024.jpg,800,800,corobot,312,1,388,242 +frame3024.jpg,800,800,corobot,424,141,520,353 +frame3024.jpg,800,800,corobot,399,424,489,596 +frame3024.jpg,800,800,myrobot,275,250,344,448 +frame3037.jpg,800,800,corobot,3,375,116,543 +frame3037.jpg,800,800,corobot,405,431,494,591 +frame3037.jpg,800,800,corobot,150,162,243,378 +frame3037.jpg,800,800,corobot,432,137,521,346 +frame3037.jpg,800,800,corobot,326,1,403,231 +frame3037.jpg,800,800,myrobot,275,242,344,445 +frame1051.jpg,800,800,myrobot,272,231,354,444 +frame1051.jpg,800,800,corobot,31,200,139,405 +frame1051.jpg,800,800,corobot,131,82,231,315 +frame1051.jpg,800,800,corobot,429,123,523,354 +frame1051.jpg,800,800,corobot,167,335,256,516 +frame1051.jpg,800,800,corobot,386,514,483,664 +frame3039.jpg,800,800,corobot,1,339,94,514 +frame3039.jpg,800,800,corobot,379,402,461,564 +frame3039.jpg,800,800,corobot,408,100,497,317 +frame3039.jpg,800,800,corobot,179,144,267,355 +frame3039.jpg,800,800,corobot,289,18,367,257 +frame3039.jpg,800,800,myrobot,273,262,344,444 +frame3047.jpg,800,800,corobot,2,378,108,542 +frame3047.jpg,800,800,corobot,393,425,479,580 +frame3047.jpg,800,800,corobot,421,119,507,337 +frame3047.jpg,800,800,corobot,171,146,257,353 +frame3047.jpg,800,800,corobot,303,15,380,256 +frame3047.jpg,800,800,myrobot,276,259,344,446 +frame3043.jpg,800,800,corobot,22,404,130,566 +frame3043.jpg,800,800,corobot,424,455,514,610 +frame3043.jpg,800,800,corobot,447,159,542,366 +frame3043.jpg,800,800,corobot,138,168,230,380 +frame3043.jpg,800,800,corobot,339,1,419,231 +frame3043.jpg,800,800,myrobot,275,241,346,445 +frame4038.jpg,800,800,corobot,130,2,221,241 +frame4038.jpg,800,800,corobot,73,389,174,555 +frame4038.jpg,800,800,corobot,342,135,418,340 +frame4038.jpg,800,800,corobot,376,424,463,587 +frame4038.jpg,800,800,corobot,509,318,617,495 +frame4038.jpg,800,800,myrobot,267,240,342,445 +frame2042.jpg,800,800,corobot,144,82,238,311 +frame2042.jpg,800,800,corobot,518,141,635,359 +frame2042.jpg,800,800,corobot,107,389,207,556 +frame2042.jpg,800,800,corobot,346,356,435,532 +frame2042.jpg,800,800,corobot,242,469,328,626 +frame2042.jpg,800,800,myrobot,267,255,344,444 +frame3051.jpg,800,800,corobot,2,372,105,539 +frame3051.jpg,800,800,corobot,392,417,473,576 +frame3051.jpg,800,800,corobot,415,113,502,329 +frame3051.jpg,800,800,corobot,170,145,260,355 +frame3051.jpg,800,800,corobot,313,10,388,252 +frame3051.jpg,800,800,myrobot,274,258,344,445 +frame1028.jpg,800,800,corobot,25,220,134,420 +frame1028.jpg,800,800,corobot,130,73,221,317 +frame1028.jpg,800,800,corobot,180,330,266,503 +frame1028.jpg,800,800,corobot,434,145,531,350 +frame1028.jpg,800,800,corobot,378,494,469,655 +frame1028.jpg,800,800,myrobot,271,230,353,447 +frame4047.jpg,800,800,corobot,98,4,192,253 +frame4047.jpg,800,800,corobot,51,402,151,565 +frame4047.jpg,800,800,corobot,335,115,413,299 +frame4047.jpg,800,800,myrobot,269,253,344,441 +frame4047.jpg,800,800,corobot,512,327,615,492 +frame4047.jpg,800,800,corobot,356,432,439,586 +frame4049.jpg,800,800,corobot,141,1,226,228 +frame4049.jpg,800,800,corobot,373,162,453,368 +frame4049.jpg,800,800,corobot,94,373,187,542 +frame4049.jpg,800,800,corobot,481,285,576,458 +frame4049.jpg,800,800,corobot,392,401,480,568 +frame4049.jpg,800,800,myrobot,268,238,345,441 +frame3046.jpg,800,800,corobot,27,414,135,572 +frame3046.jpg,800,800,corobot,426,460,514,612 +frame3046.jpg,800,800,corobot,448,153,538,367 +frame3046.jpg,800,800,corobot,132,171,221,382 +frame3046.jpg,800,800,corobot,339,2,419,234 +frame3046.jpg,800,800,myrobot,276,250,344,443 +frame3031.jpg,800,800,corobot,1,363,112,532 +frame3031.jpg,800,800,corobot,384,415,473,576 +frame3031.jpg,800,800,corobot,174,148,265,368 +frame3031.jpg,800,800,corobot,417,109,509,327 +frame3031.jpg,800,800,corobot,304,2,382,247 +frame3031.jpg,800,800,myrobot,276,254,345,446 +frame3000.jpg,800,800,corobot,344,1,428,234 +frame3000.jpg,800,800,corobot,112,152,215,384 +frame3000.jpg,800,800,corobot,1,433,125,582 +frame3000.jpg,800,800,corobot,428,193,526,394 +frame3000.jpg,800,800,corobot,440,422,542,600 +frame3000.jpg,800,800,myrobot,273,246,355,444 +frame4030.jpg,800,800,corobot,57,422,167,572 +frame4030.jpg,800,800,corobot,354,425,438,590 +frame4030.jpg,800,800,corobot,521,324,629,502 +frame4030.jpg,800,800,corobot,94,5,191,252 +frame4030.jpg,800,800,corobot,343,121,419,326 +frame4030.jpg,800,800,myrobot,270,236,341,445 +frame3042.jpg,800,800,corobot,1,351,96,527 +frame3042.jpg,800,800,corobot,385,410,470,570 +frame3042.jpg,800,800,corobot,417,109,501,323 +frame3042.jpg,800,800,corobot,184,133,269,350 +frame3042.jpg,800,800,corobot,293,21,368,260 +frame3042.jpg,800,800,myrobot,276,263,344,446 +frame3028.jpg,800,800,corobot,3,368,121,533 +frame3028.jpg,800,800,corobot,380,413,471,588 +frame3028.jpg,800,800,corobot,189,147,275,369 +frame3028.jpg,800,800,corobot,422,102,513,330 +frame3028.jpg,800,800,corobot,293,5,371,249 +frame3028.jpg,800,800,myrobot,280,254,345,443 +frame2046.jpg,800,800,corobot,102,34,203,274 +frame2046.jpg,800,800,corobot,480,83,587,310 +frame2046.jpg,800,800,corobot,71,332,177,518 +frame2046.jpg,800,800,corobot,394,306,484,497 +frame2046.jpg,800,800,corobot,189,502,286,656 +frame2046.jpg,800,800,myrobot,267,255,342,446 +frame4048.jpg,800,800,corobot,135,1,223,230 +frame4048.jpg,800,800,corobot,91,375,185,543 +frame4048.jpg,800,800,corobot,363,150,445,367 +frame4048.jpg,800,800,corobot,483,283,584,464 +frame4048.jpg,800,800,corobot,395,403,474,569 +frame4048.jpg,800,800,myrobot,269,238,344,441 +frame4026.jpg,800,800,corobot,162,1,256,246 +frame4026.jpg,800,800,corobot,71,361,181,523 +frame4026.jpg,800,800,corobot,349,187,428,382 +frame4026.jpg,800,800,corobot,484,267,590,453 +frame4026.jpg,800,800,corobot,411,445,503,583 +frame4026.jpg,800,800,myrobot,265,241,349,446 +frame3026.jpg,800,800,corobot,3,431,123,586 +frame3026.jpg,800,800,corobot,436,423,526,597 +frame3026.jpg,800,800,corobot,429,179,526,387 +frame3026.jpg,800,800,corobot,118,154,208,384 +frame3026.jpg,800,800,corobot,334,1,416,228 +frame3026.jpg,800,800,myrobot,268,230,345,443 +frame1046.jpg,800,800,corobot,1,169,119,381 +frame1046.jpg,800,800,corobot,176,52,269,296 +frame1046.jpg,800,800,corobot,462,86,562,317 +frame1046.jpg,800,800,corobot,203,379,289,550 +frame1046.jpg,800,800,corobot,424,478,524,634 +frame1046.jpg,800,800,myrobot,271,234,353,445 +frame2037.jpg,800,800,corobot,121,56,222,293 +frame2037.jpg,800,800,corobot,85,364,190,537 +frame2037.jpg,800,800,corobot,373,318,467,510 +frame2037.jpg,800,800,corobot,200,505,298,651 +frame2037.jpg,800,800,corobot,503,123,615,344 +frame2037.jpg,800,800,myrobot,267,257,345,449 +frame2041.jpg,800,800,corobot,118,52,211,288 +frame2041.jpg,800,800,corobot,82,358,184,532 +frame2041.jpg,800,800,corobot,211,492,302,647 +frame2041.jpg,800,800,corobot,380,323,467,507 +frame2041.jpg,800,800,corobot,498,109,609,336 +frame2041.jpg,800,800,myrobot,267,255,343,447 +frame4037.jpg,800,800,corobot,172,1,260,216 +frame4037.jpg,800,800,corobot,370,174,449,376 +frame4037.jpg,800,800,corobot,114,356,207,528 +frame4037.jpg,800,800,corobot,484,277,581,422 +frame4037.jpg,800,800,corobot,417,424,504,562 +frame4037.jpg,800,800,myrobot,267,237,348,436 +frame1032.jpg,800,800,corobot,167,56,259,302 +frame1032.jpg,800,800,corobot,1,171,107,385 +frame1032.jpg,800,800,corobot,451,97,548,320 +frame1032.jpg,800,800,corobot,205,387,287,549 +frame1032.jpg,800,800,corobot,417,481,514,642 +frame1032.jpg,800,800,myrobot,271,231,351,448 +frame3049.jpg,800,800,corobot,28,413,134,573 +frame3049.jpg,800,800,corobot,424,461,511,608 +frame3049.jpg,800,800,corobot,444,153,534,363 +frame3049.jpg,800,800,corobot,139,164,230,378 +frame3049.jpg,800,800,corobot,344,2,422,230 +frame3049.jpg,800,800,myrobot,275,246,345,449 +frame1042.jpg,800,800,corobot,41,215,147,421 +frame1042.jpg,800,800,corobot,121,85,228,319 +frame1042.jpg,800,800,corobot,161,327,253,505 +frame1042.jpg,800,800,corobot,419,131,512,351 +frame1042.jpg,800,800,corobot,370,518,461,669 +frame1042.jpg,800,800,myrobot,269,233,352,446 +frame1029.jpg,800,800,myrobot,271,232,351,446 +frame1029.jpg,800,800,corobot,1,161,106,379 +frame1029.jpg,800,800,corobot,181,53,270,298 +frame1029.jpg,800,800,corobot,452,90,554,304 +frame1029.jpg,800,800,corobot,200,391,282,550 +frame1029.jpg,800,800,corobot,433,481,528,642 +frame2031.jpg,800,800,corobot,142,78,235,314 +frame2031.jpg,800,800,corobot,507,144,620,356 +frame2031.jpg,800,800,corobot,104,396,200,559 +frame2031.jpg,800,800,corobot,348,328,439,519 +frame2031.jpg,800,800,corobot,230,487,316,643 +frame2031.jpg,800,800,myrobot,266,259,340,446 +frame1038.jpg,800,800,corobot,5,173,116,388 +frame1038.jpg,800,800,corobot,158,60,251,301 +frame1038.jpg,800,800,corobot,444,100,540,328 +frame1038.jpg,800,800,corobot,203,374,287,541 +frame1038.jpg,800,800,corobot,396,497,494,651 +frame1038.jpg,800,800,myrobot,270,233,354,445 +frame4052.jpg,800,800,corobot,140,1,228,225 +frame4052.jpg,800,800,corobot,368,153,450,366 +frame4052.jpg,800,800,corobot,100,368,191,537 +frame4052.jpg,800,800,corobot,401,403,486,565 +frame4052.jpg,800,800,corobot,491,298,587,471 +frame4052.jpg,800,800,myrobot,270,237,349,446 +frame3027.jpg,800,800,corobot,2,384,121,548 +frame3027.jpg,800,800,corobot,389,417,478,590 +frame3027.jpg,800,800,corobot,172,148,262,377 +frame3027.jpg,800,800,corobot,419,129,516,341 +frame3027.jpg,800,800,corobot,297,4,380,249 +frame3027.jpg,800,800,myrobot,275,253,344,450 +frame2048.jpg,800,800,corobot,139,70,234,305 +frame2048.jpg,800,800,corobot,507,124,620,343 +frame2048.jpg,800,800,corobot,105,382,205,551 +frame2048.jpg,800,800,corobot,349,354,438,538 +frame2048.jpg,800,800,corobot,233,470,321,628 +frame2048.jpg,800,800,myrobot,268,253,344,444 +frame1025.jpg,800,800,corobot,118,64,214,312 +frame1025.jpg,800,800,corobot,30,232,139,429 +frame1025.jpg,800,800,corobot,187,341,274,508 +frame1025.jpg,800,800,corobot,440,159,543,362 +frame1025.jpg,800,800,corobot,368,491,452,652 +frame1025.jpg,800,800,myrobot,273,231,353,446 +frame3038.jpg,800,800,corobot,7,383,118,551 +frame3038.jpg,800,800,corobot,411,439,496,591 +frame3038.jpg,800,800,corobot,139,171,230,383 +frame3038.jpg,800,800,corobot,435,145,527,351 +frame3038.jpg,800,800,corobot,331,2,411,230 +frame3038.jpg,800,800,myrobot,274,243,346,445 +frame1026.jpg,800,800,corobot,2,174,110,383 +frame1026.jpg,800,800,corobot,192,63,276,310 +frame1026.jpg,800,800,corobot,444,87,547,308 +frame1026.jpg,800,800,corobot,191,411,275,564 +frame1026.jpg,800,800,corobot,436,490,529,652 +frame1026.jpg,800,800,myrobot,274,236,350,444 +frame3041.jpg,800,800,corobot,8,385,118,553 +frame3041.jpg,800,800,corobot,411,436,494,594 +frame3041.jpg,800,800,corobot,151,161,237,376 +frame3041.jpg,800,800,corobot,435,146,525,351 +frame3041.jpg,800,800,corobot,320,4,398,241 +frame3041.jpg,800,800,myrobot,276,250,344,442 +frame2044.jpg,800,800,corobot,124,52,217,296 +frame2044.jpg,800,800,corobot,91,365,190,536 +frame2044.jpg,800,800,corobot,212,490,307,641 +frame2044.jpg,800,800,corobot,368,334,460,522 +frame2044.jpg,800,800,corobot,501,119,616,340 +frame2044.jpg,800,800,myrobot,267,255,344,446 +frame1044.jpg,800,800,corobot,151,60,246,305 +frame1044.jpg,800,800,corobot,27,189,129,403 +frame1044.jpg,800,800,corobot,444,103,539,332 +frame1044.jpg,800,800,corobot,182,352,268,528 +frame1044.jpg,800,800,corobot,393,501,489,655 +frame1044.jpg,800,800,myrobot,269,232,354,447 +frame3036.jpg,800,800,corobot,1,337,94,510 +frame3036.jpg,800,800,corobot,375,396,459,562 +frame3036.jpg,800,800,corobot,408,91,496,318 +frame3036.jpg,800,800,corobot,186,132,276,352 +frame3036.jpg,800,800,corobot,294,14,370,255 +frame3036.jpg,800,800,myrobot,276,263,344,445 +frame1030.jpg,800,800,corobot,22,210,131,413 +frame1030.jpg,800,800,corobot,121,76,219,323 +frame1030.jpg,800,800,corobot,424,132,517,346 +frame1030.jpg,800,800,corobot,175,331,263,508 +frame1030.jpg,800,800,corobot,377,507,470,659 +frame1030.jpg,800,800,myrobot,270,228,352,445 +frame3033.jpg,800,800,corobot,1,350,102,521 +frame3033.jpg,800,800,corobot,371,395,457,562 +frame3033.jpg,800,800,corobot,407,88,496,312 +frame3033.jpg,800,800,corobot,188,145,274,359 +frame3033.jpg,800,800,corobot,288,15,364,255 +frame3033.jpg,800,800,myrobot,277,260,344,446 +frame2033.jpg,800,800,corobot,159,88,249,322 +frame2033.jpg,800,800,corobot,116,409,210,570 +frame2033.jpg,800,800,corobot,246,473,333,630 +frame2033.jpg,800,800,corobot,341,344,426,527 +frame2033.jpg,800,800,corobot,514,155,628,361 +frame2033.jpg,800,800,myrobot,268,259,337,442 +frame2034.jpg,800,800,corobot,135,67,226,304 +frame2034.jpg,800,800,corobot,94,380,194,549 +frame2034.jpg,800,800,corobot,361,329,453,514 +frame2034.jpg,800,800,corobot,217,496,306,650 +frame2034.jpg,800,800,corobot,502,122,609,341 +frame2034.jpg,800,800,myrobot,270,255,340,444 +frame4041.jpg,800,800,corobot,120,1,212,246 +frame4041.jpg,800,800,corobot,336,132,411,300 +frame4041.jpg,800,800,corobot,67,398,163,564 +frame4041.jpg,800,800,corobot,365,432,454,592 +frame4041.jpg,800,800,corobot,505,323,606,491 +frame4041.jpg,800,800,myrobot,261,285,344,439 +frame1037.jpg,800,800,myrobot,269,235,354,446 +frame1037.jpg,800,800,corobot,2,183,116,393 +frame1037.jpg,800,800,corobot,152,68,246,302 +frame1037.jpg,800,800,corobot,441,105,539,334 +frame1037.jpg,800,800,corobot,193,364,280,536 +frame1037.jpg,800,800,corobot,390,501,485,653 +frame4033.jpg,800,800,corobot,106,1,203,249 +frame4033.jpg,800,800,corobot,67,402,169,565 +frame4033.jpg,800,800,corobot,335,124,412,319 +frame4033.jpg,800,800,corobot,362,424,454,594 +frame4033.jpg,800,800,corobot,513,323,625,502 +frame4033.jpg,800,800,myrobot,267,288,342,450 +frame3048.jpg,800,800,corobot,2,373,107,540 +frame3048.jpg,800,800,corobot,394,419,476,578 +frame3048.jpg,800,800,corobot,417,114,504,333 +frame3048.jpg,800,800,corobot,181,135,267,350 +frame3048.jpg,800,800,corobot,299,19,378,257 +frame3048.jpg,800,800,myrobot,275,263,344,443 +frame4034.jpg,800,800,corobot,162,1,255,226 +frame4034.jpg,800,800,corobot,112,350,207,527 +frame4034.jpg,800,800,corobot,361,173,449,382 +frame4034.jpg,800,800,corobot,488,273,584,428 +frame4034.jpg,800,800,corobot,417,423,500,560 +frame4034.jpg,800,800,myrobot,270,241,346,445 +frame3029.jpg,800,800,corobot,22,423,134,583 +frame3029.jpg,800,800,corobot,426,437,521,605 +frame3029.jpg,800,800,corobot,134,161,225,392 +frame3029.jpg,800,800,corobot,339,1,423,227 +frame3029.jpg,800,800,corobot,437,167,537,371 +frame3029.jpg,800,800,myrobot,274,235,344,444 +frame1024.jpg,800,800,corobot,7,197,123,408 +frame1024.jpg,800,800,corobot,162,63,246,307 +frame1024.jpg,800,800,corobot,187,373,273,535 +frame1024.jpg,800,800,corobot,441,123,542,332 +frame1024.jpg,800,800,corobot,394,491,481,652 +frame1024.jpg,800,800,myrobot,268,226,350,446 +frame4036.jpg,800,800,corobot,117,1,212,248 +frame4036.jpg,800,800,corobot,67,402,166,559 +frame4036.jpg,800,800,corobot,342,131,414,336 +frame4036.jpg,800,800,corobot,365,431,455,591 +frame4036.jpg,800,800,corobot,517,329,623,502 +frame4036.jpg,800,800,myrobot,264,240,346,446 +frame3025.jpg,800,800,corobot,3,360,123,529 +frame3025.jpg,800,800,corobot,365,422,452,596 +frame3025.jpg,800,800,corobot,423,107,525,326 +frame3025.jpg,800,800,corobot,279,5,363,257 +frame3025.jpg,800,800,corobot,189,150,271,379 +frame3025.jpg,800,800,myrobot,275,259,345,447 +frame4031.jpg,800,800,corobot,153,1,243,234 +frame4031.jpg,800,800,corobot,100,361,198,531 +frame4031.jpg,800,800,corobot,362,175,442,385 +frame4031.jpg,800,800,corobot,492,285,593,460 +frame4031.jpg,800,800,corobot,408,400,495,562 +frame4031.jpg,800,800,myrobot,266,233,345,447 +frame4029.jpg,800,800,corobot,86,370,186,537 +frame4029.jpg,800,800,corobot,152,4,237,241 +frame4029.jpg,800,800,corobot,357,181,438,379 +frame4029.jpg,800,800,corobot,496,278,589,454 +frame4029.jpg,800,800,corobot,392,404,488,580 +frame4029.jpg,800,800,myrobot,271,234,345,448 +frame1043.jpg,800,800,myrobot,269,232,354,446 +frame1043.jpg,800,800,corobot,4,172,116,384 +frame1043.jpg,800,800,corobot,179,52,267,292 +frame1043.jpg,800,800,corobot,459,86,558,317 +frame1043.jpg,800,800,corobot,196,370,282,541 +frame1043.jpg,800,800,corobot,413,483,511,640 +frame1034.jpg,800,800,corobot,9,191,123,403 +frame1034.jpg,800,800,corobot,141,75,232,313 +frame1034.jpg,800,800,corobot,433,119,523,341 +frame1034.jpg,800,800,corobot,186,350,270,522 +frame1034.jpg,800,800,corobot,394,500,485,654 +frame1034.jpg,800,800,myrobot,270,235,351,444 +frame4042.jpg,800,800,corobot,126,2,213,243 +frame4042.jpg,800,800,corobot,346,137,422,341 +frame4042.jpg,800,800,corobot,71,392,171,557 +frame4042.jpg,800,800,corobot,372,422,458,586 +frame4042.jpg,800,800,corobot,500,306,595,483 +frame4042.jpg,800,800,myrobot,262,240,344,441 +frame3044.jpg,800,800,corobot,5,380,113,545 +frame3044.jpg,800,800,corobot,406,434,493,591 +frame3044.jpg,800,800,corobot,430,133,520,346 +frame3044.jpg,800,800,corobot,160,154,245,368 +frame3044.jpg,800,800,corobot,316,5,394,241 +frame3044.jpg,800,800,myrobot,275,251,345,441 +frame4028.jpg,800,800,corobot,80,379,185,538 +frame4028.jpg,800,800,corobot,145,2,233,242 +frame4028.jpg,800,800,corobot,398,437,484,578 +frame4028.jpg,800,800,corobot,492,278,595,464 +frame4028.jpg,800,800,corobot,355,170,436,370 +frame4028.jpg,800,800,myrobot,269,233,346,446 +frame4044.jpg,800,800,corobot,107,2,201,250 +frame4044.jpg,800,800,corobot,343,125,414,323 +frame4044.jpg,800,800,myrobot,267,241,344,442 +frame4044.jpg,800,800,corobot,353,436,442,596 +frame4044.jpg,800,800,corobot,515,323,617,491 +frame4044.jpg,800,800,corobot,53,409,157,570 +frame4032.jpg,800,800,corobot,145,1,238,234 +frame4032.jpg,800,800,corobot,91,372,192,541 +frame4032.jpg,800,800,corobot,355,163,434,371 +frame4032.jpg,800,800,corobot,494,296,595,474 +frame4032.jpg,800,800,corobot,397,402,490,577 +frame4032.jpg,800,800,myrobot,267,237,347,449 +frame2024.jpg,800,800,myrobot,265,250,341,449 +frame2024.jpg,800,800,corobot,127,52,222,301 +frame2024.jpg,800,800,corobot,493,140,610,346 +frame2024.jpg,800,800,corobot,88,379,193,538 +frame2024.jpg,800,800,corobot,225,494,314,646 +frame2024.jpg,800,800,corobot,367,318,455,516 +frame4043.jpg,800,800,corobot,160,1,244,218 +frame4043.jpg,800,800,corobot,102,364,197,541 +frame4043.jpg,800,800,corobot,372,165,455,373 +frame4043.jpg,800,800,corobot,477,276,576,423 +frame4043.jpg,800,800,corobot,402,422,489,568 +frame4043.jpg,800,800,myrobot,269,239,345,441 +frame1047.jpg,800,800,myrobot,271,228,355,445 +frame1047.jpg,800,800,corobot,34,205,138,409 +frame1047.jpg,800,800,corobot,140,74,239,312 +frame1047.jpg,800,800,corobot,433,114,529,341 +frame1047.jpg,800,800,corobot,170,343,263,521 +frame1047.jpg,800,800,corobot,394,502,491,654 +frame4051.jpg,800,800,corobot,144,1,232,227 +frame4051.jpg,800,800,corobot,101,364,196,541 +frame4051.jpg,800,800,corobot,377,160,462,374 +frame4051.jpg,800,800,corobot,485,288,580,451 +frame4051.jpg,800,800,corobot,406,399,485,556 +frame4051.jpg,800,800,myrobot,268,234,344,444 +frame2049.jpg,800,800,corobot,105,32,203,274 +frame2049.jpg,800,800,corobot,480,83,588,313 +frame2049.jpg,800,800,corobot,74,339,179,517 +frame2049.jpg,800,800,corobot,385,316,477,505 +frame2049.jpg,800,800,corobot,185,506,280,657 +frame2049.jpg,800,800,myrobot,269,250,345,446 +frame3030.jpg,800,800,corobot,1,360,110,532 +frame3030.jpg,800,800,corobot,378,405,467,575 +frame3030.jpg,800,800,corobot,179,147,276,370 +frame3030.jpg,800,800,corobot,414,103,505,323 +frame3030.jpg,800,800,corobot,298,7,376,250 +frame3030.jpg,800,800,myrobot,279,257,345,441 +frame2026.jpg,800,800,myrobot,264,251,345,450 +frame2026.jpg,800,800,corobot,82,41,191,298 +frame2026.jpg,800,800,corobot,86,335,189,514 +frame2026.jpg,800,800,corobot,196,508,290,662 +frame2026.jpg,800,800,corobot,404,310,503,511 +frame2026.jpg,800,800,corobot,495,87,607,315 +frame4046.jpg,800,800,corobot,150,1,240,223 +frame4046.jpg,800,800,corobot,102,363,197,533 +frame4046.jpg,800,800,corobot,372,162,451,371 +frame4046.jpg,800,800,corobot,478,277,573,444 +frame4046.jpg,800,800,myrobot,268,237,344,441 +frame4046.jpg,800,800,corobot,408,404,478,561 +frame2027.jpg,800,800,corobot,135,54,235,308 +frame2027.jpg,800,800,corobot,96,388,196,555 +frame2027.jpg,800,800,corobot,497,140,612,349 +frame2027.jpg,800,800,corobot,236,485,322,641 +frame2027.jpg,800,800,corobot,357,326,446,518 +frame2027.jpg,800,800,myrobot,267,253,343,448 +frame1027.jpg,800,800,corobot,139,70,231,315 +frame1027.jpg,800,800,corobot,23,214,131,418 +frame1027.jpg,800,800,corobot,184,351,269,520 +frame1027.jpg,800,800,corobot,436,134,531,349 +frame1027.jpg,800,800,corobot,391,495,478,654 +frame1027.jpg,800,800,myrobot,269,232,353,449 +frame4027.jpg,800,800,corobot,67,437,176,588 +frame4027.jpg,800,800,corobot,347,407,427,585 +frame4027.jpg,800,800,corobot,517,319,626,496 +frame4027.jpg,800,800,corobot,87,4,182,243 +frame4027.jpg,800,800,corobot,347,112,421,322 +frame4027.jpg,800,800,myrobot,269,235,344,446 +frame1048.jpg,800,800,corobot,38,214,141,416 +frame1048.jpg,800,800,corobot,130,82,230,315 +frame1048.jpg,800,800,corobot,162,329,251,510 +frame1048.jpg,800,800,corobot,430,121,520,341 +frame1048.jpg,800,800,corobot,387,509,480,659 +frame1048.jpg,800,800,myrobot,272,233,354,444 +frame1033.jpg,800,800,myrobot,270,233,352,449 +frame1033.jpg,800,800,corobot,33,221,139,420 +frame1033.jpg,800,800,corobot,108,88,207,328 +frame1033.jpg,800,800,corobot,413,146,503,359 +frame1033.jpg,800,800,corobot,170,326,255,502 +frame1033.jpg,800,800,corobot,367,516,453,668 +frame1041.jpg,800,800,myrobot,267,233,355,446 +frame1041.jpg,800,800,corobot,12,185,125,396 +frame1041.jpg,800,800,corobot,161,61,254,300 +frame1041.jpg,800,800,corobot,449,100,545,328 +frame1041.jpg,800,800,corobot,194,365,281,536 +frame1041.jpg,800,800,corobot,401,491,498,650 +frame2047.jpg,800,800,corobot,133,65,228,305 +frame2047.jpg,800,800,corobot,101,377,203,549 +frame2047.jpg,800,800,corobot,505,118,617,339 +frame2047.jpg,800,800,corobot,233,473,321,631 +frame2047.jpg,800,800,corobot,357,342,448,527 +frame2047.jpg,800,800,myrobot,265,255,343,450 +frame2000.jpg,800,800,corobot,79,51,179,300 +frame2000.jpg,800,800,corobot,497,87,607,308 +frame2000.jpg,800,800,corobot,85,329,193,500 +frame2000.jpg,800,800,corobot,413,318,503,514 +frame2000.jpg,800,800,corobot,185,513,275,668 +frame2000.jpg,800,800,myrobot,266,254,342,449 +frame1049.jpg,800,800,myrobot,271,233,356,448 +frame1049.jpg,800,800,corobot,1,162,117,379 +frame1049.jpg,800,800,corobot,174,53,266,295 +frame1049.jpg,800,800,corobot,464,88,562,316 +frame1049.jpg,800,800,corobot,198,373,284,545 +frame1049.jpg,800,800,corobot,425,476,523,634 +frame1039.jpg,800,800,myrobot,269,232,353,448 +frame1039.jpg,800,800,corobot,44,218,146,422 +frame1039.jpg,800,800,corobot,116,86,212,323 +frame1039.jpg,800,800,corobot,171,328,257,510 +frame1039.jpg,800,800,corobot,413,136,508,355 +frame1039.jpg,800,800,corobot,357,524,449,676 +frame2043.jpg,800,800,corobot,102,39,200,271 +frame2043.jpg,800,800,corobot,485,95,591,316 +frame2043.jpg,800,800,corobot,71,336,176,517 +frame2043.jpg,800,800,corobot,385,317,478,500 +frame2043.jpg,800,800,corobot,192,509,290,659 +frame2043.jpg,800,800,myrobot,264,255,344,446 +frame2029.jpg,800,800,corobot,97,39,197,294 +frame2029.jpg,800,800,corobot,485,86,592,311 +frame2029.jpg,800,800,corobot,78,342,182,516 +frame2029.jpg,800,800,corobot,392,309,485,508 +frame2029.jpg,800,800,corobot,194,514,281,664 +frame2029.jpg,800,800,myrobot,269,251,342,448 +frame3032.jpg,800,800,corobot,17,405,129,574 +frame3032.jpg,800,800,corobot,414,438,504,599 +frame3032.jpg,800,800,corobot,133,172,225,386 +frame3032.jpg,800,800,corobot,436,147,530,359 +frame3032.jpg,800,800,corobot,335,3,417,225 +frame3032.jpg,800,800,myrobot,274,231,345,443 +frame4000.jpg,800,800,corobot,94,1,191,246 +frame4000.jpg,800,800,corobot,351,111,425,322 +frame4000.jpg,800,800,corobot,75,446,186,597 +frame4000.jpg,800,800,corobot,339,410,416,587 +frame4000.jpg,800,800,corobot,517,334,635,516 +frame4000.jpg,800,800,myrobot,264,228,344,446 +frame4039.jpg,800,800,corobot,129,1,219,242 +frame4039.jpg,800,800,corobot,76,391,171,555 +frame4039.jpg,800,800,corobot,345,124,419,322 +frame4039.jpg,800,800,myrobot,267,242,343,445 +frame4039.jpg,800,800,corobot,374,424,458,584 +frame4039.jpg,800,800,corobot,511,319,617,496 +frame2039.jpg,800,800,corobot,152,91,243,321 +frame2039.jpg,800,800,corobot,115,400,211,563 +frame2039.jpg,800,800,corobot,247,467,331,630 +frame2039.jpg,800,800,corobot,349,348,437,531 +frame2039.jpg,800,800,corobot,524,157,641,368 +frame2039.jpg,800,800,myrobot,267,255,342,446 diff --git a/workspace/virtuallab/test/images/test/frame1000.jpg b/workspace/virtuallab/test/images/test/frame1000.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0f015cc0eccfe6a4287be7904e412f7a499a783 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame1000.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame1000.xml b/workspace/virtuallab/test/images/test/frame1000.xml new file mode 100644 index 0000000000000000000000000000000000000000..5a5d2b7fa7690219d1ff79af5be77aa3cc0e595e --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame1000.xml @@ -0,0 +1,86 @@ + + test + frame1000.jpg + /home/job/workspace/virtuallab/test/frame1000.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 2 + 166 + 108 + 381 + + + + corobot + Unspecified + 0 + 0 + + 202 + 64 + 282 + 312 + + + + corobot + Unspecified + 0 + 0 + + 187 + 416 + 270 + 566 + + + + corobot + Unspecified + 0 + 0 + + 438 + 77 + 541 + 298 + + + + corobot + Unspecified + 0 + 0 + + 430 + 491 + 523 + 653 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 235 + 350 + 446 + + + diff --git a/workspace/virtuallab/test/images/test/frame1035.jpg b/workspace/virtuallab/test/images/test/frame1035.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f683cb8d0b28593eb6a48da23a5f04fae0618dc3 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame1035.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame1035.xml b/workspace/virtuallab/test/images/test/frame1035.xml new file mode 100644 index 0000000000000000000000000000000000000000..24d6da5d6bd36c82cbc16a80ef55e8b92662174e --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame1035.xml @@ -0,0 +1,86 @@ + + test + frame1035.jpg + /home/job/workspace/virtuallab/test/frame1035.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 272 + 232 + 352 + 442 + + + + corobot + Unspecified + 1 + 0 + + 1 + 166 + 106 + 379 + + + + corobot + Unspecified + 0 + 0 + + 171 + 54 + 257 + 296 + + + + corobot + Unspecified + 0 + 0 + + 453 + 95 + 547 + 320 + + + + corobot + Unspecified + 0 + 0 + + 200 + 375 + 282 + 540 + + + + corobot + Unspecified + 0 + 0 + + 407 + 487 + 504 + 645 + + + diff --git a/workspace/virtuallab/test/images/test/frame1040.jpg b/workspace/virtuallab/test/images/test/frame1040.jpg new file mode 100644 index 0000000000000000000000000000000000000000..217a501ae9025ceab7ec302eea14a303a5f611e7 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame1040.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame1040.xml b/workspace/virtuallab/test/images/test/frame1040.xml new file mode 100644 index 0000000000000000000000000000000000000000..0082530ab8fb600a4d681e86b4483213b5e96e1d --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame1040.xml @@ -0,0 +1,86 @@ + + test + frame1040.jpg + /home/job/workspace/virtuallab/test/frame1040.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 7 + 182 + 121 + 392 + + + + corobot + Unspecified + 0 + 0 + + 162 + 59 + 257 + 303 + + + + corobot + Unspecified + 0 + 0 + + 201 + 372 + 285 + 542 + + + + corobot + Unspecified + 0 + 0 + + 445 + 96 + 548 + 323 + + + + corobot + Unspecified + 0 + 0 + + 399 + 495 + 494 + 651 + + + + myrobot + Unspecified + 0 + 0 + + 268 + 235 + 353 + 447 + + + diff --git a/workspace/virtuallab/test/images/test/frame1045.jpg b/workspace/virtuallab/test/images/test/frame1045.jpg new file mode 100644 index 0000000000000000000000000000000000000000..214fb2fb5f449ad74ba4a9bfe33e46eab8e36730 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame1045.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame1045.xml b/workspace/virtuallab/test/images/test/frame1045.xml new file mode 100644 index 0000000000000000000000000000000000000000..d544748f42bdb4046c9a97661f277639ba6515a0 --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame1045.xml @@ -0,0 +1,86 @@ + + test + frame1045.jpg + /home/job/workspace/virtuallab/test/frame1045.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 267 + 232 + 354 + 448 + + + + corobot + Unspecified + 0 + 0 + + 45 + 218 + 148 + 421 + + + + corobot + Unspecified + 0 + 0 + + 126 + 86 + 219 + 322 + + + + corobot + Unspecified + 0 + 0 + + 163 + 331 + 251 + 509 + + + + corobot + Unspecified + 0 + 0 + + 414 + 129 + 516 + 351 + + + + corobot + Unspecified + 0 + 0 + + 376 + 516 + 471 + 668 + + + diff --git a/workspace/virtuallab/test/images/test/frame1050.jpg b/workspace/virtuallab/test/images/test/frame1050.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87eda87832f86d200eddedd477a644d70ea71af2 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame1050.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame1050.xml b/workspace/virtuallab/test/images/test/frame1050.xml new file mode 100644 index 0000000000000000000000000000000000000000..26e2486b67a2f97cea112db9b9f77d5ff20ba835 --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame1050.xml @@ -0,0 +1,86 @@ + + test + frame1050.jpg + /home/job/workspace/virtuallab/test/frame1050.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 130 + 87 + 226 + 320 + + + + corobot + Unspecified + 0 + 0 + + 32 + 208 + 143 + 412 + + + + corobot + Unspecified + 0 + 0 + + 429 + 121 + 520 + 346 + + + + corobot + Unspecified + 0 + 0 + + 388 + 513 + 479 + 662 + + + + corobot + Unspecified + 0 + 0 + + 159 + 329 + 251 + 515 + + + + myrobot + Unspecified + 0 + 0 + + 273 + 229 + 354 + 450 + + + diff --git a/workspace/virtuallab/test/images/test/frame2025.jpg b/workspace/virtuallab/test/images/test/frame2025.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f9ce7d96e2dd17fc60d7c3d3ed23a1c659d9c99 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame2025.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame2025.xml b/workspace/virtuallab/test/images/test/frame2025.xml new file mode 100644 index 0000000000000000000000000000000000000000..35b9c31f9e31eab83cc1228dd0657ee257d3c161 --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame2025.xml @@ -0,0 +1,86 @@ + + test + frame2025.jpg + /home/job/workspace/virtuallab/test/frame2025.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 162 + 53 + 254 + 298 + + + + corobot + Unspecified + 0 + 0 + + 497 + 160 + 609 + 373 + + + + corobot + Unspecified + 0 + 0 + + 89 + 416 + 194 + 571 + + + + corobot + Unspecified + 0 + 0 + + 344 + 317 + 438 + 512 + + + + corobot + Unspecified + 0 + 0 + + 247 + 478 + 342 + 635 + + + + myrobot + Unspecified + 0 + 0 + + 265 + 253 + 348 + 448 + + + diff --git a/workspace/virtuallab/test/images/test/frame2035.jpg b/workspace/virtuallab/test/images/test/frame2035.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7aee262f311ba71ef4534c4e1944c206fa715d4b Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame2035.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame2035.xml b/workspace/virtuallab/test/images/test/frame2035.xml new file mode 100644 index 0000000000000000000000000000000000000000..6c0eb3ca7528461e9dfdc36a46fccb91ef595f5f --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame2035.xml @@ -0,0 +1,86 @@ + + test + frame2035.jpg + /home/job/workspace/virtuallab/test/frame2035.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 113 + 50 + 211 + 286 + + + + corobot + Unspecified + 0 + 0 + + 80 + 352 + 178 + 524 + + + + corobot + Unspecified + 0 + 0 + + 194 + 514 + 280 + 661 + + + + corobot + Unspecified + 0 + 0 + + 382 + 315 + 473 + 500 + + + + corobot + Unspecified + 0 + 0 + + 489 + 113 + 598 + 322 + + + + myrobot + Unspecified + 0 + 0 + + 268 + 263 + 341 + 446 + + + diff --git a/workspace/virtuallab/test/images/test/frame2040.jpg b/workspace/virtuallab/test/images/test/frame2040.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b5be62c39de7329fa3117b59039c07f19b1327d Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame2040.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame2040.xml b/workspace/virtuallab/test/images/test/frame2040.xml new file mode 100644 index 0000000000000000000000000000000000000000..cd503ef7e3c446215454b6c00c38f9efbcb5f71f --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame2040.xml @@ -0,0 +1,86 @@ + + test + frame2040.jpg + /home/job/workspace/virtuallab/test/frame2040.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 110 + 44 + 210 + 285 + + + + corobot + Unspecified + 0 + 0 + + 79 + 347 + 180 + 531 + + + + corobot + Unspecified + 0 + 0 + + 382 + 309 + 480 + 500 + + + + corobot + Unspecified + 0 + 0 + + 202 + 498 + 295 + 651 + + + + corobot + Unspecified + 0 + 0 + + 495 + 109 + 604 + 330 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 256 + 341 + 446 + + + diff --git a/workspace/virtuallab/test/images/test/frame2045.jpg b/workspace/virtuallab/test/images/test/frame2045.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a4b2c76c76ddd55f8cd2ed6f7ad0b8f9d149107 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame2045.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame2045.xml b/workspace/virtuallab/test/images/test/frame2045.xml new file mode 100644 index 0000000000000000000000000000000000000000..985cb4137d556d434676ffa3425084c8d9b0824e --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame2045.xml @@ -0,0 +1,86 @@ + + test + frame2045.jpg + /home/job/workspace/virtuallab/test/frame2045.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 146 + 85 + 240 + 310 + + + + corobot + Unspecified + 0 + 0 + + 110 + 389 + 207 + 559 + + + + corobot + Unspecified + 0 + 0 + + 238 + 465 + 332 + 621 + + + + corobot + Unspecified + 0 + 0 + + 351 + 350 + 442 + 532 + + + + corobot + Unspecified + 0 + 0 + + 514 + 137 + 630 + 354 + + + + myrobot + Unspecified + 0 + 0 + + 264 + 256 + 344 + 446 + + + diff --git a/workspace/virtuallab/test/images/test/frame2050.jpg b/workspace/virtuallab/test/images/test/frame2050.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de598946977e105ce799518a3ac2997ebf64a1c4 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame2050.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame2050.xml b/workspace/virtuallab/test/images/test/frame2050.xml new file mode 100644 index 0000000000000000000000000000000000000000..b0fb30906338570e493e144cd7d284a0c233534b --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame2050.xml @@ -0,0 +1,86 @@ + + test + frame2050.jpg + /home/job/workspace/virtuallab/test/frame2050.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 142 + 72 + 237 + 309 + + + + corobot + Unspecified + 0 + 0 + + 109 + 382 + 208 + 558 + + + + corobot + Unspecified + 0 + 0 + + 226 + 475 + 321 + 632 + + + + corobot + Unspecified + 0 + 0 + + 348 + 354 + 442 + 535 + + + + corobot + Unspecified + 0 + 0 + + 510 + 121 + 629 + 347 + + + + myrobot + Unspecified + 0 + 0 + + 265 + 257 + 346 + 443 + + + diff --git a/workspace/virtuallab/test/images/test/frame2051.jpg b/workspace/virtuallab/test/images/test/frame2051.jpg new file mode 100644 index 0000000000000000000000000000000000000000..136b51a6ae6d4cdd628fe532fb648388f7d3de43 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame2051.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame2051.xml b/workspace/virtuallab/test/images/test/frame2051.xml new file mode 100644 index 0000000000000000000000000000000000000000..12d3d2fa3fa99594a8f33a6126b271205dfe4b5d --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame2051.xml @@ -0,0 +1,86 @@ + + test + frame2051.jpg + /home/job/workspace/virtuallab/test/frame2051.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 144 + 72 + 235 + 309 + + + + corobot + Unspecified + 0 + 0 + + 107 + 380 + 207 + 552 + + + + corobot + Unspecified + 0 + 0 + + 353 + 350 + 448 + 527 + + + + corobot + Unspecified + 0 + 0 + + 222 + 476 + 317 + 635 + + + + corobot + Unspecified + 0 + 0 + + 510 + 117 + 623 + 343 + + + + myrobot + Unspecified + 0 + 0 + + 265 + 259 + 347 + 448 + + + diff --git a/workspace/virtuallab/test/images/test/frame3035.jpg b/workspace/virtuallab/test/images/test/frame3035.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33e5f36edff96900fda462b89cd40166ede22c0f Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame3035.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame3035.xml b/workspace/virtuallab/test/images/test/frame3035.xml new file mode 100644 index 0000000000000000000000000000000000000000..e269bd46c1ab49bde08182496a29db2b937d270e --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame3035.xml @@ -0,0 +1,86 @@ + + test + frame3035.jpg + /home/job/workspace/virtuallab/test/frame3035.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 13 + 396 + 126 + 556 + + + + corobot + Unspecified + 0 + 0 + + 414 + 443 + 503 + 598 + + + + corobot + Unspecified + 0 + 0 + + 142 + 166 + 234 + 381 + + + + corobot + Unspecified + 0 + 0 + + 440 + 149 + 536 + 358 + + + + corobot + Unspecified + 0 + 0 + + 338 + 2 + 418 + 224 + + + + myrobot + Unspecified + 0 + 0 + + 275 + 238 + 344 + 446 + + + diff --git a/workspace/virtuallab/test/images/test/frame3040.jpg b/workspace/virtuallab/test/images/test/frame3040.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59ffd7d485b8aec96c668ea72a9581c41ab95542 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame3040.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame3040.xml b/workspace/virtuallab/test/images/test/frame3040.xml new file mode 100644 index 0000000000000000000000000000000000000000..a63e1f2967df2d800c54d1cbcd65024a8915b4bf --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame3040.xml @@ -0,0 +1,86 @@ + + test + frame3040.jpg + /home/job/workspace/virtuallab/test/frame3040.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 12 + 391 + 121 + 552 + + + + corobot + Unspecified + 0 + 0 + + 412 + 446 + 503 + 598 + + + + corobot + Unspecified + 0 + 0 + + 440 + 147 + 531 + 357 + + + + corobot + Unspecified + 0 + 0 + + 137 + 173 + 227 + 382 + + + + corobot + Unspecified + 1 + 0 + + 326 + 1 + 405 + 232 + + + + myrobot + Unspecified + 0 + 0 + + 274 + 246 + 344 + 445 + + + diff --git a/workspace/virtuallab/test/images/test/frame3045.jpg b/workspace/virtuallab/test/images/test/frame3045.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a99f3d141f6b4211994468a6e0e20e75d33522a4 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame3045.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame3045.xml b/workspace/virtuallab/test/images/test/frame3045.xml new file mode 100644 index 0000000000000000000000000000000000000000..37bb435ac8a8a01132264f8bef25db0669e00f8e --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame3045.xml @@ -0,0 +1,86 @@ + + test + frame3045.jpg + /home/job/workspace/virtuallab/test/frame3045.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 1 + 359 + 100 + 530 + + + + corobot + Unspecified + 0 + 0 + + 386 + 409 + 470 + 570 + + + + corobot + Unspecified + 0 + 0 + + 413 + 102 + 498 + 325 + + + + corobot + Unspecified + 0 + 0 + + 181 + 135 + 265 + 351 + + + + corobot + Unspecified + 0 + 0 + + 292 + 21 + 367 + 259 + + + + myrobot + Unspecified + 0 + 0 + + 274 + 264 + 346 + 444 + + + diff --git a/workspace/virtuallab/test/images/test/frame3050.jpg b/workspace/virtuallab/test/images/test/frame3050.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40da0e5369dea09290ad68396765fc34917d6924 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame3050.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame3050.xml b/workspace/virtuallab/test/images/test/frame3050.xml new file mode 100644 index 0000000000000000000000000000000000000000..2424874db643512ae4a35439bc0710a6dd82f40d --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame3050.xml @@ -0,0 +1,86 @@ + + test + frame3050.jpg + /home/job/workspace/virtuallab/test/frame3050.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 2 + 366 + 102 + 534 + + + + corobot + Unspecified + 0 + 0 + + 388 + 414 + 470 + 570 + + + + corobot + Unspecified + 0 + 0 + + 184 + 132 + 268 + 347 + + + + corobot + Unspecified + 0 + 0 + + 410 + 103 + 498 + 324 + + + + corobot + Unspecified + 0 + 0 + + 304 + 18 + 380 + 256 + + + + myrobot + Unspecified + 0 + 0 + + 276 + 259 + 346 + 445 + + + diff --git a/workspace/virtuallab/test/images/test/frame4025.jpg b/workspace/virtuallab/test/images/test/frame4025.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09e105fb0d4bf7c6aadbc30f9b55231b6ae9ce99 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame4025.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame4025.xml b/workspace/virtuallab/test/images/test/frame4025.xml new file mode 100644 index 0000000000000000000000000000000000000000..6f1208c433e75b474056e247dea893f4dc12cc27 --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame4025.xml @@ -0,0 +1,86 @@ + + test + frame4025.jpg + /home/job/workspace/virtuallab/test/frame4025.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 266 + 235 + 351 + 452 + + + + corobot + Unspecified + 0 + 0 + + 139 + 4 + 236 + 247 + + + + corobot + Unspecified + 0 + 0 + + 75 + 400 + 180 + 556 + + + + corobot + Unspecified + 0 + 0 + + 348 + 158 + 429 + 360 + + + + corobot + Unspecified + 0 + 0 + + 381 + 408 + 471 + 588 + + + + corobot + Unspecified + 0 + 0 + + 497 + 296 + 610 + 480 + + + diff --git a/workspace/virtuallab/test/images/test/frame4035.jpg b/workspace/virtuallab/test/images/test/frame4035.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2206a52f42fa31da5b45d8d3dcb2e0718a70cfb9 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame4035.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame4035.xml b/workspace/virtuallab/test/images/test/frame4035.xml new file mode 100644 index 0000000000000000000000000000000000000000..64f197790d8a3aee00d26bd212d465e305a5202d --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame4035.xml @@ -0,0 +1,86 @@ + + test + frame4035.jpg + /home/job/workspace/virtuallab/test/frame4035.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 134 + 1 + 225 + 235 + + + + corobot + Unspecified + 0 + 0 + + 89 + 373 + 188 + 547 + + + + corobot + Unspecified + 0 + 0 + + 352 + 152 + 428 + 363 + + + + corobot + Unspecified + 0 + 0 + + 502 + 309 + 601 + 481 + + + + corobot + Unspecified + 0 + 0 + + 386 + 412 + 479 + 581 + + + + myrobot + Unspecified + 0 + 0 + + 266 + 237 + 347 + 446 + + + diff --git a/workspace/virtuallab/test/images/test/frame4040.jpg b/workspace/virtuallab/test/images/test/frame4040.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54aebe2fa82f92d7e6bb4259ad87f7e0f3582716 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame4040.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame4040.xml b/workspace/virtuallab/test/images/test/frame4040.xml new file mode 100644 index 0000000000000000000000000000000000000000..438725263cc247b7d9d6cb6d5f58ac427e2c9382 --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame4040.xml @@ -0,0 +1,86 @@ + + test + frame4040.jpg + /home/job/workspace/virtuallab/test/frame4040.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 169 + 1 + 256 + 219 + + + + corobot + Unspecified + 0 + 0 + + 109 + 357 + 206 + 535 + + + + corobot + Unspecified + 0 + 0 + + 368 + 164 + 446 + 375 + + + + corobot + Unspecified + 0 + 0 + + 476 + 289 + 573 + 428 + + + + corobot + Unspecified + 0 + 0 + + 412 + 436 + 498 + 555 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 240 + 342 + 446 + + + diff --git a/workspace/virtuallab/test/images/test/frame4045.jpg b/workspace/virtuallab/test/images/test/frame4045.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc41eed455529419b20c189215776c4c759754da Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame4045.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame4045.xml b/workspace/virtuallab/test/images/test/frame4045.xml new file mode 100644 index 0000000000000000000000000000000000000000..a3e00a71bf398cd60e168e0086c2894a3aea6aaf --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame4045.xml @@ -0,0 +1,86 @@ + + test + frame4045.jpg + /home/job/workspace/virtuallab/test/frame4045.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 134 + 1 + 224 + 232 + + + + corobot + Unspecified + 0 + 0 + + 79 + 386 + 177 + 558 + + + + corobot + Unspecified + 0 + 0 + + 357 + 146 + 437 + 358 + + + + corobot + Unspecified + 0 + 0 + + 384 + 414 + 469 + 581 + + + + corobot + Unspecified + 0 + 0 + + 493 + 299 + 592 + 480 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 232 + 348 + 445 + + + diff --git a/workspace/virtuallab/test/images/test/frame4050.jpg b/workspace/virtuallab/test/images/test/frame4050.jpg new file mode 100644 index 0000000000000000000000000000000000000000..471ba812f5d622f405385ab7ce77a6d181ddeee2 Binary files /dev/null and b/workspace/virtuallab/test/images/test/frame4050.jpg differ diff --git a/workspace/virtuallab/test/images/test/frame4050.xml b/workspace/virtuallab/test/images/test/frame4050.xml new file mode 100644 index 0000000000000000000000000000000000000000..a68cb3273f093d8ea70334c1bae80a336b2356dc --- /dev/null +++ b/workspace/virtuallab/test/images/test/frame4050.xml @@ -0,0 +1,86 @@ + + test + frame4050.jpg + /home/job/workspace/virtuallab/test/frame4050.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 102 + 14 + 193 + 251 + + + + corobot + Unspecified + 0 + 0 + + 54 + 404 + 153 + 568 + + + + corobot + Unspecified + 0 + 0 + + 344 + 122 + 418 + 337 + + + + corobot + Unspecified + 0 + 0 + + 364 + 432 + 445 + 596 + + + + corobot + Unspecified + 0 + 0 + + 511 + 330 + 618 + 501 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 235 + 342 + 442 + + + diff --git a/workspace/virtuallab/test/images/train/frame1024.jpg b/workspace/virtuallab/test/images/train/frame1024.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffcc8b9a018cf0115664b9ea7b1d87342b66f70d Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1024.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1024.xml b/workspace/virtuallab/test/images/train/frame1024.xml new file mode 100644 index 0000000000000000000000000000000000000000..d118de0c9bf916353cb2817c9dea29806ec82023 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1024.xml @@ -0,0 +1,86 @@ + + test + frame1024.jpg + /home/job/workspace/virtuallab/test/frame1024.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 7 + 197 + 123 + 408 + + + + corobot + Unspecified + 0 + 0 + + 162 + 63 + 246 + 307 + + + + corobot + Unspecified + 0 + 0 + + 187 + 373 + 273 + 535 + + + + corobot + Unspecified + 0 + 0 + + 441 + 123 + 542 + 332 + + + + corobot + Unspecified + 0 + 0 + + 394 + 491 + 481 + 652 + + + + myrobot + Unspecified + 0 + 0 + + 268 + 226 + 350 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame1025.jpg b/workspace/virtuallab/test/images/train/frame1025.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6adfa401f7a3f2a5884fdb0b2f02d791d12ccac2 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1025.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1025.xml b/workspace/virtuallab/test/images/train/frame1025.xml new file mode 100644 index 0000000000000000000000000000000000000000..4c2614ac248f39254b1fbfd2d3db279a55a49c24 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1025.xml @@ -0,0 +1,86 @@ + + test + frame1025.jpg + /home/job/workspace/virtuallab/test/frame1025.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 118 + 64 + 214 + 312 + + + + corobot + Unspecified + 0 + 0 + + 30 + 232 + 139 + 429 + + + + corobot + Unspecified + 0 + 0 + + 187 + 341 + 274 + 508 + + + + corobot + Unspecified + 0 + 0 + + 440 + 159 + 543 + 362 + + + + corobot + Unspecified + 0 + 0 + + 368 + 491 + 452 + 652 + + + + myrobot + Unspecified + 0 + 0 + + 273 + 231 + 353 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame1026.jpg b/workspace/virtuallab/test/images/train/frame1026.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdad646d3906246ceea2471d1c599b877948cc33 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1026.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1026.xml b/workspace/virtuallab/test/images/train/frame1026.xml new file mode 100644 index 0000000000000000000000000000000000000000..2fc4602bd2a227deaae59f5813082cdd0cdda5fc --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1026.xml @@ -0,0 +1,86 @@ + + test + frame1026.jpg + /home/job/workspace/virtuallab/test/frame1026.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 2 + 174 + 110 + 383 + + + + corobot + Unspecified + 0 + 0 + + 192 + 63 + 276 + 310 + + + + corobot + Unspecified + 0 + 0 + + 444 + 87 + 547 + 308 + + + + corobot + Unspecified + 0 + 0 + + 191 + 411 + 275 + 564 + + + + corobot + Unspecified + 0 + 0 + + 436 + 490 + 529 + 652 + + + + myrobot + Unspecified + 0 + 0 + + 274 + 236 + 350 + 444 + + + diff --git a/workspace/virtuallab/test/images/train/frame1027.jpg b/workspace/virtuallab/test/images/train/frame1027.jpg new file mode 100644 index 0000000000000000000000000000000000000000..681e8735a28c119a7e9af35ed617935a878bb28b Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1027.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1027.xml b/workspace/virtuallab/test/images/train/frame1027.xml new file mode 100644 index 0000000000000000000000000000000000000000..0c55ef3fdc36715063a6a2874e4041435f5971a2 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1027.xml @@ -0,0 +1,86 @@ + + test + frame1027.jpg + /home/job/workspace/virtuallab/test/frame1027.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 139 + 70 + 231 + 315 + + + + corobot + Unspecified + 0 + 0 + + 23 + 214 + 131 + 418 + + + + corobot + Unspecified + 0 + 0 + + 184 + 351 + 269 + 520 + + + + corobot + Unspecified + 0 + 0 + + 436 + 134 + 531 + 349 + + + + corobot + Unspecified + 0 + 0 + + 391 + 495 + 478 + 654 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 232 + 353 + 449 + + + diff --git a/workspace/virtuallab/test/images/train/frame1028.jpg b/workspace/virtuallab/test/images/train/frame1028.jpg new file mode 100644 index 0000000000000000000000000000000000000000..154060ff5d3cf2af96eb34c8db487ebd65513369 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1028.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1028.xml b/workspace/virtuallab/test/images/train/frame1028.xml new file mode 100644 index 0000000000000000000000000000000000000000..effb90621fa7bdd711dafab596575257c1ee847c --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1028.xml @@ -0,0 +1,86 @@ + + test + frame1028.jpg + /home/job/workspace/virtuallab/test/frame1028.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 25 + 220 + 134 + 420 + + + + corobot + Unspecified + 0 + 0 + + 130 + 73 + 221 + 317 + + + + corobot + Unspecified + 0 + 0 + + 180 + 330 + 266 + 503 + + + + corobot + Unspecified + 0 + 0 + + 434 + 145 + 531 + 350 + + + + corobot + Unspecified + 0 + 0 + + 378 + 494 + 469 + 655 + + + + myrobot + Unspecified + 0 + 0 + + 271 + 230 + 353 + 447 + + + diff --git a/workspace/virtuallab/test/images/train/frame1029.jpg b/workspace/virtuallab/test/images/train/frame1029.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a633919c1039d38aadc24ac30ce84b97540470b0 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1029.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1029.xml b/workspace/virtuallab/test/images/train/frame1029.xml new file mode 100644 index 0000000000000000000000000000000000000000..976b8fe2be9aa35c6d00d9bc23365e8237d43398 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1029.xml @@ -0,0 +1,86 @@ + + test + frame1029.jpg + /home/job/workspace/virtuallab/test/frame1029.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 271 + 232 + 351 + 446 + + + + corobot + Unspecified + 1 + 0 + + 1 + 161 + 106 + 379 + + + + corobot + Unspecified + 0 + 0 + + 181 + 53 + 270 + 298 + + + + corobot + Unspecified + 0 + 0 + + 452 + 90 + 554 + 304 + + + + corobot + Unspecified + 0 + 0 + + 200 + 391 + 282 + 550 + + + + corobot + Unspecified + 0 + 0 + + 433 + 481 + 528 + 642 + + + diff --git a/workspace/virtuallab/test/images/train/frame1030.jpg b/workspace/virtuallab/test/images/train/frame1030.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e840bd4af401dc52abd8d70b246460d781653758 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1030.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1030.xml b/workspace/virtuallab/test/images/train/frame1030.xml new file mode 100644 index 0000000000000000000000000000000000000000..bbae6792036be62f94bd8db924f21edd959c4839 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1030.xml @@ -0,0 +1,86 @@ + + test + frame1030.jpg + /home/job/workspace/virtuallab/test/frame1030.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 22 + 210 + 131 + 413 + + + + corobot + Unspecified + 0 + 0 + + 121 + 76 + 219 + 323 + + + + corobot + Unspecified + 0 + 0 + + 424 + 132 + 517 + 346 + + + + corobot + Unspecified + 0 + 0 + + 175 + 331 + 263 + 508 + + + + corobot + Unspecified + 0 + 0 + + 377 + 507 + 470 + 659 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 228 + 352 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame1031.jpg b/workspace/virtuallab/test/images/train/frame1031.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06e7f341e1a96233e747f562e71e2f2c5dbc003f Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1031.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1031.xml b/workspace/virtuallab/test/images/train/frame1031.xml new file mode 100644 index 0000000000000000000000000000000000000000..506d6462714b803f4b6915e040a8f6b0be37aaf0 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1031.xml @@ -0,0 +1,86 @@ + + test + frame1031.jpg + /home/job/workspace/virtuallab/test/frame1031.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 271 + 228 + 352 + 450 + + + + corobot + Unspecified + 0 + 0 + + 24 + 209 + 131 + 414 + + + + corobot + Unspecified + 0 + 0 + + 125 + 76 + 221 + 316 + + + + corobot + Unspecified + 0 + 0 + + 425 + 136 + 521 + 350 + + + + corobot + Unspecified + 0 + 0 + + 180 + 341 + 266 + 515 + + + + corobot + Unspecified + 0 + 0 + + 376 + 506 + 472 + 660 + + + diff --git a/workspace/virtuallab/test/images/train/frame1032.jpg b/workspace/virtuallab/test/images/train/frame1032.jpg new file mode 100644 index 0000000000000000000000000000000000000000..685503e8d41922fb76125f2f7940a0718a974ada Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1032.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1032.xml b/workspace/virtuallab/test/images/train/frame1032.xml new file mode 100644 index 0000000000000000000000000000000000000000..86ee8b2b8d1222be8fa22791a9d75a776417afbc --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1032.xml @@ -0,0 +1,86 @@ + + test + frame1032.jpg + /home/job/workspace/virtuallab/test/frame1032.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 167 + 56 + 259 + 302 + + + + corobot + Unspecified + 1 + 0 + + 1 + 171 + 107 + 385 + + + + corobot + Unspecified + 0 + 0 + + 451 + 97 + 548 + 320 + + + + corobot + Unspecified + 0 + 0 + + 205 + 387 + 287 + 549 + + + + corobot + Unspecified + 0 + 0 + + 417 + 481 + 514 + 642 + + + + myrobot + Unspecified + 0 + 0 + + 271 + 231 + 351 + 448 + + + diff --git a/workspace/virtuallab/test/images/train/frame1033.jpg b/workspace/virtuallab/test/images/train/frame1033.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7074d28a53a1bd433f72d68198d30810cd7e6712 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1033.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1033.xml b/workspace/virtuallab/test/images/train/frame1033.xml new file mode 100644 index 0000000000000000000000000000000000000000..ac7ce19b777a58b4a55f61c2e11739887ee46c19 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1033.xml @@ -0,0 +1,86 @@ + + test + frame1033.jpg + /home/job/workspace/virtuallab/test/frame1033.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 270 + 233 + 352 + 449 + + + + corobot + Unspecified + 0 + 0 + + 33 + 221 + 139 + 420 + + + + corobot + Unspecified + 0 + 0 + + 108 + 88 + 207 + 328 + + + + corobot + Unspecified + 0 + 0 + + 413 + 146 + 503 + 359 + + + + corobot + Unspecified + 0 + 0 + + 170 + 326 + 255 + 502 + + + + corobot + Unspecified + 0 + 0 + + 367 + 516 + 453 + 668 + + + diff --git a/workspace/virtuallab/test/images/train/frame1034.jpg b/workspace/virtuallab/test/images/train/frame1034.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e365c7a7bbac1c16e029b8f88e3396287e0fb695 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1034.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1034.xml b/workspace/virtuallab/test/images/train/frame1034.xml new file mode 100644 index 0000000000000000000000000000000000000000..9e766552369776c955fd756717a941a907228d7f --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1034.xml @@ -0,0 +1,86 @@ + + test + frame1034.jpg + /home/job/workspace/virtuallab/test/frame1034.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 9 + 191 + 123 + 403 + + + + corobot + Unspecified + 0 + 0 + + 141 + 75 + 232 + 313 + + + + corobot + Unspecified + 0 + 0 + + 433 + 119 + 523 + 341 + + + + corobot + Unspecified + 0 + 0 + + 186 + 350 + 270 + 522 + + + + corobot + Unspecified + 0 + 0 + + 394 + 500 + 485 + 654 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 235 + 351 + 444 + + + diff --git a/workspace/virtuallab/test/images/train/frame1036.jpg b/workspace/virtuallab/test/images/train/frame1036.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62a26ad22a0ea185b5ed5d407dcaef6f4daae66e Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1036.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1036.xml b/workspace/virtuallab/test/images/train/frame1036.xml new file mode 100644 index 0000000000000000000000000000000000000000..d835a60e0b55f4e7cf1f6439c7774f113d203a89 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1036.xml @@ -0,0 +1,86 @@ + + test + frame1036.jpg + /home/job/workspace/virtuallab/test/frame1036.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 35 + 217 + 143 + 419 + + + + corobot + Unspecified + 0 + 0 + + 112 + 87 + 211 + 323 + + + + corobot + Unspecified + 0 + 0 + + 412 + 144 + 505 + 354 + + + + corobot + Unspecified + 0 + 0 + + 165 + 322 + 251 + 497 + + + + corobot + Unspecified + 0 + 0 + + 356 + 525 + 444 + 673 + + + + myrobot + Unspecified + 0 + 0 + + 271 + 232 + 350 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame1037.jpg b/workspace/virtuallab/test/images/train/frame1037.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4f42d300ae99411088a50edf1878419e31635cf Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1037.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1037.xml b/workspace/virtuallab/test/images/train/frame1037.xml new file mode 100644 index 0000000000000000000000000000000000000000..ba14b6d2309195c29867e31b32398269ff2a9bc9 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1037.xml @@ -0,0 +1,86 @@ + + test + frame1037.jpg + /home/job/workspace/virtuallab/test/frame1037.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 269 + 235 + 354 + 446 + + + + corobot + Unspecified + 0 + 0 + + 2 + 183 + 116 + 393 + + + + corobot + Unspecified + 0 + 0 + + 152 + 68 + 246 + 302 + + + + corobot + Unspecified + 0 + 0 + + 441 + 105 + 539 + 334 + + + + corobot + Unspecified + 0 + 0 + + 193 + 364 + 280 + 536 + + + + corobot + Unspecified + 0 + 0 + + 390 + 501 + 485 + 653 + + + diff --git a/workspace/virtuallab/test/images/train/frame1038.jpg b/workspace/virtuallab/test/images/train/frame1038.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17c0b5e89e5b85f69e8a0fc57f5c14600d383271 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1038.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1038.xml b/workspace/virtuallab/test/images/train/frame1038.xml new file mode 100644 index 0000000000000000000000000000000000000000..9ce4bd265f2944f9b6e15e46959e547f9515ce05 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1038.xml @@ -0,0 +1,86 @@ + + test + frame1038.jpg + /home/job/workspace/virtuallab/test/frame1038.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 5 + 173 + 116 + 388 + + + + corobot + Unspecified + 0 + 0 + + 158 + 60 + 251 + 301 + + + + corobot + Unspecified + 0 + 0 + + 444 + 100 + 540 + 328 + + + + corobot + Unspecified + 0 + 0 + + 203 + 374 + 287 + 541 + + + + corobot + Unspecified + 0 + 0 + + 396 + 497 + 494 + 651 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 233 + 354 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame1039.jpg b/workspace/virtuallab/test/images/train/frame1039.jpg new file mode 100644 index 0000000000000000000000000000000000000000..affd0f26054d7fb6f3201734313bc11cbb32aef1 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1039.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1039.xml b/workspace/virtuallab/test/images/train/frame1039.xml new file mode 100644 index 0000000000000000000000000000000000000000..d5729d1d48d2550357a7ce8c062f0a1fdd944086 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1039.xml @@ -0,0 +1,86 @@ + + test + frame1039.jpg + /home/job/workspace/virtuallab/test/frame1039.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 269 + 232 + 353 + 448 + + + + corobot + Unspecified + 0 + 0 + + 44 + 218 + 146 + 422 + + + + corobot + Unspecified + 0 + 0 + + 116 + 86 + 212 + 323 + + + + corobot + Unspecified + 0 + 0 + + 171 + 328 + 257 + 510 + + + + corobot + Unspecified + 0 + 0 + + 413 + 136 + 508 + 355 + + + + corobot + Unspecified + 0 + 0 + + 357 + 524 + 449 + 676 + + + diff --git a/workspace/virtuallab/test/images/train/frame1041.jpg b/workspace/virtuallab/test/images/train/frame1041.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0216364487c18d00d077f644e95991a6687b7f32 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1041.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1041.xml b/workspace/virtuallab/test/images/train/frame1041.xml new file mode 100644 index 0000000000000000000000000000000000000000..e43ec75b5dce29f88a567574ee2dfc55f9c427b9 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1041.xml @@ -0,0 +1,86 @@ + + test + frame1041.jpg + /home/job/workspace/virtuallab/test/frame1041.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 267 + 233 + 355 + 446 + + + + corobot + Unspecified + 0 + 0 + + 12 + 185 + 125 + 396 + + + + corobot + Unspecified + 0 + 0 + + 161 + 61 + 254 + 300 + + + + corobot + Unspecified + 0 + 0 + + 449 + 100 + 545 + 328 + + + + corobot + Unspecified + 0 + 0 + + 194 + 365 + 281 + 536 + + + + corobot + Unspecified + 0 + 0 + + 401 + 491 + 498 + 650 + + + diff --git a/workspace/virtuallab/test/images/train/frame1042.jpg b/workspace/virtuallab/test/images/train/frame1042.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87344e54efc78bbed0f2309cc69d6a15f790c28f Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1042.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1042.xml b/workspace/virtuallab/test/images/train/frame1042.xml new file mode 100644 index 0000000000000000000000000000000000000000..3e6605b03b83736ee39b892cbfe457e723497740 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1042.xml @@ -0,0 +1,86 @@ + + test + frame1042.jpg + /home/job/workspace/virtuallab/test/frame1042.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 41 + 215 + 147 + 421 + + + + corobot + Unspecified + 0 + 0 + + 121 + 85 + 228 + 319 + + + + corobot + Unspecified + 0 + 0 + + 161 + 327 + 253 + 505 + + + + corobot + Unspecified + 0 + 0 + + 419 + 131 + 512 + 351 + + + + corobot + Unspecified + 0 + 0 + + 370 + 518 + 461 + 669 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 233 + 352 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame1043.jpg b/workspace/virtuallab/test/images/train/frame1043.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0b54f58f48e4e9e9956ef0aa3a8058cbdfe3be1 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1043.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1043.xml b/workspace/virtuallab/test/images/train/frame1043.xml new file mode 100644 index 0000000000000000000000000000000000000000..09658186734305ab7cd961f118a73020723413bc --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1043.xml @@ -0,0 +1,86 @@ + + test + frame1043.jpg + /home/job/workspace/virtuallab/test/frame1043.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 269 + 232 + 354 + 446 + + + + corobot + Unspecified + 0 + 0 + + 4 + 172 + 116 + 384 + + + + corobot + Unspecified + 0 + 0 + + 179 + 52 + 267 + 292 + + + + corobot + Unspecified + 0 + 0 + + 459 + 86 + 558 + 317 + + + + corobot + Unspecified + 0 + 0 + + 196 + 370 + 282 + 541 + + + + corobot + Unspecified + 0 + 0 + + 413 + 483 + 511 + 640 + + + diff --git a/workspace/virtuallab/test/images/train/frame1044.jpg b/workspace/virtuallab/test/images/train/frame1044.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac21f1c70a0f8a176b7f7bac4e20076ceffd7f0c Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1044.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1044.xml b/workspace/virtuallab/test/images/train/frame1044.xml new file mode 100644 index 0000000000000000000000000000000000000000..838f36b61e1f3c4d494d83fa7ed775d71d9967f5 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1044.xml @@ -0,0 +1,86 @@ + + test + frame1044.jpg + /home/job/workspace/virtuallab/test/frame1044.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 151 + 60 + 246 + 305 + + + + corobot + Unspecified + 0 + 0 + + 27 + 189 + 129 + 403 + + + + corobot + Unspecified + 0 + 0 + + 444 + 103 + 539 + 332 + + + + corobot + Unspecified + 0 + 0 + + 182 + 352 + 268 + 528 + + + + corobot + Unspecified + 0 + 0 + + 393 + 501 + 489 + 655 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 232 + 354 + 447 + + + diff --git a/workspace/virtuallab/test/images/train/frame1046.jpg b/workspace/virtuallab/test/images/train/frame1046.jpg new file mode 100644 index 0000000000000000000000000000000000000000..877a05f6175edb482897b9643aa520da28ae46c5 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1046.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1046.xml b/workspace/virtuallab/test/images/train/frame1046.xml new file mode 100644 index 0000000000000000000000000000000000000000..d82e9f9268f411e1dcfe044ab5848651ee379d48 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1046.xml @@ -0,0 +1,86 @@ + + test + frame1046.jpg + /home/job/workspace/virtuallab/test/frame1046.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 1 + 169 + 119 + 381 + + + + corobot + Unspecified + 0 + 0 + + 176 + 52 + 269 + 296 + + + + corobot + Unspecified + 0 + 0 + + 462 + 86 + 562 + 317 + + + + corobot + Unspecified + 0 + 0 + + 203 + 379 + 289 + 550 + + + + corobot + Unspecified + 0 + 0 + + 424 + 478 + 524 + 634 + + + + myrobot + Unspecified + 0 + 0 + + 271 + 234 + 353 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame1047.jpg b/workspace/virtuallab/test/images/train/frame1047.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2cc6e46ab16bf4c1bfa262d0a5792be9dd2a5ce Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1047.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1047.xml b/workspace/virtuallab/test/images/train/frame1047.xml new file mode 100644 index 0000000000000000000000000000000000000000..82b4ac42f37e925c0bac5d8a52ed724fdff315bc --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1047.xml @@ -0,0 +1,86 @@ + + test + frame1047.jpg + /home/job/workspace/virtuallab/test/frame1047.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 271 + 228 + 355 + 445 + + + + corobot + Unspecified + 0 + 0 + + 34 + 205 + 138 + 409 + + + + corobot + Unspecified + 0 + 0 + + 140 + 74 + 239 + 312 + + + + corobot + Unspecified + 0 + 0 + + 433 + 114 + 529 + 341 + + + + corobot + Unspecified + 0 + 0 + + 170 + 343 + 263 + 521 + + + + corobot + Unspecified + 0 + 0 + + 394 + 502 + 491 + 654 + + + diff --git a/workspace/virtuallab/test/images/train/frame1048.jpg b/workspace/virtuallab/test/images/train/frame1048.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c058eb37016114a21ad112ba9180b6340f14675 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1048.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1048.xml b/workspace/virtuallab/test/images/train/frame1048.xml new file mode 100644 index 0000000000000000000000000000000000000000..411c0259f2526fa0b2f79b0c48a3ba1b013a5a66 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1048.xml @@ -0,0 +1,86 @@ + + test + frame1048.jpg + /home/job/workspace/virtuallab/test/frame1048.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 38 + 214 + 141 + 416 + + + + corobot + Unspecified + 0 + 0 + + 130 + 82 + 230 + 315 + + + + corobot + Unspecified + 0 + 0 + + 162 + 329 + 251 + 510 + + + + corobot + Unspecified + 0 + 0 + + 430 + 121 + 520 + 341 + + + + corobot + Unspecified + 0 + 0 + + 387 + 509 + 480 + 659 + + + + myrobot + Unspecified + 0 + 0 + + 272 + 233 + 354 + 444 + + + diff --git a/workspace/virtuallab/test/images/train/frame1049.jpg b/workspace/virtuallab/test/images/train/frame1049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7179749cef0248f5879aa4c6c497bf33e3cc719 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1049.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1049.xml b/workspace/virtuallab/test/images/train/frame1049.xml new file mode 100644 index 0000000000000000000000000000000000000000..4b91ec60cae0ec7c0271ee3827f655df65ecee7a --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1049.xml @@ -0,0 +1,86 @@ + + test + frame1049.jpg + /home/job/workspace/virtuallab/test/frame1049.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 271 + 233 + 356 + 448 + + + + corobot + Unspecified + 1 + 0 + + 1 + 162 + 117 + 379 + + + + corobot + Unspecified + 0 + 0 + + 174 + 53 + 266 + 295 + + + + corobot + Unspecified + 0 + 0 + + 464 + 88 + 562 + 316 + + + + corobot + Unspecified + 0 + 0 + + 198 + 373 + 284 + 545 + + + + corobot + Unspecified + 0 + 0 + + 425 + 476 + 523 + 634 + + + diff --git a/workspace/virtuallab/test/images/train/frame1051.jpg b/workspace/virtuallab/test/images/train/frame1051.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f79632e8e3bbf3c0e04a8add43939dbc9674ede1 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame1051.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame1051.xml b/workspace/virtuallab/test/images/train/frame1051.xml new file mode 100644 index 0000000000000000000000000000000000000000..b203b1c1e4526de82965b012468814397712782c --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame1051.xml @@ -0,0 +1,86 @@ + + test + frame1051.jpg + /home/job/workspace/virtuallab/test/frame1051.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 272 + 231 + 354 + 444 + + + + corobot + Unspecified + 0 + 0 + + 31 + 200 + 139 + 405 + + + + corobot + Unspecified + 0 + 0 + + 131 + 82 + 231 + 315 + + + + corobot + Unspecified + 0 + 0 + + 429 + 123 + 523 + 354 + + + + corobot + Unspecified + 0 + 0 + + 167 + 335 + 256 + 516 + + + + corobot + Unspecified + 0 + 0 + + 386 + 514 + 483 + 664 + + + diff --git a/workspace/virtuallab/test/images/train/frame2000.jpg b/workspace/virtuallab/test/images/train/frame2000.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3839e5fa90d41ab0e48409564902aead9075528e Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2000.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2000.xml b/workspace/virtuallab/test/images/train/frame2000.xml new file mode 100644 index 0000000000000000000000000000000000000000..91c4acf761c0b1c7fdd63643d5023a2ad43f7d4f --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2000.xml @@ -0,0 +1,86 @@ + + test + frame2000.jpg + /home/job/workspace/virtuallab/test/frame2000.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 79 + 51 + 179 + 300 + + + + corobot + Unspecified + 0 + 0 + + 497 + 87 + 607 + 308 + + + + corobot + Unspecified + 0 + 0 + + 85 + 329 + 193 + 500 + + + + corobot + Unspecified + 0 + 0 + + 413 + 318 + 503 + 514 + + + + corobot + Unspecified + 0 + 0 + + 185 + 513 + 275 + 668 + + + + myrobot + Unspecified + 0 + 0 + + 266 + 254 + 342 + 449 + + + diff --git a/workspace/virtuallab/test/images/train/frame2024.jpg b/workspace/virtuallab/test/images/train/frame2024.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a247a4fc846af0a54096d43db41681014834b4f0 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2024.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2024.xml b/workspace/virtuallab/test/images/train/frame2024.xml new file mode 100644 index 0000000000000000000000000000000000000000..c0b672cba80360b61bd9dfba214a08e1c9ce6014 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2024.xml @@ -0,0 +1,86 @@ + + test + frame2024.jpg + /home/job/workspace/virtuallab/test/frame2024.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 265 + 250 + 341 + 449 + + + + corobot + Unspecified + 0 + 0 + + 127 + 52 + 222 + 301 + + + + corobot + Unspecified + 0 + 0 + + 493 + 140 + 610 + 346 + + + + corobot + Unspecified + 0 + 0 + + 88 + 379 + 193 + 538 + + + + corobot + Unspecified + 0 + 0 + + 225 + 494 + 314 + 646 + + + + corobot + Unspecified + 0 + 0 + + 367 + 318 + 455 + 516 + + + diff --git a/workspace/virtuallab/test/images/train/frame2026.jpg b/workspace/virtuallab/test/images/train/frame2026.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba1dfa28b94b2df96c0b46e790c6fa5a9abf2240 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2026.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2026.xml b/workspace/virtuallab/test/images/train/frame2026.xml new file mode 100644 index 0000000000000000000000000000000000000000..e4dbf0a03b04111a7487fb8a3c3690ff99c29b4b --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2026.xml @@ -0,0 +1,86 @@ + + test + frame2026.jpg + /home/job/workspace/virtuallab/test/frame2026.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 264 + 251 + 345 + 450 + + + + corobot + Unspecified + 0 + 0 + + 82 + 41 + 191 + 298 + + + + corobot + Unspecified + 0 + 0 + + 86 + 335 + 189 + 514 + + + + corobot + Unspecified + 0 + 0 + + 196 + 508 + 290 + 662 + + + + corobot + Unspecified + 0 + 0 + + 404 + 310 + 503 + 511 + + + + corobot + Unspecified + 0 + 0 + + 495 + 87 + 607 + 315 + + + diff --git a/workspace/virtuallab/test/images/train/frame2027.jpg b/workspace/virtuallab/test/images/train/frame2027.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c0b4a2b440c34318c282435b6560f28e1867a49 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2027.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2027.xml b/workspace/virtuallab/test/images/train/frame2027.xml new file mode 100644 index 0000000000000000000000000000000000000000..803d49cd0e77a22c80e0b6a10b1416bc5c26e761 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2027.xml @@ -0,0 +1,86 @@ + + test + frame2027.jpg + /home/job/workspace/virtuallab/test/frame2027.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 135 + 54 + 235 + 308 + + + + corobot + Unspecified + 0 + 0 + + 96 + 388 + 196 + 555 + + + + corobot + Unspecified + 0 + 0 + + 497 + 140 + 612 + 349 + + + + corobot + Unspecified + 0 + 0 + + 236 + 485 + 322 + 641 + + + + corobot + Unspecified + 0 + 0 + + 357 + 326 + 446 + 518 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 253 + 343 + 448 + + + diff --git a/workspace/virtuallab/test/images/train/frame2028.jpg b/workspace/virtuallab/test/images/train/frame2028.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eeb3aa1a1e66540625e4f321702de5ad667348ab Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2028.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2028.xml b/workspace/virtuallab/test/images/train/frame2028.xml new file mode 100644 index 0000000000000000000000000000000000000000..bc4541256cf1f9f24dfd08986ca4782eafd88a88 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2028.xml @@ -0,0 +1,86 @@ + + test + frame2028.jpg + /home/job/workspace/virtuallab/test/frame2028.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 270 + 254 + 339 + 446 + + + + corobot + Unspecified + 0 + 0 + + 343 + 329 + 428 + 518 + + + + corobot + Unspecified + 0 + 0 + + 498 + 147 + 611 + 355 + + + + corobot + Unspecified + 0 + 0 + + 94 + 396 + 199 + 559 + + + + corobot + Unspecified + 0 + 0 + + 239 + 482 + 327 + 637 + + + + corobot + Unspecified + 0 + 0 + + 148 + 65 + 240 + 309 + + + diff --git a/workspace/virtuallab/test/images/train/frame2029.jpg b/workspace/virtuallab/test/images/train/frame2029.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56b0897bc3cd039ad9b1ec31c9649e048824ab0b Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2029.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2029.xml b/workspace/virtuallab/test/images/train/frame2029.xml new file mode 100644 index 0000000000000000000000000000000000000000..c7179967bcd6904db5115539cf5ce26f7db95ba5 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2029.xml @@ -0,0 +1,86 @@ + + test + frame2029.jpg + /home/job/workspace/virtuallab/test/frame2029.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 97 + 39 + 197 + 294 + + + + corobot + Unspecified + 0 + 0 + + 485 + 86 + 592 + 311 + + + + corobot + Unspecified + 0 + 0 + + 78 + 342 + 182 + 516 + + + + corobot + Unspecified + 0 + 0 + + 392 + 309 + 485 + 508 + + + + corobot + Unspecified + 0 + 0 + + 194 + 514 + 281 + 664 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 251 + 342 + 448 + + + diff --git a/workspace/virtuallab/test/images/train/frame2030.jpg b/workspace/virtuallab/test/images/train/frame2030.jpg new file mode 100644 index 0000000000000000000000000000000000000000..befd964d7c1a94488588f6c96f101935cf896d40 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2030.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2030.xml b/workspace/virtuallab/test/images/train/frame2030.xml new file mode 100644 index 0000000000000000000000000000000000000000..b7c2893ecf193817bb2ea5ec2cb56190af165656 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2030.xml @@ -0,0 +1,86 @@ + + test + frame2030.jpg + /home/job/workspace/virtuallab/test/frame2030.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 270 + 251 + 341 + 446 + + + + corobot + Unspecified + 0 + 0 + + 150 + 74 + 241 + 315 + + + + corobot + Unspecified + 0 + 0 + + 509 + 141 + 618 + 362 + + + + corobot + Unspecified + 0 + 0 + + 109 + 401 + 204 + 560 + + + + corobot + Unspecified + 0 + 0 + + 341 + 337 + 427 + 522 + + + + corobot + Unspecified + 0 + 0 + + 235 + 483 + 323 + 637 + + + diff --git a/workspace/virtuallab/test/images/train/frame2031.jpg b/workspace/virtuallab/test/images/train/frame2031.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7895781d88aff2e53c28be5fb04d9365eaf4125 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2031.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2031.xml b/workspace/virtuallab/test/images/train/frame2031.xml new file mode 100644 index 0000000000000000000000000000000000000000..ebe401a175b0c42bcd2a2d2641e4aed8a7c9afc1 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2031.xml @@ -0,0 +1,86 @@ + + test + frame2031.jpg + /home/job/workspace/virtuallab/test/frame2031.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 142 + 78 + 235 + 314 + + + + corobot + Unspecified + 0 + 0 + + 507 + 144 + 620 + 356 + + + + corobot + Unspecified + 0 + 0 + + 104 + 396 + 200 + 559 + + + + corobot + Unspecified + 0 + 0 + + 348 + 328 + 439 + 519 + + + + corobot + Unspecified + 0 + 0 + + 230 + 487 + 316 + 643 + + + + myrobot + Unspecified + 0 + 0 + + 266 + 259 + 340 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame2032.jpg b/workspace/virtuallab/test/images/train/frame2032.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd0bb234e59e2f4e0b1a14f67c0170596fa16d17 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2032.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2032.xml b/workspace/virtuallab/test/images/train/frame2032.xml new file mode 100644 index 0000000000000000000000000000000000000000..3591df044b078591f9d6a5a16b18a403e6cb3aad --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2032.xml @@ -0,0 +1,86 @@ + + test + frame2032.jpg + /home/job/workspace/virtuallab/test/frame2032.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + myrobot + Unspecified + 0 + 0 + + 268 + 261 + 339 + 446 + + + + corobot + Unspecified + 0 + 0 + + 112 + 45 + 205 + 284 + + + + corobot + Unspecified + 0 + 0 + + 485 + 96 + 592 + 325 + + + + corobot + Unspecified + 0 + 0 + + 80 + 355 + 181 + 525 + + + + corobot + Unspecified + 0 + 0 + + 391 + 308 + 483 + 499 + + + + corobot + Unspecified + 0 + 0 + + 195 + 514 + 288 + 664 + + + diff --git a/workspace/virtuallab/test/images/train/frame2033.jpg b/workspace/virtuallab/test/images/train/frame2033.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7014d5c3c552b588d74db17e668f7313833710c Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2033.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2033.xml b/workspace/virtuallab/test/images/train/frame2033.xml new file mode 100644 index 0000000000000000000000000000000000000000..661269d007e32ba97ea9c7a8dca711122b39aa74 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2033.xml @@ -0,0 +1,86 @@ + + test + frame2033.jpg + /home/job/workspace/virtuallab/test/frame2033.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 159 + 88 + 249 + 322 + + + + corobot + Unspecified + 0 + 0 + + 116 + 409 + 210 + 570 + + + + corobot + Unspecified + 0 + 0 + + 246 + 473 + 333 + 630 + + + + corobot + Unspecified + 0 + 0 + + 341 + 344 + 426 + 527 + + + + corobot + Unspecified + 0 + 0 + + 514 + 155 + 628 + 361 + + + + myrobot + Unspecified + 0 + 0 + + 268 + 259 + 337 + 442 + + + diff --git a/workspace/virtuallab/test/images/train/frame2034.jpg b/workspace/virtuallab/test/images/train/frame2034.jpg new file mode 100644 index 0000000000000000000000000000000000000000..330465cc4d637bc787ec19d227982eec758a3895 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2034.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2034.xml b/workspace/virtuallab/test/images/train/frame2034.xml new file mode 100644 index 0000000000000000000000000000000000000000..8affc6d8a4422c03c24ca5e8b161dec0e56ec3a7 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2034.xml @@ -0,0 +1,86 @@ + + test + frame2034.jpg + /home/job/workspace/virtuallab/test/frame2034.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 135 + 67 + 226 + 304 + + + + corobot + Unspecified + 0 + 0 + + 94 + 380 + 194 + 549 + + + + corobot + Unspecified + 0 + 0 + + 361 + 329 + 453 + 514 + + + + corobot + Unspecified + 0 + 0 + + 217 + 496 + 306 + 650 + + + + corobot + Unspecified + 0 + 0 + + 502 + 122 + 609 + 341 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 255 + 340 + 444 + + + diff --git a/workspace/virtuallab/test/images/train/frame2036.jpg b/workspace/virtuallab/test/images/train/frame2036.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f39d21e1a39f77d87163aae5d8ad30906f14d999 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2036.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2036.xml b/workspace/virtuallab/test/images/train/frame2036.xml new file mode 100644 index 0000000000000000000000000000000000000000..87056ef44445868b9d2ffbb4faa25056c59d58cf --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2036.xml @@ -0,0 +1,86 @@ + + test + frame2036.jpg + /home/job/workspace/virtuallab/test/frame2036.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 155 + 95 + 251 + 320 + + + + corobot + Unspecified + 0 + 0 + + 115 + 403 + 213 + 568 + + + + corobot + Unspecified + 0 + 0 + + 243 + 475 + 328 + 628 + + + + corobot + Unspecified + 0 + 0 + + 339 + 349 + 429 + 530 + + + + corobot + Unspecified + 0 + 0 + + 519 + 164 + 637 + 371 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 258 + 343 + 443 + + + diff --git a/workspace/virtuallab/test/images/train/frame2037.jpg b/workspace/virtuallab/test/images/train/frame2037.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1577406edefacf8944b9fb5cef3a52f54814fac6 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2037.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2037.xml b/workspace/virtuallab/test/images/train/frame2037.xml new file mode 100644 index 0000000000000000000000000000000000000000..ab4fc93b3f25ad3fda5f60d12bdae253289e1464 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2037.xml @@ -0,0 +1,86 @@ + + test + frame2037.jpg + /home/job/workspace/virtuallab/test/frame2037.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 121 + 56 + 222 + 293 + + + + corobot + Unspecified + 0 + 0 + + 85 + 364 + 190 + 537 + + + + corobot + Unspecified + 0 + 0 + + 373 + 318 + 467 + 510 + + + + corobot + Unspecified + 0 + 0 + + 200 + 505 + 298 + 651 + + + + corobot + Unspecified + 0 + 0 + + 503 + 123 + 615 + 344 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 257 + 345 + 449 + + + diff --git a/workspace/virtuallab/test/images/train/frame2038.jpg b/workspace/virtuallab/test/images/train/frame2038.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0e271791debbc66aea442bfd15aa3ec2f3d1f57 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2038.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2038.xml b/workspace/virtuallab/test/images/train/frame2038.xml new file mode 100644 index 0000000000000000000000000000000000000000..19bfce7f1c89fd9196b00e29f4d974b30e061a3a --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2038.xml @@ -0,0 +1,86 @@ + + test + frame2038.jpg + /home/job/workspace/virtuallab/test/frame2038.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 117 + 52 + 216 + 292 + + + + corobot + Unspecified + 0 + 0 + + 81 + 359 + 186 + 533 + + + + corobot + Unspecified + 0 + 0 + + 202 + 508 + 289 + 655 + + + + corobot + Unspecified + 0 + 0 + + 385 + 312 + 479 + 501 + + + + corobot + Unspecified + 0 + 0 + + 498 + 118 + 604 + 337 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 257 + 345 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame2039.jpg b/workspace/virtuallab/test/images/train/frame2039.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c6a4d877862c17a959064d9e87290fab0d3a177 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2039.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2039.xml b/workspace/virtuallab/test/images/train/frame2039.xml new file mode 100644 index 0000000000000000000000000000000000000000..0bbf9eec249febc8b35c17bf392b8b27328c5e40 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2039.xml @@ -0,0 +1,86 @@ + + test + frame2039.jpg + /home/job/workspace/virtuallab/test/frame2039.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 152 + 91 + 243 + 321 + + + + corobot + Unspecified + 0 + 0 + + 115 + 400 + 211 + 563 + + + + corobot + Unspecified + 0 + 0 + + 247 + 467 + 331 + 630 + + + + corobot + Unspecified + 0 + 0 + + 349 + 348 + 437 + 531 + + + + corobot + Unspecified + 0 + 0 + + 524 + 157 + 641 + 368 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 255 + 342 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame2041.jpg b/workspace/virtuallab/test/images/train/frame2041.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3fc8c59ae01c16f3e05258717a7c0d0963f2c4f Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2041.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2041.xml b/workspace/virtuallab/test/images/train/frame2041.xml new file mode 100644 index 0000000000000000000000000000000000000000..1aee2d6c88bb70c3d2cd5f08f0811b9cd73da6b8 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2041.xml @@ -0,0 +1,86 @@ + + test + frame2041.jpg + /home/job/workspace/virtuallab/test/frame2041.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 118 + 52 + 211 + 288 + + + + corobot + Unspecified + 0 + 0 + + 82 + 358 + 184 + 532 + + + + corobot + Unspecified + 0 + 0 + + 211 + 492 + 302 + 647 + + + + corobot + Unspecified + 0 + 0 + + 380 + 323 + 467 + 507 + + + + corobot + Unspecified + 0 + 0 + + 498 + 109 + 609 + 336 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 255 + 343 + 447 + + + diff --git a/workspace/virtuallab/test/images/train/frame2042.jpg b/workspace/virtuallab/test/images/train/frame2042.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73acf40a87d7b5d8eb1a3041326927f2fc324dc3 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2042.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2042.xml b/workspace/virtuallab/test/images/train/frame2042.xml new file mode 100644 index 0000000000000000000000000000000000000000..bb98762b4a13684f5866f3598376074042f23bb3 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2042.xml @@ -0,0 +1,86 @@ + + test + frame2042.jpg + /home/job/workspace/virtuallab/test/frame2042.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 144 + 82 + 238 + 311 + + + + corobot + Unspecified + 0 + 0 + + 518 + 141 + 635 + 359 + + + + corobot + Unspecified + 0 + 0 + + 107 + 389 + 207 + 556 + + + + corobot + Unspecified + 0 + 0 + + 346 + 356 + 435 + 532 + + + + corobot + Unspecified + 0 + 0 + + 242 + 469 + 328 + 626 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 255 + 344 + 444 + + + diff --git a/workspace/virtuallab/test/images/train/frame2043.jpg b/workspace/virtuallab/test/images/train/frame2043.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42de38a7c475527b82d8c26c53992a328ea3a478 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2043.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2043.xml b/workspace/virtuallab/test/images/train/frame2043.xml new file mode 100644 index 0000000000000000000000000000000000000000..d7426f541b5b9b3d85050a81815eca0bf64cb5d7 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2043.xml @@ -0,0 +1,86 @@ + + test + frame2043.jpg + /home/job/workspace/virtuallab/test/frame2043.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 102 + 39 + 200 + 271 + + + + corobot + Unspecified + 0 + 0 + + 485 + 95 + 591 + 316 + + + + corobot + Unspecified + 0 + 0 + + 71 + 336 + 176 + 517 + + + + corobot + Unspecified + 0 + 0 + + 385 + 317 + 478 + 500 + + + + corobot + Unspecified + 0 + 0 + + 192 + 509 + 290 + 659 + + + + myrobot + Unspecified + 0 + 0 + + 264 + 255 + 344 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame2044.jpg b/workspace/virtuallab/test/images/train/frame2044.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aab4d066fd8c628e7833eaa7192d8e1211e7b021 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2044.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2044.xml b/workspace/virtuallab/test/images/train/frame2044.xml new file mode 100644 index 0000000000000000000000000000000000000000..5bf6e5d0534022f244fee11f26ef9cd53d6bb562 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2044.xml @@ -0,0 +1,86 @@ + + test + frame2044.jpg + /home/job/workspace/virtuallab/test/frame2044.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 124 + 52 + 217 + 296 + + + + corobot + Unspecified + 0 + 0 + + 91 + 365 + 190 + 536 + + + + corobot + Unspecified + 0 + 0 + + 212 + 490 + 307 + 641 + + + + corobot + Unspecified + 0 + 0 + + 368 + 334 + 460 + 522 + + + + corobot + Unspecified + 0 + 0 + + 501 + 119 + 616 + 340 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 255 + 344 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame2046.jpg b/workspace/virtuallab/test/images/train/frame2046.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef345f6bb62ffe9516953ce559a847fe0f98a653 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2046.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2046.xml b/workspace/virtuallab/test/images/train/frame2046.xml new file mode 100644 index 0000000000000000000000000000000000000000..eda74077a93ec211e71beb50b7d08eb80bb4e1c8 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2046.xml @@ -0,0 +1,86 @@ + + test + frame2046.jpg + /home/job/workspace/virtuallab/test/frame2046.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 102 + 34 + 203 + 274 + + + + corobot + Unspecified + 0 + 0 + + 480 + 83 + 587 + 310 + + + + corobot + Unspecified + 0 + 0 + + 71 + 332 + 177 + 518 + + + + corobot + Unspecified + 0 + 0 + + 394 + 306 + 484 + 497 + + + + corobot + Unspecified + 0 + 0 + + 189 + 502 + 286 + 656 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 255 + 342 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame2047.jpg b/workspace/virtuallab/test/images/train/frame2047.jpg new file mode 100644 index 0000000000000000000000000000000000000000..648daaf9bac0092f1cab9de519618f7ea5892ff2 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2047.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2047.xml b/workspace/virtuallab/test/images/train/frame2047.xml new file mode 100644 index 0000000000000000000000000000000000000000..4fa750607aa1a511daaf0c27a42ab27d32595b62 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2047.xml @@ -0,0 +1,86 @@ + + test + frame2047.jpg + /home/job/workspace/virtuallab/test/frame2047.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 133 + 65 + 228 + 305 + + + + corobot + Unspecified + 0 + 0 + + 101 + 377 + 203 + 549 + + + + corobot + Unspecified + 0 + 0 + + 505 + 118 + 617 + 339 + + + + corobot + Unspecified + 0 + 0 + + 233 + 473 + 321 + 631 + + + + corobot + Unspecified + 0 + 0 + + 357 + 342 + 448 + 527 + + + + myrobot + Unspecified + 0 + 0 + + 265 + 255 + 343 + 450 + + + diff --git a/workspace/virtuallab/test/images/train/frame2048.jpg b/workspace/virtuallab/test/images/train/frame2048.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cab76e10a3d7a5e7b05dfd7f22e82c05b34f3194 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2048.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2048.xml b/workspace/virtuallab/test/images/train/frame2048.xml new file mode 100644 index 0000000000000000000000000000000000000000..4a94d173a522065f673d56c23e65ece71d460ac8 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2048.xml @@ -0,0 +1,86 @@ + + test + frame2048.jpg + /home/job/workspace/virtuallab/test/frame2048.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 139 + 70 + 234 + 305 + + + + corobot + Unspecified + 0 + 0 + + 507 + 124 + 620 + 343 + + + + corobot + Unspecified + 0 + 0 + + 105 + 382 + 205 + 551 + + + + corobot + Unspecified + 0 + 0 + + 349 + 354 + 438 + 538 + + + + corobot + Unspecified + 0 + 0 + + 233 + 470 + 321 + 628 + + + + myrobot + Unspecified + 0 + 0 + + 268 + 253 + 344 + 444 + + + diff --git a/workspace/virtuallab/test/images/train/frame2049.jpg b/workspace/virtuallab/test/images/train/frame2049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a2ee4985da0fe3a61b362f7f95fb393c3516bb2 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame2049.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame2049.xml b/workspace/virtuallab/test/images/train/frame2049.xml new file mode 100644 index 0000000000000000000000000000000000000000..c19914978bfa5eebeaa416a5833cc0bf28f33e8e --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame2049.xml @@ -0,0 +1,86 @@ + + test + frame2049.jpg + /home/job/workspace/virtuallab/test/frame2049.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 105 + 32 + 203 + 274 + + + + corobot + Unspecified + 0 + 0 + + 480 + 83 + 588 + 313 + + + + corobot + Unspecified + 0 + 0 + + 74 + 339 + 179 + 517 + + + + corobot + Unspecified + 0 + 0 + + 385 + 316 + 477 + 505 + + + + corobot + Unspecified + 0 + 0 + + 185 + 506 + 280 + 657 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 250 + 345 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame3000.jpg b/workspace/virtuallab/test/images/train/frame3000.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6805699a9b71359ee337ca5cd6e53df8c1d08899 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3000.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3000.xml b/workspace/virtuallab/test/images/train/frame3000.xml new file mode 100644 index 0000000000000000000000000000000000000000..4b54742af96d820e2c7bf2c5513975f3d16e966a --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3000.xml @@ -0,0 +1,86 @@ + + test + frame3000.jpg + /home/job/workspace/virtuallab/test/frame3000.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 344 + 1 + 428 + 234 + + + + corobot + Unspecified + 0 + 0 + + 112 + 152 + 215 + 384 + + + + corobot + Unspecified + 1 + 0 + + 1 + 433 + 125 + 582 + + + + corobot + Unspecified + 0 + 0 + + 428 + 193 + 526 + 394 + + + + corobot + Unspecified + 0 + 0 + + 440 + 422 + 542 + 600 + + + + myrobot + Unspecified + 0 + 0 + + 273 + 246 + 355 + 444 + + + diff --git a/workspace/virtuallab/test/images/train/frame3024.jpg b/workspace/virtuallab/test/images/train/frame3024.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f88becd061318addc614230c1b9a58b0744809d9 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3024.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3024.xml b/workspace/virtuallab/test/images/train/frame3024.xml new file mode 100644 index 0000000000000000000000000000000000000000..e3b1b2a7482f80bbdabbc552e46408ada9c5e9e9 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3024.xml @@ -0,0 +1,86 @@ + + test + frame3024.jpg + /home/job/workspace/virtuallab/test/frame3024.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 160 + 152 + 248 + 385 + + + + corobot + Unspecified + 1 + 0 + + 1 + 383 + 124 + 542 + + + + corobot + Unspecified + 1 + 0 + + 312 + 1 + 388 + 242 + + + + corobot + Unspecified + 0 + 0 + + 424 + 141 + 520 + 353 + + + + corobot + Unspecified + 0 + 0 + + 399 + 424 + 489 + 596 + + + + myrobot + Unspecified + 0 + 0 + + 275 + 250 + 344 + 448 + + + diff --git a/workspace/virtuallab/test/images/train/frame3025.jpg b/workspace/virtuallab/test/images/train/frame3025.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ade2c64fe95d60c6c35962c5ebcbb63e4a5bddc Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3025.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3025.xml b/workspace/virtuallab/test/images/train/frame3025.xml new file mode 100644 index 0000000000000000000000000000000000000000..a856987c74dcc6eb233c7310a4a69cfdf6b3967b --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3025.xml @@ -0,0 +1,86 @@ + + test + frame3025.jpg + /home/job/workspace/virtuallab/test/frame3025.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 3 + 360 + 123 + 529 + + + + corobot + Unspecified + 0 + 0 + + 365 + 422 + 452 + 596 + + + + corobot + Unspecified + 0 + 0 + + 423 + 107 + 525 + 326 + + + + corobot + Unspecified + 0 + 0 + + 279 + 5 + 363 + 257 + + + + corobot + Unspecified + 0 + 0 + + 189 + 150 + 271 + 379 + + + + myrobot + Unspecified + 0 + 0 + + 275 + 259 + 345 + 447 + + + diff --git a/workspace/virtuallab/test/images/train/frame3026.jpg b/workspace/virtuallab/test/images/train/frame3026.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2895d87ed63945a9ce2eabc8448937a4a9252b8d Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3026.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3026.xml b/workspace/virtuallab/test/images/train/frame3026.xml new file mode 100644 index 0000000000000000000000000000000000000000..bd2582ebcbdf0ca731e1095877816a489d90eab9 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3026.xml @@ -0,0 +1,86 @@ + + test + frame3026.jpg + /home/job/workspace/virtuallab/test/frame3026.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 3 + 431 + 123 + 586 + + + + corobot + Unspecified + 0 + 0 + + 436 + 423 + 526 + 597 + + + + corobot + Unspecified + 0 + 0 + + 429 + 179 + 526 + 387 + + + + corobot + Unspecified + 0 + 0 + + 118 + 154 + 208 + 384 + + + + corobot + Unspecified + 1 + 0 + + 334 + 1 + 416 + 228 + + + + myrobot + Unspecified + 0 + 0 + + 268 + 230 + 345 + 443 + + + diff --git a/workspace/virtuallab/test/images/train/frame3027.jpg b/workspace/virtuallab/test/images/train/frame3027.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7e6ae514c25c6aa2a85dbdd44c279af2573523c Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3027.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3027.xml b/workspace/virtuallab/test/images/train/frame3027.xml new file mode 100644 index 0000000000000000000000000000000000000000..8309ddd6863f7cc10fc861802e004f78197afa24 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3027.xml @@ -0,0 +1,86 @@ + + test + frame3027.jpg + /home/job/workspace/virtuallab/test/frame3027.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 2 + 384 + 121 + 548 + + + + corobot + Unspecified + 0 + 0 + + 389 + 417 + 478 + 590 + + + + corobot + Unspecified + 0 + 0 + + 172 + 148 + 262 + 377 + + + + corobot + Unspecified + 0 + 0 + + 419 + 129 + 516 + 341 + + + + corobot + Unspecified + 0 + 0 + + 297 + 4 + 380 + 249 + + + + myrobot + Unspecified + 0 + 0 + + 275 + 253 + 344 + 450 + + + diff --git a/workspace/virtuallab/test/images/train/frame3028.jpg b/workspace/virtuallab/test/images/train/frame3028.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2911234c2339fe527a4c909e282a4cf17bf6925 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3028.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3028.xml b/workspace/virtuallab/test/images/train/frame3028.xml new file mode 100644 index 0000000000000000000000000000000000000000..832000923cd73c95c52ff2e77355e3999d3f45fc --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3028.xml @@ -0,0 +1,86 @@ + + test + frame3028.jpg + /home/job/workspace/virtuallab/test/frame3028.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 3 + 368 + 121 + 533 + + + + corobot + Unspecified + 0 + 0 + + 380 + 413 + 471 + 588 + + + + corobot + Unspecified + 0 + 0 + + 189 + 147 + 275 + 369 + + + + corobot + Unspecified + 0 + 0 + + 422 + 102 + 513 + 330 + + + + corobot + Unspecified + 0 + 0 + + 293 + 5 + 371 + 249 + + + + myrobot + Unspecified + 0 + 0 + + 280 + 254 + 345 + 443 + + + diff --git a/workspace/virtuallab/test/images/train/frame3029.jpg b/workspace/virtuallab/test/images/train/frame3029.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61a0f74659ee947e24f1fb32beb548e924b4c683 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3029.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3029.xml b/workspace/virtuallab/test/images/train/frame3029.xml new file mode 100644 index 0000000000000000000000000000000000000000..394e4138064486fbab11760d224d7e31638a3876 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3029.xml @@ -0,0 +1,86 @@ + + test + frame3029.jpg + /home/job/workspace/virtuallab/test/frame3029.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 22 + 423 + 134 + 583 + + + + corobot + Unspecified + 0 + 0 + + 426 + 437 + 521 + 605 + + + + corobot + Unspecified + 0 + 0 + + 134 + 161 + 225 + 392 + + + + corobot + Unspecified + 1 + 0 + + 339 + 1 + 423 + 227 + + + + corobot + Unspecified + 0 + 0 + + 437 + 167 + 537 + 371 + + + + myrobot + Unspecified + 0 + 0 + + 274 + 235 + 344 + 444 + + + diff --git a/workspace/virtuallab/test/images/train/frame3030.jpg b/workspace/virtuallab/test/images/train/frame3030.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a65c1bc16cd725031775b68080aed243577826f Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3030.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3030.xml b/workspace/virtuallab/test/images/train/frame3030.xml new file mode 100644 index 0000000000000000000000000000000000000000..56ad7b534cec5ed8f455903ed9d98bed2509c29a --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3030.xml @@ -0,0 +1,86 @@ + + test + frame3030.jpg + /home/job/workspace/virtuallab/test/frame3030.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 1 + 360 + 110 + 532 + + + + corobot + Unspecified + 0 + 0 + + 378 + 405 + 467 + 575 + + + + corobot + Unspecified + 0 + 0 + + 179 + 147 + 276 + 370 + + + + corobot + Unspecified + 0 + 0 + + 414 + 103 + 505 + 323 + + + + corobot + Unspecified + 0 + 0 + + 298 + 7 + 376 + 250 + + + + myrobot + Unspecified + 0 + 0 + + 279 + 257 + 345 + 441 + + + diff --git a/workspace/virtuallab/test/images/train/frame3031.jpg b/workspace/virtuallab/test/images/train/frame3031.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfcaf77ed03cccd588dccaa4f09ab872a5cf3b10 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3031.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3031.xml b/workspace/virtuallab/test/images/train/frame3031.xml new file mode 100644 index 0000000000000000000000000000000000000000..28538a07e0e1afbe5cf270006b0358105622a400 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3031.xml @@ -0,0 +1,86 @@ + + test + frame3031.jpg + /home/job/workspace/virtuallab/test/frame3031.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 1 + 363 + 112 + 532 + + + + corobot + Unspecified + 0 + 0 + + 384 + 415 + 473 + 576 + + + + corobot + Unspecified + 0 + 0 + + 174 + 148 + 265 + 368 + + + + corobot + Unspecified + 0 + 0 + + 417 + 109 + 509 + 327 + + + + corobot + Unspecified + 0 + 0 + + 304 + 2 + 382 + 247 + + + + myrobot + Unspecified + 0 + 0 + + 276 + 254 + 345 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame3032.jpg b/workspace/virtuallab/test/images/train/frame3032.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc305e3c39ef1c73ee4c0cb1b4af16f7ee7d9fe3 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3032.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3032.xml b/workspace/virtuallab/test/images/train/frame3032.xml new file mode 100644 index 0000000000000000000000000000000000000000..716399965090b51e28dc2d0a7777e8bf1d54c4f6 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3032.xml @@ -0,0 +1,86 @@ + + test + frame3032.jpg + /home/job/workspace/virtuallab/test/frame3032.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 17 + 405 + 129 + 574 + + + + corobot + Unspecified + 0 + 0 + + 414 + 438 + 504 + 599 + + + + corobot + Unspecified + 0 + 0 + + 133 + 172 + 225 + 386 + + + + corobot + Unspecified + 0 + 0 + + 436 + 147 + 530 + 359 + + + + corobot + Unspecified + 0 + 0 + + 335 + 3 + 417 + 225 + + + + myrobot + Unspecified + 0 + 0 + + 274 + 231 + 345 + 443 + + + diff --git a/workspace/virtuallab/test/images/train/frame3033.jpg b/workspace/virtuallab/test/images/train/frame3033.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16fb826619ca971854a1f548bb2a8741aa6eb041 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3033.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3033.xml b/workspace/virtuallab/test/images/train/frame3033.xml new file mode 100644 index 0000000000000000000000000000000000000000..314e504ed34c27747f2144ec5a1bdd6c2bbd3bfa --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3033.xml @@ -0,0 +1,86 @@ + + test + frame3033.jpg + /home/job/workspace/virtuallab/test/frame3033.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 1 + 350 + 102 + 521 + + + + corobot + Unspecified + 0 + 0 + + 371 + 395 + 457 + 562 + + + + corobot + Unspecified + 0 + 0 + + 407 + 88 + 496 + 312 + + + + corobot + Unspecified + 0 + 0 + + 188 + 145 + 274 + 359 + + + + corobot + Unspecified + 0 + 0 + + 288 + 15 + 364 + 255 + + + + myrobot + Unspecified + 0 + 0 + + 277 + 260 + 344 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame3034.jpg b/workspace/virtuallab/test/images/train/frame3034.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2628ed2dc9d16f3931139d555fb5c9ef59a00234 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3034.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3034.xml b/workspace/virtuallab/test/images/train/frame3034.xml new file mode 100644 index 0000000000000000000000000000000000000000..50c4010f1ae446f68b816015c55c55d477f5de51 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3034.xml @@ -0,0 +1,86 @@ + + test + frame3034.jpg + /home/job/workspace/virtuallab/test/frame3034.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 4 + 378 + 116 + 550 + + + + corobot + Unspecified + 0 + 0 + + 393 + 420 + 480 + 580 + + + + corobot + Unspecified + 0 + 0 + + 163 + 152 + 253 + 373 + + + + corobot + Unspecified + 0 + 0 + + 425 + 119 + 514 + 337 + + + + corobot + Unspecified + 0 + 0 + + 316 + 3 + 394 + 241 + + + + myrobot + Unspecified + 0 + 0 + + 272 + 246 + 345 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame3036.jpg b/workspace/virtuallab/test/images/train/frame3036.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5e0bf17dbeb9116209e82c64f1adbdcd216f7b0 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3036.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3036.xml b/workspace/virtuallab/test/images/train/frame3036.xml new file mode 100644 index 0000000000000000000000000000000000000000..080bc46c8c5f438f493259e46e8d4d3d0f731341 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3036.xml @@ -0,0 +1,86 @@ + + test + frame3036.jpg + /home/job/workspace/virtuallab/test/frame3036.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 1 + 337 + 94 + 510 + + + + corobot + Unspecified + 0 + 0 + + 375 + 396 + 459 + 562 + + + + corobot + Unspecified + 0 + 0 + + 408 + 91 + 496 + 318 + + + + corobot + Unspecified + 0 + 0 + + 186 + 132 + 276 + 352 + + + + corobot + Unspecified + 0 + 0 + + 294 + 14 + 370 + 255 + + + + myrobot + Unspecified + 0 + 0 + + 276 + 263 + 344 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame3037.jpg b/workspace/virtuallab/test/images/train/frame3037.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50a2e8050ed67804647f9513a69fe47f53a262ea Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3037.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3037.xml b/workspace/virtuallab/test/images/train/frame3037.xml new file mode 100644 index 0000000000000000000000000000000000000000..bba80af69bfc761afbae51efc1320a1937dac341 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3037.xml @@ -0,0 +1,86 @@ + + test + frame3037.jpg + /home/job/workspace/virtuallab/test/frame3037.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 3 + 375 + 116 + 543 + + + + corobot + Unspecified + 0 + 0 + + 405 + 431 + 494 + 591 + + + + corobot + Unspecified + 0 + 0 + + 150 + 162 + 243 + 378 + + + + corobot + Unspecified + 0 + 0 + + 432 + 137 + 521 + 346 + + + + corobot + Unspecified + 1 + 0 + + 326 + 1 + 403 + 231 + + + + myrobot + Unspecified + 0 + 0 + + 275 + 242 + 344 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame3038.jpg b/workspace/virtuallab/test/images/train/frame3038.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9843ccb1b0cc4f0f839a60d04873bd71cd1b0e25 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3038.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3038.xml b/workspace/virtuallab/test/images/train/frame3038.xml new file mode 100644 index 0000000000000000000000000000000000000000..a518756a3e8c38cd01c65a58f9a65276baf6882d --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3038.xml @@ -0,0 +1,86 @@ + + test + frame3038.jpg + /home/job/workspace/virtuallab/test/frame3038.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 7 + 383 + 118 + 551 + + + + corobot + Unspecified + 0 + 0 + + 411 + 439 + 496 + 591 + + + + corobot + Unspecified + 0 + 0 + + 139 + 171 + 230 + 383 + + + + corobot + Unspecified + 0 + 0 + + 435 + 145 + 527 + 351 + + + + corobot + Unspecified + 0 + 0 + + 331 + 2 + 411 + 230 + + + + myrobot + Unspecified + 0 + 0 + + 274 + 243 + 346 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame3039.jpg b/workspace/virtuallab/test/images/train/frame3039.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f453c44614edf89a430927f57eb61e7744542933 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3039.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3039.xml b/workspace/virtuallab/test/images/train/frame3039.xml new file mode 100644 index 0000000000000000000000000000000000000000..cdfd6b29e52067bf4a51eab47a9023d336ed83e3 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3039.xml @@ -0,0 +1,86 @@ + + test + frame3039.jpg + /home/job/workspace/virtuallab/test/frame3039.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 1 + 339 + 94 + 514 + + + + corobot + Unspecified + 0 + 0 + + 379 + 402 + 461 + 564 + + + + corobot + Unspecified + 0 + 0 + + 408 + 100 + 497 + 317 + + + + corobot + Unspecified + 0 + 0 + + 179 + 144 + 267 + 355 + + + + corobot + Unspecified + 0 + 0 + + 289 + 18 + 367 + 257 + + + + myrobot + Unspecified + 0 + 0 + + 273 + 262 + 344 + 444 + + + diff --git a/workspace/virtuallab/test/images/train/frame3041.jpg b/workspace/virtuallab/test/images/train/frame3041.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78af0370576d2a7537dd71c702e3051c174ee9eb Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3041.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3041.xml b/workspace/virtuallab/test/images/train/frame3041.xml new file mode 100644 index 0000000000000000000000000000000000000000..42648b664fe4c50059de83a78978005fc7ef0440 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3041.xml @@ -0,0 +1,86 @@ + + test + frame3041.jpg + /home/job/workspace/virtuallab/test/frame3041.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 8 + 385 + 118 + 553 + + + + corobot + Unspecified + 0 + 0 + + 411 + 436 + 494 + 594 + + + + corobot + Unspecified + 0 + 0 + + 151 + 161 + 237 + 376 + + + + corobot + Unspecified + 0 + 0 + + 435 + 146 + 525 + 351 + + + + corobot + Unspecified + 0 + 0 + + 320 + 4 + 398 + 241 + + + + myrobot + Unspecified + 0 + 0 + + 276 + 250 + 344 + 442 + + + diff --git a/workspace/virtuallab/test/images/train/frame3042.jpg b/workspace/virtuallab/test/images/train/frame3042.jpg new file mode 100644 index 0000000000000000000000000000000000000000..934c5c0fbe54eb8f493e56cceb22c9fe0e319d4f Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3042.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3042.xml b/workspace/virtuallab/test/images/train/frame3042.xml new file mode 100644 index 0000000000000000000000000000000000000000..7df123bd250402b22e969c59f56d2869db7fe639 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3042.xml @@ -0,0 +1,86 @@ + + test + frame3042.jpg + /home/job/workspace/virtuallab/test/frame3042.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 1 + 351 + 96 + 527 + + + + corobot + Unspecified + 0 + 0 + + 385 + 410 + 470 + 570 + + + + corobot + Unspecified + 0 + 0 + + 417 + 109 + 501 + 323 + + + + corobot + Unspecified + 0 + 0 + + 184 + 133 + 269 + 350 + + + + corobot + Unspecified + 0 + 0 + + 293 + 21 + 368 + 260 + + + + myrobot + Unspecified + 0 + 0 + + 276 + 263 + 344 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame3043.jpg b/workspace/virtuallab/test/images/train/frame3043.jpg new file mode 100644 index 0000000000000000000000000000000000000000..417ceb46ddc76b51aec6e2b47e9dc0b2f85c7ec9 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3043.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3043.xml b/workspace/virtuallab/test/images/train/frame3043.xml new file mode 100644 index 0000000000000000000000000000000000000000..aa82f35ee57fb4328d15bd079ae12c97d4b10d22 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3043.xml @@ -0,0 +1,86 @@ + + test + frame3043.jpg + /home/job/workspace/virtuallab/test/frame3043.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 22 + 404 + 130 + 566 + + + + corobot + Unspecified + 0 + 0 + + 424 + 455 + 514 + 610 + + + + corobot + Unspecified + 0 + 0 + + 447 + 159 + 542 + 366 + + + + corobot + Unspecified + 0 + 0 + + 138 + 168 + 230 + 380 + + + + corobot + Unspecified + 1 + 0 + + 339 + 1 + 419 + 231 + + + + myrobot + Unspecified + 0 + 0 + + 275 + 241 + 346 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame3044.jpg b/workspace/virtuallab/test/images/train/frame3044.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b178a1474d43016c3664ff475b608f9a5453b1d7 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3044.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3044.xml b/workspace/virtuallab/test/images/train/frame3044.xml new file mode 100644 index 0000000000000000000000000000000000000000..29458ec02e66626296145c3a09a318bf4d9f766a --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3044.xml @@ -0,0 +1,86 @@ + + test + frame3044.jpg + /home/job/workspace/virtuallab/test/frame3044.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 5 + 380 + 113 + 545 + + + + corobot + Unspecified + 0 + 0 + + 406 + 434 + 493 + 591 + + + + corobot + Unspecified + 0 + 0 + + 430 + 133 + 520 + 346 + + + + corobot + Unspecified + 0 + 0 + + 160 + 154 + 245 + 368 + + + + corobot + Unspecified + 0 + 0 + + 316 + 5 + 394 + 241 + + + + myrobot + Unspecified + 0 + 0 + + 275 + 251 + 345 + 441 + + + diff --git a/workspace/virtuallab/test/images/train/frame3046.jpg b/workspace/virtuallab/test/images/train/frame3046.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b0e5f79993e53d6b079f1ff957466f1a6232694 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3046.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3046.xml b/workspace/virtuallab/test/images/train/frame3046.xml new file mode 100644 index 0000000000000000000000000000000000000000..4698f10b09aa038a8bc7590ed629ee421fcdb288 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3046.xml @@ -0,0 +1,86 @@ + + test + frame3046.jpg + /home/job/workspace/virtuallab/test/frame3046.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 27 + 414 + 135 + 572 + + + + corobot + Unspecified + 0 + 0 + + 426 + 460 + 514 + 612 + + + + corobot + Unspecified + 0 + 0 + + 448 + 153 + 538 + 367 + + + + corobot + Unspecified + 0 + 0 + + 132 + 171 + 221 + 382 + + + + corobot + Unspecified + 0 + 0 + + 339 + 2 + 419 + 234 + + + + myrobot + Unspecified + 0 + 0 + + 276 + 250 + 344 + 443 + + + diff --git a/workspace/virtuallab/test/images/train/frame3047.jpg b/workspace/virtuallab/test/images/train/frame3047.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cbd6b49943be0d42e26a56bbb2c8d75fac34bda Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3047.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3047.xml b/workspace/virtuallab/test/images/train/frame3047.xml new file mode 100644 index 0000000000000000000000000000000000000000..c511f4e701295a40f52f3d629834fba872183fbc --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3047.xml @@ -0,0 +1,86 @@ + + test + frame3047.jpg + /home/job/workspace/virtuallab/test/frame3047.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 2 + 378 + 108 + 542 + + + + corobot + Unspecified + 0 + 0 + + 393 + 425 + 479 + 580 + + + + corobot + Unspecified + 0 + 0 + + 421 + 119 + 507 + 337 + + + + corobot + Unspecified + 0 + 0 + + 171 + 146 + 257 + 353 + + + + corobot + Unspecified + 0 + 0 + + 303 + 15 + 380 + 256 + + + + myrobot + Unspecified + 0 + 0 + + 276 + 259 + 344 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame3048.jpg b/workspace/virtuallab/test/images/train/frame3048.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6471067a6bb3c97a152daaa1fc7bdcba606190a Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3048.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3048.xml b/workspace/virtuallab/test/images/train/frame3048.xml new file mode 100644 index 0000000000000000000000000000000000000000..7e2cafe4561023a785233c78f01621c7f802e635 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3048.xml @@ -0,0 +1,86 @@ + + test + frame3048.jpg + /home/job/workspace/virtuallab/test/frame3048.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 2 + 373 + 107 + 540 + + + + corobot + Unspecified + 0 + 0 + + 394 + 419 + 476 + 578 + + + + corobot + Unspecified + 0 + 0 + + 417 + 114 + 504 + 333 + + + + corobot + Unspecified + 0 + 0 + + 181 + 135 + 267 + 350 + + + + corobot + Unspecified + 0 + 0 + + 299 + 19 + 378 + 257 + + + + myrobot + Unspecified + 0 + 0 + + 275 + 263 + 344 + 443 + + + diff --git a/workspace/virtuallab/test/images/train/frame3049.jpg b/workspace/virtuallab/test/images/train/frame3049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57e95450e0ee80b6b5eea3604b84ee35378e1711 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3049.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3049.xml b/workspace/virtuallab/test/images/train/frame3049.xml new file mode 100644 index 0000000000000000000000000000000000000000..ac6de09125ed65293ec5a6edd5bd7d7de9606567 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3049.xml @@ -0,0 +1,86 @@ + + test + frame3049.jpg + /home/job/workspace/virtuallab/test/frame3049.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 28 + 413 + 134 + 573 + + + + corobot + Unspecified + 0 + 0 + + 424 + 461 + 511 + 608 + + + + corobot + Unspecified + 0 + 0 + + 444 + 153 + 534 + 363 + + + + corobot + Unspecified + 0 + 0 + + 139 + 164 + 230 + 378 + + + + corobot + Unspecified + 0 + 0 + + 344 + 2 + 422 + 230 + + + + myrobot + Unspecified + 0 + 0 + + 275 + 246 + 345 + 449 + + + diff --git a/workspace/virtuallab/test/images/train/frame3051.jpg b/workspace/virtuallab/test/images/train/frame3051.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ffbf69f6de302845af20c3b2378e92fdae16914 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame3051.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame3051.xml b/workspace/virtuallab/test/images/train/frame3051.xml new file mode 100644 index 0000000000000000000000000000000000000000..7397661e0878363320a48bac4f3383d9ef17c721 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame3051.xml @@ -0,0 +1,86 @@ + + test + frame3051.jpg + /home/job/workspace/virtuallab/test/frame3051.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 2 + 372 + 105 + 539 + + + + corobot + Unspecified + 0 + 0 + + 392 + 417 + 473 + 576 + + + + corobot + Unspecified + 0 + 0 + + 415 + 113 + 502 + 329 + + + + corobot + Unspecified + 0 + 0 + + 170 + 145 + 260 + 355 + + + + corobot + Unspecified + 0 + 0 + + 313 + 10 + 388 + 252 + + + + myrobot + Unspecified + 0 + 0 + + 274 + 258 + 344 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame4000.jpg b/workspace/virtuallab/test/images/train/frame4000.jpg new file mode 100644 index 0000000000000000000000000000000000000000..840a44a718ce866f96b126da73fc74feedde1bdd Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4000.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4000.xml b/workspace/virtuallab/test/images/train/frame4000.xml new file mode 100644 index 0000000000000000000000000000000000000000..da62cd5d777e3a3dfd22bd9032d990b9800a3f09 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4000.xml @@ -0,0 +1,86 @@ + + test + frame4000.jpg + /home/job/workspace/virtuallab/test/frame4000.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 94 + 1 + 191 + 246 + + + + corobot + Unspecified + 0 + 0 + + 351 + 111 + 425 + 322 + + + + corobot + Unspecified + 0 + 0 + + 75 + 446 + 186 + 597 + + + + corobot + Unspecified + 0 + 0 + + 339 + 410 + 416 + 587 + + + + corobot + Unspecified + 0 + 0 + + 517 + 334 + 635 + 516 + + + + myrobot + Unspecified + 0 + 0 + + 264 + 228 + 344 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame4026.jpg b/workspace/virtuallab/test/images/train/frame4026.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f1b4951c3462634ec5ffd293143dc84c492bd42 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4026.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4026.xml b/workspace/virtuallab/test/images/train/frame4026.xml new file mode 100644 index 0000000000000000000000000000000000000000..7ff554aca9d69a3aff893fe0b8c71464f0b70df8 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4026.xml @@ -0,0 +1,86 @@ + + test + frame4026.jpg + /home/job/workspace/virtuallab/test/frame4026.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 162 + 1 + 256 + 246 + + + + corobot + Unspecified + 0 + 0 + + 71 + 361 + 181 + 523 + + + + corobot + Unspecified + 0 + 0 + + 349 + 187 + 428 + 382 + + + + corobot + Unspecified + 0 + 0 + + 484 + 267 + 590 + 453 + + + + corobot + Unspecified + 0 + 0 + + 411 + 445 + 503 + 583 + + + + myrobot + Unspecified + 0 + 0 + + 265 + 241 + 349 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame4027.jpg b/workspace/virtuallab/test/images/train/frame4027.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cda7085f18d61c1dbb131cdbd752ab84b0ae1ef Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4027.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4027.xml b/workspace/virtuallab/test/images/train/frame4027.xml new file mode 100644 index 0000000000000000000000000000000000000000..d87d36b2261dc223805e57d5ef2fbca8959c1de0 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4027.xml @@ -0,0 +1,86 @@ + + test + frame4027.jpg + /home/job/workspace/virtuallab/test/frame4027.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 67 + 437 + 176 + 588 + + + + corobot + Unspecified + 0 + 0 + + 347 + 407 + 427 + 585 + + + + corobot + Unspecified + 0 + 0 + + 517 + 319 + 626 + 496 + + + + corobot + Unspecified + 0 + 0 + + 87 + 4 + 182 + 243 + + + + corobot + Unspecified + 0 + 0 + + 347 + 112 + 421 + 322 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 235 + 344 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame4028.jpg b/workspace/virtuallab/test/images/train/frame4028.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52a9c005c579fb46812f449cb8b6589702c41537 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4028.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4028.xml b/workspace/virtuallab/test/images/train/frame4028.xml new file mode 100644 index 0000000000000000000000000000000000000000..ea0533713971304f81c2764930fa69c4afb11cd6 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4028.xml @@ -0,0 +1,86 @@ + + test + frame4028.jpg + /home/job/workspace/virtuallab/test/frame4028.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 80 + 379 + 185 + 538 + + + + corobot + Unspecified + 0 + 0 + + 145 + 2 + 233 + 242 + + + + corobot + Unspecified + 0 + 0 + + 398 + 437 + 484 + 578 + + + + corobot + Unspecified + 0 + 0 + + 492 + 278 + 595 + 464 + + + + corobot + Unspecified + 0 + 0 + + 355 + 170 + 436 + 370 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 233 + 346 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame4029.jpg b/workspace/virtuallab/test/images/train/frame4029.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c592587873705a558f375f68216bc06a883a6836 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4029.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4029.xml b/workspace/virtuallab/test/images/train/frame4029.xml new file mode 100644 index 0000000000000000000000000000000000000000..e1d0afd7d2717d17ecf9ef95d002e6edcd8f1b02 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4029.xml @@ -0,0 +1,86 @@ + + test + frame4029.jpg + /home/job/workspace/virtuallab/test/frame4029.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 86 + 370 + 186 + 537 + + + + corobot + Unspecified + 0 + 0 + + 152 + 4 + 237 + 241 + + + + corobot + Unspecified + 0 + 0 + + 357 + 181 + 438 + 379 + + + + corobot + Unspecified + 0 + 0 + + 496 + 278 + 589 + 454 + + + + corobot + Unspecified + 0 + 0 + + 392 + 404 + 488 + 580 + + + + myrobot + Unspecified + 0 + 0 + + 271 + 234 + 345 + 448 + + + diff --git a/workspace/virtuallab/test/images/train/frame4030.jpg b/workspace/virtuallab/test/images/train/frame4030.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0f7ad1fd52313074928f1b8dae3a976a3d608a7 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4030.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4030.xml b/workspace/virtuallab/test/images/train/frame4030.xml new file mode 100644 index 0000000000000000000000000000000000000000..d50169c46e1ffda990a3c1204627eb08276ff320 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4030.xml @@ -0,0 +1,86 @@ + + test + frame4030.jpg + /home/job/workspace/virtuallab/test/frame4030.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 57 + 422 + 167 + 572 + + + + corobot + Unspecified + 0 + 0 + + 354 + 425 + 438 + 590 + + + + corobot + Unspecified + 0 + 0 + + 521 + 324 + 629 + 502 + + + + corobot + Unspecified + 0 + 0 + + 94 + 5 + 191 + 252 + + + + corobot + Unspecified + 0 + 0 + + 343 + 121 + 419 + 326 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 236 + 341 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame4031.jpg b/workspace/virtuallab/test/images/train/frame4031.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9909f9a53250b02d051d777e416d881f564d673e Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4031.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4031.xml b/workspace/virtuallab/test/images/train/frame4031.xml new file mode 100644 index 0000000000000000000000000000000000000000..5711948a9bcf65598a8bde0c6c993862278c33db --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4031.xml @@ -0,0 +1,86 @@ + + test + frame4031.jpg + /home/job/workspace/virtuallab/test/frame4031.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 153 + 1 + 243 + 234 + + + + corobot + Unspecified + 0 + 0 + + 100 + 361 + 198 + 531 + + + + corobot + Unspecified + 0 + 0 + + 362 + 175 + 442 + 385 + + + + corobot + Unspecified + 0 + 0 + + 492 + 285 + 593 + 460 + + + + corobot + Unspecified + 0 + 0 + + 408 + 400 + 495 + 562 + + + + myrobot + Unspecified + 0 + 0 + + 266 + 233 + 345 + 447 + + + diff --git a/workspace/virtuallab/test/images/train/frame4032.jpg b/workspace/virtuallab/test/images/train/frame4032.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d71a675402fdccd6ff56e4c7722e1e035831e4c4 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4032.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4032.xml b/workspace/virtuallab/test/images/train/frame4032.xml new file mode 100644 index 0000000000000000000000000000000000000000..52a3a7e58235082f98c06e133476f3259372247b --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4032.xml @@ -0,0 +1,86 @@ + + test + frame4032.jpg + /home/job/workspace/virtuallab/test/frame4032.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 145 + 1 + 238 + 234 + + + + corobot + Unspecified + 0 + 0 + + 91 + 372 + 192 + 541 + + + + corobot + Unspecified + 0 + 0 + + 355 + 163 + 434 + 371 + + + + corobot + Unspecified + 0 + 0 + + 494 + 296 + 595 + 474 + + + + corobot + Unspecified + 0 + 0 + + 397 + 402 + 490 + 577 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 237 + 347 + 449 + + + diff --git a/workspace/virtuallab/test/images/train/frame4033.jpg b/workspace/virtuallab/test/images/train/frame4033.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e76ed36aaf7558cd90ba60f7964f4ab4d919662 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4033.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4033.xml b/workspace/virtuallab/test/images/train/frame4033.xml new file mode 100644 index 0000000000000000000000000000000000000000..751de792a7e0d25547f33b6f96c5cd6a6258f668 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4033.xml @@ -0,0 +1,86 @@ + + test + frame4033.jpg + /home/job/workspace/virtuallab/test/frame4033.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 106 + 1 + 203 + 249 + + + + corobot + Unspecified + 0 + 0 + + 67 + 402 + 169 + 565 + + + + corobot + Unspecified + 0 + 0 + + 335 + 124 + 412 + 319 + + + + corobot + Unspecified + 0 + 0 + + 362 + 424 + 454 + 594 + + + + corobot + Unspecified + 0 + 0 + + 513 + 323 + 625 + 502 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 288 + 342 + 450 + + + diff --git a/workspace/virtuallab/test/images/train/frame4034.jpg b/workspace/virtuallab/test/images/train/frame4034.jpg new file mode 100644 index 0000000000000000000000000000000000000000..466819565d4a0e504ca029236a6fb12fd7474eb0 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4034.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4034.xml b/workspace/virtuallab/test/images/train/frame4034.xml new file mode 100644 index 0000000000000000000000000000000000000000..bc4855ac4d6f71d58edc23f09b6d06c87f5fc002 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4034.xml @@ -0,0 +1,86 @@ + + test + frame4034.jpg + /home/job/workspace/virtuallab/test/frame4034.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 162 + 1 + 255 + 226 + + + + corobot + Unspecified + 0 + 0 + + 112 + 350 + 207 + 527 + + + + corobot + Unspecified + 0 + 0 + + 361 + 173 + 449 + 382 + + + + corobot + Unspecified + 0 + 0 + + 488 + 273 + 584 + 428 + + + + corobot + Unspecified + 0 + 0 + + 417 + 423 + 500 + 560 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 241 + 346 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame4036.jpg b/workspace/virtuallab/test/images/train/frame4036.jpg new file mode 100644 index 0000000000000000000000000000000000000000..652e8ae49f8600ae0f9d481aeb69512cb59c0bbc Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4036.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4036.xml b/workspace/virtuallab/test/images/train/frame4036.xml new file mode 100644 index 0000000000000000000000000000000000000000..acda46a37445bf49c58f1b7e81c0d6e6485cc070 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4036.xml @@ -0,0 +1,86 @@ + + test + frame4036.jpg + /home/job/workspace/virtuallab/test/frame4036.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 117 + 1 + 212 + 248 + + + + corobot + Unspecified + 0 + 0 + + 67 + 402 + 166 + 559 + + + + corobot + Unspecified + 0 + 0 + + 342 + 131 + 414 + 336 + + + + corobot + Unspecified + 0 + 0 + + 365 + 431 + 455 + 591 + + + + corobot + Unspecified + 0 + 0 + + 517 + 329 + 623 + 502 + + + + myrobot + Unspecified + 0 + 0 + + 264 + 240 + 346 + 446 + + + diff --git a/workspace/virtuallab/test/images/train/frame4037.jpg b/workspace/virtuallab/test/images/train/frame4037.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f3d54b0847064f095ad6d4fa2c17d8d6129f14e Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4037.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4037.xml b/workspace/virtuallab/test/images/train/frame4037.xml new file mode 100644 index 0000000000000000000000000000000000000000..33adea9cf9d89125df0c2a6774c454338015c71f --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4037.xml @@ -0,0 +1,86 @@ + + test + frame4037.jpg + /home/job/workspace/virtuallab/test/frame4037.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 172 + 1 + 260 + 216 + + + + corobot + Unspecified + 0 + 0 + + 370 + 174 + 449 + 376 + + + + corobot + Unspecified + 0 + 0 + + 114 + 356 + 207 + 528 + + + + corobot + Unspecified + 0 + 0 + + 484 + 277 + 581 + 422 + + + + corobot + Unspecified + 0 + 0 + + 417 + 424 + 504 + 562 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 237 + 348 + 436 + + + diff --git a/workspace/virtuallab/test/images/train/frame4038.jpg b/workspace/virtuallab/test/images/train/frame4038.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a98108d8b05824bef1f358bd53a4cc749528a232 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4038.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4038.xml b/workspace/virtuallab/test/images/train/frame4038.xml new file mode 100644 index 0000000000000000000000000000000000000000..1baddd52bc061091e7a57877f56b36c0cde66f48 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4038.xml @@ -0,0 +1,86 @@ + + test + frame4038.jpg + /home/job/workspace/virtuallab/test/frame4038.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 130 + 2 + 221 + 241 + + + + corobot + Unspecified + 0 + 0 + + 73 + 389 + 174 + 555 + + + + corobot + Unspecified + 0 + 0 + + 342 + 135 + 418 + 340 + + + + corobot + Unspecified + 0 + 0 + + 376 + 424 + 463 + 587 + + + + corobot + Unspecified + 0 + 0 + + 509 + 318 + 617 + 495 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 240 + 342 + 445 + + + diff --git a/workspace/virtuallab/test/images/train/frame4039.jpg b/workspace/virtuallab/test/images/train/frame4039.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4543fef4f1e227ace07eb86b141cea0c043641aa Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4039.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4039.xml b/workspace/virtuallab/test/images/train/frame4039.xml new file mode 100644 index 0000000000000000000000000000000000000000..2128b752d3c3f9e4573b79bc8a0f3832402f42c9 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4039.xml @@ -0,0 +1,86 @@ + + test + frame4039.jpg + /home/job/workspace/virtuallab/test/frame4039.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 129 + 1 + 219 + 242 + + + + corobot + Unspecified + 0 + 0 + + 76 + 391 + 171 + 555 + + + + corobot + Unspecified + 0 + 0 + + 345 + 124 + 419 + 322 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 242 + 343 + 445 + + + + corobot + Unspecified + 0 + 0 + + 374 + 424 + 458 + 584 + + + + corobot + Unspecified + 0 + 0 + + 511 + 319 + 617 + 496 + + + diff --git a/workspace/virtuallab/test/images/train/frame4041.jpg b/workspace/virtuallab/test/images/train/frame4041.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19bb8c1bddc63006eadc3d8d3b5858752ed68e48 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4041.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4041.xml b/workspace/virtuallab/test/images/train/frame4041.xml new file mode 100644 index 0000000000000000000000000000000000000000..7b581d54feab34456e0e3e4d514ec46675a8bcb8 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4041.xml @@ -0,0 +1,86 @@ + + test + frame4041.jpg + /home/job/workspace/virtuallab/test/frame4041.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 120 + 1 + 212 + 246 + + + + corobot + Unspecified + 0 + 0 + + 336 + 132 + 411 + 300 + + + + corobot + Unspecified + 0 + 0 + + 67 + 398 + 163 + 564 + + + + corobot + Unspecified + 0 + 0 + + 365 + 432 + 454 + 592 + + + + corobot + Unspecified + 0 + 0 + + 505 + 323 + 606 + 491 + + + + myrobot + Unspecified + 0 + 0 + + 261 + 285 + 344 + 439 + + + diff --git a/workspace/virtuallab/test/images/train/frame4042.jpg b/workspace/virtuallab/test/images/train/frame4042.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89fd757b5df292f1964cc806202c38c8eb3acf9d Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4042.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4042.xml b/workspace/virtuallab/test/images/train/frame4042.xml new file mode 100644 index 0000000000000000000000000000000000000000..552fa5639c66c1a5522079b366f1c0b5679dce3a --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4042.xml @@ -0,0 +1,86 @@ + + test + frame4042.jpg + /home/job/workspace/virtuallab/test/frame4042.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 126 + 2 + 213 + 243 + + + + corobot + Unspecified + 0 + 0 + + 346 + 137 + 422 + 341 + + + + corobot + Unspecified + 0 + 0 + + 71 + 392 + 171 + 557 + + + + corobot + Unspecified + 0 + 0 + + 372 + 422 + 458 + 586 + + + + corobot + Unspecified + 0 + 0 + + 500 + 306 + 595 + 483 + + + + myrobot + Unspecified + 0 + 0 + + 262 + 240 + 344 + 441 + + + diff --git a/workspace/virtuallab/test/images/train/frame4043.jpg b/workspace/virtuallab/test/images/train/frame4043.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7f77f3b9ce9f7ae15f6c334320d7626cd63b0a4 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4043.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4043.xml b/workspace/virtuallab/test/images/train/frame4043.xml new file mode 100644 index 0000000000000000000000000000000000000000..84a8c32e66fa65acbc4044b2ad464d0c96f94042 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4043.xml @@ -0,0 +1,86 @@ + + test + frame4043.jpg + /home/job/workspace/virtuallab/test/frame4043.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 160 + 1 + 244 + 218 + + + + corobot + Unspecified + 0 + 0 + + 102 + 364 + 197 + 541 + + + + corobot + Unspecified + 0 + 0 + + 372 + 165 + 455 + 373 + + + + corobot + Unspecified + 0 + 0 + + 477 + 276 + 576 + 423 + + + + corobot + Unspecified + 0 + 0 + + 402 + 422 + 489 + 568 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 239 + 345 + 441 + + + diff --git a/workspace/virtuallab/test/images/train/frame4044.jpg b/workspace/virtuallab/test/images/train/frame4044.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59d82e612af04c70a1f14c56fccf80b1ed966103 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4044.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4044.xml b/workspace/virtuallab/test/images/train/frame4044.xml new file mode 100644 index 0000000000000000000000000000000000000000..685e342363ab20698a8c5debef98235dc691c14f --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4044.xml @@ -0,0 +1,86 @@ + + test + frame4044.jpg + /home/job/workspace/virtuallab/test/frame4044.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 107 + 2 + 201 + 250 + + + + corobot + Unspecified + 0 + 0 + + 343 + 125 + 414 + 323 + + + + myrobot + Unspecified + 0 + 0 + + 267 + 241 + 344 + 442 + + + + corobot + Unspecified + 0 + 0 + + 353 + 436 + 442 + 596 + + + + corobot + Unspecified + 0 + 0 + + 515 + 323 + 617 + 491 + + + + corobot + Unspecified + 0 + 0 + + 53 + 409 + 157 + 570 + + + diff --git a/workspace/virtuallab/test/images/train/frame4046.jpg b/workspace/virtuallab/test/images/train/frame4046.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06ddedafc5d969745db9ef4d74331f2a9d96a1d8 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4046.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4046.xml b/workspace/virtuallab/test/images/train/frame4046.xml new file mode 100644 index 0000000000000000000000000000000000000000..5fee77a5da12b07da8d339cfebd3e86899531367 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4046.xml @@ -0,0 +1,86 @@ + + test + frame4046.jpg + /home/job/workspace/virtuallab/test/frame4046.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 150 + 1 + 240 + 223 + + + + corobot + Unspecified + 0 + 0 + + 102 + 363 + 197 + 533 + + + + corobot + Unspecified + 0 + 0 + + 372 + 162 + 451 + 371 + + + + corobot + Unspecified + 0 + 0 + + 478 + 277 + 573 + 444 + + + + myrobot + Unspecified + 0 + 0 + + 268 + 237 + 344 + 441 + + + + corobot + Unspecified + 0 + 0 + + 408 + 404 + 478 + 561 + + + diff --git a/workspace/virtuallab/test/images/train/frame4047.jpg b/workspace/virtuallab/test/images/train/frame4047.jpg new file mode 100644 index 0000000000000000000000000000000000000000..160b30e33f42e25f8fc17c1298167489d1bbadaf Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4047.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4047.xml b/workspace/virtuallab/test/images/train/frame4047.xml new file mode 100644 index 0000000000000000000000000000000000000000..ec759a4dbc0d4ccea44014871330569ec7f4a7ca --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4047.xml @@ -0,0 +1,86 @@ + + test + frame4047.jpg + /home/job/workspace/virtuallab/test/frame4047.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 0 + 0 + + 98 + 4 + 192 + 253 + + + + corobot + Unspecified + 0 + 0 + + 51 + 402 + 151 + 565 + + + + corobot + Unspecified + 0 + 0 + + 335 + 115 + 413 + 299 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 253 + 344 + 441 + + + + corobot + Unspecified + 0 + 0 + + 512 + 327 + 615 + 492 + + + + corobot + Unspecified + 0 + 0 + + 356 + 432 + 439 + 586 + + + diff --git a/workspace/virtuallab/test/images/train/frame4048.jpg b/workspace/virtuallab/test/images/train/frame4048.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f1077d1a4ca0f6659f13f4582941ea38156feec Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4048.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4048.xml b/workspace/virtuallab/test/images/train/frame4048.xml new file mode 100644 index 0000000000000000000000000000000000000000..8f47f90c3b765d557debd9b646cc76f38da4219d --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4048.xml @@ -0,0 +1,86 @@ + + test + frame4048.jpg + /home/job/workspace/virtuallab/test/frame4048.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 135 + 1 + 223 + 230 + + + + corobot + Unspecified + 0 + 0 + + 91 + 375 + 185 + 543 + + + + corobot + Unspecified + 0 + 0 + + 363 + 150 + 445 + 367 + + + + corobot + Unspecified + 0 + 0 + + 483 + 283 + 584 + 464 + + + + corobot + Unspecified + 0 + 0 + + 395 + 403 + 474 + 569 + + + + myrobot + Unspecified + 0 + 0 + + 269 + 238 + 344 + 441 + + + diff --git a/workspace/virtuallab/test/images/train/frame4049.jpg b/workspace/virtuallab/test/images/train/frame4049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b15647e0ee84399f4295756a0cdfaa154508fd8b Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4049.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4049.xml b/workspace/virtuallab/test/images/train/frame4049.xml new file mode 100644 index 0000000000000000000000000000000000000000..83f382873782219674340a6c3bb34052c8ab4e41 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4049.xml @@ -0,0 +1,86 @@ + + test + frame4049.jpg + /home/job/workspace/virtuallab/test/frame4049.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 141 + 1 + 226 + 228 + + + + corobot + Unspecified + 0 + 0 + + 373 + 162 + 453 + 368 + + + + corobot + Unspecified + 0 + 0 + + 94 + 373 + 187 + 542 + + + + corobot + Unspecified + 0 + 0 + + 481 + 285 + 576 + 458 + + + + corobot + Unspecified + 0 + 0 + + 392 + 401 + 480 + 568 + + + + myrobot + Unspecified + 0 + 0 + + 268 + 238 + 345 + 441 + + + diff --git a/workspace/virtuallab/test/images/train/frame4051.jpg b/workspace/virtuallab/test/images/train/frame4051.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acdeca3ef6061b7eca78c94be61d44d9bf76481e Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4051.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4051.xml b/workspace/virtuallab/test/images/train/frame4051.xml new file mode 100644 index 0000000000000000000000000000000000000000..ad58229ef7520841a5997931980c63ac42e5d506 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4051.xml @@ -0,0 +1,86 @@ + + test + frame4051.jpg + /home/job/workspace/virtuallab/test/frame4051.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 144 + 1 + 232 + 227 + + + + corobot + Unspecified + 0 + 0 + + 101 + 364 + 196 + 541 + + + + corobot + Unspecified + 0 + 0 + + 377 + 160 + 462 + 374 + + + + corobot + Unspecified + 0 + 0 + + 485 + 288 + 580 + 451 + + + + corobot + Unspecified + 0 + 0 + + 406 + 399 + 485 + 556 + + + + myrobot + Unspecified + 0 + 0 + + 268 + 234 + 344 + 444 + + + diff --git a/workspace/virtuallab/test/images/train/frame4052.jpg b/workspace/virtuallab/test/images/train/frame4052.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae02cf2c8b4a0f561ed0023efb27ce36d169d756 Binary files /dev/null and b/workspace/virtuallab/test/images/train/frame4052.jpg differ diff --git a/workspace/virtuallab/test/images/train/frame4052.xml b/workspace/virtuallab/test/images/train/frame4052.xml new file mode 100644 index 0000000000000000000000000000000000000000..ad2758f9fd5e9dc912438e01b20acfa9ff8825e6 --- /dev/null +++ b/workspace/virtuallab/test/images/train/frame4052.xml @@ -0,0 +1,86 @@ + + test + frame4052.jpg + /home/job/workspace/virtuallab/test/frame4052.jpg + + Unknown + + + 800 + 800 + 3 + + 0 + + corobot + Unspecified + 1 + 0 + + 140 + 1 + 228 + 225 + + + + corobot + Unspecified + 0 + 0 + + 368 + 153 + 450 + 366 + + + + corobot + Unspecified + 0 + 0 + + 100 + 368 + 191 + 537 + + + + corobot + Unspecified + 0 + 0 + + 401 + 403 + 486 + 565 + + + + corobot + Unspecified + 0 + 0 + + 491 + 298 + 587 + 471 + + + + myrobot + Unspecified + 0 + 0 + + 270 + 237 + 349 + 446 + + + diff --git a/workspace/virtuallab/test/label_map.pbtxt b/workspace/virtuallab/test/label_map.pbtxt new file mode 100644 index 0000000000000000000000000000000000000000..7a6e89d56cd639c93a83ba6fd0d9347fe731216f --- /dev/null +++ b/workspace/virtuallab/test/label_map.pbtxt @@ -0,0 +1,8 @@ +item { + id: 1 + name: 'myrobot' +} +item { + id: 2 + name: 'corobot' +} diff --git a/workspace/virtuallab/test/trainval.txt b/workspace/virtuallab/test/trainval.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ad7390ca21d6ff6303526ce6b846bef33038da0 --- /dev/null +++ b/workspace/virtuallab/test/trainval.txt @@ -0,0 +1,117 @@ +frame1000 +frame1024 +frame1025 +frame1026 +frame1027 +frame1028 +frame1029 +frame1030 +frame1031 +frame1032 +frame1033 +frame1034 +frame1035 +frame1036 +frame1037 +frame1038 +frame1039 +frame1040 +frame1041 +frame1042 +frame1043 +frame1044 +frame1045 +frame1046 +frame1047 +frame1048 +frame1049 +frame1050 +frame1051 +frame2000 +frame2024 +frame2025 +frame2026 +frame2027 +frame2028 +frame2029 +frame2030 +frame2031 +frame2032 +frame2033 +frame2034 +frame2035 +frame2036 +frame2037 +frame2038 +frame2039 +frame2040 +frame2041 +frame2042 +frame2043 +frame2044 +frame2045 +frame2046 +frame2047 +frame2048 +frame2049 +frame2050 +frame2051 +frame3000 +frame3024 +frame3025 +frame3026 +frame3027 +frame3028 +frame3029 +frame3030 +frame3031 +frame3032 +frame3033 +frame3034 +frame3035 +frame3036 +frame3037 +frame3038 +frame3039 +frame3040 +frame3041 +frame3042 +frame3043 +frame3044 +frame3045 +frame3046 +frame3047 +frame3048 +frame3049 +frame3050 +frame3051 +frame4000 +frame4025 +frame4026 +frame4027 +frame4028 +frame4029 +frame4030 +frame4031 +frame4032 +frame4033 +frame4034 +frame4035 +frame4036 +frame4037 +frame4038 +frame4039 +frame4040 +frame4041 +frame4042 +frame4043 +frame4044 +frame4045 +frame4046 +frame4047 +frame4048 +frame4049 +frame4050 +frame4051 +frame4052 + diff --git a/workspace/virtuallab/test/xml_to_csv.py b/workspace/virtuallab/test/xml_to_csv.py new file mode 100644 index 0000000000000000000000000000000000000000..cdde73f4729a5235f7674c042048ce34cead8eab --- /dev/null +++ b/workspace/virtuallab/test/xml_to_csv.py @@ -0,0 +1,44 @@ +import os +import glob +import pandas as pd +import xml.etree.ElementTree as ET + + +def xml_to_csv(path): + xml_list = [] + for xml_file in glob.glob(path + '/*.xml'): + tree = ET.parse(xml_file) + root = tree.getroot() + for member in root.findall('object'): + value = (root.find('filename').text, + int(root.find('size')[0].text), + int(root.find('size')[1].text), + member[0].text, + int(member[4][0].text), + int(member[4][1].text), + int(member[4][2].text), + int(member[4][3].text) + ) + xml_list.append(value) + column_name = ['filename', 'width', 'height', 'class', 'xmin', 'ymin', 'xmax', 'ymax'] + xml_df = pd.DataFrame(xml_list, columns=column_name) + return xml_df + + +def main(): + ''' + for directory in ['train','testing']: + image_path = os.path.join(os.getcwd(), 'images/{}'.format(directory).format(directory)) + xml_df = xml_to_csv(image_path) + xml_df.to_csv('data/{}_labels.csv'.format(directory), index=None) + print('Successfully converted xml to csv.') + ''' + image_path = os.path.join(os.getcwd(), 'images/train') + xml_df = xml_to_csv(image_path) + xml_df.to_csv('data/train_labels.csv', index=None) + + image_path = os.path.join(os.getcwd(), 'images/test') + xml_df = xml_to_csv(image_path) + xml_df.to_csv('data/test_labels.csv',index=None) + +main() diff --git a/workspace/virtuallab/world/labworld b/workspace/virtuallab/world/labworld new file mode 100644 index 0000000000000000000000000000000000000000..6a31d168fa748d87e9e97a0adf34c2b0643f6fe4 --- /dev/null +++ b/workspace/virtuallab/world/labworld @@ -0,0 +1,327 @@ + + + + 1 + 0 0 10 0 -0 0 + 0.8 0.8 0.8 1 + 0.2 0.2 0.2 1 + + 1000 + 0.9 + 0.01 + 0.001 + + -0.5 0.1 -0.9 + + + 1 + + + + + 0 0 1 + 100 100 + + + + + 65535 + + + + + 100 + 50 + + + + + + + + 10 + + + 0 + + + 0 0 1 + 100 100 + + + + + + + 0 + 0 + 0 + + + 0 0 -9.8 + 6e-06 2.3e-05 -4.2e-05 + + + 0.001 + 1 + 1000 + + + 0.4 0.4 0.4 1 + 0.7 0.7 0.7 1 + 1 + + + + + EARTH_WGS84 + 0 + 0 + 0 + 0 + + + 1.4729 -1.52139 0 0 -0 0 + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 5 0 0 -0 0 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + -5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 -5 0 0 -0 0 + 0 + 0 + 0 + + 1 + + + 77 713000000 + 78 468383727 + 1598807778 419328989 + 77713 + + 0 0 0 0 -0 0 + 1 1 1 + + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 0 0 -0 0 + 1 1 1 + + 5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + -5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 -5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 10 0 -0 0 + + + + + 9.71778 -8.62279 11.684 -0 0.647643 2.37219 + orbit + perspective + + + + diff --git a/workspace/virtuallab/world/vlab_v_1_02.world b/workspace/virtuallab/world/vlab_v_1_02.world new file mode 100644 index 0000000000000000000000000000000000000000..48f5a601cb395733ae01854bb947e5803c6fc038 --- /dev/null +++ b/workspace/virtuallab/world/vlab_v_1_02.world @@ -0,0 +1,775 @@ + + + + 1 + + + + + 0 0 1 + 100 100 + + + + + 65535 + + + + + 100 + 50 + + + + + + + + 10 + + + 0 + + + 0 0 1 + 100 100 + + + + + + + 0 + 0 + 0 + + + + 1 + 0 0 10 0 -0 0 + 0.8 0.8 0.8 1 + 0.2 0.2 0.2 1 + + 1000 + 0.9 + 0.01 + 0.001 + + -0.5 0.1 -0.9 + + + + 0.808442 -7.60196 14.7318 -0 1.12764 1.54819 + orbit + perspective + + + 0 0 -9.8 + 6e-06 2.3e-05 -4.2e-05 + + + 0.001 + 1 + 1000 + + + 0.4 0.4 0.4 1 + 0.7 0.7 0.7 1 + 1 + + + + + EARTH_WGS84 + 0 + 0 + 0 + 0 + + + 0.885861 -0.001862 0 0 -0 0 + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 5 0 0 -0 0 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + -5 0 0 0 -0 -1.5708 + 0 + 0 + 0 + + + + + + 10.15 0.15 2.5 + + + 0 0 1.25 0 -0 0 + 10 + + + + + + + + + + + + + + + 0 0 1.25 0 -0 0 + + + 10.15 0.15 2.5 + + + + + 1 1 1 1 + + + 0 + + + 0 -5 0 0 -0 0 + 0 + 0 + 0 + + 1 + + + 488 584000000 + 157 696338464 + 1603794491 341349653 + 129556 + + 8e-05 -2.00504 0.009991 -3.6e-05 -5e-06 -0.00262 + 1 1 1 + + 8e-05 -2.00504 0.009991 -3.6e-05 -5e-06 -0.00262 + -5e-05 0.000143 -0.009298 -0.014237 -0.004969 0 + -0.05179 -0.00013 -9.36819 0.012326 1.10455 -7.7e-05 + -0.05179 -0.00013 -9.36819 0 -0 0 + + + + 1e-05 2.00457 0.00938 -0.000216 -0.000311 -0.002712 + 1 1 1 + + 1e-05 2.00457 0.00938 -0.000216 -0.000311 -0.002712 + -0.000496 0.000101 -0.083878 -0.008984 -0.046833 -3e-06 + -0.97895 0.000744 -2.07202 -2.97134 1.5679 3.13729 + -0.97895 0.000744 -2.07202 0 -0 0 + + + + 2.00439 9.6e-05 0.00891 -0.000233 0.000546 1.56775 + 1 1 1 + + 2.00439 9.6e-05 0.00891 -0.000233 0.000546 1.56775 + -3.8e-05 0.000622 -0.102305 -0.056145 -0.000987 1.3e-05 + 0.007957 1.24012 -0.455414 1.04708 0.768093 0.026463 + 0.007957 1.24012 -0.455414 0 -0 0 + + + + -2.00388 -5e-05 0.008963 -0.000218 -0.00052 1.56766 + 1 1 1 + + -2.00388 -5e-05 0.008963 -0.000218 -0.00052 1.56766 + -4.9e-05 -0.00061 -0.100815 0.055383 -0.00213 -1.3e-05 + 0.000199 -1.21647 -0.586429 -2.61464 0.080837 -0.024859 + 0.000199 -1.21647 -0.586429 0 -0 0 + + + + 0 0 0 0 -0 0 + 1 1 1 + + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 0 0 -0 0 + 1 1 1 + + 5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + -5 0 0 0 0 -1.5708 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + 0 -5 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 0 0 10 0 -0 0 + + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -1.38923 -1.19019 0.499995 1e-05 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -0.074245 1.20387 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + -0.123071 -0.649489 0 0 -0 0 + + + + + 1 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + 0 0 0 0 -0 0 + + 0 + 0 + 0 + 0 0 0 0 -0 0 + 1 + + + + 4 0.02 0.02 + + + + + 1 0 0 0 + + __default__ + + 0.3 0.3 0.3 1 + 0.7 0.7 0.7 1 + 0.01 0.01 0.01 1 + + 0 0 0 0 -0 0 + 0 + 1 + + + 0 + 10 + 0 0 0 0 -0 0 + + + 4 0.02 0.02 + + + + + + 1 + 1 + 0 0 0 + 0 + 0 + + + 1 + 0 + 0 + 1 + + 0 + + + + + 0 + 1e+06 + + + 0 + 1 + 1 + + 0 + 0.2 + 1e+13 + 1 + 0.01 + 0 + + + 1 + -0.01 + 0 + 0.2 + 1e+13 + 1 + + + + + + 0 + 1 + 0.30548 0.839594 0 0 -0 0 + + +