100 lines
7.5 KiB
Plaintext
100 lines
7.5 KiB
Plaintext
-- The C compiler identification is GNU 11.4.0
|
||
-- The CXX compiler identification is GNU 11.4.0
|
||
-- Detecting C compiler ABI info
|
||
-- Detecting C compiler ABI info - done
|
||
-- Check for working C compiler: /usr/bin/cc - skipped
|
||
-- Detecting C compile features
|
||
-- Detecting C compile features - done
|
||
-- Detecting CXX compiler ABI info
|
||
-- Detecting CXX compiler ABI info - done
|
||
-- Check for working CXX compiler: /usr/bin/c++ - skipped
|
||
-- Detecting CXX compile features
|
||
-- Detecting CXX compile features - done
|
||
-- BuilD for ROS2: humble
|
||
-- Found ament_cmake: 1.3.14 (/opt/ros/humble/share/ament_cmake/cmake)
|
||
-- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter
|
||
-- Found rclcpp: 16.0.19 (/opt/ros/humble/share/rclcpp/cmake)
|
||
-- Found rosidl_generator_c: 3.1.8 (/opt/ros/humble/share/rosidl_generator_c/cmake)
|
||
-- Found rosidl_adapter: 3.1.8 (/opt/ros/humble/share/rosidl_adapter/cmake)
|
||
-- Found rosidl_generator_cpp: 3.1.8 (/opt/ros/humble/share/rosidl_generator_cpp/cmake)
|
||
-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
|
||
-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
|
||
-- Found rmw_implementation_cmake: 6.1.2 (/opt/ros/humble/share/rmw_implementation_cmake/cmake)
|
||
-- Found rmw_fastrtps_cpp: 6.2.10 (/opt/ros/humble/share/rmw_fastrtps_cpp/cmake)
|
||
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2")
|
||
-- Found FastRTPS: /opt/ros/humble/include
|
||
-- Using RMW implementation 'rmw_fastrtps_cpp' as default
|
||
-- Looking for pthread.h
|
||
-- Looking for pthread.h - found
|
||
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
|
||
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
|
||
-- Found Threads: TRUE
|
||
-- Found sensor_msgs: 4.9.1 (/opt/ros/humble/share/sensor_msgs/cmake)
|
||
-- Found tf2_ros: 0.25.20 (/opt/ros/humble/share/tf2_ros/cmake)
|
||
-- Found tf2_geometry_msgs: 0.25.20 (/opt/ros/humble/share/tf2_geometry_msgs/cmake)
|
||
-- Found eigen3_cmake_module: 0.1.1 (/opt/ros/humble/share/eigen3_cmake_module/cmake)
|
||
-- Found Eigen3: TRUE (found version "3.4.0")
|
||
-- Ensuring Eigen3 include directory is part of orocos-kdl CMake target
|
||
-- Found nav2_msgs: 1.1.20 (/opt/ros/humble/share/nav2_msgs/cmake)
|
||
-- Found map_msgs: 2.1.0 (/opt/ros/humble/share/map_msgs/cmake)
|
||
-- Found visualization_msgs: 4.9.1 (/opt/ros/humble/share/visualization_msgs/cmake)
|
||
-- Found nav2_costmap_2d: 1.1.20 (/opt/ros/humble/share/nav2_costmap_2d/cmake)
|
||
-- Found ament_lint_auto: 0.12.15 (/opt/ros/humble/share/ament_lint_auto/cmake)
|
||
-- Found ament_cmake_gtest: 1.3.14 (/opt/ros/humble/share/ament_cmake_gtest/cmake)
|
||
-- Found gtest sources under '/opt/ros/humble/src/gtest_vendor': C++ tests using 'Google Test' will be built
|
||
-- Added test 'cppcheck' to perform static code analysis on C / C++ code
|
||
-- Configured cppcheck include dirs: /home/xu22/桌面/ros2_office_mapping/src/m-explore-ros2/explore/include;$<BUILD_INTERFACE:/home/xu22/桌面/ros2_office_mapping/src/m-explore-ros2/explore/include>
|
||
-- Configured cppcheck exclude dirs and/or files:
|
||
-- Added test 'flake8' to check Python code syntax and style conventions
|
||
-- Added test 'lint_cmake' to check CMake code style
|
||
-- Added test 'pep257' to check Python code against some of the docstring style conventions in PEP 257
|
||
-- Added test 'uncrustify' to check C / C++ code style
|
||
-- Configured uncrustify additional arguments:
|
||
-- Added test 'xmllint' to check XML markup files
|
||
-- Configuring done
|
||
-- Generating done
|
||
-- Build files have been written to: /home/xu22/桌面/ros2_office_mapping/build/explore_lite
|
||
[ 10%] [32mBuilding CXX object gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o[0m
|
||
[ 20%] [32mBuilding CXX object CMakeFiles/explore.dir/src/explore.cpp.o[0m
|
||
[ 30%] [32mBuilding CXX object CMakeFiles/explore.dir/src/costmap_client.cpp.o[0m
|
||
[ 40%] [32mBuilding CXX object CMakeFiles/explore.dir/src/frontier_search.cpp.o[0m
|
||
[ 50%] [32mBuilding CXX object gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o[0m
|
||
[ 60%] [32m[1mLinking CXX static library libgtest_main.a[0m
|
||
[ 60%] Built target gtest_main
|
||
[ 70%] [32m[1mLinking CXX static library libgtest.a[0m
|
||
[ 70%] Built target gtest
|
||
[ 80%] [32mBuilding CXX object CMakeFiles/test_explore.dir/test/test_explore.cpp.o[0m
|
||
[ 90%] [32m[1mLinking CXX executable test_explore[0m
|
||
[ 90%] Built target test_explore
|
||
[100%] [32m[1mLinking CXX executable explore[0m
|
||
[100%] Built target explore
|
||
-- Install configuration: ""
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/include/explore/
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/include/explore//costmap_client.h
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/include/explore//explore.h
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/include/explore//frontier_search.h
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/include/explore//costmap_tools.h
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/config
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/config/params_costmap.yaml
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/config/params.yaml
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/launch
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/launch/explore.launch.py
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/lib/explore_lite/explore
|
||
-- Set runtime path of "/home/xu22/桌面/ros2_office_mapping/install/explore_lite/lib/explore_lite/explore" to ""
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/ament_index/resource_index/package_run_dependencies/explore_lite
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/ament_index/resource_index/parent_prefix_path/explore_lite
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/environment/ament_prefix_path.sh
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/environment/ament_prefix_path.dsv
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/environment/path.sh
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/environment/path.dsv
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/local_setup.bash
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/local_setup.sh
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/local_setup.zsh
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/local_setup.dsv
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/package.dsv
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/ament_index/resource_index/packages/explore_lite
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/cmake/ament_cmake_export_include_directories-extras.cmake
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/cmake/explore_liteConfig.cmake
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/cmake/explore_liteConfig-version.cmake
|
||
-- Installing: /home/xu22/桌面/ros2_office_mapping/install/explore_lite/share/explore_lite/package.xml
|