123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- # Install script for directory: /home/neousys/autoware.ai/src/autoware/utilities/runtime_manager
- # Set the install prefix
- if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/home/neousys/autoware.ai/install/runtime_manager")
- 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 "Release")
- 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/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/runtime_manager.pc")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/runtime_manager/cmake" TYPE FILE FILES
- "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/runtime_managerConfig.cmake"
- "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/runtime_managerConfig-version.cmake"
- )
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/runtime_manager" TYPE FILE FILES "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/package.xml")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/ftrace.py")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/proc_manager.py")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/rtmgr.py")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/runtime_manager_dialog.py")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/test_pub.py")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/runtime_manager/catkin_generated/installspace/test_srv.py")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/runtime_manager/scripts" TYPE PROGRAM FILES
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/3dm_gx5_15.sh"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/add_perm.sh"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/adis16470.sh"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/avt_vimba.sh"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/gazebo.sh"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/mti300.sh"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/vg440.sh"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/cleanup"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/run"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/run_proc_manager"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/subnet_chk.py"
- )
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager" TYPE FILE FILES
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/computing.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/data.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/empty.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/interface.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/main.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/map.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/qs.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/rtmgr.wxg"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/rtmgr_icon.xpm"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/sensing.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/setup.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/simulation.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/state.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/status.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/topics.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/vector_map_files.yaml"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/viewer.yaml"
- )
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/runtime_manager/images" TYPE FILE FILES
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/autoware_logo_1.png"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/autoware_logo_2.png"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/autoware_logo_2_white.png"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/axe.png"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/database.png"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/dec.png"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/inc.png"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/mobile.png"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/nagoya_university.png"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/tablet.png"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/images/vehicle.png"
- )
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/runtime_manager/launch_files" TYPE FILE FILES
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/avt_camera.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/calibration_publisher.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/ex_mat_pub.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/check.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/control.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/init.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/map.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/perception.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/planning.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/sensor.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/set.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_hdl32e.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_hdl64e_s2.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_hdl64e_s3.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_vlp16.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_vlp16_hires.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/launch_files/velodyne_vlp32c.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/mqtt_socket.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/points2image.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/setup_tf.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/setup_vehicle_info.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/synchronization.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/tablet_socket.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/traffic_light.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/uvc_camera.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/vehicle_socket.launch"
- "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/scripts/vscan.launch"
- )
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/runtime_manager/launch" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/src/autoware/utilities/runtime_manager/launch/")
- endif()
- if(NOT CMAKE_INSTALL_LOCAL_ONLY)
- # Include the install script for each subdirectory.
- include("/home/neousys/autoware.ai/build/runtime_manager/gtest/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/neousys/autoware.ai/build/runtime_manager/${CMAKE_INSTALL_MANIFEST}"
- "${CMAKE_INSTALL_MANIFEST_CONTENT}")
|