Initial commit

This commit is contained in:
CaiXiang
2024-10-25 14:21:27 +08:00
commit 314bf9ad25
2041 changed files with 272126 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Invoking command in '/home/caixiang/ros2_ws2/build/cpp_pubsub': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/jazzy /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub
Invoked command in '/home/caixiang/ros2_ws2/build/cpp_pubsub' returned '1': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/jazzy /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub

View File

@@ -0,0 +1,29 @@
CMake Error at CMakeLists.txt:29 (add_executable):
Cannot find source file:
src/publisher_member_function.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:32 (add_executable):
Cannot find source file:
src/subscriber_member_function.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:29 (add_executable):
No SOURCES given to target: talker

CMake Error at CMakeLists.txt:32 (add_executable):
No SOURCES given to target: listener

CMake Generate step failed. Build files cannot be regenerated correctly.

View File

@@ -0,0 +1,35 @@
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.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
-- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
-- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter
-- Found rclcpp: 28.1.3 (/opt/ros/jazzy/share/rclcpp/cmake)
-- Found rosidl_generator_c: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_c/cmake)
-- Found rosidl_generator_cpp: 4.6.3 (/opt/ros/jazzy/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: 7.3.1 (/opt/ros/jazzy/share/rmw_implementation_cmake/cmake)
-- Found rmw_fastrtps_cpp: 8.4.1 (/opt/ros/jazzy/share/rmw_fastrtps_cpp/cmake)
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.13")
-- Found FastRTPS: /opt/ros/jazzy/include (Required is at least version "2.13")
-- Using RMW implementation 'rmw_fastrtps_cpp' as default
-- Found std_msgs: 5.3.5 (/opt/ros/jazzy/share/std_msgs/cmake)
-- Found tutorial_interfaces: 0.0.0 (/home/caixiang/ros2_ws2/install/tutorial_interfaces/share/tutorial_interfaces/cmake)
-- Found ament_lint_auto: 0.17.1 (/opt/ros/jazzy/share/ament_lint_auto/cmake)
-- Added test 'cppcheck' to perform static code analysis on C / C++ code
-- Configured cppcheck include dirs:
-- Configured cppcheck exclude dirs and/or files:
-- Added test 'lint_cmake' to check CMake code style
-- Added test 'uncrustify' to check C / C++ code style
-- Configured uncrustify additional arguments:
-- Added test 'xmllint' to check XML markup files
-- Configuring done (2.0s)

View File

@@ -0,0 +1,64 @@
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.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
-- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
-- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter
-- Found rclcpp: 28.1.3 (/opt/ros/jazzy/share/rclcpp/cmake)
-- Found rosidl_generator_c: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_c/cmake)
-- Found rosidl_generator_cpp: 4.6.3 (/opt/ros/jazzy/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: 7.3.1 (/opt/ros/jazzy/share/rmw_implementation_cmake/cmake)
-- Found rmw_fastrtps_cpp: 8.4.1 (/opt/ros/jazzy/share/rmw_fastrtps_cpp/cmake)
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.13")
-- Found FastRTPS: /opt/ros/jazzy/include (Required is at least version "2.13")
-- Using RMW implementation 'rmw_fastrtps_cpp' as default
-- Found std_msgs: 5.3.5 (/opt/ros/jazzy/share/std_msgs/cmake)
-- Found tutorial_interfaces: 0.0.0 (/home/caixiang/ros2_ws2/install/tutorial_interfaces/share/tutorial_interfaces/cmake)
-- Found ament_lint_auto: 0.17.1 (/opt/ros/jazzy/share/ament_lint_auto/cmake)
-- Added test 'cppcheck' to perform static code analysis on C / C++ code
-- Configured cppcheck include dirs:
-- Configured cppcheck exclude dirs and/or files:
-- Added test 'lint_cmake' to check CMake code style
-- Added test 'uncrustify' to check C / C++ code style
-- Configured uncrustify additional arguments:
-- Added test 'xmllint' to check XML markup files
-- Configuring done (2.0s)
CMake Error at CMakeLists.txt:29 (add_executable):
Cannot find source file:
src/publisher_member_function.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:32 (add_executable):
Cannot find source file:
src/subscriber_member_function.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:29 (add_executable):
No SOURCES given to target: talker

CMake Error at CMakeLists.txt:32 (add_executable):
No SOURCES given to target: listener

CMake Generate step failed. Build files cannot be regenerated correctly.

View File

@@ -0,0 +1,66 @@
[0.097s] Invoking command in '/home/caixiang/ros2_ws2/build/cpp_pubsub': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/jazzy /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub
[0.184s] -- The C compiler identification is GNU 13.2.0
[0.620s] -- The CXX compiler identification is GNU 13.2.0
[1.006s] -- Detecting C compiler ABI info
[1.165s] -- Detecting C compiler ABI info - done
[1.169s] -- Check for working C compiler: /usr/bin/cc - skipped
[1.169s] -- Detecting C compile features
[1.169s] -- Detecting C compile features - done
[1.233s] -- Detecting CXX compiler ABI info
[1.388s] -- Detecting CXX compiler ABI info - done
[1.392s] -- Check for working CXX compiler: /usr/bin/c++ - skipped
[1.392s] -- Detecting CXX compile features
[1.393s] -- Detecting CXX compile features - done
[1.394s] -- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
[1.456s] -- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter
[1.500s] -- Found rclcpp: 28.1.3 (/opt/ros/jazzy/share/rclcpp/cmake)
[1.590s] -- Found rosidl_generator_c: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_c/cmake)
[1.596s] -- Found rosidl_generator_cpp: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_cpp/cmake)
[1.602s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
[1.610s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
[1.644s] -- Found rmw_implementation_cmake: 7.3.1 (/opt/ros/jazzy/share/rmw_implementation_cmake/cmake)
[1.645s] -- Found rmw_fastrtps_cpp: 8.4.1 (/opt/ros/jazzy/share/rmw_fastrtps_cpp/cmake)
[1.673s] -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.13")
[1.797s] -- Found FastRTPS: /opt/ros/jazzy/include (Required is at least version "2.13")
[1.866s] -- Using RMW implementation 'rmw_fastrtps_cpp' as default
[1.985s] -- Found std_msgs: 5.3.5 (/opt/ros/jazzy/share/std_msgs/cmake)
[1.992s] -- Found tutorial_interfaces: 0.0.0 (/home/caixiang/ros2_ws2/install/tutorial_interfaces/share/tutorial_interfaces/cmake)
[2.010s] -- Found ament_lint_auto: 0.17.1 (/opt/ros/jazzy/share/ament_lint_auto/cmake)
[2.060s] -- Added test 'cppcheck' to perform static code analysis on C / C++ code
[2.060s] -- Configured cppcheck include dirs:
[2.060s] -- Configured cppcheck exclude dirs and/or files:
[2.060s] -- Added test 'lint_cmake' to check CMake code style
[2.060s] -- Added test 'uncrustify' to check C / C++ code style
[2.060s] -- Configured uncrustify additional arguments:
[2.061s] -- Added test 'xmllint' to check XML markup files
[2.061s] -- Configuring done (2.0s)
[2.062s] CMake Error at CMakeLists.txt:29 (add_executable):
[2.062s] Cannot find source file:
[2.062s]
[2.062s] src/publisher_member_function.cpp
[2.062s]
[2.062s] Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
[2.062s] .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
[2.062s] .f95 .f03 .hip .ispc
[2.063s]
[2.063s] 
[2.063s] CMake Error at CMakeLists.txt:32 (add_executable):
[2.063s] Cannot find source file:
[2.063s]
[2.063s] src/subscriber_member_function.cpp
[2.063s]
[2.063s] Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
[2.063s] .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
[2.063s] .f95 .f03 .hip .ispc
[2.063s]
[2.063s] 
[2.063s] CMake Error at CMakeLists.txt:29 (add_executable):
[2.063s] No SOURCES given to target: talker
[2.064s]
[2.064s] 
[2.064s] CMake Error at CMakeLists.txt:32 (add_executable):
[2.064s] No SOURCES given to target: listener
[2.064s]
[2.064s] 
[2.064s] CMake Generate step failed. Build files cannot be regenerated correctly.
[2.068s] Invoked command in '/home/caixiang/ros2_ws2/build/cpp_pubsub' returned '1': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/jazzy /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,129 @@
[0.112s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--packages-select', 'cpp_pubsub']
[0.112s] DEBUG:colcon:Parsed command line arguments: Namespace(log_base=None, log_level=None, verb_name='build', build_base='build', install_base='install', merge_install=False, symlink_install=False, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=32, event_handlers=None, ignore_user_meta=False, metas=['./colcon.meta'], base_paths=['.'], packages_ignore=None, packages_ignore_regex=None, paths=None, packages_up_to=None, packages_up_to_regex=None, packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_select_by_dep=None, packages_skip_by_dep=None, packages_skip_up_to=None, packages_select_build_failed=False, packages_skip_build_finished=False, packages_select_test_failures=False, packages_skip_test_passed=False, packages_select=['cpp_pubsub'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, allow_overriding=[], cmake_args=None, cmake_target=None, cmake_target_skip_unavailable=False, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, ament_cmake_args=None, catkin_cmake_args=None, catkin_skip_building_tests=False, verb_parser=<colcon_defaults.argument_parser.defaults.DefaultArgumentsDecorator object at 0x7fbc9dd2bfb0>, verb_extension=<colcon_core.verb.build.BuildVerb object at 0x7fbc9dd2bd10>, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0x7fbc9dd2bd10>>)
[0.129s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[0.129s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[0.129s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[0.129s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[0.129s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[0.129s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[0.129s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/caixiang/ros2_ws2'
[0.129s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[0.129s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[0.129s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[0.129s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[0.129s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[0.129s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[0.129s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[0.129s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[0.129s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['ignore', 'ignore_ament_install']
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'ignore'
[0.141s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'ignore_ament_install'
[0.142s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['colcon_pkg']
[0.142s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'colcon_pkg'
[0.142s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['colcon_meta']
[0.142s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'colcon_meta'
[0.142s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['ros']
[0.142s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'ros'
[0.143s] DEBUG:colcon.colcon_core.package_identification:Package 'src/cpp_pubsub' with type 'ros.ament_cmake' and name 'cpp_pubsub'
[0.143s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['ignore', 'ignore_ament_install']
[0.143s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'ignore'
[0.143s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'ignore_ament_install'
[0.143s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['colcon_pkg']
[0.143s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'colcon_pkg'
[0.143s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['colcon_meta']
[0.143s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'colcon_meta'
[0.143s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['ros']
[0.143s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'ros'
[0.143s] DEBUG:colcon.colcon_core.package_identification:Package 'src/tutorial_interfaces' with type 'ros.ament_cmake' and name 'tutorial_interfaces'
[0.143s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[0.143s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[0.143s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[0.143s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[0.143s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[0.152s] INFO:colcon.colcon_core.package_selection:Skipping not selected package 'tutorial_interfaces' in 'src/tutorial_interfaces'
[0.152s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[0.152s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[0.153s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 1 installed packages in /home/caixiang/ros2_ws2/install
[0.153s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 285 installed packages in /opt/ros/jazzy
[0.153s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[0.170s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_args' from command line to 'None'
[0.170s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_target' from command line to 'None'
[0.170s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.170s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_clean_cache' from command line to 'False'
[0.170s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_clean_first' from command line to 'False'
[0.170s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_force_configure' from command line to 'False'
[0.170s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'ament_cmake_args' from command line to 'None'
[0.170s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'catkin_cmake_args' from command line to 'None'
[0.170s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.170s] DEBUG:colcon.colcon_core.verb:Building package 'cpp_pubsub' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/caixiang/ros2_ws2/build/cpp_pubsub', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': None, 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/caixiang/ros2_ws2/install/cpp_pubsub', 'merge_install': False, 'path': '/home/caixiang/ros2_ws2/src/cpp_pubsub', 'symlink_install': False, 'test_result_base': None}
[0.170s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[0.171s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[0.171s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/caixiang/ros2_ws2/src/cpp_pubsub' with build type 'ament_cmake'
[0.172s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/caixiang/ros2_ws2/src/cpp_pubsub'
[0.173s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[0.173s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[0.173s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[0.269s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/caixiang/ros2_ws2/build/cpp_pubsub': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/jazzy /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub
[2.240s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/caixiang/ros2_ws2/build/cpp_pubsub' returned '1': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/jazzy /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub
[2.245s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(cpp_pubsub)
[2.246s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub' for CMake module files
[2.246s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub' for CMake config files
[2.246s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/bin'
[2.246s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/lib/pkgconfig/cpp_pubsub.pc'
[2.246s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/lib/python3.12/site-packages'
[2.246s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/bin'
[2.246s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.ps1'
[2.247s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.dsv'
[2.247s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.sh'
[2.247s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.bash'
[2.247s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.zsh'
[2.247s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/caixiang/ros2_ws2/install/cpp_pubsub/share/colcon-core/packages/cpp_pubsub)
[2.248s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[2.248s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[2.248s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '1'
[2.248s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[2.281s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send'
[2.282s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[2.282s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[2.282s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[2.282s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[2.282s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[2.282s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.ps1'
[2.283s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/caixiang/ros2_ws2/install/_local_setup_util_ps1.py'
[2.283s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.ps1'
[2.283s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.sh'
[2.283s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/caixiang/ros2_ws2/install/_local_setup_util_sh.py'
[2.284s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.sh'
[2.284s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.bash'
[2.284s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.bash'
[2.284s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.zsh'
[2.284s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.zsh'