From 4f7c77c13a08203a5525a967026839be8d23ac64 Mon Sep 17 00:00:00 2001 From: joey <11> Date: Sat, 16 Mar 2024 22:19:28 +0800 Subject: [PATCH] fix some height params && velocity lim & blind param --- build/compile_commands.json | 16 + .../colcon_command_prefix_build.sh.env | 19 +- .../colcon_command_prefix_build.sh.env | 19 +- build/imu_complementary_filter/CMakeCache.txt | 644 +++++ .../CMakeFiles/3.22.1/CMakeCCompiler.cmake | 72 + .../CMakeFiles/3.22.1/CMakeCXXCompiler.cmake | 83 + .../3.22.1/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 15968 bytes .../3.22.1/CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 15992 bytes .../CMakeFiles/3.22.1/CMakeSystem.cmake | 15 + .../3.22.1/CompilerIdC/CMakeCCompilerId.c | 803 ++++++ .../CMakeFiles/3.22.1/CompilerIdC/a.out | Bin 0 -> 16088 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 791 ++++++ .../CMakeFiles/3.22.1/CompilerIdCXX/a.out | Bin 0 -> 16096 bytes .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/CMakeOutput.log | 497 ++++ .../CMakeFiles/CMakeRuleHashes.txt | 2 + ..._complementary_filterExport-noconfig.cmake | 19 + ...xport_imu_complementary_filterExport.cmake | 100 + .../CMakeFiles/Makefile.cmake | 930 +++++++ .../CMakeFiles/Makefile2 | 194 ++ .../CMakeFiles/TargetDirectories.txt | 11 + .../CMakeFiles/cmake.check_cache | 1 + .../complementary_filter.dir/DependInfo.cmake | 20 + .../complementary_filter.dir/build.make | 234 ++ .../cmake_clean.cmake | 13 + .../compiler_depend.internal | 976 +++++++ .../compiler_depend.make | 2480 +++++++++++++++++ .../compiler_depend.ts | 2 + .../complementary_filter.dir/depend.make | 2 + .../complementary_filter.dir/flags.make | 10 + .../complementary_filter.dir/link.txt | 1 + .../complementary_filter.dir/progress.make | 4 + .../src/complementary_filter.cpp.o | Bin 0 -> 17992 bytes .../src/complementary_filter.cpp.o.d | 178 ++ .../src/complementary_filter_ros.cpp.o | Bin 0 -> 2731424 bytes .../src/complementary_filter_ros.cpp.o.d | 689 +++++ .../DependInfo.cmake | 20 + .../complementary_filter_node.dir/build.make | 219 ++ .../cmake_clean.cmake | 11 + .../compiler_depend.internal | 742 +++++ .../compiler_depend.make | 2211 +++++++++++++++ .../compiler_depend.ts | 2 + .../complementary_filter_node.dir/depend.make | 2 + .../complementary_filter_node.dir/flags.make | 10 + .../complementary_filter_node.dir/link.txt | 1 + .../progress.make | 3 + .../src/complementary_filter_node.cpp.o | Bin 0 -> 13296 bytes .../src/complementary_filter_node.cpp.o.d | 669 +++++ .../DependInfo.cmake | 18 + .../build.make | 87 + .../cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../progress.make | 1 + .../CMakeFiles/progress.marks | 1 + .../CMakeFiles/uninstall.dir/DependInfo.cmake | 18 + .../CMakeFiles/uninstall.dir/build.make | 83 + .../uninstall.dir/cmake_clean.cmake | 5 + .../uninstall.dir/compiler_depend.make | 2 + .../uninstall.dir/compiler_depend.ts | 2 + .../CMakeFiles/uninstall.dir/progress.make | 1 + .../CTestConfiguration.ini | 105 + .../CTestCustom.cmake | 2 + .../CTestTestfile.cmake | 6 + build/imu_complementary_filter/Makefile | 337 +++ ...u_complementary_filterConfig-version.cmake | 14 + .../imu_complementary_filterConfig.cmake | 42 + .../ament_cmake_core/package.cmake | 14 + ...ort_include_directories-extras.cmake.stamp | 16 + ..._cmake_export_libraries-extras.cmake.stamp | 141 + ...nt_cmake_export_targets-extras.cmake.stamp | 27 + .../stamps/ament_prefix_path.sh.stamp | 4 + .../stamps/library_path.sh.stamp | 16 + .../stamps/nameConfig-version.cmake.in.stamp | 14 + .../stamps/nameConfig.cmake.in.stamp | 42 + .../ament_cmake_core/stamps/package.xml.stamp | 24 + .../stamps/package_xml_2_cmake.py.stamp | 150 + .../ament_cmake_core/stamps/path.sh.stamp | 5 + .../stamps/templates_2_cmake.py.stamp | 112 + .../ament_prefix_path.dsv | 1 + .../library_path.dsv | 1 + .../local_setup.bash | 46 + .../local_setup.dsv | 3 + .../local_setup.sh | 185 ++ .../local_setup.zsh | 59 + .../ament_cmake_environment_hooks/package.dsv | 4 + .../ament_cmake_environment_hooks/path.dsv | 1 + ...ke_export_include_directories-extras.cmake | 16 + .../ament_cmake_export_libraries-extras.cmake | 141 + .../ament_cmake_export_targets-extras.cmake | 27 + .../imu_complementary_filter | 0 .../packages/imu_complementary_filter | 0 .../imu_complementary_filter | 1 + .../templates.cmake | 14 + .../ament_cmake_symlink_install.cmake | 377 +++ ...ake_symlink_install_uninstall_script.cmake | 23 + ...ent_cmake_symlink_install_targets_0_.cmake | 1 + .../ament_cmake_uninstall_target.cmake | 60 + .../imu_complementary_filter/cmake_args.last | 1 + .../cmake_install.cmake | 100 + .../imu_complementary_filter/colcon_build.rc | 1 + .../colcon_command_prefix_build.sh | 1 + .../colcon_command_prefix_build.sh.env | 65 + .../compile_commands.json | 17 + .../complementary_filter_node | Bin 0 -> 23424 bytes .../install_manifest.txt | 3 + .../libcomplementary_filter.so | Bin 0 -> 1975800 bytes .../symlink_install_manifest.txt | 24 + .../colcon_command_prefix_build.sh.env | 19 +- .../colcon_command_prefix_build.sh.env | 19 +- .../colcon_command_prefix_build.sh.env | 19 +- .../colcon_command_prefix_build.sh.env | 19 +- .../colcon_command_prefix_build.sh.env | 19 +- .../colcon_command_prefix_build.sh.env | 19 +- .../colcon_command_prefix_build.sh.env | 19 +- .../colcon_command_prefix_build.sh.env | 19 +- .../src/rm_serial_driver.cpp.o | Bin 8433136 -> 8431736 bytes .../colcon_command_prefix_build.sh.env | 19 +- build/rm_serial_driver/librm_serial_driver.so | Bin 6682720 -> 6682528 bytes .../colcon_command_prefix_build.sh.env | 19 +- .../serial/colcon_command_prefix_build.sh.env | 19 +- .../mapping.launch.cpython-310.pyc | Bin 1555 -> 1652 bytes .../complementary_filter.h | 1 + .../complementary_filter_ros.h | 1 + .../complementary_filter_node | 1 + .../lib/libcomplementary_filter.so | Bin 0 -> 1975800 bytes .../imu_complementary_filter | 1 + .../packages/imu_complementary_filter | 1 + .../imu_complementary_filter | 1 + .../packages/imu_complementary_filter | 0 ...ke_export_include_directories-extras.cmake | 1 + .../ament_cmake_export_libraries-extras.cmake | 1 + .../ament_cmake_export_targets-extras.cmake | 1 + ..._complementary_filterExport-noconfig.cmake | 19 + ...xport_imu_complementary_filterExport.cmake | 100 + ...u_complementary_filterConfig-version.cmake | 1 + .../imu_complementary_filterConfig.cmake | 1 + .../environment/ament_prefix_path.dsv | 1 + .../environment/ament_prefix_path.sh | 1 + .../environment/library_path.dsv | 1 + .../environment/library_path.sh | 1 + .../environment/path.dsv | 1 + .../environment/path.sh | 1 + .../hook/cmake_prefix_path.dsv | 1 + .../hook/cmake_prefix_path.ps1 | 3 + .../hook/cmake_prefix_path.sh | 3 + .../hook/ld_library_path_lib.dsv | 1 + .../hook/ld_library_path_lib.ps1 | 3 + .../hook/ld_library_path_lib.sh | 3 + ...omplementary_filter.launch.cpython-310.pyc | Bin 0 -> 800 bytes .../launch/complementary_filter.launch.py | 1 + .../imu_complementary_filter/local_setup.bash | 1 + .../imu_complementary_filter/local_setup.dsv | 1 + .../imu_complementary_filter/local_setup.sh | 1 + .../imu_complementary_filter/local_setup.zsh | 1 + .../imu_complementary_filter/package.bash | 39 + .../imu_complementary_filter/package.dsv | 11 + .../imu_complementary_filter/package.ps1 | 117 + .../share/imu_complementary_filter/package.sh | 88 + .../imu_complementary_filter/package.xml | 1 + .../imu_complementary_filter/package.zsh | 50 + .../pcd2pgm.launch.cpython-310.pyc | Bin 0 -> 1153 bytes .../bringup_launch.cpython-310.pyc | Bin 3947 -> 3947 bytes .../navigation_launch.cpython-310.pyc | Bin 4569 -> 4536 bytes log/build_2024-03-16_17-27-53/events.log | 1130 ++++++++ .../fast_lio/command.log | 4 + .../fast_lio/stderr.log | 0 .../fast_lio/stdout.log | 129 + .../fast_lio/stdout_stderr.log | 129 + .../fast_lio/streams.log | 133 + .../icp_localization_ros2/command.log | 4 + .../icp_localization_ros2/stderr.log | 0 .../icp_localization_ros2/stdout.log | 47 + .../icp_localization_ros2/stdout_stderr.log | 47 + .../icp_localization_ros2/streams.log | 51 + .../imu_complementary_filter/command.log | 6 + .../imu_complementary_filter/stderr.log | 0 .../imu_complementary_filter/stdout.log | 73 + .../stdout_stderr.log | 73 + .../imu_complementary_filter/streams.log | 79 + .../linefit_ground_segmentation/command.log | 4 + .../linefit_ground_segmentation/stderr.log | 0 .../linefit_ground_segmentation/stdout.log | 29 + .../stdout_stderr.log | 29 + .../linefit_ground_segmentation/streams.log | 33 + .../command.log | 4 + .../stderr.log | 0 .../stdout.log | 25 + .../stdout_stderr.log | 25 + .../streams.log | 29 + .../livox_ros_driver2/command.log | 4 + .../livox_ros_driver2/stderr.log | 0 .../livox_ros_driver2/stdout.log | 146 + .../livox_ros_driver2/stdout_stderr.log | 146 + .../livox_ros_driver2/streams.log | 150 + log/build_2024-03-16_17-27-53/logger_all.log | 1115 ++++++++ .../octomap-distribution/command.log | 4 + .../octomap-distribution/stderr.log | 0 .../octomap-distribution/stdout.log | 123 + .../octomap-distribution/stdout_stderr.log | 123 + .../octomap-distribution/streams.log | 127 + .../command.log | 4 + .../stderr.log | 0 .../stdout.log | 27 + .../stdout_stderr.log | 27 + .../streams.log | 31 + .../pcdmap2pgm/command.log | 4 + .../pcdmap2pgm/stderr.log | 0 .../pcdmap2pgm/stdout.log | 23 + .../pcdmap2pgm/stdout_stderr.log | 23 + .../pcdmap2pgm/streams.log | 27 + .../plc_bringup/command.log | 4 + .../plc_bringup/stderr.log | 0 .../plc_bringup/stdout.log | 51 + .../plc_bringup/stdout_stderr.log | 51 + .../plc_bringup/streams.log | 55 + .../pointcloud_to_laserscan/command.log | 4 + .../pointcloud_to_laserscan/stderr.log | 0 .../pointcloud_to_laserscan/stdout.log | 39 + .../pointcloud_to_laserscan/stdout_stderr.log | 39 + .../pointcloud_to_laserscan/streams.log | 43 + .../rm_serial_driver/command.log | 4 + .../rm_serial_driver/stderr.log | 0 .../rm_serial_driver/stdout.log | 32 + .../rm_serial_driver/stdout_stderr.log | 32 + .../rm_serial_driver/streams.log | 36 + .../rm_urdf_ff/command.log | 4 + .../rm_urdf_ff/stderr.log | 0 .../rm_urdf_ff/stdout.log | 27 + .../rm_urdf_ff/stdout_stderr.log | 27 + .../rm_urdf_ff/streams.log | 31 + .../serial/command.log | 4 + .../serial/stderr.log | 0 .../serial/stdout.log | 25 + .../serial/stdout_stderr.log | 25 + .../serial/streams.log | 29 + log/build_2024-03-16_20-25-22/events.log | 969 +++++++ .../fast_lio/command.log | 4 + .../fast_lio/stderr.log | 0 .../fast_lio/stdout.log | 128 + .../fast_lio/stdout_stderr.log | 128 + .../fast_lio/streams.log | 132 + .../icp_localization_ros2/command.log | 4 + .../icp_localization_ros2/stderr.log | 0 .../icp_localization_ros2/stdout.log | 47 + .../icp_localization_ros2/stdout_stderr.log | 47 + .../icp_localization_ros2/streams.log | 51 + .../imu_complementary_filter/command.log | 4 + .../imu_complementary_filter/stderr.log | 0 .../imu_complementary_filter/stdout.log | 33 + .../stdout_stderr.log | 33 + .../imu_complementary_filter/streams.log | 37 + .../linefit_ground_segmentation/command.log | 4 + .../linefit_ground_segmentation/stderr.log | 0 .../linefit_ground_segmentation/stdout.log | 29 + .../stdout_stderr.log | 29 + .../linefit_ground_segmentation/streams.log | 33 + .../command.log | 4 + .../stderr.log | 0 .../stdout.log | 25 + .../stdout_stderr.log | 25 + .../streams.log | 29 + .../livox_ros_driver2/command.log | 4 + .../livox_ros_driver2/stderr.log | 0 .../livox_ros_driver2/stdout.log | 146 + .../livox_ros_driver2/stdout_stderr.log | 146 + .../livox_ros_driver2/streams.log | 150 + log/build_2024-03-16_20-25-22/logger_all.log | 1089 ++++++++ .../octomap-distribution/command.log | 4 + .../octomap-distribution/stderr.log | 0 .../octomap-distribution/stdout.log | 123 + .../octomap-distribution/stdout_stderr.log | 123 + .../octomap-distribution/streams.log | 127 + .../command.log | 4 + .../stderr.log | 0 .../stdout.log | 27 + .../stdout_stderr.log | 27 + .../streams.log | 31 + .../pcdmap2pgm/command.log | 4 + .../pcdmap2pgm/stderr.log | 0 .../pcdmap2pgm/stdout.log | 23 + .../pcdmap2pgm/stdout_stderr.log | 23 + .../pcdmap2pgm/streams.log | 27 + .../plc_bringup/command.log | 4 + .../plc_bringup/stderr.log | 0 .../plc_bringup/stdout.log | 51 + .../plc_bringup/stdout_stderr.log | 51 + .../plc_bringup/streams.log | 55 + .../pointcloud_to_laserscan/command.log | 4 + .../pointcloud_to_laserscan/stderr.log | 0 .../pointcloud_to_laserscan/stdout.log | 39 + .../pointcloud_to_laserscan/stdout_stderr.log | 39 + .../pointcloud_to_laserscan/streams.log | 43 + .../rm_serial_driver/command.log | 2 + .../rm_serial_driver/stderr.log | 17 + .../rm_serial_driver/stdout.log | 2 + .../rm_serial_driver/stdout_stderr.log | 19 + .../rm_serial_driver/streams.log | 21 + .../rm_urdf_ff/command.log | 4 + .../rm_urdf_ff/stderr.log | 0 .../rm_urdf_ff/stdout.log | 27 + .../rm_urdf_ff/stdout_stderr.log | 27 + .../rm_urdf_ff/streams.log | 31 + .../serial/command.log | 4 + .../serial/stderr.log | 0 .../serial/stdout.log | 25 + .../serial/stdout_stderr.log | 25 + .../serial/streams.log | 29 + log/build_2024-03-16_20-26-24/events.log | 992 +++++++ .../fast_lio/command.log | 4 + .../fast_lio/stderr.log | 0 .../fast_lio/stdout.log | 128 + .../fast_lio/stdout_stderr.log | 128 + .../fast_lio/streams.log | 132 + .../icp_localization_ros2/command.log | 4 + .../icp_localization_ros2/stderr.log | 0 .../icp_localization_ros2/stdout.log | 47 + .../icp_localization_ros2/stdout_stderr.log | 47 + .../icp_localization_ros2/streams.log | 51 + .../imu_complementary_filter/command.log | 4 + .../imu_complementary_filter/stderr.log | 0 .../imu_complementary_filter/stdout.log | 31 + .../stdout_stderr.log | 31 + .../imu_complementary_filter/streams.log | 35 + .../linefit_ground_segmentation/command.log | 4 + .../linefit_ground_segmentation/stderr.log | 0 .../linefit_ground_segmentation/stdout.log | 29 + .../stdout_stderr.log | 29 + .../linefit_ground_segmentation/streams.log | 33 + .../command.log | 4 + .../stderr.log | 0 .../stdout.log | 25 + .../stdout_stderr.log | 25 + .../streams.log | 29 + .../livox_ros_driver2/command.log | 4 + .../livox_ros_driver2/stderr.log | 0 .../livox_ros_driver2/stdout.log | 146 + .../livox_ros_driver2/stdout_stderr.log | 146 + .../livox_ros_driver2/streams.log | 150 + log/build_2024-03-16_20-26-24/logger_all.log | 1113 ++++++++ .../octomap-distribution/command.log | 4 + .../octomap-distribution/stderr.log | 0 .../octomap-distribution/stdout.log | 123 + .../octomap-distribution/stdout_stderr.log | 123 + .../octomap-distribution/streams.log | 127 + .../command.log | 4 + .../stderr.log | 0 .../stdout.log | 27 + .../stdout_stderr.log | 27 + .../streams.log | 31 + .../pcdmap2pgm/command.log | 4 + .../pcdmap2pgm/stderr.log | 0 .../pcdmap2pgm/stdout.log | 23 + .../pcdmap2pgm/stdout_stderr.log | 23 + .../pcdmap2pgm/streams.log | 27 + .../plc_bringup/command.log | 4 + .../plc_bringup/stderr.log | 0 .../plc_bringup/stdout.log | 51 + .../plc_bringup/stdout_stderr.log | 51 + .../plc_bringup/streams.log | 55 + .../pointcloud_to_laserscan/command.log | 4 + .../pointcloud_to_laserscan/stderr.log | 0 .../pointcloud_to_laserscan/stdout.log | 39 + .../pointcloud_to_laserscan/stdout_stderr.log | 39 + .../pointcloud_to_laserscan/streams.log | 43 + .../rm_serial_driver/command.log | 4 + .../rm_serial_driver/stderr.log | 0 .../rm_serial_driver/stdout.log | 35 + .../rm_serial_driver/stdout_stderr.log | 35 + .../rm_serial_driver/streams.log | 39 + .../rm_urdf_ff/command.log | 4 + .../rm_urdf_ff/stderr.log | 0 .../rm_urdf_ff/stdout.log | 27 + .../rm_urdf_ff/stdout_stderr.log | 27 + .../rm_urdf_ff/streams.log | 31 + .../serial/command.log | 4 + .../serial/stderr.log | 0 .../serial/stdout.log | 25 + .../serial/stdout_stderr.log | 25 + .../serial/streams.log | 29 + log/latest_build | 2 +- mapping111.sh | 11 + mapping222.sh | 12 + nav.sh | 17 + pgm/111.pgm | Bin 102838 -> 129123 bytes pgm/111.yaml | 2 +- src/imu_complementary_filter/CHANGELOG.rst | 128 + src/imu_complementary_filter/CMakeLists.txt | 77 + .../complementary_filter.h | 175 ++ .../complementary_filter_ros.h | 107 + .../launch/complementary_filter.launch.py | 25 + src/imu_complementary_filter/package.xml | 24 + .../src/complementary_filter.cpp | 535 ++++ .../src/complementary_filter_node.cpp | 43 + .../src/complementary_filter_ros.cpp | 305 ++ .../launch/segmentation_params.yaml | 2 +- src/rm_urdf_ff/urdf/rm_urdf_ff.urdf | 4 +- 397 files changed, 30847 insertions(+), 122 deletions(-) create mode 100644 build/imu_complementary_filter/CMakeCache.txt create mode 100644 build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeCCompiler.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake create mode 100755 build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin create mode 100755 build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin create mode 100644 build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeSystem.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c create mode 100755 build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdC/a.out create mode 100644 build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100755 build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdCXX/a.out create mode 100644 build/imu_complementary_filter/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/CMakeOutput.log create mode 100644 build/imu_complementary_filter/CMakeFiles/CMakeRuleHashes.txt create mode 100644 build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/Makefile.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/Makefile2 create mode 100644 build/imu_complementary_filter/CMakeFiles/TargetDirectories.txt create mode 100644 build/imu_complementary_filter/CMakeFiles/cmake.check_cache create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/DependInfo.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/build.make create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/cmake_clean.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.internal create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.make create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.ts create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/depend.make create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/flags.make create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/link.txt create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/progress.make create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o.d create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o.d create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/DependInfo.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/build.make create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/cmake_clean.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.internal create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.make create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.ts create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/depend.make create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/flags.make create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/link.txt create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/progress.make create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o create mode 100644 build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o.d create mode 100644 build/imu_complementary_filter/CMakeFiles/imu_complementary_filter_uninstall.dir/DependInfo.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/imu_complementary_filter_uninstall.dir/build.make create mode 100644 build/imu_complementary_filter/CMakeFiles/imu_complementary_filter_uninstall.dir/cmake_clean.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/imu_complementary_filter_uninstall.dir/compiler_depend.make create mode 100644 build/imu_complementary_filter/CMakeFiles/imu_complementary_filter_uninstall.dir/compiler_depend.ts create mode 100644 build/imu_complementary_filter/CMakeFiles/imu_complementary_filter_uninstall.dir/progress.make create mode 100644 build/imu_complementary_filter/CMakeFiles/progress.marks create mode 100644 build/imu_complementary_filter/CMakeFiles/uninstall.dir/DependInfo.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/uninstall.dir/build.make create mode 100644 build/imu_complementary_filter/CMakeFiles/uninstall.dir/cmake_clean.cmake create mode 100644 build/imu_complementary_filter/CMakeFiles/uninstall.dir/compiler_depend.make create mode 100644 build/imu_complementary_filter/CMakeFiles/uninstall.dir/compiler_depend.ts create mode 100644 build/imu_complementary_filter/CMakeFiles/uninstall.dir/progress.make create mode 100644 build/imu_complementary_filter/CTestConfiguration.ini create mode 100644 build/imu_complementary_filter/CTestCustom.cmake create mode 100644 build/imu_complementary_filter/CTestTestfile.cmake create mode 100644 build/imu_complementary_filter/Makefile create mode 100644 build/imu_complementary_filter/ament_cmake_core/imu_complementary_filterConfig-version.cmake create mode 100644 build/imu_complementary_filter/ament_cmake_core/imu_complementary_filterConfig.cmake create mode 100644 build/imu_complementary_filter/ament_cmake_core/package.cmake create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_libraries-extras.cmake.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_targets-extras.cmake.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/ament_prefix_path.sh.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/library_path.sh.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/nameConfig.cmake.in.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/package.xml.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/path.sh.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_core/stamps/templates_2_cmake.py.stamp create mode 100644 build/imu_complementary_filter/ament_cmake_environment_hooks/ament_prefix_path.dsv create mode 100644 build/imu_complementary_filter/ament_cmake_environment_hooks/library_path.dsv create mode 100644 build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.bash create mode 100644 build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.dsv create mode 100644 build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.sh create mode 100644 build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.zsh create mode 100644 build/imu_complementary_filter/ament_cmake_environment_hooks/package.dsv create mode 100644 build/imu_complementary_filter/ament_cmake_environment_hooks/path.dsv create mode 100644 build/imu_complementary_filter/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake create mode 100644 build/imu_complementary_filter/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake create mode 100644 build/imu_complementary_filter/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake create mode 100644 build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter create mode 100644 build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/packages/imu_complementary_filter create mode 100644 build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter create mode 100644 build/imu_complementary_filter/ament_cmake_package_templates/templates.cmake create mode 100644 build/imu_complementary_filter/ament_cmake_symlink_install/ament_cmake_symlink_install.cmake create mode 100644 build/imu_complementary_filter/ament_cmake_symlink_install/ament_cmake_symlink_install_uninstall_script.cmake create mode 100644 build/imu_complementary_filter/ament_cmake_symlink_install_targets_0_.cmake create mode 100644 build/imu_complementary_filter/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake create mode 100644 build/imu_complementary_filter/cmake_args.last create mode 100644 build/imu_complementary_filter/cmake_install.cmake create mode 100644 build/imu_complementary_filter/colcon_build.rc create mode 100644 build/imu_complementary_filter/colcon_command_prefix_build.sh create mode 100644 build/imu_complementary_filter/colcon_command_prefix_build.sh.env create mode 100644 build/imu_complementary_filter/compile_commands.json create mode 100755 build/imu_complementary_filter/complementary_filter_node create mode 100644 build/imu_complementary_filter/install_manifest.txt create mode 100755 build/imu_complementary_filter/libcomplementary_filter.so create mode 100644 build/imu_complementary_filter/symlink_install_manifest.txt create mode 120000 install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h create mode 120000 install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h create mode 120000 install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node create mode 100644 install/imu_complementary_filter/lib/libcomplementary_filter.so create mode 120000 install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter create mode 120000 install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter create mode 120000 install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter create mode 100644 install/imu_complementary_filter/share/colcon-core/packages/imu_complementary_filter create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.dsv create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.ps1 create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.sh create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.dsv create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.ps1 create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.sh create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/launch/__pycache__/complementary_filter.launch.cpython-310.pyc create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/package.bash create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/package.dsv create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/package.ps1 create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/package.sh create mode 120000 install/imu_complementary_filter/share/imu_complementary_filter/package.xml create mode 100644 install/imu_complementary_filter/share/imu_complementary_filter/package.zsh create mode 100644 install/pcdmap2pgm/share/pcdmap2pgm/launch/__pycache__/pcd2pgm.launch.cpython-310.pyc create mode 100644 log/build_2024-03-16_17-27-53/events.log create mode 100644 log/build_2024-03-16_17-27-53/fast_lio/command.log create mode 100644 log/build_2024-03-16_17-27-53/fast_lio/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/fast_lio/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/fast_lio/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/fast_lio/streams.log create mode 100644 log/build_2024-03-16_17-27-53/icp_localization_ros2/command.log create mode 100644 log/build_2024-03-16_17-27-53/icp_localization_ros2/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/icp_localization_ros2/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/icp_localization_ros2/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/icp_localization_ros2/streams.log create mode 100644 log/build_2024-03-16_17-27-53/imu_complementary_filter/command.log create mode 100644 log/build_2024-03-16_17-27-53/imu_complementary_filter/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/imu_complementary_filter/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/imu_complementary_filter/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/imu_complementary_filter/streams.log create mode 100644 log/build_2024-03-16_17-27-53/linefit_ground_segmentation/command.log create mode 100644 log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/linefit_ground_segmentation/streams.log create mode 100644 log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/command.log create mode 100644 log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/streams.log create mode 100644 log/build_2024-03-16_17-27-53/livox_ros_driver2/command.log create mode 100644 log/build_2024-03-16_17-27-53/livox_ros_driver2/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/livox_ros_driver2/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/livox_ros_driver2/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/livox_ros_driver2/streams.log create mode 100644 log/build_2024-03-16_17-27-53/logger_all.log create mode 100644 log/build_2024-03-16_17-27-53/octomap-distribution/command.log create mode 100644 log/build_2024-03-16_17-27-53/octomap-distribution/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/octomap-distribution/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/octomap-distribution/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/octomap-distribution/streams.log create mode 100644 log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/command.log create mode 100644 log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/streams.log create mode 100644 log/build_2024-03-16_17-27-53/pcdmap2pgm/command.log create mode 100644 log/build_2024-03-16_17-27-53/pcdmap2pgm/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/pcdmap2pgm/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/pcdmap2pgm/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/pcdmap2pgm/streams.log create mode 100644 log/build_2024-03-16_17-27-53/plc_bringup/command.log create mode 100644 log/build_2024-03-16_17-27-53/plc_bringup/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/plc_bringup/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/plc_bringup/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/plc_bringup/streams.log create mode 100644 log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/command.log create mode 100644 log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/streams.log create mode 100644 log/build_2024-03-16_17-27-53/rm_serial_driver/command.log create mode 100644 log/build_2024-03-16_17-27-53/rm_serial_driver/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/rm_serial_driver/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/rm_serial_driver/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/rm_serial_driver/streams.log create mode 100644 log/build_2024-03-16_17-27-53/rm_urdf_ff/command.log create mode 100644 log/build_2024-03-16_17-27-53/rm_urdf_ff/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/rm_urdf_ff/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/rm_urdf_ff/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/rm_urdf_ff/streams.log create mode 100644 log/build_2024-03-16_17-27-53/serial/command.log create mode 100644 log/build_2024-03-16_17-27-53/serial/stderr.log create mode 100644 log/build_2024-03-16_17-27-53/serial/stdout.log create mode 100644 log/build_2024-03-16_17-27-53/serial/stdout_stderr.log create mode 100644 log/build_2024-03-16_17-27-53/serial/streams.log create mode 100644 log/build_2024-03-16_20-25-22/events.log create mode 100644 log/build_2024-03-16_20-25-22/fast_lio/command.log create mode 100644 log/build_2024-03-16_20-25-22/fast_lio/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/fast_lio/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/fast_lio/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/fast_lio/streams.log create mode 100644 log/build_2024-03-16_20-25-22/icp_localization_ros2/command.log create mode 100644 log/build_2024-03-16_20-25-22/icp_localization_ros2/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/icp_localization_ros2/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/icp_localization_ros2/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/icp_localization_ros2/streams.log create mode 100644 log/build_2024-03-16_20-25-22/imu_complementary_filter/command.log create mode 100644 log/build_2024-03-16_20-25-22/imu_complementary_filter/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/imu_complementary_filter/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/imu_complementary_filter/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/imu_complementary_filter/streams.log create mode 100644 log/build_2024-03-16_20-25-22/linefit_ground_segmentation/command.log create mode 100644 log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/linefit_ground_segmentation/streams.log create mode 100644 log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/command.log create mode 100644 log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/streams.log create mode 100644 log/build_2024-03-16_20-25-22/livox_ros_driver2/command.log create mode 100644 log/build_2024-03-16_20-25-22/livox_ros_driver2/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/livox_ros_driver2/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/livox_ros_driver2/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/livox_ros_driver2/streams.log create mode 100644 log/build_2024-03-16_20-25-22/logger_all.log create mode 100644 log/build_2024-03-16_20-25-22/octomap-distribution/command.log create mode 100644 log/build_2024-03-16_20-25-22/octomap-distribution/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/octomap-distribution/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/octomap-distribution/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/octomap-distribution/streams.log create mode 100644 log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/command.log create mode 100644 log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/streams.log create mode 100644 log/build_2024-03-16_20-25-22/pcdmap2pgm/command.log create mode 100644 log/build_2024-03-16_20-25-22/pcdmap2pgm/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/pcdmap2pgm/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/pcdmap2pgm/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/pcdmap2pgm/streams.log create mode 100644 log/build_2024-03-16_20-25-22/plc_bringup/command.log create mode 100644 log/build_2024-03-16_20-25-22/plc_bringup/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/plc_bringup/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/plc_bringup/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/plc_bringup/streams.log create mode 100644 log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/command.log create mode 100644 log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/streams.log create mode 100644 log/build_2024-03-16_20-25-22/rm_serial_driver/command.log create mode 100644 log/build_2024-03-16_20-25-22/rm_serial_driver/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/rm_serial_driver/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/rm_serial_driver/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/rm_serial_driver/streams.log create mode 100644 log/build_2024-03-16_20-25-22/rm_urdf_ff/command.log create mode 100644 log/build_2024-03-16_20-25-22/rm_urdf_ff/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/rm_urdf_ff/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/rm_urdf_ff/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/rm_urdf_ff/streams.log create mode 100644 log/build_2024-03-16_20-25-22/serial/command.log create mode 100644 log/build_2024-03-16_20-25-22/serial/stderr.log create mode 100644 log/build_2024-03-16_20-25-22/serial/stdout.log create mode 100644 log/build_2024-03-16_20-25-22/serial/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-25-22/serial/streams.log create mode 100644 log/build_2024-03-16_20-26-24/events.log create mode 100644 log/build_2024-03-16_20-26-24/fast_lio/command.log create mode 100644 log/build_2024-03-16_20-26-24/fast_lio/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/fast_lio/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/fast_lio/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/fast_lio/streams.log create mode 100644 log/build_2024-03-16_20-26-24/icp_localization_ros2/command.log create mode 100644 log/build_2024-03-16_20-26-24/icp_localization_ros2/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/icp_localization_ros2/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/icp_localization_ros2/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/icp_localization_ros2/streams.log create mode 100644 log/build_2024-03-16_20-26-24/imu_complementary_filter/command.log create mode 100644 log/build_2024-03-16_20-26-24/imu_complementary_filter/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/imu_complementary_filter/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/imu_complementary_filter/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/imu_complementary_filter/streams.log create mode 100644 log/build_2024-03-16_20-26-24/linefit_ground_segmentation/command.log create mode 100644 log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/linefit_ground_segmentation/streams.log create mode 100644 log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/command.log create mode 100644 log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/streams.log create mode 100644 log/build_2024-03-16_20-26-24/livox_ros_driver2/command.log create mode 100644 log/build_2024-03-16_20-26-24/livox_ros_driver2/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/livox_ros_driver2/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/livox_ros_driver2/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/livox_ros_driver2/streams.log create mode 100644 log/build_2024-03-16_20-26-24/logger_all.log create mode 100644 log/build_2024-03-16_20-26-24/octomap-distribution/command.log create mode 100644 log/build_2024-03-16_20-26-24/octomap-distribution/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/octomap-distribution/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/octomap-distribution/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/octomap-distribution/streams.log create mode 100644 log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/command.log create mode 100644 log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/streams.log create mode 100644 log/build_2024-03-16_20-26-24/pcdmap2pgm/command.log create mode 100644 log/build_2024-03-16_20-26-24/pcdmap2pgm/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/pcdmap2pgm/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/pcdmap2pgm/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/pcdmap2pgm/streams.log create mode 100644 log/build_2024-03-16_20-26-24/plc_bringup/command.log create mode 100644 log/build_2024-03-16_20-26-24/plc_bringup/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/plc_bringup/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/plc_bringup/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/plc_bringup/streams.log create mode 100644 log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/command.log create mode 100644 log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/streams.log create mode 100644 log/build_2024-03-16_20-26-24/rm_serial_driver/command.log create mode 100644 log/build_2024-03-16_20-26-24/rm_serial_driver/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/rm_serial_driver/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/rm_serial_driver/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/rm_serial_driver/streams.log create mode 100644 log/build_2024-03-16_20-26-24/rm_urdf_ff/command.log create mode 100644 log/build_2024-03-16_20-26-24/rm_urdf_ff/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/rm_urdf_ff/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/rm_urdf_ff/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/rm_urdf_ff/streams.log create mode 100644 log/build_2024-03-16_20-26-24/serial/command.log create mode 100644 log/build_2024-03-16_20-26-24/serial/stderr.log create mode 100644 log/build_2024-03-16_20-26-24/serial/stdout.log create mode 100644 log/build_2024-03-16_20-26-24/serial/stdout_stderr.log create mode 100644 log/build_2024-03-16_20-26-24/serial/streams.log create mode 100755 mapping111.sh create mode 100755 mapping222.sh create mode 100755 nav.sh create mode 100644 src/imu_complementary_filter/CHANGELOG.rst create mode 100644 src/imu_complementary_filter/CMakeLists.txt create mode 100644 src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h create mode 100644 src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h create mode 100644 src/imu_complementary_filter/launch/complementary_filter.launch.py create mode 100644 src/imu_complementary_filter/package.xml create mode 100644 src/imu_complementary_filter/src/complementary_filter.cpp create mode 100644 src/imu_complementary_filter/src/complementary_filter_node.cpp create mode 100644 src/imu_complementary_filter/src/complementary_filter_ros.cpp diff --git a/build/compile_commands.json b/build/compile_commands.json index 3e79e2ff..61c3fc82 100644 --- a/build/compile_commands.json +++ b/build/compile_commands.json @@ -80,6 +80,22 @@ "file": "/home/firmament/codes/24navigation/src/icp_localization_ros2/src/transform/TwistIntegrationBufferRos.cpp" }, +{ + "directory": "/home/firmament/codes/24navigation/build/imu_complementary_filter", + "command": "/usr/bin/c++ -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DIMU_COMPLEMENTARY_FILTER_BUILDING_LIBRARY -DRCUTILS_ENABLE_FAULT_INJECTION -Dcomplementary_filter_EXPORTS -I/home/firmament/codes/24navigation/src/imu_complementary_filter/include -isystem /opt/ros/humble/include/geometry_msgs -isystem /opt/ros/humble/include/message_filters -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/sensor_msgs -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/tf2 -isystem /opt/ros/humble/include/tf2_ros -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/rclcpp_action -isystem /opt/ros/humble/include/action_msgs -isystem /opt/ros/humble/include/unique_identifier_msgs -isystem /opt/ros/humble/include/rcl_action -isystem /opt/ros/humble/include/tf2_msgs -fPIC -Wall -Wextra -Wpedantic -std=c++17 -O3 -o CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o -c /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp", + "file": "/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp" +}, +{ + "directory": "/home/firmament/codes/24navigation/build/imu_complementary_filter", + "command": "/usr/bin/c++ -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DIMU_COMPLEMENTARY_FILTER_BUILDING_LIBRARY -DRCUTILS_ENABLE_FAULT_INJECTION -Dcomplementary_filter_EXPORTS -I/home/firmament/codes/24navigation/src/imu_complementary_filter/include -isystem /opt/ros/humble/include/geometry_msgs -isystem /opt/ros/humble/include/message_filters -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/sensor_msgs -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/tf2 -isystem /opt/ros/humble/include/tf2_ros -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/rclcpp_action -isystem /opt/ros/humble/include/action_msgs -isystem /opt/ros/humble/include/unique_identifier_msgs -isystem /opt/ros/humble/include/rcl_action -isystem /opt/ros/humble/include/tf2_msgs -fPIC -Wall -Wextra -Wpedantic -std=c++17 -O3 -o CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o -c /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp", + "file": "/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp" +}, +{ + "directory": "/home/firmament/codes/24navigation/build/imu_complementary_filter", + "command": "/usr/bin/c++ -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DRCUTILS_ENABLE_FAULT_INJECTION -I/home/firmament/codes/24navigation/src/imu_complementary_filter/include -isystem /opt/ros/humble/include/geometry_msgs -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/message_filters -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/sensor_msgs -isystem /opt/ros/humble/include/tf2 -isystem /opt/ros/humble/include/tf2_ros -isystem /opt/ros/humble/include/rclcpp_action -isystem /opt/ros/humble/include/action_msgs -isystem /opt/ros/humble/include/unique_identifier_msgs -isystem /opt/ros/humble/include/rcl_action -isystem /opt/ros/humble/include/tf2_msgs -Wall -Wextra -Wpedantic -std=c++17 -O3 -o CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o -c /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp", + "file": "/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp" +}, + { "directory": "/home/firmament/codes/24navigation/build/linefit_ground_segmentation", "command": "/usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DDISABLE_PCAP -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DRCUTILS_ENABLE_FAULT_INJECTION -Dkiss_fft_scalar=double -Dlinefit_ground_segmentation_EXPORTS -I/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation/include -isystem /opt/ros/humble/include -isystem /opt/ros/humble/include/message_filters -isystem /opt/ros/humble/include/pcl_msgs -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/sensor_msgs -isystem /opt/ros/humble/include/std_msgs -isystem /usr/include/eigen3 -isystem /usr/include/pcl-1.12 -isystem /usr/include/ni -isystem /usr/include/openni2 -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/geometry_msgs -isystem /opt/ros/humble/include/tf2 -isystem /opt/ros/humble/include/tf2_geometry_msgs -isystem /opt/ros/humble/include/tf2_ros -isystem /opt/ros/humble/include/rclcpp_action -isystem /opt/ros/humble/include/action_msgs -isystem /opt/ros/humble/include/unique_identifier_msgs -isystem /opt/ros/humble/include/rcl_action -isystem /opt/ros/humble/include/tf2_msgs -isystem /usr/include/vtk-9.1 -isystem /usr/include/jsoncpp -isystem /usr/include/freetype2 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -fPIC -std=c++17 -O3 -fPIC -o CMakeFiles/linefit_ground_segmentation.dir/src/bin.cc.o -c /home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation/src/bin.cc", diff --git a/build/fast_lio/colcon_command_prefix_build.sh.env b/build/fast_lio/colcon_command_prefix_build.sh.env index c0485d40..ea2a9101 100644 --- a/build/fast_lio/colcon_command_prefix_build.sh.env +++ b/build/fast_lio/colcon_command_prefix_build.sh.env @@ -1,25 +1,27 @@ ALLUSERSPROFILE=/opt/MVS/MVFG -AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble -CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2 +AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble +CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2 COLCON=1 COLCON_PREFIX_PATH=/home/firmament/codes/24navigation/install COLORTERM=truecolor -DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus +DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_BUS_TYPE=session DEFAULTS_PATH=/usr/share/gconf/ubuntu-xorg.default.path DESKTOP_SESSION=ubuntu-xorg DISPLAY=:0 GDMSESSION=ubuntu-xorg GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu -GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/7d315bbc_0b1c_4dcb_be0b_4e169a4737d5 -GNOME_TERMINAL_SERVICE=:1.122 +GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894 +GNOME_TERMINAL_SERVICE=:1.198 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME=/home/firmament LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 -LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 +LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME=firmament @@ -28,7 +30,6 @@ MANDATORY_PATH=/usr/share/gconf/ubuntu-xorg.mandatory.path MVCAM_COMMON_RUNENV=/opt/MVS/lib MVCAM_GENICAM_CLPROTOCOL=/opt/MVS/lib/CLProtocol MVCAM_SDK_PATH=/opt/MVS -OLDPWD=/home/firmament PATH=/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD=/home/firmament/codes/24navigation/build/fast_lio PYTHONPATH=/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages @@ -39,12 +40,12 @@ ROS_DISTRO=humble ROS_LOCALHOST_ONLY=0 ROS_PYTHON_VERSION=3 ROS_VERSION=2 -SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1570,unix/PaiQin-i7:/tmp/.ICE-unix/1570 +SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593 SHELL=/bin/bash SHLVL=1 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh -SYSTEMD_EXEC_PID=1867 +SYSTEMD_EXEC_PID=1593 TERM=xterm-256color TURTLEBOT3_MODEL=waffle USER=firmament diff --git a/build/icp_localization_ros2/colcon_command_prefix_build.sh.env b/build/icp_localization_ros2/colcon_command_prefix_build.sh.env index b54a45ad..a3f8fda7 100644 --- a/build/icp_localization_ros2/colcon_command_prefix_build.sh.env +++ b/build/icp_localization_ros2/colcon_command_prefix_build.sh.env @@ -1,25 +1,27 @@ ALLUSERSPROFILE=/opt/MVS/MVFG -AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble -CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2 +AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble +CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2 COLCON=1 COLCON_PREFIX_PATH=/home/firmament/codes/24navigation/install COLORTERM=truecolor -DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus +DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_BUS_TYPE=session DEFAULTS_PATH=/usr/share/gconf/ubuntu-xorg.default.path DESKTOP_SESSION=ubuntu-xorg DISPLAY=:0 GDMSESSION=ubuntu-xorg GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu -GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/7d315bbc_0b1c_4dcb_be0b_4e169a4737d5 -GNOME_TERMINAL_SERVICE=:1.122 +GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894 +GNOME_TERMINAL_SERVICE=:1.198 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME=/home/firmament LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 -LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32: +LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32: LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME=firmament @@ -28,7 +30,6 @@ MANDATORY_PATH=/usr/share/gconf/ubuntu-xorg.mandatory.path MVCAM_COMMON_RUNENV=/opt/MVS/lib MVCAM_GENICAM_CLPROTOCOL=/opt/MVS/lib/CLProtocol MVCAM_SDK_PATH=/opt/MVS -OLDPWD=/home/firmament PATH=/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD=/home/firmament/codes/24navigation/build/icp_localization_ros2 PYTHONPATH=/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages @@ -39,12 +40,12 @@ ROS_DISTRO=humble ROS_LOCALHOST_ONLY=0 ROS_PYTHON_VERSION=3 ROS_VERSION=2 -SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1570,unix/PaiQin-i7:/tmp/.ICE-unix/1570 +SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593 SHELL=/bin/bash SHLVL=1 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh -SYSTEMD_EXEC_PID=1867 +SYSTEMD_EXEC_PID=1593 TERM=xterm-256color TURTLEBOT3_MODEL=waffle USER=firmament diff --git a/build/imu_complementary_filter/CMakeCache.txt b/build/imu_complementary_filter/CMakeCache.txt new file mode 100644 index 00000000..9d3bb0a2 --- /dev/null +++ b/build/imu_complementary_filter/CMakeCache.txt @@ -0,0 +1,644 @@ +# This is the CMakeCache file. +# For build in directory: /home/firmament/codes/24navigation/build/imu_complementary_filter +# 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 +######################## + +//Generate environment files in the CMAKE_INSTALL_PREFIX +AMENT_CMAKE_ENVIRONMENT_GENERATION:BOOL=OFF + +//Generate environment files in the package share folder +AMENT_CMAKE_ENVIRONMENT_PACKAGE_GENERATION:BOOL=ON + +//Generate marker file containing the parent prefix path +AMENT_CMAKE_ENVIRONMENT_PARENT_PREFIX_PATH_GENERATION:BOOL=ON + +//Replace the CMake install command with a custom implementation +// using symlinks instead of copying resources +AMENT_CMAKE_SYMLINK_INSTALL:BOOL=1 + +//Generate an uninstall target to revert the effects of the install +// step +AMENT_CMAKE_UNINSTALL_TARGET:BOOL=ON + +//The path where test results are generated +AMENT_TEST_RESULTS_DIR:PATH=/home/firmament/codes/24navigation/build/imu_complementary_filter/test_results + +//Build the testing tree. +BUILD_TESTING:BOOL=ON + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None 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-11 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11 + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +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-11 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11 + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +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 MINSIZEREL 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 RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/home/firmament/codes/24navigation/install/imu_complementary_filter + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO 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_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=imu_complementary_filter + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO 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 +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO 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 + +//The directory containing a CMake configuration file for CycloneDDS. +CycloneDDS_DIR:PATH=/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS + +//Select ROS middleware implementation to link against +RMW_IMPLEMENTATION:STRING=rmw_cyclonedds_cpp + +//Name of the computer/site where compile is being run +SITE:STRING=PaiQin-i7 + +//Path to a library. +_lib:FILEPATH=/opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_cpp.so + +//The directory containing a CMake configuration file for action_msgs. +action_msgs_DIR:PATH=/opt/ros/humble/share/action_msgs/cmake + +//The directory containing a CMake configuration file for ament_cmake. +ament_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake/cmake + +//The directory containing a CMake configuration file for ament_cmake_core. +ament_cmake_core_DIR:PATH=/opt/ros/humble/share/ament_cmake_core/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_definitions. +ament_cmake_export_definitions_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_definitions/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_dependencies. +ament_cmake_export_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_dependencies/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_include_directories. +ament_cmake_export_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_include_directories/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_interfaces. +ament_cmake_export_interfaces_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_interfaces/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_libraries. +ament_cmake_export_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_libraries/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_link_flags. +ament_cmake_export_link_flags_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_link_flags/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_targets. +ament_cmake_export_targets_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_targets/cmake + +//The directory containing a CMake configuration file for ament_cmake_gen_version_h. +ament_cmake_gen_version_h_DIR:PATH=/opt/ros/humble/share/ament_cmake_gen_version_h/cmake + +//The directory containing a CMake configuration file for ament_cmake_include_directories. +ament_cmake_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_include_directories/cmake + +//The directory containing a CMake configuration file for ament_cmake_libraries. +ament_cmake_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_libraries/cmake + +//The directory containing a CMake configuration file for ament_cmake_python. +ament_cmake_python_DIR:PATH=/opt/ros/humble/share/ament_cmake_python/cmake + +//The directory containing a CMake configuration file for ament_cmake_target_dependencies. +ament_cmake_target_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_target_dependencies/cmake + +//The directory containing a CMake configuration file for ament_cmake_test. +ament_cmake_test_DIR:PATH=/opt/ros/humble/share/ament_cmake_test/cmake + +//The directory containing a CMake configuration file for ament_cmake_version. +ament_cmake_version_DIR:PATH=/opt/ros/humble/share/ament_cmake_version/cmake + +//The directory containing a CMake configuration file for ament_index_cpp. +ament_index_cpp_DIR:PATH=/opt/ros/humble/share/ament_index_cpp/cmake + +//The directory containing a CMake configuration file for builtin_interfaces. +builtin_interfaces_DIR:PATH=/opt/ros/humble/share/builtin_interfaces/cmake + +//The directory containing a CMake configuration file for class_loader. +class_loader_DIR:PATH=/opt/ros/humble/share/class_loader/cmake + +//Dependencies for the target +complementary_filter_LIB_DEPENDS:STATIC=general;geometry_msgs::geometry_msgs__rosidl_generator_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_c;general;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;general;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;general;geometry_msgs::geometry_msgs__rosidl_generator_py;general;message_filters::message_filters;general;rclcpp::rclcpp;general;sensor_msgs::sensor_msgs__rosidl_generator_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_fastrtps_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_fastrtps_cpp;general;sensor_msgs::sensor_msgs__rosidl_typesupport_introspection_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_c;general;sensor_msgs::sensor_msgs__rosidl_typesupport_introspection_cpp;general;sensor_msgs::sensor_msgs__rosidl_typesupport_cpp;general;sensor_msgs::sensor_msgs__rosidl_generator_py;general;std_msgs::std_msgs__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_py;general;tf2::tf2;general;tf2_ros::tf2_ros;general;tf2_ros::static_transform_broadcaster_node; + +//The directory containing a CMake configuration file for composition_interfaces. +composition_interfaces_DIR:PATH=/opt/ros/humble/share/composition_interfaces/cmake + +//The directory containing a CMake configuration file for console_bridge. +console_bridge_DIR:PATH=/usr/lib/x86_64-linux-gnu/console_bridge/cmake + +//The directory containing a CMake configuration file for fastcdr. +fastcdr_DIR:PATH=/opt/ros/humble/lib/cmake/fastcdr + +//The directory containing a CMake configuration file for fastrtps_cmake_module. +fastrtps_cmake_module_DIR:PATH=/opt/ros/humble/share/fastrtps_cmake_module/cmake + +//The directory containing a CMake configuration file for fmt. +fmt_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/fmt + +//The directory containing a CMake configuration file for geometry_msgs. +geometry_msgs_DIR:PATH=/opt/ros/humble/share/geometry_msgs/cmake + +//The directory containing a CMake configuration file for iceoryx_binding_c. +iceoryx_binding_c_DIR:PATH=/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_binding_c + +//The directory containing a CMake configuration file for iceoryx_hoofs. +iceoryx_hoofs_DIR:PATH=/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_hoofs + +//The directory containing a CMake configuration file for iceoryx_posh. +iceoryx_posh_DIR:PATH=/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_posh + +//Value Computed by CMake +imu_complementary_filter_BINARY_DIR:STATIC=/home/firmament/codes/24navigation/build/imu_complementary_filter + +//Value Computed by CMake +imu_complementary_filter_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +imu_complementary_filter_SOURCE_DIR:STATIC=/home/firmament/codes/24navigation/src/imu_complementary_filter + +//The directory containing a CMake configuration file for libstatistics_collector. +libstatistics_collector_DIR:PATH=/opt/ros/humble/share/libstatistics_collector/cmake + +//The directory containing a CMake configuration file for libyaml_vendor. +libyaml_vendor_DIR:PATH=/opt/ros/humble/share/libyaml_vendor/cmake + +//The directory containing a CMake configuration file for message_filters. +message_filters_DIR:PATH=/opt/ros/humble/share/message_filters/cmake + +//The directory containing a CMake configuration file for rcl. +rcl_DIR:PATH=/opt/ros/humble/share/rcl/cmake + +//The directory containing a CMake configuration file for rcl_action. +rcl_action_DIR:PATH=/opt/ros/humble/share/rcl_action/cmake + +//The directory containing a CMake configuration file for rcl_interfaces. +rcl_interfaces_DIR:PATH=/opt/ros/humble/share/rcl_interfaces/cmake + +//The directory containing a CMake configuration file for rcl_logging_interface. +rcl_logging_interface_DIR:PATH=/opt/ros/humble/share/rcl_logging_interface/cmake + +//The directory containing a CMake configuration file for rcl_logging_spdlog. +rcl_logging_spdlog_DIR:PATH=/opt/ros/humble/share/rcl_logging_spdlog/cmake + +//The directory containing a CMake configuration file for rcl_yaml_param_parser. +rcl_yaml_param_parser_DIR:PATH=/opt/ros/humble/share/rcl_yaml_param_parser/cmake + +//The directory containing a CMake configuration file for rclcpp. +rclcpp_DIR:PATH=/opt/ros/humble/share/rclcpp/cmake + +//The directory containing a CMake configuration file for rclcpp_action. +rclcpp_action_DIR:PATH=/opt/ros/humble/share/rclcpp_action/cmake + +//The directory containing a CMake configuration file for rclcpp_components. +rclcpp_components_DIR:PATH=/opt/ros/humble/share/rclcpp_components/cmake + +//The directory containing a CMake configuration file for rcpputils. +rcpputils_DIR:PATH=/opt/ros/humble/share/rcpputils/cmake + +//The directory containing a CMake configuration file for rcutils. +rcutils_DIR:PATH=/opt/ros/humble/share/rcutils/cmake + +//The directory containing a CMake configuration file for rmw. +rmw_DIR:PATH=/opt/ros/humble/share/rmw/cmake + +//The directory containing a CMake configuration file for rmw_cyclonedds_cpp. +rmw_cyclonedds_cpp_DIR:PATH=/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake + +//The directory containing a CMake configuration file for rmw_dds_common. +rmw_dds_common_DIR:PATH=/opt/ros/humble/share/rmw_dds_common/cmake + +//The directory containing a CMake configuration file for rmw_implementation. +rmw_implementation_DIR:PATH=/opt/ros/humble/share/rmw_implementation/cmake + +//The directory containing a CMake configuration file for rmw_implementation_cmake. +rmw_implementation_cmake_DIR:PATH=/opt/ros/humble/share/rmw_implementation_cmake/cmake + +//The directory containing a CMake configuration file for rosgraph_msgs. +rosgraph_msgs_DIR:PATH=/opt/ros/humble/share/rosgraph_msgs/cmake + +//The directory containing a CMake configuration file for rosidl_adapter. +rosidl_adapter_DIR:PATH=/opt/ros/humble/share/rosidl_adapter/cmake + +//The directory containing a CMake configuration file for rosidl_cmake. +rosidl_cmake_DIR:PATH=/opt/ros/humble/share/rosidl_cmake/cmake + +//The directory containing a CMake configuration file for rosidl_default_runtime. +rosidl_default_runtime_DIR:PATH=/opt/ros/humble/share/rosidl_default_runtime/cmake + +//The directory containing a CMake configuration file for rosidl_generator_c. +rosidl_generator_c_DIR:PATH=/opt/ros/humble/share/rosidl_generator_c/cmake + +//The directory containing a CMake configuration file for rosidl_generator_cpp. +rosidl_generator_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_generator_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_runtime_c. +rosidl_runtime_c_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_c/cmake + +//The directory containing a CMake configuration file for rosidl_runtime_cpp. +rosidl_runtime_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_c. +rosidl_typesupport_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_c/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_cpp. +rosidl_typesupport_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c. +rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp. +rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_interface. +rosidl_typesupport_interface_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_interface/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_introspection_c. +rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp. +rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake + +//The directory containing a CMake configuration file for sensor_msgs. +sensor_msgs_DIR:PATH=/opt/ros/humble/share/sensor_msgs/cmake + +//The directory containing a CMake configuration file for spdlog. +spdlog_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/spdlog + +//The directory containing a CMake configuration file for spdlog_vendor. +spdlog_vendor_DIR:PATH=/opt/ros/humble/share/spdlog_vendor/cmake + +//The directory containing a CMake configuration file for statistics_msgs. +statistics_msgs_DIR:PATH=/opt/ros/humble/share/statistics_msgs/cmake + +//The directory containing a CMake configuration file for std_msgs. +std_msgs_DIR:PATH=/opt/ros/humble/share/std_msgs/cmake + +//The directory containing a CMake configuration file for tf2. +tf2_DIR:PATH=/opt/ros/humble/share/tf2/cmake + +//The directory containing a CMake configuration file for tf2_msgs. +tf2_msgs_DIR:PATH=/opt/ros/humble/share/tf2_msgs/cmake + +//The directory containing a CMake configuration file for tf2_ros. +tf2_ros_DIR:PATH=/opt/ros/humble/share/tf2_ros/cmake + +//The directory containing a CMake configuration file for tracetools. +tracetools_DIR:PATH=/opt/ros/humble/share/tracetools/cmake + +//The directory containing a CMake configuration file for unique_identifier_msgs. +unique_identifier_msgs_DIR:PATH=/opt/ros/humble/share/unique_identifier_msgs/cmake + +//The directory containing a CMake configuration file for yaml. +yaml_DIR:PATH=/opt/ros/humble/cmake + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//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/firmament/codes/24navigation/build/imu_complementary_filter +//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=22 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 +//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 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-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 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD: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/firmament/codes/24navigation/src/imu_complementary_filter +//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=1 +//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 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22 +//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=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding Python3 +FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3.10][cfound components: Interpreter ][v3.10.12()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Path to a program. +_Python3_EXECUTABLE:INTERNAL=/usr/bin/python3.10 +//Python3 Properties +_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;10;12;64;;cpython-310-x86_64-linux-gnu;/usr/lib/python3.10;/usr/lib/python3.10;/usr/lib/python3/dist-packages;/usr/lib/python3/dist-packages +_Python3_INTERPRETER_SIGNATURE:INTERNAL=b91b4035ecb3bb3f5760d35922531bcd +//Index for unique symlink install targets +__AMENT_CMAKE_SYMLINK_INSTALL_TARGETS_INDEX:INTERNAL=1 + diff --git a/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeCCompiler.cmake b/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeCCompiler.cmake new file mode 100644 index 00000000..488ad375 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "11.4.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +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;c_std_17;c_std_23") +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_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-11") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +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_C_COMPILER_ENV_VAR "CC") + +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_BYTE_ORDER "LITTLE_ENDIAN") +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_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +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/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake b/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake new file mode 100644 index 00000000..345e9307 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "11.4.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +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;cxx_std_20;cxx_std_23") +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_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-11") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +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_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +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_BYTE_ORDER "LITTLE_ENDIAN") +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_INCLUDE_DIRECTORIES "/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +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/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin b/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..a4691337f66c7201fb0c354daa924d93cb69ee7e GIT binary patch literal 15968 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 literal 0 HcmV?d00001 diff --git a/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeSystem.cmake b/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeSystem.cmake new file mode 100644 index 00000000..d05cba87 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/3.22.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.5.0-25-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.5.0-25-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.5.0-25-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.5.0-25-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c b/build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 00000000..41b99d77 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,803 @@ +#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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#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 +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# 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 +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# 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 +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#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 +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#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(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_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(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# 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(__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__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_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__) && defined(__ICCARM__) +# 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__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# 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 + + +/* 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(__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(__CRAYXT_COMPUTE_LINUX_TARGET) +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(__MSYS__) +# define PLATFORM_ID "MSYS" + +#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(__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" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# 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_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# 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(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(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'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#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__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */ +#if (defined(__clang__) || defined(__GNUC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) && !defined(_MSC_VER) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#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(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdC/a.out b/build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..c786756abbd10a6ac500dd20933efa409d328d0c GIT binary patch literal 16088 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 & 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(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_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(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# 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(__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__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_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__) && defined(__ICCARM__) +# 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__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# 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(__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(__CRAYXT_COMPUTE_LINUX_TARGET) +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(__MSYS__) +# define PLATFORM_ID "MSYS" + +#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(__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" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# 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_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# 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(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(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'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#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(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */ +#if (defined(__clang__) || defined(__GNUC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) && !defined(_MSC_VER) + "ON" +#else + "OFF" +#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(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdCXX/a.out b/build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..9944be481759fba2110a3ba6af6d9c647c7ea1a9 GIT binary patch literal 16096 zcmeHOYit}>6~4Pk8izc*NgEQ9(k!K|5?W7e$4O0)$vXBrV`Rr^;*>yYMq}^VyJ8<^ zcb3`_v_XMllLR#a0Y8FNwGv1mBoL^m6)jE+MX3r(evwKDg-6vOrLB3J5@k8(-t(=; z({&KgAN-hOdCooGdE7ha-kH5KbMM2+zMg0#qCiX32Ng?+m_ZVvcWxzsPG~kpstHS4Y=HSiBDIEP@vn!MR4MzaMs zmpzsykrF)Ols&iPIe9l*P%LwPcd31Sy?eWyR;$(8Su5{oQ%>(-zmrOr(qq}Omo5$V zcjbzO^q@PO<8Wj7VnM<=#>XE37wOix8f=JsN|R5oQ-aMpSJG4_KqU!gQd>5gXz z*Dc;A8@r7Gyd-!$fPY@_tpWT?f;R{7?+AWrkJ7|r zhx-b2*@yEO16}dq7~8Cy_2E2jL32J_-*2G^d6Zh5VD z`r^mz>EGHXem{F)FxfKGa^61O@gfDNt}m12Uq-FQEuYo#2tP-NeR|o`%-%oet*5H* z=Q35jqI$V;%W*b*UO3sG(e^vPz--%fdwSMB_xc|D+}sj7@`8Qwx_1i&xKjc&R4>D*I%|O(a~|R;^aAr0DR14igz7-v$1Ec#xDF z=rH+BfBLFDUAg?Tq-uP2CX&2H_|x@pV|aS~PuEa3 zpIjQNS)Z+EO;JwO!%rr!4N>>h`mWYn+@z4g41^g7GZ1DV%s`ldFau!*!VH8N2s037 zAk4s9Gr-@!ZbZHNdj@uo6!YWRT)K3WzDf=)v|gZhKAA3+v&F*EW=$CyjF6!#1R$u+S@qFt+RicV3@41^SBAk09RfiMGM2Eq)483;2FW+2Q!n1Q!9 z16Z$!^@&&ms2^Uas#T~?)-SFW`A4$O@m(Tg9pq+_@d&d?WUPne=N=~L|9ZVzWcjmr-Q9p8F*xKi*caeC0FC;X*PZ)&T$Hc3#BlL8Sajii* ze2V_LUR+ner>GE7H!EBxz`sd_dhLH!+s9NQZY*03qX_lwFAyG~mE2SB5knuV7ysAV zp01X_czIR(t*x!YN0>LY{X1*d5%3r#WE}(_Zz4SIlTkdP@eN8PfEeCOcuZ}mD%@{?-!JyTI3qeftmb)%@U_tm3ga4@hZ(1uRoozQnW`^pe1i(EzdkE?a6R=i zgvV%{Boc^h_ydHmqw$cC@uuG)k?J{#6BB#f4=zX?j5kF4mBiU5_g($Yh?KwKICNe? z``0A?)-aJ}p!d@c1?JYnq6esyT117v0QQ3%{eKrSSmYiWkT^g#$4Jy4s z7QA;L>$s(oJL#kgUTIQ|mfU>WNmcUsNpkT?4q18&OuPEskEgqi9O;rbnY}4%WPDsX zAMI;t%@#(Bcymc{dJcB>C!OT}Zin^}bbn-jXMb-O!Sw3WN!p^dyALX7U*Evq&OT?L zr{_>|&>8I9+m|Gd;J$_gb~F6D9SrG|>$yswB}HMuY-b>0;ob%(RW3RidOgbf9(o7J zDwQobm2x_z^r_(8s*!STVXWegrJc9FH&v8J@xdEjs%*GimWuVZ49B637LpDfz7{a} ziuMM(E*5V7sHKEAc<8<|P38B$N?GN}yyp%R_ezFmP|6l)-^aMJ3Pmq%jTI`^c&Rv^ zE_staXt~N z!1(vr?~nNacpQepgZ>{T{BJY|L;ErB1V{atch>G}63->hb58hUUJCxG*l`;F8CDb{1nXpCrHV2O!#A736A+X+7CPMhsdAjtdKEp1#gzhgY8F~PE&z% z3V+O_!7-0U{lWA9D*5s`L0|h_k>3|QKah#0VE=ucP``g%{J=#N@A;oC;ExCVn?(T* zI|P6X{_TK&LKNV~0v!fF#QR>rAM+Y;JYT^+c>X^Wf8<}q#Zvfr5y1q8sD4Z(ZX*0& z5(DsiYL=!DtpDc(`~By{AN9sQv|#u27)> literal 0 HcmV?d00001 diff --git a/build/imu_complementary_filter/CMakeFiles/CMakeDirectoryInformation.cmake b/build/imu_complementary_filter/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..3153d941 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/firmament/codes/24navigation/src/imu_complementary_filter") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/firmament/codes/24navigation/build/imu_complementary_filter") + +# 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/build/imu_complementary_filter/CMakeFiles/CMakeOutput.log b/build/imu_complementary_filter/CMakeFiles/CMakeOutput.log new file mode 100644 index 00000000..3276b160 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/CMakeOutput.log @@ -0,0 +1,497 @@ +The system is: Linux - 6.5.0-25-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/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/3.22.1/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/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/3.22.1/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d197d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d197d.dir/build.make CMakeFiles/cmTC_d197d.dir/build +gmake[1]: Entering directory '/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d197d.dir/' + /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_d197d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccmmk4Zz.s +GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/11/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 50eaa2331df977b8016186198deb2d18 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d197d.dir/' + as -v --64 -o CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o /tmp/ccmmk4Zz.s +GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.' +Linking C executable cmTC_d197d +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d197d.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o -o cmTC_d197d +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d197d' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_d197d.' + /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccQVpNAn.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 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_d197d /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../.. CMakeFiles/cmTC_d197d.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/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d197d' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_d197d.' +gmake[1]: Leaving directory '/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/11/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d197d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d197d.dir/build.make CMakeFiles/cmTC_d197d.dir/build] + ignore line: [gmake[1]: Entering directory '/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d197d.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_d197d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccmmk4Zz.s] + ignore line: [GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 50eaa2331df977b8016186198deb2d18] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d197d.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o /tmp/ccmmk4Zz.s] + ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_d197d] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d197d.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_d197d.dir/CMakeCCompilerABI.c.o -o cmTC_d197d ] + 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/11/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d197d' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_d197d.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccQVpNAn.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 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_d197d /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../.. CMakeFiles/cmTC_d197d.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/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccQVpNAn.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 [-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_d197d] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] + arg [CMakeFiles/cmTC_d197d.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/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a7e58/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a7e58.dir/build.make CMakeFiles/cmTC_a7e58.dir/build +gmake[1]: Entering directory '/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -v -o CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a7e58.dir/' + /usr/lib/gcc/x86_64-linux-gnu/11/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a7e58.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cct1BRJU.s +GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/11" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/11 + /usr/include/x86_64-linux-gnu/c++/11 + /usr/include/c++/11/backward + /usr/lib/gcc/x86_64-linux-gnu/11/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: d591828bb4d392ae8b7b160e5bb0b95f +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a7e58.dir/' + as -v --64 -o CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o /tmp/cct1BRJU.s +GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.' +Linking CXX executable cmTC_a7e58 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7e58.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a7e58 +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a7e58' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a7e58.' + /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/cceu8AEB.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 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_a7e58 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../.. CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a7e58' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a7e58.' +gmake[1]: Leaving directory '/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/11] + add: [/usr/include/x86_64-linux-gnu/c++/11] + add: [/usr/include/c++/11/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/11/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/11] ==> [/usr/include/c++/11] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/11] ==> [/usr/include/x86_64-linux-gnu/c++/11] + collapse include dir [/usr/include/c++/11/backward] ==> [/usr/include/c++/11/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a7e58/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a7e58.dir/build.make CMakeFiles/cmTC_a7e58.dir/build] + ignore line: [gmake[1]: Entering directory '/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a7e58.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a7e58.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cct1BRJU.s] + ignore line: [GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/11"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/11] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/11] + ignore line: [ /usr/include/c++/11/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: d591828bb4d392ae8b7b160e5bb0b95f] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a7e58.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o /tmp/cct1BRJU.s] + ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_a7e58] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7e58.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a7e58 ] + 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/11/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a7e58' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a7e58.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/cceu8AEB.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 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_a7e58 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../.. CMakeFiles/cmTC_a7e58.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cceu8AEB.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 [-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_a7e58] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] + arg [CMakeFiles/cmTC_a7e58.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/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Determining if the include file pthread.h exists passed with the following output: +Change Dir: /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_73ad5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_73ad5.dir/build.make CMakeFiles/cmTC_73ad5.dir/build +gmake[1]: Entering directory '/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_73ad5.dir/CheckIncludeFile.c.o +/usr/bin/cc -o CMakeFiles/cmTC_73ad5.dir/CheckIncludeFile.c.o -c /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp/CheckIncludeFile.c +Linking C executable cmTC_73ad5 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73ad5.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_73ad5.dir/CheckIncludeFile.c.o -o cmTC_73ad5 +gmake[1]: Leaving directory '/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp' + + + +Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output: +Change Dir: /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_abeeb/fast && /usr/bin/gmake -f CMakeFiles/cmTC_abeeb.dir/build.make CMakeFiles/cmTC_abeeb.dir/build +gmake[1]: Entering directory '/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_abeeb.dir/src.c.o +/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_abeeb.dir/src.c.o -c /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp/src.c +Linking C executable cmTC_abeeb +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_abeeb.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_abeeb.dir/src.c.o -o cmTC_abeeb +gmake[1]: Leaving directory '/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/CMakeTmp' + + +Source file was: +#include + +static void* test_func(void* data) +{ + return data; +} + +int main(void) +{ + pthread_t thread; + pthread_create(&thread, NULL, test_func, NULL); + pthread_detach(thread); + pthread_cancel(thread); + pthread_join(thread, NULL); + pthread_atfork(NULL, NULL, NULL); + pthread_exit(NULL); + + return 0; +} + diff --git a/build/imu_complementary_filter/CMakeFiles/CMakeRuleHashes.txt b/build/imu_complementary_filter/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 00000000..b6e17774 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,2 @@ +# Hashes of file build rules. +423246f9a72dcdd4fa0a4e4b2ca66086 CMakeFiles/imu_complementary_filter_uninstall diff --git a/build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake b/build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake new file mode 100644 index 00000000..8d55ad97 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "imu_complementary_filter::complementary_filter" for configuration "" +set_property(TARGET imu_complementary_filter::complementary_filter APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(imu_complementary_filter::complementary_filter PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libcomplementary_filter.so" + IMPORTED_SONAME_NOCONFIG "libcomplementary_filter.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS imu_complementary_filter::complementary_filter ) +list(APPEND _IMPORT_CHECK_FILES_FOR_imu_complementary_filter::complementary_filter "${_IMPORT_PREFIX}/lib/libcomplementary_filter.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake b/build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake new file mode 100644 index 00000000..c5ee8055 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake @@ -0,0 +1,100 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget imu_complementary_filter::complementary_filter) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target imu_complementary_filter::complementary_filter +add_library(imu_complementary_filter::complementary_filter SHARED IMPORTED) + +set_target_properties(imu_complementary_filter::complementary_filter PROPERTIES + INTERFACE_COMPILE_FEATURES "c_std_99;cxx_std_17" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "geometry_msgs::geometry_msgs__rosidl_generator_c;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_c;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;geometry_msgs::geometry_msgs__rosidl_typesupport_c;geometry_msgs::geometry_msgs__rosidl_generator_cpp;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_cpp;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;geometry_msgs::geometry_msgs__rosidl_generator_py;message_filters::message_filters;rclcpp::rclcpp;sensor_msgs::sensor_msgs__rosidl_generator_c;sensor_msgs::sensor_msgs__rosidl_typesupport_fastrtps_c;sensor_msgs::sensor_msgs__rosidl_generator_cpp;sensor_msgs::sensor_msgs__rosidl_typesupport_fastrtps_cpp;sensor_msgs::sensor_msgs__rosidl_typesupport_introspection_c;sensor_msgs::sensor_msgs__rosidl_typesupport_c;sensor_msgs::sensor_msgs__rosidl_typesupport_introspection_cpp;sensor_msgs::sensor_msgs__rosidl_typesupport_cpp;sensor_msgs::sensor_msgs__rosidl_generator_py;sensor_msgs::sensor_msgs_library;std_msgs::std_msgs__rosidl_generator_c;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;std_msgs::std_msgs__rosidl_generator_cpp;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;std_msgs::std_msgs__rosidl_typesupport_introspection_c;std_msgs::std_msgs__rosidl_typesupport_c;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;std_msgs::std_msgs__rosidl_typesupport_cpp;std_msgs::std_msgs__rosidl_generator_py;tf2::tf2;tf2_ros::tf2_ros;tf2_ros::static_transform_broadcaster_node" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_imu_complementary_filterExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/imu_complementary_filter/CMakeFiles/Makefile.cmake b/build/imu_complementary_filter/CMakeFiles/Makefile.cmake new file mode 100644 index 00000000..4f64e7b1 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/Makefile.cmake @@ -0,0 +1,930 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# 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.22.1/CMakeCCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.22.1/CMakeSystem.cmake" + "ament_cmake_core/package.cmake" + "ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" + "ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake" + "ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake" + "ament_cmake_package_templates/templates.cmake" + "/home/firmament/codes/24navigation/src/imu_complementary_filter/CMakeLists.txt" + "/home/firmament/codes/24navigation/src/imu_complementary_filter/package.xml" + "/opt/ros/humble/cmake/yamlConfig.cmake" + "/opt/ros/humble/cmake/yamlConfigVersion.cmake" + "/opt/ros/humble/cmake/yamlTargets-none.cmake" + "/opt/ros/humble/cmake/yamlTargets.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-config-version.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-config.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-dynamic-targets-none.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-dynamic-targets.cmake" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.bash.in" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.sh.in" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.zsh.in" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS/CycloneDDSConfig.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS/CycloneDDSConfigVersion.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS/CycloneDDSTargets-none.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS/CycloneDDSTargets.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS/idlc/Generate.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_binding_c/iceoryx_binding_cConfig.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_binding_c/iceoryx_binding_cConfigVersion.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_binding_c/iceoryx_binding_cTargets-none.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_binding_c/iceoryx_binding_cTargets.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_hoofs/iceoryx_hoofsConfig.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_hoofs/iceoryx_hoofsConfigVersion.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_hoofs/iceoryx_hoofsTargets-none.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_hoofs/iceoryx_hoofsTargets.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_posh/iceoryx_poshConfig.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_posh/iceoryx_poshConfigVersion.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_posh/iceoryx_poshTargets-none.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_posh/iceoryx_poshTargets.cmake" + "/opt/ros/humble/share/action_msgs/cmake/action_msgsConfig-version.cmake" + "/opt/ros/humble/share/action_msgs/cmake/action_msgsConfig.cmake" + "/opt/ros/humble/share/action_msgs/cmake/action_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/action_msgs/cmake/action_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/action_msgs/cmake/action_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/action_msgs/cmake/action_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/action_msgs/cmake/action_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/action_msgs/cmake/action_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/action_msgs/cmake/action_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/action_msgs/cmake/action_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/action_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/action_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/action_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/action_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/action_msgs/cmake/export_action_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/action_msgs/cmake/export_action_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/action_msgs/cmake/export_action_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/action_msgs/cmake/export_action_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/action_msgs/cmake/export_action_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/action_msgs/cmake/export_action_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/action_msgs/cmake/export_action_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/action_msgs/cmake/export_action_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/action_msgs/cmake/export_action_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/action_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/action_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/action_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmakeConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmakeConfig.cmake" + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_core-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_coreConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_coreConfig.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_environment-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_environment_hooks-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_index-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_package_templates-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_symlink_install-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_uninstall_target-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/all.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package_xml.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_register_extension.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/assert_file_exists.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/get_executable_path.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/list_append_unique.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/normalize_path.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/package_xml_2_cmake.py" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/python.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/stamp.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/string_ends_with.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/templates/nameConfig-version.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/templates/nameConfig.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment/ament_cmake_environment_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment/ament_generate_environment.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_cmake_environment_hooks_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_environment_hooks.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_generate_package_environment.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_cmake_index_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_get_prefix_path.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_get_resource.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_get_resources.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_has_resource.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_register_package.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_register_resource.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/package_templates/templates_2_cmake.py" + "/opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_append_install_code.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_directory.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_files.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_programs.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_targets.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_uninstall_script.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/install.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/uninstall_target/ament_cmake_uninstall_target.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/uninstall_target/ament_cmake_uninstall_target_append_uninstall_code.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_cmake_export_definitions-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_cmake_export_definitionsConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_cmake_export_definitionsConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_export_definitions.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependenciesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependenciesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_export_dependencies.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories-extras.cmake.in" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directoriesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directoriesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_export_include_directories.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_cmake_export_interfaces-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_cmake_export_interfacesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_cmake_export_interfacesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_export_interfaces.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_libraries-extras.cmake.in" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_librariesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_librariesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_libraries_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_export_libraries.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_export_library_names.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_cmake_export_link_flags-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_cmake_export_link_flagsConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_cmake_export_link_flagsConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_export_link_flags.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targets-extras.cmake.in" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targetsConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targetsConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targets_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_export_targets.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_h-extras.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_h.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_hConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_hConfig.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_generate_version_header.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_cmake_include_directories-extras.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_cmake_include_directoriesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_cmake_include_directoriesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_include_directories_order.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_cmake_libraries-extras.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_cmake_librariesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_cmake_librariesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_libraries_deduplicate.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_libraries_pack_build_configuration.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_libraries_unpack_build_configuration.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_cmake_python-extras.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_cmake_pythonConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_cmake_pythonConfig.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_get_python_install_dir.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_python_install_module.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_python_install_package.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_cmake_target_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_cmake_target_dependenciesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_cmake_target_dependenciesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_get_recursive_properties.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_target_dependencies.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test_label.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_cmake_test-extras.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_cmake_testConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_cmake_testConfig.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_cmake_version-extras.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_cmake_versionConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_cmake_versionConfig.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_export_development_version_if_higher_than_manifest.cmake" + "/opt/ros/humble/share/ament_index_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/ament_index_cpp/cmake/ament_index_cppConfig-version.cmake" + "/opt/ros/humble/share/ament_index_cpp/cmake/ament_index_cppConfig.cmake" + "/opt/ros/humble/share/ament_index_cpp/cmake/export_ament_index_cppExport-none.cmake" + "/opt/ros/humble/share/ament_index_cpp/cmake/export_ament_index_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfacesConfig-version.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfacesConfig.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/class_loader/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/class_loader/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/class_loader/cmake/class_loader-extras.cmake" + "/opt/ros/humble/share/class_loader/cmake/class_loaderConfig-version.cmake" + "/opt/ros/humble/share/class_loader/cmake/class_loaderConfig.cmake" + "/opt/ros/humble/share/class_loader/cmake/class_loaderExport-none.cmake" + "/opt/ros/humble/share/class_loader/cmake/class_loaderExport.cmake" + "/opt/ros/humble/share/class_loader/cmake/class_loader_hide_library_symbols.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/composition_interfacesConfig-version.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/composition_interfacesConfig.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/composition_interfaces__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/composition_interfaces__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/composition_interfaces__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/composition_interfaces__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/composition_interfaces__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/composition_interfaces__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/composition_interfaces__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/composition_interfaces__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/export_composition_interfaces__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/export_composition_interfaces__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/export_composition_interfaces__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/export_composition_interfaces__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/export_composition_interfaces__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/export_composition_interfaces__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/export_composition_interfaces__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/export_composition_interfaces__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/export_composition_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/composition_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/fastrtps_cmake_module/cmake/fastrtps_cmake_module-extras.cmake" + "/opt/ros/humble/share/fastrtps_cmake_module/cmake/fastrtps_cmake_moduleConfig-version.cmake" + "/opt/ros/humble/share/fastrtps_cmake_module/cmake/fastrtps_cmake_moduleConfig.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/export_geometry_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/export_geometry_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/export_geometry_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/export_geometry_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/export_geometry_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/export_geometry_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/export_geometry_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/export_geometry_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/export_geometry_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/geometry_msgsConfig-version.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/geometry_msgsConfig.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/geometry_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/geometry_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/geometry_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/geometry_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/geometry_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/geometry_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/geometry_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/geometry_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/geometry_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/libstatistics_collectorConfig-version.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/libstatistics_collectorConfig.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/libstatistics_collectorExport-none.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/libstatistics_collectorExport.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/libyaml_vendor/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/libyaml_vendor/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/libyaml_vendor/cmake/libyaml_vendor-extras.cmake" + "/opt/ros/humble/share/libyaml_vendor/cmake/libyaml_vendorConfig-version.cmake" + "/opt/ros/humble/share/libyaml_vendor/cmake/libyaml_vendorConfig.cmake" + "/opt/ros/humble/share/message_filters/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/message_filters/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/message_filters/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/message_filters/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/message_filters/cmake/message_filtersConfig-version.cmake" + "/opt/ros/humble/share/message_filters/cmake/message_filtersConfig.cmake" + "/opt/ros/humble/share/message_filters/cmake/message_filtersExport-none.cmake" + "/opt/ros/humble/share/message_filters/cmake/message_filtersExport.cmake" + "/opt/ros/humble/share/rcl/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcl/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcl/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl/cmake/rcl-extras.cmake" + "/opt/ros/humble/share/rcl/cmake/rclConfig-version.cmake" + "/opt/ros/humble/share/rcl/cmake/rclConfig.cmake" + "/opt/ros/humble/share/rcl/cmake/rclExport-none.cmake" + "/opt/ros/humble/share/rcl/cmake/rclExport.cmake" + "/opt/ros/humble/share/rcl/cmake/rcl_set_symbol_visibility_hidden.cmake" + "/opt/ros/humble/share/rcl_action/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl_action/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcl_action/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcl_action/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl_action/cmake/rcl_actionConfig-version.cmake" + "/opt/ros/humble/share/rcl_action/cmake/rcl_actionConfig.cmake" + "/opt/ros/humble/share/rcl_action/cmake/rcl_actionExport-none.cmake" + "/opt/ros/humble/share/rcl_action/cmake/rcl_actionExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfacesConfig-version.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfacesConfig.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/rcl_logging_interfaceConfig-version.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/rcl_logging_interfaceConfig.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/rcl_logging_interfaceExport-none.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/rcl_logging_interfaceExport.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/rcl_logging_spdlogConfig-version.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/rcl_logging_spdlogConfig.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/rcl_logging_spdlogExport-none.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/rcl_logging_spdlogExport.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/rcl_yaml_param_parserConfig-version.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/rcl_yaml_param_parserConfig.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/rcl_yaml_param_parserExport-none.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/rcl_yaml_param_parserExport.cmake" + "/opt/ros/humble/share/rclcpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rclcpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rclcpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rclcpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rclcpp/cmake/rclcppConfig-version.cmake" + "/opt/ros/humble/share/rclcpp/cmake/rclcppConfig.cmake" + "/opt/ros/humble/share/rclcpp/cmake/rclcppExport-none.cmake" + "/opt/ros/humble/share/rclcpp/cmake/rclcppExport.cmake" + "/opt/ros/humble/share/rclcpp_action/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rclcpp_action/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rclcpp_action/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rclcpp_action/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rclcpp_action/cmake/rclcpp_actionConfig-version.cmake" + "/opt/ros/humble/share/rclcpp_action/cmake/rclcpp_actionConfig.cmake" + "/opt/ros/humble/share/rclcpp_action/cmake/rclcpp_actionExport-none.cmake" + "/opt/ros/humble/share/rclcpp_action/cmake/rclcpp_actionExport.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/export_rclcpp_componentsExport-none.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/export_rclcpp_componentsExport.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/rclcpp_components-extras.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/rclcpp_componentsConfig-version.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/rclcpp_componentsConfig.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/rclcpp_components_register_node.cmake" + "/opt/ros/humble/share/rclcpp_components/cmake/rclcpp_components_register_nodes.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsConfig-version.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsConfig.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsExport-none.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsExport.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_link_flags-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsConfig-version.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsConfig.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsExport-none.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsExport.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/configure_rmw_library.cmake" + "/opt/ros/humble/share/rmw/cmake/get_rmw_typesupport.cmake" + "/opt/ros/humble/share/rmw/cmake/register_rmw_implementation.cmake" + "/opt/ros/humble/share/rmw/cmake/rmw-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwConfig-version.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwConfig.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwExport-none.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwExport.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/export_rmw_cyclonedds_cppExport-none.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/export_rmw_cyclonedds_cppExport.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/rmw_cyclonedds_cppConfig-version.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/rmw_cyclonedds_cppConfig.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_commonConfig-version.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_commonConfig.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common_libraryExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common_libraryExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/export_rmw_implementationExport-none.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/export_rmw_implementationExport.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/rmw_implementation-extras.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/rmw_implementationConfig-version.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/rmw_implementationConfig.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/call_for_each_rmw_implementation.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/get_available_rmw_implementations.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/get_default_rmw_implementation.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/rmw_implementation_cmake-extras.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/rmw_implementation_cmakeConfig-version.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/rmw_implementation_cmakeConfig.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgsConfig-version.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgsConfig.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapt_interfaces.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapter-extras.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapterConfig-version.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapterConfig.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmakeConfig-version.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmakeConfig.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_export_typesupport_libraries.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_export_typesupport_targets.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_get_typesupport_target.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_target_interfaces.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_write_generator_arguments.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/string_camel_case_to_lower_case_underscore.cmake" + "/opt/ros/humble/share/rosidl_default_runtime/cmake/rosidl_default_runtime-extras.cmake" + "/opt/ros/humble/share/rosidl_default_runtime/cmake/rosidl_default_runtimeConfig-version.cmake" + "/opt/ros/humble/share/rosidl_default_runtime/cmake/rosidl_default_runtimeConfig.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/register_c.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_c-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_cConfig.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/register_cpp.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cConfig.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cExport.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/rosidl_runtime_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/rosidl_runtime_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/rosidl_runtime_cppExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/get_used_typesupports.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_c-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/rosidl_typesupport_interfaceConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/rosidl_typesupport_interfaceConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/rosidl_typesupport_interfaceExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_c-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/export_sensor_msgsExport.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/export_sensor_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/export_sensor_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/export_sensor_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/export_sensor_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/export_sensor_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/export_sensor_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/export_sensor_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/export_sensor_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/export_sensor_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/sensor_msgsConfig-version.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/sensor_msgsConfig.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/sensor_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/sensor_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/sensor_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/sensor_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/sensor_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/sensor_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/sensor_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/sensor_msgs/cmake/sensor_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/spdlog_vendor/cmake/spdlog_vendorConfig-version.cmake" + "/opt/ros/humble/share/spdlog_vendor/cmake/spdlog_vendorConfig.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgsConfig-version.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgsConfig.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgsConfig-version.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgsConfig.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/tf2/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/tf2/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/tf2/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/tf2/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/tf2/cmake/export_tf2Export-none.cmake" + "/opt/ros/humble/share/tf2/cmake/export_tf2Export.cmake" + "/opt/ros/humble/share/tf2/cmake/tf2Config-version.cmake" + "/opt/ros/humble/share/tf2/cmake/tf2Config.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/export_tf2_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/export_tf2_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/export_tf2_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/export_tf2_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/export_tf2_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/export_tf2_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/export_tf2_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/export_tf2_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/export_tf2_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/tf2_msgsConfig-version.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/tf2_msgsConfig.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/tf2_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/tf2_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/tf2_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/tf2_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/tf2_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/tf2_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/tf2_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/tf2_msgs/cmake/tf2_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/tf2_ros/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/tf2_ros/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/tf2_ros/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/tf2_ros/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/tf2_ros/cmake/export_tf2_rosExport-none.cmake" + "/opt/ros/humble/share/tf2_ros/cmake/export_tf2_rosExport.cmake" + "/opt/ros/humble/share/tf2_ros/cmake/tf2_rosConfig-version.cmake" + "/opt/ros/humble/share/tf2_ros/cmake/tf2_rosConfig.cmake" + "/opt/ros/humble/share/tracetools/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/tracetools/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/tracetools/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/tracetools/cmake/tracetoolsConfig-version.cmake" + "/opt/ros/humble/share/tracetools/cmake/tracetoolsConfig.cmake" + "/opt/ros/humble/share/tracetools/cmake/tracetools_exportExport-none.cmake" + "/opt/ros/humble/share/tracetools/cmake/tracetools_exportExport.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/export_unique_identifier_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/export_unique_identifier_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/export_unique_identifier_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/export_unique_identifier_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/export_unique_identifier_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/export_unique_identifier_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/export_unique_identifier_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/export_unique_identifier_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/export_unique_identifier_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/unique_identifier_msgsConfig-version.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/unique_identifier_msgsConfig.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/unique_identifier_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/unique_identifier_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/unique_identifier_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/unique_identifier_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/unique_identifier_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/unique_identifier_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/unique_identifier_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/unique_identifier_msgs/cmake/unique_identifier_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/fmt/fmt-config-version.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/fmt/fmt-config.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/fmt/fmt-targets-none.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/fmt/fmt-targets.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfigTargets-none.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfigTargets.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/console_bridge/cmake/console_bridge-config-version.cmake" + "/usr/lib/x86_64-linux-gnu/console_bridge/cmake/console_bridge-config.cmake" + "/usr/lib/x86_64-linux-gnu/console_bridge/cmake/console_bridge-targets-none.cmake" + "/usr/lib/x86_64-linux-gnu/console_bridge/cmake/console_bridge-targets.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-3.22/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake-3.22/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-3.22/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake" + "/usr/share/cmake-3.22/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.22/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake-3.22/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/usr/share/cmake-3.22/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-3.22/Modules/CMakeParseLibraryArchitecture.cmake" + "/usr/share/cmake-3.22/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-3.22/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-3.22/Modules/CheckCSourceCompiles.cmake" + "/usr/share/cmake-3.22/Modules/CheckIncludeFile.c.in" + "/usr/share/cmake-3.22/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake-3.22/Modules/CheckLibraryExists.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/DartConfiguration.tcl.in" + "/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.22/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.22/Modules/FindPython/Support.cmake" + "/usr/share/cmake-3.22/Modules/FindPython3.cmake" + "/usr/share/cmake-3.22/Modules/FindThreads.cmake" + "/usr/share/cmake-3.22/Modules/Internal/CheckSourceCompiles.cmake" + "/usr/share/cmake-3.22/Modules/Internal/FeatureTesting.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-Determine-CXX.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.22/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.22.1/CMakeSystem.cmake" + "CMakeFiles/3.22.1/CMakeCCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCXXCompiler.cmake" + "ament_cmake_core/stamps/templates_2_cmake.py.stamp" + "ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake" + "ament_cmake_symlink_install/ament_cmake_symlink_install.cmake" + "ament_cmake_symlink_install/ament_cmake_symlink_install_uninstall_script.cmake" + "CTestConfiguration.ini" + "ament_cmake_core/stamps/library_path.sh.stamp" + "ament_cmake_core/stamps/package.xml.stamp" + "ament_cmake_core/stamps/package_xml_2_cmake.py.stamp" + "ament_cmake_core/stamps/ament_prefix_path.sh.stamp" + "ament_cmake_core/stamps/path.sh.stamp" + "ament_cmake_environment_hooks/local_setup.bash" + "ament_cmake_environment_hooks/local_setup.sh" + "ament_cmake_environment_hooks/local_setup.zsh" + "ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" + "ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake" + "ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake" + "ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp" + "ament_cmake_core/stamps/ament_cmake_export_libraries-extras.cmake.stamp" + "ament_cmake_core/stamps/ament_cmake_export_targets-extras.cmake.stamp" + "ament_cmake_core/stamps/nameConfig.cmake.in.stamp" + "ament_cmake_core/imu_complementary_filterConfig.cmake" + "ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp" + "ament_cmake_core/imu_complementary_filterConfig-version.cmake" + "ament_cmake_symlink_install_targets_0_.cmake" + "ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter" + "ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter" + "ament_cmake_index/share/ament_index/resource_index/packages/imu_complementary_filter" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/uninstall.dir/DependInfo.cmake" + "CMakeFiles/imu_complementary_filter_uninstall.dir/DependInfo.cmake" + "CMakeFiles/complementary_filter.dir/DependInfo.cmake" + "CMakeFiles/complementary_filter_node.dir/DependInfo.cmake" + ) diff --git a/build/imu_complementary_filter/CMakeFiles/Makefile2 b/build/imu_complementary_filter/CMakeFiles/Makefile2 new file mode 100644 index 00000000..34b2c044 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/Makefile2 @@ -0,0 +1,194 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/firmament/codes/24navigation/src/imu_complementary_filter + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/firmament/codes/24navigation/build/imu_complementary_filter + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/complementary_filter.dir/all +all: CMakeFiles/complementary_filter_node.dir/all +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/uninstall.dir/clean +clean: CMakeFiles/imu_complementary_filter_uninstall.dir/clean +clean: CMakeFiles/complementary_filter.dir/clean +clean: CMakeFiles/complementary_filter_node.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/uninstall.dir + +# All Build rule for target. +CMakeFiles/uninstall.dir/all: CMakeFiles/imu_complementary_filter_uninstall.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles --progress-num= "Built target uninstall" +.PHONY : CMakeFiles/uninstall.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles 0 +.PHONY : CMakeFiles/uninstall.dir/rule + +# Convenience name for target. +uninstall: CMakeFiles/uninstall.dir/rule +.PHONY : uninstall + +# clean rule for target. +CMakeFiles/uninstall.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean +.PHONY : CMakeFiles/uninstall.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/imu_complementary_filter_uninstall.dir + +# All Build rule for target. +CMakeFiles/imu_complementary_filter_uninstall.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/imu_complementary_filter_uninstall.dir/build.make CMakeFiles/imu_complementary_filter_uninstall.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/imu_complementary_filter_uninstall.dir/build.make CMakeFiles/imu_complementary_filter_uninstall.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles --progress-num= "Built target imu_complementary_filter_uninstall" +.PHONY : CMakeFiles/imu_complementary_filter_uninstall.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/imu_complementary_filter_uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/imu_complementary_filter_uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles 0 +.PHONY : CMakeFiles/imu_complementary_filter_uninstall.dir/rule + +# Convenience name for target. +imu_complementary_filter_uninstall: CMakeFiles/imu_complementary_filter_uninstall.dir/rule +.PHONY : imu_complementary_filter_uninstall + +# clean rule for target. +CMakeFiles/imu_complementary_filter_uninstall.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/imu_complementary_filter_uninstall.dir/build.make CMakeFiles/imu_complementary_filter_uninstall.dir/clean +.PHONY : CMakeFiles/imu_complementary_filter_uninstall.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/complementary_filter.dir + +# All Build rule for target. +CMakeFiles/complementary_filter.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/complementary_filter.dir/build.make CMakeFiles/complementary_filter.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/complementary_filter.dir/build.make CMakeFiles/complementary_filter.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles --progress-num=1,2,3 "Built target complementary_filter" +.PHONY : CMakeFiles/complementary_filter.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/complementary_filter.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/complementary_filter.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles 0 +.PHONY : CMakeFiles/complementary_filter.dir/rule + +# Convenience name for target. +complementary_filter: CMakeFiles/complementary_filter.dir/rule +.PHONY : complementary_filter + +# clean rule for target. +CMakeFiles/complementary_filter.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/complementary_filter.dir/build.make CMakeFiles/complementary_filter.dir/clean +.PHONY : CMakeFiles/complementary_filter.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/complementary_filter_node.dir + +# All Build rule for target. +CMakeFiles/complementary_filter_node.dir/all: CMakeFiles/complementary_filter.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/complementary_filter_node.dir/build.make CMakeFiles/complementary_filter_node.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/complementary_filter_node.dir/build.make CMakeFiles/complementary_filter_node.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles --progress-num=4,5 "Built target complementary_filter_node" +.PHONY : CMakeFiles/complementary_filter_node.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/complementary_filter_node.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles 5 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/complementary_filter_node.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles 0 +.PHONY : CMakeFiles/complementary_filter_node.dir/rule + +# Convenience name for target. +complementary_filter_node: CMakeFiles/complementary_filter_node.dir/rule +.PHONY : complementary_filter_node + +# clean rule for target. +CMakeFiles/complementary_filter_node.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/complementary_filter_node.dir/build.make CMakeFiles/complementary_filter_node.dir/clean +.PHONY : CMakeFiles/complementary_filter_node.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/imu_complementary_filter/CMakeFiles/TargetDirectories.txt b/build/imu_complementary_filter/CMakeFiles/TargetDirectories.txt new file mode 100644 index 00000000..c92a590c --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,11 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/uninstall.dir +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/imu_complementary_filter_uninstall.dir +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/test.dir +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/edit_cache.dir +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/rebuild_cache.dir +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/list_install_components.dir +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/install.dir +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/install/local.dir +/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/install/strip.dir diff --git a/build/imu_complementary_filter/CMakeFiles/cmake.check_cache b/build/imu_complementary_filter/CMakeFiles/cmake.check_cache new file mode 100644 index 00000000..3dccd731 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/DependInfo.cmake b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/DependInfo.cmake new file mode 100644 index 00000000..b75c2efd --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/DependInfo.cmake @@ -0,0 +1,20 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp" "CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o" "gcc" "CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o.d" + "/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp" "CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o" "gcc" "CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o.d" + ) + +# 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/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/build.make b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/build.make new file mode 100644 index 00000000..9dc8ec6c --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/build.make @@ -0,0 +1,234 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/firmament/codes/24navigation/src/imu_complementary_filter + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/firmament/codes/24navigation/build/imu_complementary_filter + +# Include any dependencies generated for this target. +include CMakeFiles/complementary_filter.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/complementary_filter.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/complementary_filter.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/complementary_filter.dir/flags.make + +CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o: CMakeFiles/complementary_filter.dir/flags.make +CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o: /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp +CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o: CMakeFiles/complementary_filter.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o -MF CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o.d -o CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o -c /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp + +CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp > CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.i + +CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp -o CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.s + +CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o: CMakeFiles/complementary_filter.dir/flags.make +CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o: /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp +CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o: CMakeFiles/complementary_filter.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o -MF CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o.d -o CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o -c /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp + +CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp > CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.i + +CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp -o CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.s + +# Object files for target complementary_filter +complementary_filter_OBJECTS = \ +"CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o" \ +"CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o" + +# External object files for target complementary_filter +complementary_filter_EXTERNAL_OBJECTS = + +libcomplementary_filter.so: CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o +libcomplementary_filter.so: CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o +libcomplementary_filter.so: CMakeFiles/complementary_filter.dir/build.make +libcomplementary_filter.so: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_py.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstatic_transform_broadcaster_node.so +libcomplementary_filter.so: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtf2_ros.so +libcomplementary_filter.so: /opt/ros/humble/lib/libmessage_filters.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtf2.so +libcomplementary_filter.so: /opt/ros/humble/lib/librclcpp_action.so +libcomplementary_filter.so: /opt/ros/humble/lib/librclcpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/liblibstatistics_collector.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_action.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_yaml_param_parser.so +libcomplementary_filter.so: /opt/ros/humble/lib/libyaml.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtracetools.so +libcomplementary_filter.so: /opt/ros/humble/lib/librmw_implementation.so +libcomplementary_filter.so: /opt/ros/humble/lib/libament_index_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_logging_spdlog.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcl_logging_interface.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +libcomplementary_filter.so: /opt/ros/humble/lib/librmw.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosidl_typesupport_cpp.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtf2_msgs__rosidl_generator_py.so +libcomplementary_filter.so: /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_py.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libtf2_msgs__rosidl_generator_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libaction_msgs__rosidl_generator_py.so +libcomplementary_filter.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so +libcomplementary_filter.so: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libaction_msgs__rosidl_generator_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_generator_py.so +libcomplementary_filter.so: /usr/lib/x86_64-linux-gnu/libpython3.10.so +libcomplementary_filter.so: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosidl_typesupport_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcpputils.so +libcomplementary_filter.so: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_generator_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librosidl_runtime_c.so +libcomplementary_filter.so: /opt/ros/humble/lib/librcutils.so +libcomplementary_filter.so: CMakeFiles/complementary_filter.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX shared library libcomplementary_filter.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/complementary_filter.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/complementary_filter.dir/build: libcomplementary_filter.so +.PHONY : CMakeFiles/complementary_filter.dir/build + +CMakeFiles/complementary_filter.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/complementary_filter.dir/cmake_clean.cmake +.PHONY : CMakeFiles/complementary_filter.dir/clean + +CMakeFiles/complementary_filter.dir/depend: + cd /home/firmament/codes/24navigation/build/imu_complementary_filter && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/firmament/codes/24navigation/src/imu_complementary_filter /home/firmament/codes/24navigation/src/imu_complementary_filter /home/firmament/codes/24navigation/build/imu_complementary_filter /home/firmament/codes/24navigation/build/imu_complementary_filter /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/complementary_filter.dir/depend + diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/cmake_clean.cmake b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/cmake_clean.cmake new file mode 100644 index 00000000..074506fd --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o" + "CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o.d" + "CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o" + "CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o.d" + "libcomplementary_filter.pdb" + "libcomplementary_filter.so" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/complementary_filter.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.internal b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.internal new file mode 100644 index 00000000..9327e125 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.internal @@ -0,0 +1,976 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o + /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp + /usr/include/stdc-predef.h + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h + /usr/include/c++/11/cstdio + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h + /usr/include/features.h + /usr/include/features-time64.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h + /usr/include/c++/11/pstl/pstl_config.h + /usr/include/stdio.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/c++/11/cmath + /usr/include/c++/11/bits/cpp_type_traits.h + /usr/include/c++/11/ext/type_traits.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h + /usr/include/x86_64-linux-gnu/bits/iscanonical.h + /usr/include/c++/11/bits/std_abs.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/c++/11/bits/specfun.h + /usr/include/c++/11/bits/stl_algobase.h + /usr/include/c++/11/bits/functexcept.h + /usr/include/c++/11/bits/exception_defines.h + /usr/include/c++/11/ext/numeric_traits.h + /usr/include/c++/11/bits/stl_pair.h + /usr/include/c++/11/bits/move.h + /usr/include/c++/11/type_traits + /usr/include/c++/11/bits/stl_iterator_base_types.h + /usr/include/c++/11/bits/stl_iterator_base_funcs.h + /usr/include/c++/11/bits/concept_check.h + /usr/include/c++/11/debug/assertions.h + /usr/include/c++/11/bits/stl_iterator.h + /usr/include/c++/11/bits/ptr_traits.h + /usr/include/c++/11/debug/debug.h + /usr/include/c++/11/bits/predefined_ops.h + /usr/include/c++/11/limits + /usr/include/c++/11/tr1/gamma.tcc + /usr/include/c++/11/tr1/special_function_util.h + /usr/include/c++/11/tr1/bessel_function.tcc + /usr/include/c++/11/tr1/beta_function.tcc + /usr/include/c++/11/tr1/ell_integral.tcc + /usr/include/c++/11/tr1/exp_integral.tcc + /usr/include/c++/11/tr1/hypergeometric.tcc + /usr/include/c++/11/tr1/legendre_function.tcc + /usr/include/c++/11/tr1/modified_bessel_func.tcc + /usr/include/c++/11/tr1/poly_hermite.tcc + /usr/include/c++/11/tr1/poly_laguerre.tcc + /usr/include/c++/11/tr1/riemann_zeta.tcc + /usr/include/c++/11/iostream + /usr/include/c++/11/ostream + /usr/include/c++/11/ios + /usr/include/c++/11/iosfwd + /usr/include/c++/11/bits/stringfwd.h + /usr/include/c++/11/bits/memoryfwd.h + /usr/include/c++/11/bits/postypes.h + /usr/include/c++/11/cwchar + /usr/include/wchar.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/wchar2.h + /usr/include/c++/11/exception + /usr/include/c++/11/bits/exception.h + /usr/include/c++/11/bits/exception_ptr.h + /usr/include/c++/11/bits/cxxabi_init_exception.h + /usr/include/c++/11/typeinfo + /usr/include/c++/11/bits/hash_bytes.h + /usr/include/c++/11/new + /usr/include/c++/11/bits/nested_exception.h + /usr/include/c++/11/bits/char_traits.h + /usr/include/c++/11/cstdint + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/include/c++/11/bits/localefwd.h + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h + /usr/include/c++/11/clocale + /usr/include/locale.h + /usr/include/x86_64-linux-gnu/bits/locale.h + /usr/include/c++/11/cctype + /usr/include/ctype.h + /usr/include/c++/11/bits/ios_base.h + /usr/include/c++/11/ext/atomicity.h + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/time.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/timex.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h + /usr/include/x86_64-linux-gnu/sys/single_threaded.h + /usr/include/c++/11/bits/locale_classes.h + /usr/include/c++/11/string + /usr/include/c++/11/bits/allocator.h + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h + /usr/include/c++/11/ext/new_allocator.h + /usr/include/c++/11/bits/ostream_insert.h + /usr/include/c++/11/bits/cxxabi_forced.h + /usr/include/c++/11/bits/stl_function.h + /usr/include/c++/11/backward/binders.h + /usr/include/c++/11/bits/range_access.h + /usr/include/c++/11/initializer_list + /usr/include/c++/11/bits/basic_string.h + /usr/include/c++/11/ext/alloc_traits.h + /usr/include/c++/11/bits/alloc_traits.h + /usr/include/c++/11/bits/stl_construct.h + /usr/include/c++/11/string_view + /usr/include/c++/11/bits/functional_hash.h + /usr/include/c++/11/bits/string_view.tcc + /usr/include/c++/11/ext/string_conversions.h + /usr/include/c++/11/cstdlib + /usr/include/c++/11/cerrno + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/x86_64-linux-gnu/bits/types/error_t.h + /usr/include/c++/11/bits/charconv.h + /usr/include/c++/11/bits/basic_string.tcc + /usr/include/c++/11/bits/locale_classes.tcc + /usr/include/c++/11/system_error + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h + /usr/include/c++/11/stdexcept + /usr/include/c++/11/streambuf + /usr/include/c++/11/bits/streambuf.tcc + /usr/include/c++/11/bits/basic_ios.h + /usr/include/c++/11/bits/locale_facets.h + /usr/include/c++/11/cwctype + /usr/include/wctype.h + /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h + /usr/include/c++/11/bits/streambuf_iterator.h + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h + /usr/include/c++/11/bits/locale_facets.tcc + /usr/include/c++/11/bits/basic_ios.tcc + /usr/include/c++/11/bits/ostream.tcc + /usr/include/c++/11/istream + /usr/include/c++/11/bits/istream.tcc + +CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o + /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp + /usr/include/stdc-predef.h + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/magnetic_field.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__struct.hpp + /usr/include/c++/11/algorithm + /usr/include/c++/11/utility + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h + /usr/include/features.h + /usr/include/features-time64.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h + /usr/include/c++/11/pstl/pstl_config.h + /usr/include/c++/11/bits/stl_relops.h + /usr/include/c++/11/bits/stl_pair.h + /usr/include/c++/11/bits/move.h + /usr/include/c++/11/type_traits + /usr/include/c++/11/initializer_list + /usr/include/c++/11/bits/stl_algobase.h + /usr/include/c++/11/bits/functexcept.h + /usr/include/c++/11/bits/exception_defines.h + /usr/include/c++/11/bits/cpp_type_traits.h + /usr/include/c++/11/ext/type_traits.h + /usr/include/c++/11/ext/numeric_traits.h + /usr/include/c++/11/bits/stl_iterator_base_types.h + /usr/include/c++/11/bits/stl_iterator_base_funcs.h + /usr/include/c++/11/bits/concept_check.h + /usr/include/c++/11/debug/assertions.h + /usr/include/c++/11/bits/stl_iterator.h + /usr/include/c++/11/bits/ptr_traits.h + /usr/include/c++/11/debug/debug.h + /usr/include/c++/11/bits/predefined_ops.h + /usr/include/c++/11/bits/stl_algo.h + /usr/include/c++/11/cstdlib + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/c++/11/bits/std_abs.h + /usr/include/c++/11/bits/algorithmfwd.h + /usr/include/c++/11/bits/stl_heap.h + /usr/include/c++/11/bits/stl_tempbuf.h + /usr/include/c++/11/bits/stl_construct.h + /usr/include/c++/11/new + /usr/include/c++/11/bits/exception.h + /usr/include/c++/11/bits/uniform_int_dist.h + /usr/include/c++/11/pstl/glue_algorithm_defs.h + /usr/include/c++/11/functional + /usr/include/c++/11/bits/stl_function.h + /usr/include/c++/11/backward/binders.h + /usr/include/c++/11/tuple + /usr/include/c++/11/array + /usr/include/c++/11/bits/range_access.h + /usr/include/c++/11/bits/uses_allocator.h + /usr/include/c++/11/bits/invoke.h + /usr/include/c++/11/bits/functional_hash.h + /usr/include/c++/11/bits/hash_bytes.h + /usr/include/c++/11/bits/refwrap.h + /usr/include/c++/11/bits/std_function.h + /usr/include/c++/11/typeinfo + /usr/include/c++/11/unordered_map + /usr/include/c++/11/bits/allocator.h + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h + /usr/include/c++/11/ext/new_allocator.h + /usr/include/c++/11/bits/memoryfwd.h + /usr/include/c++/11/ext/alloc_traits.h + /usr/include/c++/11/bits/alloc_traits.h + /usr/include/c++/11/ext/aligned_buffer.h + /usr/include/c++/11/bits/hashtable.h + /usr/include/c++/11/bits/hashtable_policy.h + /usr/include/c++/11/bits/enable_special_members.h + /usr/include/c++/11/bits/node_handle.h + /usr/include/c++/11/bits/unordered_map.h + /usr/include/c++/11/bits/erase_if.h + /usr/include/c++/11/vector + /usr/include/c++/11/bits/stl_uninitialized.h + /usr/include/c++/11/bits/stl_vector.h + /usr/include/c++/11/bits/stl_bvector.h + /usr/include/c++/11/bits/vector.tcc + /usr/include/c++/11/pstl/execution_defs.h + /usr/include/c++/11/memory + /usr/include/c++/11/bits/stl_raw_storage_iter.h + /usr/include/c++/11/bits/align.h + /usr/include/c++/11/bit + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/include/c++/11/bits/unique_ptr.h + /usr/include/c++/11/bits/shared_ptr.h + /usr/include/c++/11/iosfwd + /usr/include/c++/11/bits/stringfwd.h + /usr/include/c++/11/bits/postypes.h + /usr/include/c++/11/cwchar + /usr/include/wchar.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/wchar2.h + /usr/include/c++/11/bits/shared_ptr_base.h + /usr/include/c++/11/bits/allocated_ptr.h + /usr/include/c++/11/ext/atomicity.h + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/time.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/timex.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h + /usr/include/x86_64-linux-gnu/sys/single_threaded.h + /usr/include/c++/11/ext/concurrence.h + /usr/include/c++/11/exception + /usr/include/c++/11/bits/exception_ptr.h + /usr/include/c++/11/bits/cxxabi_init_exception.h + /usr/include/c++/11/bits/nested_exception.h + /usr/include/c++/11/bits/shared_ptr_atomic.h + /usr/include/c++/11/bits/atomic_base.h + /usr/include/c++/11/bits/atomic_lockfree_defines.h + /usr/include/c++/11/backward/auto_ptr.h + /usr/include/c++/11/pstl/glue_memory_defs.h + /usr/include/c++/11/string + /usr/include/c++/11/bits/char_traits.h + /usr/include/c++/11/cstdint + /usr/include/c++/11/bits/localefwd.h + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h + /usr/include/c++/11/clocale + /usr/include/locale.h + /usr/include/x86_64-linux-gnu/bits/locale.h + /usr/include/c++/11/cctype + /usr/include/ctype.h + /usr/include/c++/11/bits/ostream_insert.h + /usr/include/c++/11/bits/cxxabi_forced.h + /usr/include/c++/11/bits/basic_string.h + /usr/include/c++/11/string_view + /usr/include/c++/11/bits/string_view.tcc + /usr/include/c++/11/ext/string_conversions.h + /usr/include/c++/11/cstdio + /usr/include/stdio.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/c++/11/cerrno + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/x86_64-linux-gnu/bits/types/error_t.h + /usr/include/c++/11/bits/charconv.h + /usr/include/c++/11/bits/basic_string.tcc + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp + /usr/include/c++/11/stdexcept + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__builder.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__traits.hpp + /usr/include/c++/11/sstream + /usr/include/c++/11/istream + /usr/include/c++/11/ios + /usr/include/c++/11/bits/ios_base.h + /usr/include/c++/11/bits/locale_classes.h + /usr/include/c++/11/bits/locale_classes.tcc + /usr/include/c++/11/system_error + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h + /usr/include/c++/11/streambuf + /usr/include/c++/11/bits/streambuf.tcc + /usr/include/c++/11/bits/basic_ios.h + /usr/include/c++/11/bits/locale_facets.h + /usr/include/c++/11/cwctype + /usr/include/wctype.h + /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h + /usr/include/c++/11/bits/streambuf_iterator.h + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h + /usr/include/c++/11/bits/locale_facets.tcc + /usr/include/c++/11/bits/basic_ios.tcc + /usr/include/c++/11/ostream + /usr/include/c++/11/bits/ostream.tcc + /usr/include/c++/11/bits/istream.tcc + /usr/include/c++/11/bits/sstream.tcc + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.hpp + /usr/include/c++/11/codecvt + /usr/include/c++/11/bits/codecvt.h + /usr/include/c++/11/iomanip + /usr/include/c++/11/locale + /usr/include/c++/11/bits/locale_facets_nonio.h + /usr/include/c++/11/ctime + /usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h + /usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h + /usr/include/libintl.h + /usr/include/c++/11/bits/locale_facets_nonio.tcc + /usr/include/c++/11/bits/locale_conv.h + /usr/include/c++/11/bits/quoted_string.h + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/vector3_stamped.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__builder.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__traits.hpp + /opt/ros/humble/include/message_filters/message_filters/subscriber.h + /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp + /usr/include/c++/11/csignal + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/signum-arch.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigstksz.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/linux/close_range.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp + /usr/include/c++/11/future + /usr/include/c++/11/mutex + /usr/include/c++/11/chrono + /usr/include/c++/11/ratio + /usr/include/c++/11/limits + /usr/include/c++/11/bits/parse_numbers.h + /usr/include/c++/11/bits/std_mutex.h + /usr/include/c++/11/bits/unique_lock.h + /usr/include/c++/11/condition_variable + /usr/include/c++/11/atomic + /usr/include/c++/11/bits/atomic_futex.h + /usr/include/c++/11/bits/std_thread.h + /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp + /usr/include/c++/11/set + /usr/include/c++/11/bits/stl_tree.h + /usr/include/c++/11/bits/stl_set.h + /usr/include/c++/11/bits/stl_multiset.h + /usr/include/c++/11/thread + /usr/include/c++/11/bits/this_thread_sleep.h + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp + /usr/include/c++/11/cassert + /usr/include/assert.h + /usr/include/c++/11/iostream + /usr/include/c++/11/list + /usr/include/c++/11/bits/stl_list.h + /usr/include/c++/11/bits/list.tcc + /usr/include/c++/11/map + /usr/include/c++/11/bits/stl_map.h + /usr/include/c++/11/bits/stl_multimap.h + /opt/ros/humble/include/rcl/rcl/guard_condition.h + /opt/ros/humble/include/rcl/rcl/allocator.h + /opt/ros/humble/include/rcutils/rcutils/allocator.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h + /opt/ros/humble/include/rcutils/rcutils/macros.h + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h + /opt/ros/humble/include/rcl/rcl/context.h + /opt/ros/humble/include/rmw/rmw/init.h + /opt/ros/humble/include/rmw/rmw/init_options.h + /opt/ros/humble/include/rmw/rmw/domain_id.h + /opt/ros/humble/include/rmw/rmw/localhost.h + /opt/ros/humble/include/rmw/rmw/visibility_control.h + /opt/ros/humble/include/rmw/rmw/macros.h + /opt/ros/humble/include/rmw/rmw/ret_types.h + /opt/ros/humble/include/rmw/rmw/security_options.h + /opt/ros/humble/include/rcl/rcl/arguments.h + /opt/ros/humble/include/rcl/rcl/log_level.h + /opt/ros/humble/include/rcl/rcl/macros.h + /opt/ros/humble/include/rcl/rcl/types.h + /opt/ros/humble/include/rmw/rmw/types.h + /opt/ros/humble/include/rcutils/rcutils/logging.h + /opt/ros/humble/include/rcutils/rcutils/error_handling.h + /usr/include/c++/11/stdlib.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /opt/ros/humble/include/rcutils/rcutils/snprintf.h + /opt/ros/humble/include/rcutils/rcutils/time.h + /opt/ros/humble/include/rcutils/rcutils/types.h + /opt/ros/humble/include/rcutils/rcutils/types/array_list.h + /opt/ros/humble/include/rcutils/rcutils/types/char_array.h + /opt/ros/humble/include/rcutils/rcutils/types/hash_map.h + /opt/ros/humble/include/rcutils/rcutils/types/string_array.h + /opt/ros/humble/include/rcutils/rcutils/qsort.h + /opt/ros/humble/include/rcutils/rcutils/types/string_map.h + /opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h + /opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h + /opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h + /opt/ros/humble/include/rmw/rmw/qos_policy_kind.h + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h + /opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h + /opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h + /opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h + /opt/ros/humble/include/rmw/rmw/serialized_message.h + /opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h + /opt/ros/humble/include/rmw/rmw/time.h + /opt/ros/humble/include/rcl/rcl/visibility_control.h + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/types.h + /opt/ros/humble/include/rcl/rcl/init_options.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdalign.h + /opt/ros/humble/include/rcl/rcl/wait.h + /opt/ros/humble/include/rcl/rcl/client.h + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h + /opt/ros/humble/include/rcl/rcl/event_callback.h + /opt/ros/humble/include/rmw/rmw/event_callback_type.h + /opt/ros/humble/include/rcl/rcl/node.h + /opt/ros/humble/include/rcl/rcl/node_options.h + /opt/ros/humble/include/rcl/rcl/domain_id.h + /opt/ros/humble/include/rcl/rcl/service.h + /opt/ros/humble/include/rcl/rcl/subscription.h + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h + /opt/ros/humble/include/rmw/rmw/message_sequence.h + /opt/ros/humble/include/rcl/rcl/timer.h + /opt/ros/humble/include/rcl/rcl/time.h + /opt/ros/humble/include/rmw/rmw/rmw.h + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/sequence_bound.h + /opt/ros/humble/include/rmw/rmw/event.h + /opt/ros/humble/include/rmw/rmw/publisher_options.h + /opt/ros/humble/include/rmw/rmw/qos_profiles.h + /opt/ros/humble/include/rmw/rmw/subscription_options.h + /opt/ros/humble/include/rcl/rcl/event.h + /opt/ros/humble/include/rcl/rcl/publisher.h + /opt/ros/humble/include/rcpputils/rcpputils/scope_exit.hpp + /opt/ros/humble/include/rclcpp/rclcpp/context.hpp + /usr/include/c++/11/typeindex + /usr/include/c++/11/unordered_set + /usr/include/c++/11/bits/unordered_set.h + /opt/ros/humble/include/rclcpp/rclcpp/init_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/visibility_control.hpp + /opt/ros/humble/include/rclcpp/rclcpp/macros.hpp + /opt/ros/humble/include/rclcpp/rclcpp/contexts/default_context.hpp + /opt/ros/humble/include/rclcpp/rclcpp/guard_condition.hpp + /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp + /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp + /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp + /opt/ros/humble/include/rclcpp/rclcpp/client.hpp + /usr/include/c++/11/optional + /usr/include/c++/11/variant + /opt/ros/humble/include/rcl/rcl/error_handling.h + /opt/ros/humble/include/rclcpp/rclcpp/detail/cpp_callback_trampoline.hpp + /opt/ros/humble/include/rclcpp/rclcpp/exceptions.hpp + /opt/ros/humble/include/rclcpp/rclcpp/exceptions/exceptions.hpp + /opt/ros/humble/include/rcpputils/rcpputils/join.hpp + /usr/include/c++/11/iterator + /usr/include/c++/11/bits/stream_iterator.h + /opt/ros/humble/include/rclcpp/rclcpp/expand_topic_or_service_name.hpp + /opt/ros/humble/include/rclcpp/rclcpp/function_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp + /opt/ros/humble/include/rclcpp/rclcpp/logger.hpp + /opt/ros/humble/include/rcpputils/rcpputils/filesystem_helper.hpp + /opt/ros/humble/include/rcpputils/rcpputils/visibility_control.hpp + /opt/ros/humble/include/rcutils/rcutils/logging_macros.h + /opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_graph_interface.hpp + /opt/ros/humble/include/rcl/rcl/graph.h + /opt/ros/humble/include/rmw/rmw/names_and_types.h + /opt/ros/humble/include/rmw/rmw/get_topic_names_and_types.h + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info_array.h + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info.h + /opt/ros/humble/include/rclcpp/rclcpp/event.hpp + /opt/ros/humble/include/rclcpp/rclcpp/qos.hpp + /opt/ros/humble/include/rclcpp/rclcpp/duration.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/duration.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__struct.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__builder.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__traits.hpp + /opt/ros/humble/include/rcl/rcl/logging_rosout.h + /opt/ros/humble/include/rmw/rmw/incompatible_qos_events_statuses.h + /opt/ros/humble/include/rclcpp/rclcpp/type_support_decl.hpp + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/service_type_support_decl.hpp + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp + /opt/ros/humble/include/rmw/rmw/error_handling.h + /opt/ros/humble/include/rmw/rmw/impl/cpp/demangle.hpp + /usr/include/c++/11/cxxabi.h + /usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h + /opt/ros/humble/include/rmw/rmw/impl/config.h + /opt/ros/humble/include/rclcpp/rclcpp/publisher_base.hpp + /opt/ros/humble/include/rclcpp/rclcpp/network_flow_endpoint.hpp + /opt/ros/humble/include/rcl/rcl/network_flow_endpoints.h + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint.h + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint_array.h + /opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp + /opt/ros/humble/include/rclcpp/rclcpp/waitable.hpp + /opt/ros/humble/include/rcpputils/rcpputils/time.hpp + /opt/ros/humble/include/rclcpp/rclcpp/service.hpp + /opt/ros/humble/include/tracetools/tracetools/tracetools.h + /opt/ros/humble/include/tracetools/tracetools/config.h + /opt/ros/humble/include/tracetools/tracetools/visibility_control.hpp + /opt/ros/humble/include/rclcpp/rclcpp/any_service_callback.hpp + /opt/ros/humble/include/tracetools/tracetools/utils.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_base.hpp + /opt/ros/humble/include/rclcpp/rclcpp/any_subscription_callback.hpp + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_common.hpp + /usr/include/c++/11/cstring + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_deleter.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp + /opt/ros/humble/include/rclcpp/rclcpp/message_info.hpp + /opt/ros/humble/include/rclcpp/rclcpp/serialized_message.hpp + /opt/ros/humble/include/rclcpp/rclcpp/type_adapter.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp + /usr/include/c++/11/shared_mutex + /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/buffer_implementation_base.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_buffer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/create_intra_process_buffer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/ring_buffer_implementation.hpp + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_buffer_type.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_content_filter_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/timer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/clock.hpp + /opt/ros/humble/include/rclcpp/rclcpp/time.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp + /opt/ros/humble/include/rclcpp/rclcpp/rate.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_use_intra_process.hpp + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_setting.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp + /opt/ros/humble/include/rclcpp/rclcpp/message_memory_strategy.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_subscription_payload.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_payload.hpp + /opt/ros/humble/include/rclcpp/rclcpp/qos_overriding_options.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/set_parameters_result.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics/subscription_topic_statistics.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/generate_statistics_message.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__struct.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__struct.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__builder.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__traits.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__traits.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/visibility_control.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp + /usr/include/c++/11/cmath + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h + /usr/include/x86_64-linux-gnu/bits/iscanonical.h + /usr/include/c++/11/bits/specfun.h + /usr/include/c++/11/tr1/gamma.tcc + /usr/include/c++/11/tr1/special_function_util.h + /usr/include/c++/11/tr1/bessel_function.tcc + /usr/include/c++/11/tr1/beta_function.tcc + /usr/include/c++/11/tr1/ell_integral.tcc + /usr/include/c++/11/tr1/exp_integral.tcc + /usr/include/c++/11/tr1/hypergeometric.tcc + /usr/include/c++/11/tr1/legendre_function.tcc + /usr/include/c++/11/tr1/modified_bessel_func.tcc + /usr/include/c++/11/tr1/poly_hermite.tcc + /usr/include/c++/11/tr1/poly_laguerre.tcc + /usr/include/c++/11/tr1/riemann_zeta.tcc + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_age.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/topic_statistics_collector.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/collector.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/moving_average.hpp + /usr/include/c++/11/numeric + /usr/include/c++/11/bits/stl_numeric.h + /usr/include/c++/11/pstl/glue_numeric_defs.h + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp + /opt/ros/humble/include/rcpputils/rcpputils/thread_safety_annotations.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/metric_details_interface.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_period.hpp + /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp + /opt/ros/humble/include/rclcpp/rclcpp/get_message_type_support_handle.hpp + /opt/ros/humble/include/rclcpp/rclcpp/is_ros_compatible_type.hpp + /opt/ros/humble/include/rclcpp/rclcpp/loaned_message.hpp + /opt/ros/humble/include/rclcpp/rclcpp/publisher_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_publisher_payload.hpp + /opt/ros/humble/include/rclcpp/rclcpp/future_return_code.hpp + /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/list_parameters_result.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_descriptor.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_event.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/generic_publisher.hpp + /opt/ros/humble/include/rcpputils/rcpputils/shared_library.hpp + /opt/ros/humble/include/rcutils/rcutils/shared_library.h + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/publisher_factory.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_factory.hpp + /opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp + /opt/ros/humble/include/rclcpp/rclcpp/generic_subscription.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_clock_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_logging_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/parameter.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp + /opt/ros/humble/include/rclcpp/rclcpp/parameter_value.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_type.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_value.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__builder.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_services_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_time_source_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_client.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_publisher.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_subscription.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_publisher.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_topics_interface.hpp + /opt/ros/humble/include/rcpputils/rcpputils/pointer_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/qos_parameters.hpp + /opt/ros/humble/include/rmw/rmw/qos_string_conversions.h + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_service.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_subscription.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_enable_topic_statistics.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_timers_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_timer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_base_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_single_threaded_executor.hpp + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_executor_entities_collector.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/executable_list.hpp + /opt/ros/humble/include/rclcpp/rclcpp/parameter_client.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/describe_parameters.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameter_types.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameters.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/list_parameters.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters_atomically.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__traits.hpp + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/parser.h + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/visibility_control.h + /opt/ros/humble/include/rclcpp/rclcpp/parameter_map.hpp + /opt/ros/humble/include/rclcpp/rclcpp/parameter_event_handler.hpp + /opt/ros/humble/include/rclcpp/rclcpp/parameter_service.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/dynamic_storage.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_wait_set_mask.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/storage_policy_common.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/sequential_synchronization.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_result.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_result_kind.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/synchronization_policy_common.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/static_storage.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/thread_safe_synchronization.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/write_preferring_read_write_lock.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_template.hpp + /opt/ros/humble/include/message_filters/message_filters/connection.h + /opt/ros/humble/include/message_filters/message_filters/visibility_control.h + /opt/ros/humble/include/message_filters/message_filters/simple_filter.h + /opt/ros/humble/include/message_filters/message_filters/signal1.h + /opt/ros/humble/include/message_filters/message_filters/message_event.h + /opt/ros/humble/include/message_filters/message_filters/parameter_adapter.h + /opt/ros/humble/include/message_filters/message_filters/sync_policies/approximate_time.h + /usr/include/c++/11/deque + /usr/include/c++/11/bits/stl_deque.h + /usr/include/c++/11/bits/deque.tcc + /usr/include/inttypes.h + /opt/ros/humble/include/message_filters/message_filters/message_traits.h + /opt/ros/humble/include/message_filters/message_filters/null_types.h + /opt/ros/humble/include/message_filters/message_filters/signal9.h + /opt/ros/humble/include/message_filters/message_filters/synchronizer.h + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/imu.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__builder.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/bool.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__struct.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__builder.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__traits.hpp + /opt/ros/humble/include/tf2/tf2/transform_datatypes.h + /opt/ros/humble/include/tf2/tf2/time.h + /opt/ros/humble/include/tf2/tf2/visibility_control.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Quaternion.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Vector3.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Scalar.h + /usr/include/c++/11/math.h + /usr/include/c++/11/cfloat + /usr/lib/gcc/x86_64-linux-gnu/11/include/float.h + /opt/ros/humble/include/tf2/tf2/LinearMath/MinMax.h + /opt/ros/humble/include/tf2/tf2/LinearMath/QuadWord.h + /opt/ros/humble/include/tf2_ros/tf2_ros/transform_broadcaster.h + /opt/ros/humble/include/tf2_ros/tf2_ros/visibility_control.h + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__builder.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__traits.hpp + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/tf_message.hpp + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__struct.hpp + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__builder.hpp + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__traits.hpp + /opt/ros/humble/include/tf2_ros/tf2_ros/qos.hpp + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.h + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.h + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.h + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.h + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/string.h + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/primitives_sequence.h + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.h + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.h + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.h + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__functions.h + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/rosidl_generator_c__visibility_control.h + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__type_support.h + /opt/ros/humble/include/tf2/tf2/convert.h + /opt/ros/humble/include/tf2/tf2/exceptions.h + /opt/ros/humble/include/tf2/tf2/impl/convert.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Matrix3x3.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Quaternion.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Transform.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Matrix3x3.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Vector3.h + diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.make b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.make new file mode 100644 index 00000000..9ee32102 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.make @@ -0,0 +1,2480 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o: /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp \ + /usr/include/stdc-predef.h \ + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h \ + /usr/include/c++/11/cstdio \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h \ + /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/c++/11/cmath \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/11/bits/std_abs.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/c++/11/bits/specfun.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h \ + /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h \ + /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/limits \ + /usr/include/c++/11/tr1/gamma.tcc \ + /usr/include/c++/11/tr1/special_function_util.h \ + /usr/include/c++/11/tr1/bessel_function.tcc \ + /usr/include/c++/11/tr1/beta_function.tcc \ + /usr/include/c++/11/tr1/ell_integral.tcc \ + /usr/include/c++/11/tr1/exp_integral.tcc \ + /usr/include/c++/11/tr1/hypergeometric.tcc \ + /usr/include/c++/11/tr1/legendre_function.tcc \ + /usr/include/c++/11/tr1/modified_bessel_func.tcc \ + /usr/include/c++/11/tr1/poly_hermite.tcc \ + /usr/include/c++/11/tr1/poly_laguerre.tcc \ + /usr/include/c++/11/tr1/riemann_zeta.tcc \ + /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream \ + /usr/include/c++/11/ios \ + /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/wchar2.h \ + /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/new \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale \ + /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h \ + /usr/include/c++/11/cctype \ + /usr/include/ctype.h \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/string \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h \ + /usr/include/c++/11/cstdlib \ + /usr/include/c++/11/cerrno \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/stdexcept \ + /usr/include/c++/11/streambuf \ + /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h \ + /usr/include/c++/11/cwctype \ + /usr/include/wctype.h \ + /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc \ + /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc + +CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o: /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp \ + /usr/include/stdc-predef.h \ + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/magnetic_field.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__struct.hpp \ + /usr/include/c++/11/algorithm \ + /usr/include/c++/11/utility \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h \ + /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h \ + /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h \ + /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/c++/11/bits/std_abs.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/uniform_int_dist.h \ + /usr/include/c++/11/pstl/glue_algorithm_defs.h \ + /usr/include/c++/11/functional \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/tuple \ + /usr/include/c++/11/array \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/bits/std_function.h \ + /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/unordered_map \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/bits/hashtable.h \ + /usr/include/c++/11/bits/hashtable_policy.h \ + /usr/include/c++/11/bits/enable_special_members.h \ + /usr/include/c++/11/bits/node_handle.h \ + /usr/include/c++/11/bits/unordered_map.h \ + /usr/include/c++/11/bits/erase_if.h \ + /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /usr/include/c++/11/pstl/execution_defs.h \ + /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h \ + /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/unique_ptr.h \ + /usr/include/c++/11/bits/shared_ptr.h \ + /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar \ + /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/wchar2.h \ + /usr/include/c++/11/bits/shared_ptr_base.h \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h \ + /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h \ + /usr/include/c++/11/pstl/glue_memory_defs.h \ + /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/cstdint \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale \ + /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h \ + /usr/include/c++/11/cctype \ + /usr/include/ctype.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h \ + /usr/include/c++/11/cstdio \ + /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/c++/11/cerrno \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__builder.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__traits.hpp \ + /usr/include/c++/11/sstream \ + /usr/include/c++/11/istream \ + /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/streambuf \ + /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h \ + /usr/include/c++/11/cwctype \ + /usr/include/wctype.h \ + /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/ostream \ + /usr/include/c++/11/bits/ostream.tcc \ + /usr/include/c++/11/bits/istream.tcc \ + /usr/include/c++/11/bits/sstream.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.hpp \ + /usr/include/c++/11/codecvt \ + /usr/include/c++/11/bits/codecvt.h \ + /usr/include/c++/11/iomanip \ + /usr/include/c++/11/locale \ + /usr/include/c++/11/bits/locale_facets_nonio.h \ + /usr/include/c++/11/ctime \ + /usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h \ + /usr/include/libintl.h \ + /usr/include/c++/11/bits/locale_facets_nonio.tcc \ + /usr/include/c++/11/bits/locale_conv.h \ + /usr/include/c++/11/bits/quoted_string.h \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/vector3_stamped.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__builder.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__traits.hpp \ + /opt/ros/humble/include/message_filters/message_filters/subscriber.h \ + /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp \ + /usr/include/c++/11/csignal \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp \ + /usr/include/c++/11/future \ + /usr/include/c++/11/mutex \ + /usr/include/c++/11/chrono \ + /usr/include/c++/11/ratio \ + /usr/include/c++/11/limits \ + /usr/include/c++/11/bits/parse_numbers.h \ + /usr/include/c++/11/bits/std_mutex.h \ + /usr/include/c++/11/bits/unique_lock.h \ + /usr/include/c++/11/condition_variable \ + /usr/include/c++/11/atomic \ + /usr/include/c++/11/bits/atomic_futex.h \ + /usr/include/c++/11/bits/std_thread.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp \ + /usr/include/c++/11/set \ + /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/bits/stl_set.h \ + /usr/include/c++/11/bits/stl_multiset.h \ + /usr/include/c++/11/thread \ + /usr/include/c++/11/bits/this_thread_sleep.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp \ + /usr/include/c++/11/cassert \ + /usr/include/assert.h \ + /usr/include/c++/11/iostream \ + /usr/include/c++/11/list \ + /usr/include/c++/11/bits/stl_list.h \ + /usr/include/c++/11/bits/list.tcc \ + /usr/include/c++/11/map \ + /usr/include/c++/11/bits/stl_map.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /opt/ros/humble/include/rcl/rcl/guard_condition.h \ + /opt/ros/humble/include/rcl/rcl/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h \ + /opt/ros/humble/include/rcl/rcl/context.h \ + /opt/ros/humble/include/rmw/rmw/init.h \ + /opt/ros/humble/include/rmw/rmw/init_options.h \ + /opt/ros/humble/include/rmw/rmw/domain_id.h \ + /opt/ros/humble/include/rmw/rmw/localhost.h \ + /opt/ros/humble/include/rmw/rmw/visibility_control.h \ + /opt/ros/humble/include/rmw/rmw/macros.h \ + /opt/ros/humble/include/rmw/rmw/ret_types.h \ + /opt/ros/humble/include/rmw/rmw/security_options.h \ + /opt/ros/humble/include/rcl/rcl/arguments.h \ + /opt/ros/humble/include/rcl/rcl/log_level.h \ + /opt/ros/humble/include/rcl/rcl/macros.h \ + /opt/ros/humble/include/rcl/rcl/types.h \ + /opt/ros/humble/include/rmw/rmw/types.h \ + /opt/ros/humble/include/rcutils/rcutils/logging.h \ + /opt/ros/humble/include/rcutils/rcutils/error_handling.h \ + /usr/include/c++/11/stdlib.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /opt/ros/humble/include/rcutils/rcutils/snprintf.h \ + /opt/ros/humble/include/rcutils/rcutils/time.h \ + /opt/ros/humble/include/rcutils/rcutils/types.h \ + /opt/ros/humble/include/rcutils/rcutils/types/array_list.h \ + /opt/ros/humble/include/rcutils/rcutils/types/char_array.h \ + /opt/ros/humble/include/rcutils/rcutils/types/hash_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_array.h \ + /opt/ros/humble/include/rcutils/rcutils/qsort.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h \ + /opt/ros/humble/include/rmw/rmw/qos_policy_kind.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/serialized_message.h \ + /opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h \ + /opt/ros/humble/include/rmw/rmw/time.h \ + /opt/ros/humble/include/rcl/rcl/visibility_control.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/types.h \ + /opt/ros/humble/include/rcl/rcl/init_options.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdalign.h \ + /opt/ros/humble/include/rcl/rcl/wait.h \ + /opt/ros/humble/include/rcl/rcl/client.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rcl/rcl/event_callback.h \ + /opt/ros/humble/include/rmw/rmw/event_callback_type.h \ + /opt/ros/humble/include/rcl/rcl/node.h \ + /opt/ros/humble/include/rcl/rcl/node_options.h \ + /opt/ros/humble/include/rcl/rcl/domain_id.h \ + /opt/ros/humble/include/rcl/rcl/service.h \ + /opt/ros/humble/include/rcl/rcl/subscription.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rmw/rmw/message_sequence.h \ + /opt/ros/humble/include/rcl/rcl/timer.h \ + /opt/ros/humble/include/rcl/rcl/time.h \ + /opt/ros/humble/include/rmw/rmw/rmw.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/sequence_bound.h \ + /opt/ros/humble/include/rmw/rmw/event.h \ + /opt/ros/humble/include/rmw/rmw/publisher_options.h \ + /opt/ros/humble/include/rmw/rmw/qos_profiles.h \ + /opt/ros/humble/include/rmw/rmw/subscription_options.h \ + /opt/ros/humble/include/rcl/rcl/event.h \ + /opt/ros/humble/include/rcl/rcl/publisher.h \ + /opt/ros/humble/include/rcpputils/rcpputils/scope_exit.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/context.hpp \ + /usr/include/c++/11/typeindex \ + /usr/include/c++/11/unordered_set \ + /usr/include/c++/11/bits/unordered_set.h \ + /opt/ros/humble/include/rclcpp/rclcpp/init_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/macros.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/contexts/default_context.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/guard_condition.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/client.hpp \ + /usr/include/c++/11/optional \ + /usr/include/c++/11/variant \ + /opt/ros/humble/include/rcl/rcl/error_handling.h \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/cpp_callback_trampoline.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions/exceptions.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/join.hpp \ + /usr/include/c++/11/iterator \ + /usr/include/c++/11/bits/stream_iterator.h \ + /opt/ros/humble/include/rclcpp/rclcpp/expand_topic_or_service_name.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/function_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logger.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/filesystem_helper.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/visibility_control.hpp \ + /opt/ros/humble/include/rcutils/rcutils/logging_macros.h \ + /opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_graph_interface.hpp \ + /opt/ros/humble/include/rcl/rcl/graph.h \ + /opt/ros/humble/include/rmw/rmw/names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/get_topic_names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info_array.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info.h \ + /opt/ros/humble/include/rclcpp/rclcpp/event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__traits.hpp \ + /opt/ros/humble/include/rcl/rcl/logging_rosout.h \ + /opt/ros/humble/include/rmw/rmw/incompatible_qos_events_statuses.h \ + /opt/ros/humble/include/rclcpp/rclcpp/type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/service_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp \ + /opt/ros/humble/include/rmw/rmw/error_handling.h \ + /opt/ros/humble/include/rmw/rmw/impl/cpp/demangle.hpp \ + /usr/include/c++/11/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h \ + /opt/ros/humble/include/rmw/rmw/impl/config.h \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/network_flow_endpoint.hpp \ + /opt/ros/humble/include/rcl/rcl/network_flow_endpoints.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint_array.h \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/waitable.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/time.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/service.hpp \ + /opt/ros/humble/include/tracetools/tracetools/tracetools.h \ + /opt/ros/humble/include/tracetools/tracetools/config.h \ + /opt/ros/humble/include/tracetools/tracetools/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_service_callback.hpp \ + /opt/ros/humble/include/tracetools/tracetools/utils.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_subscription_callback.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_common.hpp \ + /usr/include/c++/11/cstring \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_deleter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_info.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/serialized_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/type_adapter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp \ + /usr/include/c++/11/shared_mutex \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/buffer_implementation_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/create_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/ring_buffer_implementation.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_content_filter_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/clock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/rate.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_use_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_setting.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_subscription_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_overriding_options.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/set_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics/subscription_topic_statistics.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/generate_statistics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__builder.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__traits.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__traits.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/visibility_control.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /usr/include/c++/11/cmath \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/11/bits/specfun.h \ + /usr/include/c++/11/tr1/gamma.tcc \ + /usr/include/c++/11/tr1/special_function_util.h \ + /usr/include/c++/11/tr1/bessel_function.tcc \ + /usr/include/c++/11/tr1/beta_function.tcc \ + /usr/include/c++/11/tr1/ell_integral.tcc \ + /usr/include/c++/11/tr1/exp_integral.tcc \ + /usr/include/c++/11/tr1/hypergeometric.tcc \ + /usr/include/c++/11/tr1/legendre_function.tcc \ + /usr/include/c++/11/tr1/modified_bessel_func.tcc \ + /usr/include/c++/11/tr1/poly_hermite.tcc \ + /usr/include/c++/11/tr1/poly_laguerre.tcc \ + /usr/include/c++/11/tr1/riemann_zeta.tcc \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_age.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/topic_statistics_collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/moving_average.hpp \ + /usr/include/c++/11/numeric \ + /usr/include/c++/11/bits/stl_numeric.h \ + /usr/include/c++/11/pstl/glue_numeric_defs.h \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/thread_safety_annotations.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/metric_details_interface.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_period.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/get_message_type_support_handle.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/is_ros_compatible_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/loaned_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_publisher_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/future_return_code.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/list_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_descriptor.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_event.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_publisher.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/shared_library.hpp \ + /opt/ros/humble/include/rcutils/rcutils/shared_library.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_clock_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_logging_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_type.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__builder.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_services_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_time_source_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_client.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_topics_interface.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/pointer_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/qos_parameters.hpp \ + /opt/ros/humble/include/rmw/rmw/qos_string_conversions.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_enable_topic_statistics.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_executor_entities_collector.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/executable_list.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_client.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/describe_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameter_types.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/list_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters_atomically.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__traits.hpp \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/parser.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/visibility_control.h \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_map.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_event_handler.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/dynamic_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_wait_set_mask.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/storage_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/sequential_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result_kind.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/synchronization_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/static_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/thread_safe_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/write_preferring_read_write_lock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_template.hpp \ + /opt/ros/humble/include/message_filters/message_filters/connection.h \ + /opt/ros/humble/include/message_filters/message_filters/visibility_control.h \ + /opt/ros/humble/include/message_filters/message_filters/simple_filter.h \ + /opt/ros/humble/include/message_filters/message_filters/signal1.h \ + /opt/ros/humble/include/message_filters/message_filters/message_event.h \ + /opt/ros/humble/include/message_filters/message_filters/parameter_adapter.h \ + /opt/ros/humble/include/message_filters/message_filters/sync_policies/approximate_time.h \ + /usr/include/c++/11/deque \ + /usr/include/c++/11/bits/stl_deque.h \ + /usr/include/c++/11/bits/deque.tcc \ + /usr/include/inttypes.h \ + /opt/ros/humble/include/message_filters/message_filters/message_traits.h \ + /opt/ros/humble/include/message_filters/message_filters/null_types.h \ + /opt/ros/humble/include/message_filters/message_filters/signal9.h \ + /opt/ros/humble/include/message_filters/message_filters/synchronizer.h \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/imu.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__builder.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/bool.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__struct.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__builder.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__traits.hpp \ + /opt/ros/humble/include/tf2/tf2/transform_datatypes.h \ + /opt/ros/humble/include/tf2/tf2/time.h \ + /opt/ros/humble/include/tf2/tf2/visibility_control.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Quaternion.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Vector3.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Scalar.h \ + /usr/include/c++/11/math.h \ + /usr/include/c++/11/cfloat \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/float.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/MinMax.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/QuadWord.h \ + /opt/ros/humble/include/tf2_ros/tf2_ros/transform_broadcaster.h \ + /opt/ros/humble/include/tf2_ros/tf2_ros/visibility_control.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__builder.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__traits.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/tf_message.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__struct.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__builder.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__traits.hpp \ + /opt/ros/humble/include/tf2_ros/tf2_ros/qos.hpp \ + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.h \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.h \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/string.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/primitives_sequence.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__functions.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/rosidl_generator_c__visibility_control.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__type_support.h \ + /opt/ros/humble/include/tf2/tf2/convert.h \ + /opt/ros/humble/include/tf2/tf2/exceptions.h \ + /opt/ros/humble/include/tf2/tf2/impl/convert.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Matrix3x3.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Quaternion.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Transform.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Matrix3x3.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Vector3.h + + +/opt/ros/humble/include/tf2/tf2/LinearMath/Transform.h: + +/opt/ros/humble/include/tf2/tf2/impl/convert.h: + +/opt/ros/humble/include/tf2/tf2/exceptions.h: + +/opt/ros/humble/include/tf2/tf2/convert.h: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.h: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.h: + +/opt/ros/humble/include/tf2_ros/tf2_ros/qos.hpp: + +/opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__traits.hpp: + +/opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__struct.hpp: + +/opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/tf_message.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__traits.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.hpp: + +/opt/ros/humble/include/tf2_ros/tf2_ros/visibility_control.h: + +/opt/ros/humble/include/tf2/tf2/LinearMath/MinMax.h: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/float.h: + +/usr/include/c++/11/cfloat: + +/opt/ros/humble/include/tf2/tf2/LinearMath/Quaternion.h: + +/opt/ros/humble/include/tf2/tf2/time.h: + +/opt/ros/humble/include/tf2/tf2/transform_datatypes.h: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__traits.hpp: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/bool.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__struct.hpp: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/imu.hpp: + +/opt/ros/humble/include/message_filters/message_filters/synchronizer.h: + +/opt/ros/humble/include/message_filters/message_filters/signal9.h: + +/opt/ros/humble/include/message_filters/message_filters/null_types.h: + +/opt/ros/humble/include/message_filters/message_filters/message_traits.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.h: + +/usr/include/inttypes.h: + +/usr/include/c++/11/bits/deque.tcc: + +/usr/include/c++/11/bits/stl_deque.h: + +/usr/include/c++/11/deque: + +/opt/ros/humble/include/message_filters/message_filters/parameter_adapter.h: + +/opt/ros/humble/include/message_filters/message_filters/signal1.h: + +/opt/ros/humble/include/message_filters/message_filters/simple_filter.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__builder.hpp: + +/opt/ros/humble/include/message_filters/message_filters/visibility_control.h: + +/opt/ros/humble/include/tf2/tf2/LinearMath/QuadWord.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/thread_safe_synchronization.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/static_storage.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_result_kind.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_result.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_wait_set_mask.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/dynamic_storage.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter_service.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter_event_handler.hpp: + +/opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/visibility_control.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters_atomically.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/list_parameters.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__traits.hpp: + +/opt/ros/humble/include/tf2_ros/tf2_ros/transform_broadcaster.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter_client.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/executable_list.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executors/static_executor_entities_collector.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executors/static_single_threaded_executor.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface_traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_timer.hpp: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__struct.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_timers_interface.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_subscription.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_service.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface_traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_client.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_publisher.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_options.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_time_source_interface.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_logging_interface.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_clock_interface.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/generic_subscription.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_factory.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/publisher_factory.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface.hpp: + +/opt/ros/humble/include/rcutils/rcutils/shared_library.h: + +/opt/ros/humble/include/rcpputils/rcpputils/shared_library.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_event.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_descriptor.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__builder.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__type_support.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/list_parameters_result.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/future_return_code.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/publisher_options.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/loaned_message.hpp: + +/opt/ros/humble/include/message_filters/message_filters/sync_policies/approximate_time.h: + +/opt/ros/humble/include/rclcpp/rclcpp/is_ros_compatible_type.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/get_message_type_support_handle.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/metric_details_interface.hpp: + +/opt/ros/humble/include/rcpputils/rcpputils/thread_safety_annotations.hpp: + +/usr/include/c++/11/pstl/glue_numeric_defs.h: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface_traits.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/collector.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/topic_statistics_collector.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_age.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__struct.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_topics_interface.hpp: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_services_interface.hpp: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__struct.hpp: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__struct.hpp: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__builder.hpp: + +/usr/include/c++/11/bits/shared_ptr_atomic.h: + +/opt/ros/humble/include/rmw/rmw/init.h: + +/usr/include/c++/11/bits/stl_raw_storage_iter.h: + +/usr/include/c++/11/memory: + +/usr/include/x86_64-linux-gnu/bits/string_fortified.h: + +/opt/ros/humble/include/rmw/rmw/serialized_message.h: + +/usr/include/c++/11/bits/stl_bvector.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h: + +/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h: + +/usr/include/c++/11/bits/stl_uninitialized.h: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter_value.hpp: + +/usr/include/c++/11/bits/align.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/synchronization_policy_common.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_options.hpp: + +/usr/include/c++/11/vector: + +/usr/include/c++/11/bits/erase_if.h: + +/usr/include/stdint.h: + +/usr/include/c++/11/bits/ptr_traits.h: + +/usr/include/c++/11/bits/enable_special_members.h: + +/usr/include/c++/11/bits/basic_ios.tcc: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_value.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/qos.hpp: + +/usr/include/c++/11/bits/hashtable_policy.h: + +/usr/include/c++/11/bits/hashtable.h: + +/usr/include/c++/11/bits/refwrap.h: + +/usr/include/c++/11/bits/uses_allocator.h: + +/usr/include/c++/11/bits/unique_lock.h: + +/usr/include/c++/11/array: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__builder.hpp: + +/usr/include/c++/11/tr1/beta_function.tcc: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.hpp: + +/usr/include/c++/11/bits/stl_heap.h: + +/opt/ros/humble/include/rcpputils/rcpputils/pointer_traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__traits.hpp: + +/usr/include/c++/11/bits/std_abs.h: + +/usr/include/c++/11/pstl/execution_defs.h: + +/usr/include/c++/11/bits/stl_relops.h: + +/usr/include/c++/11/bits/istream.tcc: + +/usr/include/c++/11/istream: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/magnetic_field.hpp: + +/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h: + +/usr/include/c++/11/bits/streambuf_iterator.h: + +/usr/include/c++/11/bits/uniform_int_dist.h: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp: + +/usr/include/c++/11/stdexcept: + +/usr/include/c++/11/pstl/glue_algorithm_defs.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/cpp_callback_trampoline.hpp: + +/usr/include/c++/11/cstdlib: + +/usr/include/c++/11/utility: + +/usr/include/c++/11/ios: + +/opt/ros/humble/include/rcutils/rcutils/types/array_list.h: + +/opt/ros/humble/include/rcpputils/rcpputils/filesystem_helper.hpp: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__struct.hpp: + +/usr/include/c++/11/bits/basic_string.tcc: + +/opt/ros/humble/include/rcutils/rcutils/logging_macros.h: + +/opt/ros/humble/include/rcutils/rcutils/types/string_map.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h: + +/opt/ros/humble/include/rclcpp/rclcpp/context.hpp: + +/usr/include/x86_64-linux-gnu/bits/errno.h: + +/usr/include/x86_64-linux-gnu/bits/signum-arch.h: + +/opt/ros/humble/include/rmw/rmw/security_options.h: + +/usr/include/c++/11/cerrno: + +/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h: + +/usr/include/c++/11/bits/functional_hash.h: + +/usr/include/c++/11/string_view: + +/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h: + +/usr/include/c++/11/numeric: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__traits.hpp: + +/usr/include/stdc-predef.h: + +/usr/include/c++/11/iosfwd: + +/usr/include/c++/11/iterator: + +/usr/include/c++/11/bits/stl_function.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__functions.h: + +/usr/include/c++/11/bits/memoryfwd.h: + +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp: + +/usr/include/c++/11/ext/alloc_traits.h: + +/usr/include/x86_64-linux-gnu/bits/sched.h: + +/usr/include/c++/11/bits/algorithmfwd.h: + +/usr/include/c++/11/bits/cxxabi_forced.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/write_preferring_read_write_lock.hpp: + +/usr/include/c++/11/bits/ostream_insert.h: + +/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__traits.hpp: + +/usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__traits.hpp: + +/usr/include/c++/11/functional: + +/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h: + +/usr/include/c++/11/tr1/legendre_function.tcc: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/sequential_synchronization.hpp: + +/opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/parser.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/vector3_stamped.hpp: + +/usr/include/c++/11/bits/invoke.h: + +/usr/include/x86_64-linux-gnu/bits/timex.h: + +/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: + +/usr/include/time.h: + +/usr/include/x86_64-linux-gnu/bits/getopt_posix.h: + +/usr/include/x86_64-linux-gnu/bits/cpu-set.h: + +/opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_deleter.hpp: + +/usr/include/c++/11/bits/unordered_map.h: + +/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp: + +/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h: + +/opt/ros/humble/include/message_filters/message_filters/message_event.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/c++/11/ext/concurrence.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h: + +/usr/include/ctype.h: + +/usr/include/c++/11/locale: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp: + +/usr/include/c++/11/unordered_map: + +/usr/include/c++/11/cctype: + +/usr/include/c++/11/iomanip: + +/usr/include/x86_64-linux-gnu/bits/locale.h: + +/usr/include/linux/errno.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h: + +/usr/include/c++/11/cstdint: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp: + +/usr/include/x86_64-linux-gnu/bits/waitstatus.h: + +/opt/ros/humble/include/rmw/rmw/subscription_options.h: + +/usr/include/c++/11/bits/nested_exception.h: + +/opt/ros/humble/include/rmw/rmw/publisher_options.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/storage_policy_common.hpp: + +/opt/ros/humble/include/rmw/rmw/topic_endpoint_info_array.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.h: + +/usr/include/c++/11/bits/string_view.tcc: + +/usr/include/c++/11/bits/hash_bytes.h: + +/usr/include/c++/11/bits/move.h: + +/usr/include/c++/11/typeinfo: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/include/c++/11/future: + +/usr/include/locale.h: + +/opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp: + +/usr/include/x86_64-linux-gnu/bits/waitflags.h: + +/usr/include/x86_64-linux-gnu/bits/types/error_t.h: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/string.h: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp: + +/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h: + +/usr/include/c++/11/ext/aligned_buffer.h: + +/usr/include/c++/11/bits/locale_classes.tcc: + +/usr/include/x86_64-linux-gnu/bits/fp-fast.h: + +/usr/include/c++/11/bits/node_handle.h: + +/usr/include/c++/11/bits/concept_check.h: + +/opt/ros/humble/include/rcl/rcl/graph.h: + +/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h: + +/usr/include/c++/11/bits/locale_classes.h: + +/usr/include/c++/11/tr1/gamma.tcc: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/include/string.h: + +/usr/include/c++/11/tr1/bessel_function.tcc: + +/usr/include/c++/11/bits/codecvt.h: + +/opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h: + +/usr/include/c++/11/bits/stl_algo.h: + +/usr/include/x86_64-linux-gnu/bits/math-vector.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h: + +/opt/ros/humble/include/message_filters/message_filters/connection.h: + +/usr/include/c++/11/bits/postypes.h: + +/usr/include/pthread.h: + +/usr/include/endian.h: + +/usr/include/c++/11/bits/cpp_type_traits.h: + +/usr/include/c++/11/bits/streambuf.tcc: + +/usr/include/c++/11/bits/stl_iterator_base_funcs.h: + +/usr/include/c++/11/bits/std_thread.h: + +/usr/include/x86_64-linux-gnu/bits/libc-header-start.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp: + +/usr/include/c++/11/bits/locale_facets.h: + +/usr/include/c++/11/bits/exception.h: + +/opt/ros/humble/include/rmw/rmw/get_topic_names_and_types.h: + +/opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp: + +/usr/include/c++/11/tr1/poly_hermite.tcc: + +/usr/include/c++/11/ext/string_conversions.h: + +/usr/include/x86_64-linux-gnu/bits/iscanonical.h: + +/usr/include/c++/11/bits/stl_list.h: + +/opt/ros/humble/include/tf2/tf2/LinearMath/Matrix3x3.h: + +/usr/include/c++/11/bits/shared_ptr_base.h: + +/usr/include/c++/11/bits/basic_string.h: + +/usr/include/x86_64-linux-gnu/bits/struct_mutex.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h: + +/opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/clock_t.h: + +/usr/include/c++/11/bits/stl_tempbuf.h: + +/usr/include/x86_64-linux-gnu/bits/types/timer_t.h: + +/usr/include/c++/11/bits/std_function.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__struct.hpp: + +/usr/include/c++/11/bits/atomic_futex.h: + +/usr/include/c++/11/cstring: + +/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h: + +/usr/include/c++/11/bits/this_thread_sleep.h: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: + +/opt/ros/humble/include/rmw/rmw/incompatible_qos_events_statuses.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/opt/ros/humble/include/rclcpp/rclcpp/qos_overriding_options.hpp: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp: + +/usr/include/c++/11/debug/debug.h: + +/opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h: + +/usr/include/c++/11/system_error: + +/usr/include/features-time64.h: + +/usr/include/x86_64-linux-gnu/bits/types/locale_t.h: + +/usr/include/stdlib.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/c++/11/bits/allocator.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/qos_parameters.hpp: + +/usr/include/c++/11/cmath: + +/usr/include/x86_64-linux-gnu/sys/single_threaded.h: + +/usr/include/c++/11/pstl/pstl_config.h: + +/usr/include/c++/11/ext/type_traits.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h: + +/usr/include/c++/11/bits/exception_defines.h: + +/usr/include/x86_64-linux-gnu/bits/environments.h: + +/opt/ros/humble/include/rclcpp/rclcpp/event.hpp: + +/usr/include/x86_64-linux-gnu/bits/long-double.h: + +/opt/ros/humble/include/tf2/tf2/LinearMath/Vector3.h: + +/usr/include/c++/11/bits/shared_ptr.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__traits.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_period.hpp: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h: + +/usr/include/c++/11/bits/stl_construct.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/intra_process_buffer_type.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/time_t.h: + +/usr/include/x86_64-linux-gnu/bits/types/FILE.h: + +/usr/include/c++/11/unordered_set: + +/usr/include/c++/11/cstdio: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h: + +/usr/include/c++/11/bits/vector.tcc: + +/home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h: + +/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h: + +/usr/include/c++/11/bits/stl_iterator.h: + +/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h: + +/usr/include/c++/11/cwctype: + +/usr/include/x86_64-linux-gnu/asm/errno.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h: + +/usr/include/c++/11/typeindex: + +/usr/include/c++/11/bits/unique_ptr.h: + +/usr/include/c++/11/ostream: + +/usr/include/c++/11/limits: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp: + +/usr/include/stdio.h: + +/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h: + +/usr/include/x86_64-linux-gnu/bits/time64.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameters.hpp: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h: + +/usr/include/c++/11/streambuf: + +/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h: + +/home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h: + +/usr/include/c++/11/bits/cxxabi_init_exception.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__builder.hpp: + +/usr/include/c++/11/bits/ios_base.h: + +/opt/ros/humble/include/rmw/rmw/message_sequence.h: + +/usr/include/x86_64-linux-gnu/bits/fp-logb.h: + +/usr/include/x86_64-linux-gnu/bits/wchar2.h: + +/usr/include/wchar.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: + +/usr/include/c++/11/iostream: + +/usr/include/x86_64-linux-gnu/bits/uintn-identity.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h: + +/usr/include/x86_64-linux-gnu/bits/timesize.h: + +/opt/ros/humble/include/rclcpp/rclcpp/duration.hpp: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__traits.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h: + +/opt/ros/humble/include/tracetools/tracetools/config.h: + +/usr/include/c++/11/debug/assertions.h: + +/usr/include/c++/11/bits/charconv.h: + +/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h: + +/usr/include/c++/11/bits/exception_ptr.h: + +/usr/include/math.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/c++/11/bits/predefined_ops.h: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__traits.hpp: + +/opt/ros/humble/include/rmw/rmw/time.h: + +/opt/ros/humble/include/rclcpp/rclcpp/topic_statistics/subscription_topic_statistics.hpp: + +/usr/include/features.h: + +/usr/include/c++/11/bits/atomic_base.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__struct.hpp: + +/usr/include/x86_64-linux-gnu/bits/sigstack.h: + +/usr/include/c++/11/ext/numeric_traits.h: + +/usr/include/errno.h: + +/usr/include/c++/11/bits/alloc_traits.h: + +/opt/ros/humble/include/rcl/rcl/allocator.h: + +/usr/include/c++/11/bits/range_access.h: + +/usr/include/x86_64-linux-gnu/bits/stdint-intn.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/c++/11/tr1/modified_bessel_func.tcc: + +/usr/include/x86_64-linux-gnu/bits/endianness.h: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/c++/11/cwchar: + +/usr/include/x86_64-linux-gnu/bits/floatn-common.h: + +/usr/include/c++/11/ext/new_allocator.h: + +/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/opt/ros/humble/include/rcl/rcl/types.h: + +/usr/include/c++/11/bits/stl_pair.h: + +/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h: + +/usr/include/c++/11/ext/atomicity.h: + +/opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h: + +/opt/ros/humble/include/rcl/rcl/network_flow_endpoints.h: + +/usr/include/c++/11/new: + +/usr/include/c++/11/bits/sstream.tcc: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp: + +/usr/include/c++/11/tr1/poly_laguerre.tcc: + +/usr/include/c++/11/bits/std_mutex.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h: + +/usr/include/c++/11/tr1/ell_integral.tcc: + +/usr/include/c++/11/bits/localefwd.h: + +/opt/ros/humble/include/tf2/tf2/LinearMath/Scalar.h: + +/usr/include/c++/11/tr1/hypergeometric.tcc: + +/opt/ros/humble/include/rclcpp/rclcpp/expand_topic_or_service_name.hpp: + +/usr/include/c++/11/tr1/riemann_zeta.tcc: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp: + +/usr/include/c++/11/algorithm: + +/usr/include/c++/11/backward/binders.h: + +/usr/include/c++/11/bits/stringfwd.h: + +/usr/include/c++/11/tr1/special_function_util.h: + +/usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h: + +/opt/ros/humble/include/rclcpp/rclcpp/serialized_message.hpp: + +/usr/include/c++/11/bits/stl_algobase.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__struct.hpp: + +/usr/include/unistd.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__traits.hpp: + +/usr/include/x86_64-linux-gnu/bits/wchar.h: + +/opt/ros/humble/include/rclcpp/rclcpp/any_service_callback.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h: + +/usr/include/c++/11/bits/specfun.h: + +/usr/include/c++/11/exception: + +/opt/ros/humble/include/rclcpp/rclcpp/init_options.hpp: + +/usr/include/c++/11/bits/atomic_lockfree_defines.h: + +/usr/include/x86_64-linux-gnu/bits/types/__FILE.h: + +/usr/include/c++/11/backward/auto_ptr.h: + +/usr/include/c++/11/pstl/glue_memory_defs.h: + +/usr/include/c++/11/csignal: + +/usr/include/c++/11/string: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp: + +/usr/include/c++/11/tuple: + +/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h: + +/usr/include/x86_64-linux-gnu/bits/ss_flags.h: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp: + +/opt/ros/humble/include/rcl/rcl/logging_rosout.h: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.hpp: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/primitives_sequence.h: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__builder.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__traits.hpp: + +/usr/include/c++/11/sstream: + +/usr/include/c++/11/bits/locale_facets_nonio.h: + +/opt/ros/humble/include/rcl/rcl/timer.h: + +/usr/include/c++/11/ctime: + +/usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h: + +/usr/include/c++/11/bits/basic_ios.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h: + +/usr/include/c++/11/cxxabi.h: + +/usr/include/c++/11/bits/char_traits.h: + +/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h: + +/usr/include/libintl.h: + +/usr/include/c++/11/bits/locale_facets_nonio.tcc: + +/usr/include/c++/11/bits/locale_conv.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__struct.hpp: + +/usr/include/c++/11/bits/quoted_string.h: + +/usr/include/x86_64-linux-gnu/bits/signum-generic.h: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.hpp: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp: + +/usr/include/c++/11/initializer_list: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__traits.hpp: + +/opt/ros/humble/include/rcutils/rcutils/error_handling.h: + +/usr/include/asm-generic/errno-base.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameter_types.hpp: + +/opt/ros/humble/include/message_filters/message_filters/subscriber.h: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h: + +/opt/ros/humble/include/rmw/rmw/network_flow_endpoint_array.h: + +/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp: + +/usr/include/strings.h: + +/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_publisher_payload.hpp: + +/usr/include/x86_64-linux-gnu/bits/siginfo-consts.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigval_t.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__builder.hpp: + +/usr/include/x86_64-linux-gnu/bits/sigevent-consts.h: + +/usr/include/x86_64-linux-gnu/bits/sigaction.h: + +/opt/ros/humble/include/rmw/rmw/qos_string_conversions.h: + +/usr/include/x86_64-linux-gnu/bits/sigcontext.h: + +/usr/include/x86_64-linux-gnu/bits/types/stack_t.h: + +/usr/include/x86_64-linux-gnu/sys/ucontext.h: + +/usr/include/x86_64-linux-gnu/bits/posix_opt.h: + +/usr/include/x86_64-linux-gnu/bits/confname.h: + +/opt/ros/humble/include/rcutils/rcutils/allocator.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib.h: + +/usr/include/c++/11/bits/functexcept.h: + +/usr/include/x86_64-linux-gnu/bits/getopt_core.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_type.hpp: + +/usr/include/x86_64-linux-gnu/bits/unistd.h: + +/opt/ros/humble/include/rcl/rcl/domain_id.h: + +/usr/include/x86_64-linux-gnu/bits/unistd_ext.h: + +/usr/include/c++/11/bits/stl_numeric.h: + +/usr/include/linux/close_range.h: + +/opt/ros/humble/include/rcl/rcl/init_options.h: + +/opt/ros/humble/include/rcpputils/rcpputils/join.hpp: + +/usr/include/c++/11/chrono: + +/usr/include/x86_64-linux-gnu/bits/sigthread.h: + +/usr/include/c++/11/mutex: + +/usr/include/c++/11/ratio: + +/usr/include/c++/11/bits/parse_numbers.h: + +/usr/include/c++/11/atomic: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/c++/11/set: + +/usr/include/c++/11/bits/stl_tree.h: + +/opt/ros/humble/include/rcutils/rcutils/visibility_control.h: + +/opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp: + +/usr/include/c++/11/bits/stl_set.h: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__builder.hpp: + +/usr/include/c++/11/bits/stl_multiset.h: + +/usr/include/c++/11/cassert: + +/usr/include/c++/11/list: + +/usr/include/c++/11/map: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp: + +/usr/include/c++/11/bits/stl_map.h: + +/usr/include/c++/11/bits/stl_multimap.h: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface_traits.hpp: + +/opt/ros/humble/include/rcl/rcl/guard_condition.h: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executor.hpp: + +/opt/ros/humble/include/rcutils/rcutils/macros.h: + +/opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h: + +/usr/include/x86_64-linux-gnu/bits/setjmp.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h: + +/opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__traits.hpp: + +/opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h: + +/usr/include/c++/11/math.h: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/visibility_control.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/network_flow_endpoint.hpp: + +/opt/ros/humble/include/rmw/rmw/init_options.h: + +/opt/ros/humble/include/tf2/tf2/visibility_control.h: + +/opt/ros/humble/include/rmw/rmw/domain_id.h: + +/opt/ros/humble/include/rmw/rmw/localhost.h: + +/opt/ros/humble/include/rclcpp/rclcpp/create_generic_publisher.hpp: + +/usr/include/c++/11/type_traits: + +/opt/ros/humble/include/rmw/rmw/visibility_control.h: + +/opt/ros/humble/include/rmw/rmw/macros.h: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/moving_average.hpp: + +/opt/ros/humble/include/rmw/rmw/ret_types.h: + +/usr/include/c++/11/bits/stream_iterator.h: + +/opt/ros/humble/include/rcl/rcl/log_level.h: + +/opt/ros/humble/include/rcl/rcl/macros.h: + +/opt/ros/humble/include/rmw/rmw/types.h: + +/usr/include/c++/11/stdlib.h: + +/opt/ros/humble/include/rmw/rmw/impl/cpp/demangle.hpp: + +/usr/include/x86_64-linux-gnu/bits/strings_fortified.h: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/duration.hpp: + +/opt/ros/humble/include/rcutils/rcutils/snprintf.h: + +/opt/ros/humble/include/rcutils/rcutils/time.h: + +/opt/ros/humble/include/rcutils/rcutils/types.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_enable_topic_statistics.hpp: + +/opt/ros/humble/include/rcutils/rcutils/types/char_array.h: + +/usr/include/c++/11/variant: + +/opt/ros/humble/include/rcutils/rcutils/types/hash_map.h: + +/usr/include/c++/11/tr1/exp_integral.tcc: + +/opt/ros/humble/include/rcl/rcl/error_handling.h: + +/opt/ros/humble/include/rcutils/rcutils/types/string_array.h: + +/opt/ros/humble/include/rcutils/rcutils/qsort.h: + +/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_subscription_payload.hpp: + +/opt/ros/humble/include/rmw/rmw/rmw.h: + +/usr/include/c++/11/bits/ostream.tcc: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/ring_buffer_implementation.hpp: + +/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h: + +/usr/include/c++/11/bits/list.tcc: + +/opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h: + +/opt/ros/humble/include/rclcpp/rclcpp/timer.hpp: + +/opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h: + +/opt/ros/humble/include/rmw/rmw/qos_policy_kind.h: + +/opt/ros/humble/include/tracetools/tracetools/visibility_control.hpp: + +/usr/include/c++/11/bit: + +/opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h: + +/opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h: + +/opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp: + +/opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters.hpp: + +/opt/ros/humble/include/rcl/rcl/visibility_control.h: + +/opt/ros/humble/include/rclcpp/rclcpp/service.hpp: + +/usr/include/c++/11/codecvt: + +/usr/include/c++/11/bits/allocated_ptr.h: + +/usr/include/assert.h: + +/opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/types.h: + +/usr/include/x86_64-linux-gnu/bits/stdio.h: + +/usr/include/c++/11/bits/locale_facets.tcc: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/stdalign.h: + +/opt/ros/humble/include/rcl/rcl/wait.h: + +/opt/ros/humble/include/rcl/rcl/client.h: + +/opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h: + +/opt/ros/humble/include/rcl/rcl/context.h: + +/opt/ros/humble/include/rmw/rmw/event_callback_type.h: + +/opt/ros/humble/include/rcl/rcl/node.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__struct.hpp: + +/opt/ros/humble/include/rcl/rcl/node_options.h: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp: + +/opt/ros/humble/include/rcl/rcl/service.h: + +/opt/ros/humble/include/rcl/rcl/subscription.h: + +/usr/include/c++/11/bits/stl_iterator_base_types.h: + +/opt/ros/humble/include/rcl/rcl/time.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.h: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/sequence_bound.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_template.hpp: + +/opt/ros/humble/include/rmw/rmw/event.h: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/service_type_support_decl.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_common.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__struct.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/generate_statistics_message.hpp: + +/opt/ros/humble/include/rmw/rmw/qos_profiles.h: + +/usr/include/c++/11/clocale: + +/opt/ros/humble/include/rcl/rcl/event.h: + +/opt/ros/humble/include/rcl/rcl/publisher.h: + +/opt/ros/humble/include/rcpputils/rcpputils/scope_exit.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp: + +/usr/include/c++/11/bits/stl_vector.h: + +/usr/include/c++/11/bits/unordered_set.h: + +/opt/ros/humble/include/rclcpp/rclcpp/visibility_control.hpp: + +/opt/ros/humble/include/rcl/rcl/event_callback.h: + +/opt/ros/humble/include/tracetools/tracetools/tracetools.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/macros.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/contexts/default_context.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/guard_condition.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/time.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__struct.hpp: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/signal_ext.h: + +/opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/client.hpp: + +/usr/include/x86_64-linux-gnu/bits/sigstksz.h: + +/usr/include/c++/11/condition_variable: + +/usr/include/c++/11/optional: + +/opt/ros/humble/include/rclcpp/rclcpp/exceptions/exceptions.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/function_traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/type_support_decl.hpp: + +/opt/ros/humble/include/rcl/rcl/arguments.h: + +/opt/ros/humble/include/rclcpp/rclcpp/logger.hpp: + +/opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_base_interface.hpp: + +/opt/ros/humble/include/rcpputils/rcpputils/visibility_control.hpp: + +/usr/include/sched.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/set_parameters_result.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_graph_interface.hpp: + +/opt/ros/humble/include/rmw/rmw/names_and_types.h: + +/usr/include/wctype.h: + +/opt/ros/humble/include/rmw/rmw/topic_endpoint_info.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__traits.hpp: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__struct.hpp: + +/opt/ros/humble/include/rcutils/rcutils/logging.h: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/describe_parameters.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/logging.hpp: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_content_filter_options.hpp: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/exceptions.hpp: + +/opt/ros/humble/include/rmw/rmw/error_handling.h: + +/opt/ros/humble/include/rmw/rmw/impl/config.h: + +/usr/include/alloca.h: + +/opt/ros/humble/include/rclcpp/rclcpp/publisher_base.hpp: + +/opt/ros/humble/include/rmw/rmw/network_flow_endpoint.h: + +/usr/include/x86_64-linux-gnu/bits/types/wint_t.h: + +/usr/include/signal.h: + +/opt/ros/humble/include/rclcpp/rclcpp/waitable.hpp: + +/usr/include/x86_64-linux-gnu/bits/floatn.h: + +/opt/ros/humble/include/rcpputils/rcpputils/time.hpp: + +/opt/ros/humble/include/tracetools/tracetools/utils.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter_map.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_base.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/any_subscription_callback.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/message_info.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/type_adapter.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__struct.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_generic_subscription.hpp: + +/usr/include/c++/11/shared_mutex: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/rosidl_generator_c__visibility_control.h: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/buffer_implementation_base.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/rate.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/clock.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_buffer.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/create_intra_process_buffer.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_use_intra_process.hpp: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/intra_process_setting.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/generic_publisher.hpp: + +/usr/include/c++/11/thread: + +/opt/ros/humble/include/rclcpp/rclcpp/message_memory_strategy.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_payload.hpp: diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.ts b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.ts new file mode 100644 index 00000000..b89298d2 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for complementary_filter. diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/depend.make b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/depend.make new file mode 100644 index 00000000..33bb08de --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for complementary_filter. +# This may be replaced when dependencies are built. diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/flags.make b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/flags.make new file mode 100644 index 00000000..ce389726 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DIMU_COMPLEMENTARY_FILTER_BUILDING_LIBRARY -DRCUTILS_ENABLE_FAULT_INJECTION -Dcomplementary_filter_EXPORTS + +CXX_INCLUDES = -I/home/firmament/codes/24navigation/src/imu_complementary_filter/include -isystem /opt/ros/humble/include/geometry_msgs -isystem /opt/ros/humble/include/message_filters -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/sensor_msgs -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/tf2 -isystem /opt/ros/humble/include/tf2_ros -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/rclcpp_action -isystem /opt/ros/humble/include/action_msgs -isystem /opt/ros/humble/include/unique_identifier_msgs -isystem /opt/ros/humble/include/rcl_action -isystem /opt/ros/humble/include/tf2_msgs + +CXX_FLAGS = -fPIC -Wall -Wextra -Wpedantic -std=c++17 -O3 + diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/link.txt b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/link.txt new file mode 100644 index 00000000..36b55aea --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -shared -Wl,-soname,libcomplementary_filter.so -o libcomplementary_filter.so CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o -Wl,-rpath,/opt/ros/humble/lib: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libstatic_transform_broadcaster_node.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libtf2_ros.so /opt/ros/humble/lib/libmessage_filters.so /opt/ros/humble/lib/libtf2.so /opt/ros/humble/lib/librclcpp_action.so /opt/ros/humble/lib/librclcpp.so /opt/ros/humble/lib/liblibstatistics_collector.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so /opt/ros/humble/lib/librcl_action.so /opt/ros/humble/lib/librcl.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librcl_yaml_param_parser.so /opt/ros/humble/lib/libyaml.so /opt/ros/humble/lib/libtracetools.so /opt/ros/humble/lib/librmw_implementation.so /opt/ros/humble/lib/libament_index_cpp.so /opt/ros/humble/lib/librcl_logging_spdlog.so /opt/ros/humble/lib/librcl_logging_interface.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libfastcdr.so.1.0.24 /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosidl_typesupport_cpp.so /opt/ros/humble/lib/libtf2_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libtf2_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libaction_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libaction_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_generator_py.so /usr/lib/x86_64-linux-gnu/libpython3.10.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/librcpputils.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/progress.make b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/progress.make new file mode 100644 index 00000000..6a9dc74f --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 + diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..1e62843b317e1f9247c8119c631f7d0df162f43d GIT binary patch literal 17992 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 Yo3^{IbMGnC|1DmckP=kTNUo~&f8t4hrvLx| literal 0 HcmV?d00001 diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o.d b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o.d new file mode 100644 index 00000000..7123fe6c --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o.d @@ -0,0 +1,178 @@ +CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o: \ + /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp \ + /usr/include/stdc-predef.h \ + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h \ + /usr/include/c++/11/cstdio \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cmath \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/c++/11/bits/specfun.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/limits \ + /usr/include/c++/11/tr1/gamma.tcc \ + /usr/include/c++/11/tr1/special_function_util.h \ + /usr/include/c++/11/tr1/bessel_function.tcc \ + /usr/include/c++/11/tr1/beta_function.tcc \ + /usr/include/c++/11/tr1/ell_integral.tcc \ + /usr/include/c++/11/tr1/exp_integral.tcc \ + /usr/include/c++/11/tr1/hypergeometric.tcc \ + /usr/include/c++/11/tr1/legendre_function.tcc \ + /usr/include/c++/11/tr1/modified_bessel_func.tcc \ + /usr/include/c++/11/tr1/poly_hermite.tcc \ + /usr/include/c++/11/tr1/poly_laguerre.tcc \ + /usr/include/c++/11/tr1/riemann_zeta.tcc /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/memoryfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/wchar2.h \ + /usr/include/c++/11/exception /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/new /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \ + /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..0e415c6f6638dfc7693c998eb9e0dd45ebe4314e GIT binary patch literal 2731424 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℘a$*bNP4`PX>WJ|nMvty&v| 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뼈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≺?| zm(RyBo@U?Hj^}*UBb@PEgmM|r`@ngB{UkW!_Of#MB|j#Q--JBd`$lm3Yo5=Qzox%G zLZ1HaP;UGCFF5@zjrj)sJzTl`Gx;(0yY6$(haSeKEAoW-(^u`0dS~3sx`c4X;coBG za>+j{%=K7)51Q+-)8QBGH|<5@&vn|>Dla?{?czP?;kxAp$Wzac;M|8j#Su@lPAlcs z!g{QEf3L)u>y}y2!*xrZKj%6d+XdtBjOvkcTf*O$pr8JJ2zmNdA9+RnO&z?ogTD>V z`M`VN?0>!jXC7`>F6MIGZwKVr9{*J?ap3r3&Xoygdn_*%;$8A9TYCg&{A+m{JcdNYNvwd9bS><9U^{)fx ze2?$3;r&q`v@hO|k3c)>0e{a%yW?{-^S~L0Tfyn?)8LG=S$7q`7-!f1%XiSjI2%F|Myb$*AzS8Wc zi#=TDAS0Q+_=-%iW}0;z|2|QZDxMK9uXm)blU&^FFjZ z)(1GgR08Mt(gB?H!spOgFWiS>JK{P9``dG%pL!O6vs|vnl5c@L^|;n)+v+-i$#c^` zboJsZmxPb~{}O@TCH1nuu5_1mQ5A$skIP+~gILj@o{jL19{Frg7y2VW%COP_N^L&%UjrQ<6^?l0x`cu^Mp z8`n{}-pldgD3uq#I8HSK=eU*(PI(zyx$!~`| z^K*@ZZvm&Co#52d&asXnAPXZ?Jxn{kc5ppAY2q zlO>-2a!DKtbN;+DRH{E7u^+38^-T7Ae4hr#@hK{wV}645lYYqmr=g$ojZeTi-`EP? z2YUFPK-ynX4Dl`*k7$1qILkHr7p8x1(j@fHi*bFGdj11F+Zgjw&g;zkzU=Y0Kji6e1~}t<4mjh?bFhr_638$jqZ>m+8rE&g(yBvj!Zv*S=#fO6W|1f26mbG}aO;W|Tal^1)sPQr5+ zoY$SM^0uCFD3|lYEO5>zxgJY-p3`Hw<~csQTyq{+?B_glIm)G;C&4+-d;y&EK%Oh+ zJaY@=nLp-yi2OC{}*L=xG%80{gU+fQ4z}X*iU7h{m1(0W++zie<;rrxS?kg%U zzvRb^J0Cmr{OsVR(67>-THq{~?~Uhu_gshk9m;JxpMX65UE|)$ z@-4wR9?3h0<&t_~+%AKDu5Vlkd9H6<3(j%vHgJw>uYj{&Hahrk4(?h%X@hkJ>gT!& z$49QKaC{sOJLHa$O(=hws z!nw|H8_MN54W0+%xd?L}%#NEm_hQF+1N5^!^4u5wHRrx;e~V+>q`!wKxBaaMPJhkw zl42+QZ36wQFFyCgdcPj>j1SL=F@H`+9H{3+&kni79*&QE??FSX*YUga9Cwz5wD@{b zk%wP`(=YS>PbqgOp2x|+Izu&-dp0UW!k#B{$FLN~dF|NDD`&?@`_#5oY1p6}k!aCkR=qEW2)qK%gS>7I5B2bDfRjm-%j*{4>VWya!C;nT~Q>VV=zOsLtSw z!!U6A%Xv8C%=J3Pc@gwb|GnUhgE=27e#wv7ui?3R?$>;+dc@y}@YkH16&>8K;d>0Y zUsFaVP~IiKXlEmE+L;8-^{y_;#UAe0n0*K%VPb=Yn(IdkHw@ zc`l3PE^(A=_GQF=u8%zp{nYauIM>JC2Iu+}-_O8#_)f^PUaDi=kM+{n!CQf|eH{@h=MBXk`sJG67UcQ;47A^P@8hul zXTN%wB)E6UFZQeEc|&`gI$7lhx@^q5A0W|pYNxlUo+9qF#dcm z0rx5RUKhq~1@v&dTdmw4?><&8@#Ox_Cg|aK!E>`5r~ZaK$F&h}mYIltVSZ}^`5 zc--8R*ZrLL`mE3DYd6m$ybE_meqEQD-=9kRYJSsuZGxNMNkh0es`=d&z7zS~2W~w%7;b$#8m|3&@a@s}e2Vtp zV6VRCQ?z%SwY+9!TvNyMCiWZY{>O-q_8X#Ox?8}t-vO@u9vQxWh93sE|2ZCR{YlTY zi|~2g&G!UZe=aU{s`ckexb?^DMr<#yW&C-!AdaT*t;I- zUD(AD{rTS1!`*AN&eh+yc!~3CBjAS>bNl4aRV9yf)xV|Wp+5xs ziShqm=y!vwvrx%HXApiaQSyk7`v6`?;X2*xD145}Q<-#q4$o>_|B&Xf5uZNrF5yUV z1Ye!}&Q1?< zKf9JZ(p`yiN!JNS99D*>`#6FhNq)Wm+VVZ1)Q>P(zQ@8X-&0B+zbxOU;KuERl868M z6Swpn_3-n#;-6HGXypI5A(>AA$=zkcq-K97E00@u&Fx?Q-6KmL=^jYBZ=r8~zkr+W_vo9h&!05ibU$*Wdl2bfQN%osYJP8n zo9=xjuhxg3;HEoGxvvuG9!$D>av!nzJq&KT$CkXB?n7|X{d>tH-NB^0R8+L$sOEPy zxaqE2@@l##!cF($l1I9SkZ!!wCyr{mQ^HMmhLTs)-4Xsd{lLC(*K23M_rjmc;M(5- zcOUXzxcdW-z_ssKj0JIo|LRW;w?AAE?z(<0xbu^H;OajDS3mm9II8|!09XGmxYuRH zHHS&Z>#yP+ZHa6D23-4Z;a;ybPEkflN51-`KXdbYZyne2<$m(VaPu`+W?r!+^A_iI z>3wPuH|KTDbnDj_wRfE7EX#48;`g#e-;&17jp0YpuD2<9l-DBIr|Ty}XCZi}vfP8K zldjLH+Rsb-rI?Lq*{BMtPX%BtNWtB|1 zoI<`vrCih*o#k>e{XsvSy}S{z$$?rCih*o#k>G{Xs(kD|cXOgc` zDHnA{XStk#|LsvO?V)eEY>+9JbII4Jl#4o}vs})>|Mn=C_RzOn`ew@I0`fH~<)Y5$ zESK}~zdg#OJ@hS?%`@e43Hch8a#3e=mdnNX-yY@C9{QF`zf8IOiF}Ppxu`Qb%jI(X zZ;x_m5B=H7bz-c$2NZjlX}!N<$z%U8e$sQ=H_PxtGW^<-k6Zk9U+Ccse-iHcx_k{} zZC&sF=Sro0_~`kOjY=N*x`uK&2=03pPJl04?CGUAc>UP5=q$&+#C34@wbmK`XPq5N z`xMV~pGbQCTg2yjbdE&-2KWVV<9T_>BfmFy`Z?Y7e&o>iy3l*j@%km-Yx8H)_4#r) z!r#cGo9=fGe{R8_FR;G}9j|ZqI-=<#V8szSmP_tALg~8nu(y2AEp;Le)}LuPkM?-6 zN1Dog_L8Uay1gjNIJPc%)t_{~PuN@TFI99>xxbE%<)j1@;w-?ead(IS^Z(y>(5Pauj5MBlSllm=YPlk zC;G8>;5)&`<2;>y`kZ6eyj_Di+?e@yF_ESE8%U(%muzf?bO z((IS&aTuBT(rpd)ODi_}r7^N!vRuZ5eo23t{nG!Z;Ku9rR0wz@6u(_n(ISYs^dkS=vXsuH$@OgzLB&%XLb1K0gOM{+8yo^OQXFUB@jC zcOB<@6`g0M>mRD~+da^6y>KAhb=>iA=S%0nUB_Ki@@l%*z+K0s=ir6C>p0hsuH#%M zS}v+$F5NF2`E?za-iKcG^BZ)mCliK1aa7|rIox&GOmO3z-jg1GR(~Pv zU6-Zjd&i&ENzaj}^3^grzJJa2-JYd=wH}^^j_bQ~;I8jpft#hU)r+d;pd(7OS_ajbnb$m3ICM+&kIUkpbpc))4o~oN#T!TKMnjTcq{zxB@ci0 zW1eQebT@wbJe+&r-Vb#zJnd6O9CoChr~V|;{TtlpYVL{7UGz(q%VTiu-H+1#YwWK^ zf2wF$#S#A83||y}EBrb5?eI5C9{IIj`ZxBMlVA6j^nVuWq4lk`PM- zH|poe%!}S^&Wpy#d6DHZCd`ZUr#UZb&WjqI7d=hC^n02YJwv`mW?r=U?{r@D6me+I zi<VJsKm^S2kLZ4^bh3gNyVDEKh={oAr z@i}!1VDI&2i^IL1s%PDuTE2Wg?-}rCXF;7 zT^Id#^sh(9>odI`e#-cAaYTNtZ{Gjw{hmHg*z2wrK*#F?mxFtLa~-(X!*5jbC`Z#x z?@tWw_3#6*_j>rl(6?P*1~HLr(1ddve&U&j^|hG zQ#oE%@>+gr?>CaJ*SGuLE8ACk?^V^GSJAQFz74m%j~x}HII8tzO1L^Rz`Y*66|TM4 zi&`$dGWM&(^>Zhw5{kF7&?AzFH68M#t;nKZ1Kb{9N4ctUm*Zv;MS4fA|Xh zfc@d()T^iK#ruovSJU&)BYXCTz3FG{5511ve5LoghK_t+bZlRr!R-$xFWY1MvK>ta zkB_Mx`JPt$L$5!#KU}xe2|q2bjZ0pw58fAJf4Cbu_J@Pv_J>2^_J`@ce${l(#~=H{ z)W3zj{o&o{+aJCTH^1qS++O*KB=U!%^&8J+9k`f~?dofk8FX8J4p!?{adt%s{( zZ-2NB-2U)FxPD$r{n5|%=nwy%=?|ao^z-%k&G}({J=mNd*5lBeAJ*g0oFCTX@Ozpc zzLx0^mv7DwYwMln{P36SzUKU}-VZeAhxIu8p5}*dWctJ2&Hk|2AF}>+{nG3YoBiSM zb-nynraxS?*&jCh!)AY2>-d`chxPt{Oxr(Pq}X$gqq>iMK^_0%eAayMyVwt04eq}8 z`XvwjEwJ}Ixb~BCUc>i?&H&dwov#o5f6(9h{&ej(D|Mn-`W&16N*+4z(Vq_^UH4sm z-nIM_>`nJu^j9MeOVU4RzZu-?AAFyz@k#q{v2Cr+t)))n>kZ=bF8bPkT=Mv3d?qUQ zpR4g%lznM+mM(c!XXA{{kr|!iGdh=NbbKz5=Xsw&XFZ<7lb&xDar3=?uVw7r-_w4) z%=rSJ3*>xw!Hj)hxaUExhI_s&J&!u#ygvE57yIj|Z;zBb%JF*mlkgkh={>gbXU~gG z#(4_;nWp4be`dj6e_Bgk^=E##{w#)${wxRApWY=8e>NaK>tgTomo_eW_~Y}JwuJlq zr5(`GpX1=pdvAkVA0E!|=iuu609R+i@_LFWFZrBsb>@S=L%%mV$AwL(Z|yNIyiLD1 zD&xY3#HT&Rh2F$rbdC$}5uZ^R7mUxSj0@_F%DA9Tb6lv;Kbzx1Jr2!rp&o~k85cgF z-z&PP+EE=}x@Gv{8NN!%W1RK+8J`C@J=g1wKxYQ{jTxPEy;k_?y!6%5zB(`c0iDmt z@7&DW^>YR0`Og3QWcbhwzY6YneS3yK0yka93+KIkBcsI;zv3soMm;2deIi_-1s+P+R9n$-fs^u~foB$71bhA28g4!D`R(dhF6u0niSy>fS)FEi)yLWPF0Z+X|Nm58 z)q1{irX1%-XWU7DZtqLN$Aj+;cbq+<@OY(N4!l=k}6^pA*0z$KLVR`%oTd z{W3+_?n1vKIz4HRPhh_m+?GMv?86uwUlYEc8I_df6Vefrp3zz$c!M%^HC*1qU zdc*Z+v0S=^ZXBUMGVS!#n)NUD`R^%t=-BQ)fZM(%D(h{OukFkG;A~&s2VvX>Q2%XT z>AC&kkL@e9yGYmebs;*oujk>muW#ViE8Cs*YC_^KUkh&B?t$Cx9){cQ{sy<*y;$=2 zWxKQ9+V1{Y+E?4%=WyHIcO{QF+wP{J9vYvS;KpID47dJU?n_~BJ?{m#-K`7%FCF}s zPf+A1j)=p=^xJdPXuZ8yPmY6|U-u!u?(}niejWCv`$&dA3pZ}>z}5LO!zZQQx=u{v zPL!kdY6SM?%jY~#LVVW4Uj41`=QHl(bNrf}dGEXE_}&D^FXstUl;s$|oF~jy@+im7 z_}Lx%_?Yfv@_d=+#kN7m`fzVWC%s4bo03O7?UyE@9_oL3Z%eJ+;pg0?eaLOdxS8sC z*iV7|2Ix--KLT#LXQAI0{hLZ2`ct9feMTE$KX+ubIBNX>_TF!3d)XU%>(%~n`@>`5 z#xvd56MuGH=6yZ3mupL%$k(~NFZBWRt+(mCRoIWf{+}89$us9ux|BS0oPQpVz4h&R z_;j?3_u;;W<$JjOz-&bs#S!kRzYP3i+G8KMI$LGb|B&Gml^uP==KgP-uzG%s# z{!C5#S{gnLycareldmn|`nd;Of1-`VQT6lB8U8WcdB|5Kk63P8lttSA=}@d4;s|}` zArq85^6UIR-W3%`aOWZMuBbRd$9c%p@WZJmb9Snk*X)mg$2r6}LdSX6R&dA1J>d3Z zXTj}%u7n%sJ2U(_xbLAeSHb_w&kTPM?tJV;xcZ;M^?&T5 zuEr7hGTqtX+Aj*%el5861K^g+sc>~J$?#h;{HF|`pr~VUM851NC(H0<;I^Ya@O6tA zrgpSd$)kO3Li^eg``xhL7yC`Ik2VrV_<1KD*xvsDciy-o+<5L*@`&4J#Nhz!z0TyYl2`pa2Ckncqobb>!EG0x z!L5fAOcv4kWxJRhZoOI;ZvEe|F7u1)^ahkX%CSq~L#kJY!lQ3V{KAZm=gXq(lKq?L zm@nT?s-Lb?v|pEXf&H`lY}%*wezkt4^CrQycU@yYwk-L*zvz=wzBb9^>wNg9MW2xD z{{)|&_&iqfsE1D#bGfeN|6jm<2JByhA4|FHNPIpa-96#X|MxF>r0cpVt^1;$cPZL( z^51<(b?z&5!oDkhz7Kx|KgWv%izDK%&cr1T9k07s9(&7cb+|fdpFDJC#Gj+FSLYPC zI)5&C==fg3C$U$@>s~%B<{l|-pOp479hnY3Zn@41?t3uPdliHG9?Z0V65RJ-x__cS z`>P zsZQDth_Bf%4MRu&m#gKro?q9kTfkkn?hgMK_2Cit%#_y~8SeE1E!g)j+g;WFV>3MM zb4E3dpR|whLup^-)#tz@`yIouI3iu!(Hn5%`9p@!Ouf>6)ePSa?mT=5d}sQxOW^Js z+z5Am_#9k+zR2*-)D!J}zn*-pjQz9lMezSUxX-Ec`AA);SO3P|_@sS___OPp8QD*; zUEc`T|JUH^e+W08U&7}iUtW)D`)VoXW^sg{rrRsSx5@B*;2Sd@9S2u`be_kYmG;{n z=P_qPe{`P5+_2NnIy zsGP^NK8y+HG3Oy)?QtG6_6E~>JgsMA`SDvnk9l@+ZYAYwWX@xrgZ=0{kNI!*qnhV2 z>-~x6F{fr7^nc+zW;fbn^E_s~K8(zH%tNUsp2s{4-aL<4k7x5dW<3tg^O*HGG|yw! z2qM3=P~PX9+mT$^HMI&^O*H`HqT?$!uX$9%m7 z??ArhU!Z@?7gnOh3iA) zYnHsKb4Z3?o6-4uhIfjJQylTjbQjHV-_K>edK7#4%NhP*hX0u1lX4x1`aa)M-aTXQ zbKA6E1^Y#)S8HeZW*P4D+0@x9V}D47d%ur5r(^#U?cyT%*!b`LJ`-`BPY14J@w%Nq z!At}Ia376vm<(>eHz(Zs&^^PK$nahnzGjB^&G4-< zd_acpo#79`?ayC;o8ONzd|K|)QKuEIPTHT3W-M=wPNq15+t067qjm1Mup8WT4~DCM ze1@m%HzHljePsM`+!+)6aX!%A{%l>wvpVkVm5KAQaLf173}2XW*>Pt@xaGSETz#)& z_xjA!O8XdY<0oAwcN03M`!L*e(>k$QZ{NY*bU%h$Z-0a@L;vh`>~Rhv?HA3$JmDI6 zw~|M>EQ?Mb>`ga4k1PC_-;RAxbke*f?3aT-N4ol%uAd2e{Y>}!ho8%%Gb8hm1IgEd zaQ#^VuKkK75B(L;?^p70ck^P5Nb%ejo$E;VFm!sMb2d6#pmSkH=NkA8=--Y0jqsmgi#>H5x=x=fvdl8$s=xYEpCe2;u-s8;J#z?58%$PK0`n5 zl}>R^^WI2zYWTS2ye|0G@Cljktw_C{4Q_i+&o_?bI|y&-%GCTt9t&g??^*4(IT^0b*>LTzhdZx$0IvP> zaP8lNYkx4~i|t|r+;(v#+;;IGd==`g?>%1?{uTDNqaWeMXM(6W#Sy>ci^28Z_k-wv z?*6Z%(9!?X;rf3mT>r0z>*uW*{uErDcQgFcl1FjIy)9{c`2p_uGEUjghyAwLcclM! ze3=C9xHc6!+o96}H{J9e_DFYo?7N|Fx(lIWzS1}qI_j^4z51(V^way1Lr4ENM@Ri_ z;l^#pjQ)9W+r=GlpXc@>+~>Bv1NZ);kKvBjU&F0$?*GU;6=e}eR2QEkw>Vt?SAwhK z^I_x%Vz18i8NLGT-TdxT^YWMTiXm|I&w)EXxh=!{GOpQg>;PBa@ml>8u(w~mv*c0V z;wP<7U&h{aKZKj^_i)qg6r#luQNeQ6yU_N&vM z?}@$X9+2Vbd352Y>p`DK=lV3=H(m8J-8UUN`Z;A;ufl!}{9K6o=6ciTCF)O~jQu9) zuZjNNC68>oKK1@<*QckTvlcpOoDCh$2BN9{R3N-$%!F(D!iH zS)N~TT{c}5NO8n3?YqO(?^W{f$Mxwd8T&QiuFHJijd9q%w2%5=90rlD>(jyL>!doqEAlqhcxa7cN}!w zcYQh?gEZ6@Zp7CdNjtlGHXM2nb>!Lp@1!jF)s8)e^kbWjnHY13(aw%z1IuzjNj&Z;lJnG z&2eGW$AwMk$HwGwVN?8Uk8xo$^hae}*c_eaxX>II+Iw8s={Gno3@G*~;)wkU@Ao{Y zMt`}FGz{*3%QYFkKKnNA=WGXeKj#3r`aY-8{hWJB``AW_pR|wk20Etu1>AH!FK@a& zKh1R0^B!aW$9*Kv%e#-1-Zxa;NAh{C?jvnj?hA!|Kl-sjnf;={8U8-p{roTCo?jS; zeR9u(bYb6HKhtwo!_O`8b7ky3zpyD>f3|^ZziY`ue=GElDS2eW^9v`U<9UJW(AgTD z$I%#4Sw#e}9GkjOL z=NFpeLVdn8CXWl-(vOYFS+=D1L=|IKls9*6cA7k2&)jtjZ- z&LPo?pYb`eY?)j zy}rox!eq>Q^>g-;N8I!??H7fgJK^WL*gOC457(c8aP8CeMWH_c{nJYO$hPZ+GtqIL z?|NZpbeiKrb6jxU)E?u)F6}TbY{fj^eqfgj-#fz(g1cV$y^RY?mHp%IXf+PyN~oOe!5>VQ3w}D{Bl2Jdbs;1bHlao z30Hr;l1JR^4>!u#Zw`0=B;6Moe>M*Ll=e{{jKh$UN4oAK4Mkr+FN2$}o8iXcA-MK$ zz}5e{HCdcFkp$9jGt+;YDGZavS{=MS*A zetr$No=-r1)4ofFF9^53rR(0Kf3QA3i@o`J32uE(`xc?2zHy!-6KCsrGtTvT-e{cD z{qIqqJ#T(HbjQwfFoFR_TcV6*Vxb@lR zR>}X7v40nCetn*m^MPjE>h-PBxSd!l#duL4#OLXKj&~K>k^{(n~ zn(0rDM@Ri@;Ocw+TKx&wCs$`$_S;>@4Z~jj`{C-R>qV>OJ6;5`IO3P-&Iwn4Q@Hv& z!qqt-!_S7R{}^2Tm*DE>o?o4wlMr81f2r{zxApw0zbah)O*4E5T>Vw*@*O5Dey?5h z`DwnrH9Xz{m-wC~4?n%G`xf|EJYV_|_zBE^J}7y$e8+`FZp?rN__lj`$ z$E-ijD}1iF@jMzG<9Qog`^Vwd&wph2cW`xPWd5VhTyWzvKiv2%2UlkmxbvJ-;p#jC zS7+i(d;cT#e<{lMCAjtNN4U>zUV?hA{bq3O)Ad@_dYF68@V`r)s{OsR3;T_})I*== z>2*Zr_ma{+z(=^Ox8g&#`Hza?iJ#ZhDSi z$eHdE=op9e{JpR@4nF5cecM-$2HRH$>_?`3X+I{kFY`Mlw=dtPFf#2+``=>w(*M!f zzD&10+Sd}amysF2oG*<``_g_)XkX@cOm1J!Pe!JFY5!YnU-~~f+n4FKRr{K^80X@s zj=#&)@h{f7Yi0N#xa0VdaK~%!JCsxz=$2UYnatdI03J#VmT?{mmqFI*9h6i2lm@cG{Q z>3zF$?`u}St>Sq_W}WyQ_1`$8=LuKi(3AC=_UXNK)pFUYw6E&q;(2=}o{z$f+Y1?< zi)ZJ0an;J}bmm3rdZCb$&ziB%>2%H5`~E5Q7s%LqJ(BiqmF~isbbDs_DjB{`hA&?7 zXlCaZ|D=6`oihB&4F5dC7cT2Ed}rdun(vK-|d={MAI9+%Q)JgXp#Mc}z ze4mB-M`!d;f~)ViroQ(DsQ)xN`rqF3Gkvab3OL*G+tEemG#Xyr{^t&z1NdGTgI&#=NU-X^J34H zylTG?jhvbRTh*Kgs^BarQkR#$k%gd6Vfgd=9vNE|KBA;ikJmhQ~e2aYUT$ zug-uEVthFlZh!Rx-2Un{xbG%tFle{neauY_=MRPDQz^`y!NX84zI^A*nsjU$pdhIIdx;X8Bv zlJ+md^}kEehr|(nn(l@0_}l91g;j?Rb9bu$4u90yvp9zpN6K%q{}itNo)g#Yt2)QP zx0&SU@_h?#dCgqd#8HjU67X%&`5JEfje8=Jj_o3zU7Wb>VpF*7VoSK~Vh6bTr@);j zTmV=9KDhdSf!pq$glqo-Tz|fU>(5w|{Tv7F*MS?K4dMFVKg0Kg>*oP*^VJ+j>er!- z$>YdAMO{k$b9;>=>HekaIFfjE97)`9B(CvDemaf}#(&2Vx#NhuI*z1t9Y+pDzdDX2 z`|3E7cy$~}+;PNwIgT7nx{f1q#}T>Xi2gf{m~M3(*>vN2KjJu|PIVkf_KqX!JC3O1 zII=7KzvGDIr3)cY~V5#!U|R6jUINxro^H7dc&d<~O zG3G7u_Fi9m{=#&9pRar))>+19N4WO;XLvfV9r;z~+Km0(8U7kv9k1`wAKxP{pPh1_ zkp6J%48Jb+~=Y=zw-II+V9M| zNxm1{^N9z-FCorHz)d$jUn}yfe!32!%CAC4{hQ$GyYH&L?~#{#-JREQ`Ch-6!>9Q} zdcI2dX}V(vD2}TCQ)al&?^S;`?A1^2qp#|(h`sq*18%;&9`AhemAf9#=lZIDF#7WJ zT;KS!`X^#f8U@-kbYf^>Kep*zekx zdfr~^lvLi;bxPvZbxPu{Q%=aNQ-lC@`6nS->lG1gZauoX2bxN|Yu2T}Pu2T|s zonpRRryNVVu2bZ$Q{=8w^xt)g=~mY%1Nud8{ongt>QvV$$=-E}`mR&dahkHQ@ zmY3@k^Xocg4|GOlonpIau2X)wPBA|1y-qp2ULAk&oU6x69>b6G;a4;E_cPDb{%>%{ zwYM^SX6B#jr00!i9li?YG5VekI(vy`16k%)L0mAJ5l+li}lX-a-4$8QwL+ z9rx8a7JK7xI^6tTlHp6j)o-r%>;2gO)_VVjOn>rVhJOOLKGaS$mG##8;CpuDOVFRF z(;Ke+1{uCLTpi!Ptd8q+`BKs7iX+;O-kN3U@uVOosQ)@O3hL(+u~y@us^=#{M9<<&~Zn5#?)n zJ%+vY=OwuH#QS;W>HK-2;fT!QJzCB7quLEDd`SCjYhdsF zvxDKr$M$G^&cR-OG2HXrH^ZG@-2wM}x6f(xy!KPrw^cmte~jnW&3M+@d!zN!e%pBN z@_#sZP(^>c-iSKE8)2clcFy&sH@?R_ZRc70xkUk10m{~K<5 zABS)bChd|C2!J^lPn_^JNBaN~JYhMx#G zzlY*~qxHx3X#KH0HtSD)eP{hKZtYQjZXAvE=Thp=zlv)V(|n*G_1Wj5>a1C+IR0*Z>Uk6yD@KH3hw(RR)Fu0 zeeaS-SXZQrm~V%-FvM*S^D-x)vl0ER`a8hQulqLYdmYHh=)aGS z`V-P`%jeGURWdyF^O1}?dzJQ4oO{y0rRUTIw|`5|ISlUmdX6Vu`_EzM?}h#dxcZmC z)xRR6e;xLFqkk7%{RiRd|0SdUH|+O8|L<`1--fIIK}P>G><6L$BV7G-UaT7b35)N> z5#?+A)A_Qn-xvLKzN}ilvz0nk{nm_rdLCfd?}vUmFILrGKBK>KMt@E0V=wVP{WIM7 z#5=a)sQSNM$*b{+ciJZV1B%Z{KVp@*`h($??-3=h>buW*8|}TWUib5?qO5&hLrORJ zHj$CyD2L@*zJkA3^73}2|M0XwlAb>hW?|o_?Dwatsr{U8y05ZJg?B0SyH@z><^NkM z{L=FO-pAUL{2qq=^MyYt&b|jn`zK2Ki02*Xya>M&{xWF^v%~$xcTxtrt_b>u$R9IcU|Ch%kqw8IalZZ-AW#DTbVd4 z4mWPg!S!d2jDFhBsiqsxpopWI?p1K#JM8%*(|s_L?oSy$1M>m%+X^?oi^5Gecm4Bb zrF}KO`=VpIN5W0_1i0y@^Hx>;^qkKs_j#VC>pIjpPY?xCmW%18>x!%T>AK%4_x*{c zyBGTA_b|BW4uw1ae->`LdkuaU_1X8~+HcHU^ie6l`mpttr^lJ0IH&eh~Is zq3?Xy>to$#I~;rWuWp39e(Y47n~Nj-moJpzz2KJDfpGhQ6X4oE3OC)C;o47Iw1qgr zPxV{j+HY6#YW(Bf!EppP{`oSAXe@{!wuInPG7Iv2)=rtt>Dp{sUYc&(B)VC!zjW&!;MR$Q?yJPv;$iThHgh-g=(y2dUQcUZiUrR)!ajzX6(Js$nx!pz4h||cpu8^L-;lDaj6gLObWN2PYt)8 zcP)7&GlY7c_OF6l&*#V9dcH9F&fl!h#=-h*z1-o;aL3``@y~L+k&+FG&jmhQt}8lCk#&LO6H@>}fB?HS779U(dIpyhdj|KkheP&mSai3m5B(IAXn)+gJ2_&^)Z;T!$_QcOAL~ z-18U1;I2b2g}V;D9qu~R>m*$d`aBBxH|WSGW?duC?Vl`=v3Fgmj`xqd{@NHF*N?;C zJ5XK|u`as~K092U1>nYidAR$`2f(;%yC3d4^f9>W)+30g_O4qWBAz4DE<6uAD(%AafX#MMA9qHkUF<@6*)Fbyk4(ET z{_W8&PWX+ti-(ElDn&bwBQ9%Lv$)nJ&G)ve(K?@}xF#X-T}vMQ#)Rm2f0^$?zaRS( zuz$Pc^Ax`~Mc?;9d)}=x{k+%z+za=7ocor(zxxa99UoWB^d|%0>K_Ex&!HJUGyRzT zt@YXdc}wg~*X!`j*JT;|+u-{7c!vAFA^TO|H)Q+zD5LWg+OnlCuTn?q4I4&E9 zbbVvB{-piPDo^{dQE%00^f?v%$(Q5r*>K0-amxWI(luYtl{~@`Kj}H%eT%*&j>OY* zu={1MLwl*@$v)|LUse1q>Fme#V?H1ITDZ@<_Bu4{=ZDyP-}IDRA7vc84o!QnH`9Je zbiB`cl?-1K?)}#rz^#W{!L{EJuD$is_g{?3_0x7bGWFAZRqJPZ?o73QruThVKTWq< zKa)?BA+7 z$I$Qj+)l6K^*NkxV{iZY1Kj>_Hu@jqFb`b&UU2PKgWG>@l;NAh?GLwu+aK-@*M2{^ z_TB2mP}`T#&y`9Z_3(nCEYdvl_>BFf8SebkdU!YX^2aj#1-R=|pL?dxOw3!X&kJOD zU$}AbIYsK9gT4CKWVqL#sGqKns{%7|LKPbbG$?!W$UiH)a5zJTWm#X#~m;F!3>Hk|LuiDQ`zoh=sC9m42 z``<%f`_1W3tS7r=_yurvu7Rs_UxtrIdpEyxWO#bsay4Jkhs06M*N-Ky+7IdUv%T|; z`7_tIF9SDUYiIajaN~0lT%8Lt{B5}L8ISAO<&(otr=HK4;d5vBA{oA1hNtWNBmSm4 z9DCP0UeB+6YrR-%<+yio4Sed)`@qd_?mdsI(!XiHG5itY(*u3e?FU!qi41=Zu70{M zv04xRiM{#dbQoM6pI@hr`{&kYuVb-3kIT3q_qr_eyASrJ zdpq28ABC&`LWX;P--bn-O7&_<#+@!jUy=9#xasERpF^kPxto)S7-VF#Sy=p@AZH?PwNSHp5}W))L9#Qb$kwk{`-Cq>&YJI zsPB72)c3t1`Z<3sxApvvpdYveei{53xb5YW4DXa_Up?UmP!HdQyFWQL^*QcIN%eCU zxb{BxL%u?3AHQxW);>umJ+C-;JbNMW^c<()H^I~OkX4?Z+g9c2{@*IUAwY3d`Mnwb zM27p`3eOMv9v{!kY)}31yy0DN&u^yZGDY&Y6NmAN&v8__@3YYU4;lMqGCbXXTGihw zWAAf6h82B6D#uSs`^cX4$LBLVNxh0^KEx5}s`F_%e+&LeA(r&JGw*VISs8Bp2f>|p zoe8(SzXn%7_TJ-&d|6(t%w0tQ%sg!ixb<@g+&DZ0 zw|;&DH(zrxzp{MOe5~r{IoLZ6UYg<8X828T$IaU_{GJT|32y&CE%!f~-GN>)KZ08>U&7UiIv+>0Q_HIpT>CB=J|kS6IpF%a7~J;06x?)s!__|xuFf^^ ztEg{rZ$%uD-$#nislLU%9&rS>9AAX%|M&1+skdWKR+Fje=zl9*|Ch}072u}3KHU6n z3^&~^;OguFx4s<)S7!)Z|4+~G^Wdg?9bEstuhVqz$KG_$s)zX(``fQ)xa+UCDfe{W zW%R?Ir=Fkr-s6<-Y9$Z*chKpN{S(;l19v{}^Nrs{=eUgh=^6eCe6nK9P4)TBlE-{t z>0-{1xX-2OjQv-oedKF$_z&_Qvh&l2_yQBiy)+$9mAX%?O{0c&7V?BA(`J zDeSFRz2Np^tCT$4ik}p>G(WHMf#~SZp>X{<5w1U%W_UU6t<{saDEBd;UH=n*n(exN z{&7^=^@qfBWZU&pMIDW!*{2^P`x;7?LF3pssCBN*ucTS!481I}9>{asUhwa}EgnK>Jop9H!zBlAk z^80kg{-u&f|NL~(X{P)-E`NrO&l}gz*+QT=!vC#^o9+5z=E?oB_j6z6efnM83Wu4r|wFoqvqZM({hS zpF6_ug8Q7tFVT4f`>)`hM=);xD(&Yfep^2$rT%=4j?WKKryKTi?@yOI4qEQM7v6c) zq14+GnSUNny4Mk(bRBi%>w5T^rG4-l;1{6dJnBzy=PkFw&6n*_?sH45haaJ1e!nbv zRIj1r_b2SlZ@OQ;n%_yv`dQ8I)YMz^>vK-@C!NQMubqTHUeBgKsUN8Nvuwtnl{5aN zed%aN`ZExne^Ecvd8J7A8~7pEe+##tF%FmEkL5UDp&LiDUH=>hTHWnT=S69-LvEow{hTiVLvYX zA-Maf-lyz7>igKck2+g8UL28b+*6SJ=~?plH6H1%oU!+QlUCw$06OmHr}t$e?|bU4hxeEE5u5l)&l6dI`);)F z!F@MBQBV42?6<)F-`Eeu-Z=jed*gXd$*c9`J#_v_{Ci~X$LW>f>u30;C674AyDd^Z zJOq2|;ZV5k`W$p@*WM@Yd6^&4G5&FFNgPqW^0-DZj_}j=yMD&r`xezX0DJqlW8wC1 zXTjCE3hsHI=i%1>ci^33Od0u#dhd+3x}mt<*p7Rr2ujmcoZ*e<=Fb7oQWq z0j~cKXZVX5{y~O+pW%}gF^nVfdpUkC3V#Z|4BYc#ec_gS+$$YN=*#zmo8Keho#gVu0QE|-SB5c>Vxl#@j9`mNZ0G@qK}Fr z{Pa4p*GN}?;+p3;!rp$;_se+RbN*sZ9!J%F^OD!fy{H?h9`2X1zXAKnXzwqX$GN{asyzCTII4awSn_K98Jyu4WON?RaNiH2pWmP_Pwxk*`neSE0r5J7<=|cy zv3<#_IwxRnx@TnUU(VQnkG=DpX(q47IpW!&)6eC;1l)9whFkxKmOSeJDb)Wnv9~>* zU-HPW?eQ|W?eQ9PtpB&c_2=G_hd-Y0ejI!Kd8Xu5e_n>`&ztDz&u7@%9;ct8aHKe@ z<+~Ex`Q-L+%j?jRSIg@mxaGA{J=t3On!KpPsa5W_S*M#XuQQRS>rAR~zK?af{=A32^C+*6Qh$#KKyie=Iv1Bb z%EfuY)o|(XA*{dA$@c=1SSAL%+?r0bW0J6^m%y4KHsqhtN_d0CFjKCjI2 zeL>dU#wYjw%{5E=YPtB_GsmeN&^O(oMLy$*`21e?m!4#P<^Iy7#aN%(S95=I(`9GU&4cZq*{>@SUj|L!kY4@YKy$#&fy`%AXR=KfN>Uu}>5rB|tM&Hbf% zoSXYg^*A*5m+EmCllPbGCr4&~N&Au6U($Yb?k}0{sO&GP-N}RvRvF>lDog;eA4|T%WG8jmmX$(-=?+-s;`4``%A88M`nL% zTGlnAvcEJ9I-|0`WSpD(OZ9s0{*v(-o%>6s+vxsMS#3MSw&3(dJt?=%JCvudYrIRr ztH-a|&(NU#j1Ah)+@Sp|4cgDvpnZDRyfON<_{`Oy{@fY+c?Y`k702@doYFvu=`h{QkB0 zFWsR2vJKiV*P#6h4cf2Rp#91X+ON`}{b~)`uhF3WS{eIXJzN`m>tPE#)s?6xIh}Q} zS7%nZI=T9so~@K@(u*{VomK4{XqW_Xh3vY|wu12JHuB>~rO~ zANH2xobZt;#{)99ZKQKz8|j?XMmndokCY}1e~!!evnBfa^DexFbhm=*&v$VBNzYOaiDVM_Iw9jvdgn;k>(6`X z%LQ+VKNd&mYyoer(K`PYu0JPc;xjbk&nD>T&-?He(oOe11k#^xu-BgpGya^M@ux33 z`tt!?e>Q@*;^)8M`g1|XpJ5q)Hb6&z{t4Hg^lp@JMSs4=UVr|a@#nORKkK2RKk1x) zq}vkz6i3vbKE-uV>Cm6A(9xeOGyV+E__H=T`tuRIrF0?cM!S{v_h98a25cqNMq42%X84lkQUgBE({|fJj{W0*)@T1{f;6vao@Ch>gSSNUQ z?2kgH2mDBQPxwN_!SY=Y-Us_5(CG_59NrH;3Ec8M3_cM1L*awqhrkEJ&%{s5_bm8O z><6PW9DXpo#I^E$5^njP3h#{0FnAaEDexBfleE)T_*d@;N9Wppwk0>HoPZ1y}KAHF!;^1T|JLD*jf9}Mq-&Jg%w zaLf14=nTjHN_dHD<@*f0Blh>gE#G_KU9i6!-U7c1-U`1H-W|RS`RW0m7~T_p2Rgms zx5N9uN1)ReehIuE{5Ev@!*7KTgrAGfAozvw!SGwq83MlX@?!%JK%-)GV3 zi2dX6&hW?JUEqI#x4>5<-B$QG@b2(O(dhwy1l|+g3!UEZ72ti~52Mo;{t&z$e0g;G z!_&K20}X^fh|VDR1MtD{p6CyOFAEeBFu8$mA>C zgOlHHIWb>4@olZ*dH4cdR4vCsMWDfar=XnsG>=zIn@ zzd3)t#9n_I?ccu6=zIeo8GpXTUVj?Z`97o5Xuf`IBb}exNN21Rlp>hvWArDD=4+hv z0M+otBKw z{`7k(biY*Ab0vt@J+ZqT3EGdd47s556qr(1(Mb7gcIo!_=*bXLsFZ*y^; zJEPO1!F()j(^R^g?;*p*Nx1_ zb+(>w+B`E3=5%Jw==96z95>FpHmGxK zMrXGMb*9hcYmWwX=FI5q)u7IanSAZjpw1~7oqZeBnIe;~0~^#?nCr?c_d^=g`C}$u z^Eaq-W=3bx26d*%#Ak^Hb!N}#EY+Y+dWTfZTa5EE4eDHwiBHc4by_m{TE0P@i8DIA z8q~QYldqK;)cI3Jr*}pt*Ut}WqyD*TCO)fY{K@st^JH|^Y*1&Wj82~hb*9SbY|x-i zYeuJUgF4+ZIvY2rlipESZKqo`sM9&)&rS{Mbjj$fn$gMC=VKbI&pDmr+DIooJ38W= zB>!L5r$f`1M^WeGHqsf^Mmndpk7I{$`WW`-rTHT|2I|EPZp`BndJ zcxzq0rms$S_^sIYfZqe}3D3o0j*OpM5Fh>Q2X8_D3$Bwl&O2qwaa`i5{&;ZpbN*kE zsc#eEr~2t#z2UlkzJULh*G?Io0dW2N5gqm4#9saM?wIgLKR3l*{U0*=?_;n2)^PQ= zfvf+0M*k!1)!!bjet)?7-(~b~%9P_v)F1Wt$>?{Z{@ac|re1X~VjV}c-!I`kYP8N* zN`+Ujp700I?+w2fp1vCT-N>(T`&%Yo`)2aBJo@JA3;Z`P7C^{!p-k6xcTi&KW2XCBVXos3hd4AeZ<*(-JZ$UtC@W5 zji2UgZuHI9=b3W+3U0nuOwJWCGhYv)Z@wOar>{o+oSOJpKcCCwYfvU%%b{<+zQcdZ zs}t#(uMbGqe2s&>`C1Qute@+^&F@{Aa{LSFT0aj!r=^Hj91*wE;O6%fxcQxo`euHo zBVRp3yf{LCa_r6T{lwXPU7N|*8|a&_H{t5sm(kg9f|_f!f7CfLeYyBcOKB4RUzpMV zOGba=jQ&v>{Y5kSf6eHhpV2=&qkk~v*h;>Rz~1uh1y3I%4o_wL8Ikel(DdcvyDg-9 zP{yCbu-Bgz;OS%d^K{0a^sdQB(()agzFhE@_+xQ|&f~z+2(3!}aH?Ogr-a9rds2T#6RI)V~(4{&nyk_;WqHC;SF@Z}=+I zlRoepvF{7N3EnTm`@>g7e;{0)LGas%+hF+D^z%dD>I}{B;Tb+6!#l#g?xh9(TPd&4 ziGM%*H*TY|yuQF6%d0EpYk57-xH$s5h&6rrV7;nC@fPcgLT(u-BgtGjaGP z{u`f}us06gZ)Lgsh>q!wlZnGT#MyM8#@=$71AG1XA`^$7GX9K*zHw+Pf4<82a~AE? z_#BinQ`ABISq5%=4u%__W#Q>#w3i<;{+yBV=YaI(ia$%iTZ_NN5&8$h^=D~#`WW{A z&iJ!rGAeA0&p>!f@wYf?=~BL}bzI}`V6Q)0VV_Jw=RYS=_!xZgWK?|CpZ(!2#oyux z`~A^xtKJjEc|tvmd;r_*)!d{~EltM(g}7xc+RH z@n_uRM4^#BhW;Yx=+8;;7SjC(ycPa;xc*$8@n`(xM4^#BhCd6UqdzCZTS#{ycq{x> zxc*$0@uy>QqR>bm!=LWx=+80m7Si1pLM8%)^(9xe`;rg>{#-Eq5 z*Pr7v{!E(4G3e_q61e~!)g(>deM zTck zH=d_v;yG`|pJ~z2pFhG|!kOX-f4ab1YqZY)2G^fUGycq<@n(3<_e-_C2GdVi?b2?mqrhvEN&y#Tdxj5s`LK%N1MMr@K*f!D_nmr%J{QL z#-E<7%k*b8xc;=&e$mbN)02GV_V;eVz7O`d!u!H+gZG2aPkZbSpO|KAzVTlj-h%#bJ^tM?@t-IKtH`VI|A9D+O8l2dK`->v$B6$* z=o|kv;4Ot+9AW=kkN+&0_;jG6fRZ0~{f?AG%8bsNRMX9{|u zojyi9Unb7R|5JDi{`}VapBXaopCD8JziOlSFQ0;5iT?}4+4z41|2@Tjx=j4X&&2=B zHj00*O#H_qUE{we-1skmKdrQjH?i*y-;r`mCeiLz%J?%*GAeBJ=S+AD`j5j~;g7-f z=a`H?y)*udg^vE51=pVs(AS^8V6Q(%W1mbSKC5Q@8J<~R4@zGyzNM(#h)Lr*Pnf`*PkD;PbT5dni+piz+QjONnft`^91qNpNHZ4 zGaKjQdK6l5gg>|APtSnG5&RB#?;5T1JK=rcQ?eh@7k(G^{ovn`-~RCL;RE5b<9`ZC z_}K^j^fCBQbd2ZO>C1&pOYsv&*gs0#T5GhPz{y;OB3pyu7ZgAO6cnro6Nt zmGV+&XvUx689pMzZI3?psRjGrN_l-s|I-iujoaufug~zu@|vFU#q#RNx@-jgcVxX| zd2LSnN*|*?9E*Oki#qTY_;0;@KW(u8e7}wQ&-O0geyLE4vPvJLd_SgMS-$6`%2C*~ z6hCo<{U_MB)@YqSihXzZFzQJ%37xHy6UFEBG59~x*Prv#mkXPg;wO%<{}6lqc?5g? zIVI!IHpz)XGkpyG_t4j$3(#*V?BWRf_p#TXhq2e6lQaHomz*dx)5p+%3w!Gi6 zKni*h^Yk&|zXJNke@*!BDgIMu;{RqQ{+|(tQHlR9Dd?5>KTAJv{6B>Mp5i}cCjM_^ z;{RzI#eZNX{!5^5{8xqlp5i}SCjPHy;{Ppi7?t|JdnW$>AYJ2sA@eKa{~Gp=zYk&G zy=Y@`ME`ag?I@W9-!tRSyV&c`C-9cy`*DQMZ+$*CS*AX`N}LDQa$C>u$8A&}_Rhrr zWzseN7p1~0d}+a-SFpD}JczyZ;atiwnM64b%J}mF`ucNm`f|me7qQo$2e8+lb29$y zm+|LW^!4Ww^o`GR*z3>z*z3>P8GjDQ`13dP_2*Lb_2+5q_2)k9_2;aNKL=&}`78SR za~b;j^Cb5Ab1(M#b7sb$!5M!ZLtlR`M_+#)$6kN#!CrsP$oO+;#-B&f*PlP3uRo7s zuRnKVuRo_}{5c}y&qL_z&lTwFPYe5F`g0fd`ZGM^&runF9?1A}CHnd^G5Y#*C-(aD zN9>bH^gl;u{JAgV&!5wmi|^{sBef_x^d;Pfud;K{qf38Pgf38Dce{R5De{RNJf6mYNb85z)YtYx9 z>(SSrYq8g#o3PiP^D_SYG2_pl(bu0F(AS@d87Wk zm+7C^CSCox0{?q-s2|b)9D;sN_(|~I@ImPJflq*a3Q6dnnaS^)nf&gFP7C_)X7bwy zf6VWnGWi`3{hsJAgg@r@bnMOVzNBk@&(7rc9rP{VJH@^$wkNG_Vd-J;w>6+gQ zGWqR?z2&#{9GM-{ah2?Qg^4e?p_bBpI^ZB z^OB68D`Bsnf6Dl|8TR_QCtN=_fa~W^l)HXjobhu-boBG8jGwDuub*qc^>bagetr(u z&xpon)1!1W(j5lx37-<3 z-tf8Lec;2<=?gy#-Vgoet2j2(dcx69}jPVPlrw`d=7Yb_(|yWfS(HQ37;ID-tYzJ|NFpCN2f3RY>Q(UcOpWyC_ixt zr+{}xe<64m_`>iO_>}Ng_*C%j@I~M~;ETe0!l#D!hED_U1D_w>7v3G-4?ZotKfDWk zAbbJ%Aozmt!SKo8L*Sj^L*a|Thr@foOI+)pr-OIIetLLk_|ot$@MYjF@EPE(@UHOg z@MYmW;633z;j_Sd!)Ju|fiDj43ts}>4?YvTKYV8RK=_jILGY#EgW;3HhrnClL*etn zhr{QCm$+8GyE5PIi2Xo#XZUXLF7VyqE$}_yt?)hJ-Qjz|d%*XG_k`~Q?+qUW?*rc# z-WR?fydQjjcz^f-@PY6H;e+4@!3V<+h7W-ch7W}w0v`@P6kg(5`ECO5i2bJU&hX9P zUErI;Ti{#3TjBlS-Qiopd%(AX_k?c^?+xDu-Uq%dyf1t^ct7~|@c!`r@PY6h;Dg{h z!Uw~5f)9ZYfDeW53?B~P1zzI+%%9tHe2@9nZ(aYU%={;vYiuFTk>6x*eUAB0vhSI( zw|;8hFJo_g(|&Np{^8Pp>yP#$D)y6=_Lsu7FY$ls&uf|Zw6aEx?}S;zr>*RL_QA;L z|4;T8@_fmfZLC$Y;xpj~meLTFNgJRiVSU>C46Mh2h1r^*=}If5LwJ z|IiK{29%$JBi~^#ykq$}ehq_LB-g>$L+D|+*?J0Yc;14u9oyj}_t?S9s@AGk(nhpB&x;J_UR^_>}PV;8VdjgHH_~2%iSNFML|~aquqiQ{mIWFNIGJ zzXm=7{C;>>_~Y;y;i>&a{AYr{kNwQ>AK)$U@j{?D;@2#-PxXJgz-NWe0-p`OFno6S z((pOpec*G#H-gUv9{_KK?**S5J_J4w{3Q4v;1|NX!LNkR3%?saAN&#c{P0)c-QjP; z7l3~QUl2Z4(f7s?e_p8ess7JY@YEN@UuJ|af_-=RqVUDxi@{fi_kgbtUmV^az65+X z_>%C$;Y-1fhc68u0bd4w8GKpz?eL!P2jI)WUw|(Ue;vL8{7ZN*_>b@v;ho2=|0l|E zCHQpkmEqmsz2S?%SAqA2uL@rqz8ZWR`0DVT;cLJL!`Fl#4POg>7Q7GqBKX?yo8jxg z?}4uie+IrD{8jk+@K50zz`uoW2%oqd)T6x8m>z$g8om+st?-TE3&1yl_kwQ3H zz5~1md`I}|@SWiO;Aw6af8G{9G9}Zs+`y=4};YY#`fFA`< z`|+Va1fK3?2!1p?UBedq7s4r@#lphrx%zPlaC!KMj66{EzS_;ltr?!B2;G>{S0xy=ygQt7{gP#xYI#K;U!7qS! zhhGTq1-}U17k)8(0Q?g8VECo*Vere~m%=ZH-wyv1{7Lu~@VDSs!qc-!BMyItPdst` zKf$kpx4^H4FATp1-Wz@`JiT)^^sj@bcO?YB9)37FH^7I(Z-id~zX^Uf{ATzw@LS;T z!Ec5C0KX01GD-bE;s5RMUhq5M{o!}Q(=|Mya~J$-?C*v@1HT9U4g6mC#FN(l6Z-eT zTj2M@7luCo?+t$tzA5}6_(1r>@WbJcz=y*hgx3;b^QWAJC-kHg=CKLJngK92bO z72bKW`hS8y37;MQ6ubxgZ}8ROPs97cpMmcQe-=Ij{v7-)`1A0q;V;1Nhrb9977yLDNdX`1-*Wu}&wcu~S zk0aeT;UnO0!PB#?Lg#Jx!`QzAe+B+7{8RXQ@Np-v|0nd{hj)R00PhC>C%h;8L-=~| zkKp~`AHxrTe*zy0{}g^9{4@B?@Xz6o!M}jN2LBTNCHyOR$0_RniMV|Y?+X7HygU3G zcrW<3@V@Zx-~-^_!w18EfDeQJ2)`8mZ}`LTpWv^+YbOWFzkLcHYpkEYFz%G~&k>)o z;a%Y4z`Mc6h4+My2VW09KDOa0v`aM6+Rd~8+;gi zcKD_6bgn1zb31%a?4N|s1%C_P3jYW`H+GkhWVWAKIHufZ3Ae+gd{-f`NW3(M~C#j)=N zUjp72z9f7Ad@1-~_|ouU@MYka!k2~L4(|zn5}wX2M!w#HFOU5<@D<<_cZqM+>sv2) z3w%ZR!tj;gz2PgvH--0x4}`A*KODX)d^mhH_!aQg;djH=fIkCY6aF52E%*=cKJd=d z{T#Qo;j_cnf%kx~3tt_c&IN~ZKlu9C?+M=kJ_NoY{4981_|@=@;P=BfhQ9#c1pXm> zQ+S8ze~wQ&mmOp(_~zKR!nc4g1@8y%1K$$94SXy3Ao$ksf`19$8{V<&&vDxa-W5Iw-W{HF#vb z3>gGB?7|vc(69y#8Wa>XC}^TVgTe|58Wc6SpkWOfT-b&E!){P;L2><`Q*~?V*N^Jz z?&+SX9&SE)&9{Gj>(s4t&%Je@mjnMK@Ed@C3ivI+w*kK!_;tV^0{&^>PXhl8@MnQ< z2R{2PZvI>k{8-?h1wJ46=YU6m-vB%b{6^rLfPWtNR^VR%z61D8!0!ZpGw^-DzX<$s z;9mm%0`MKcXU}!>=N8~61OGDc`M|#dJOcby;7Q=O0UrhaRp2{-e+~F9;5&go4ty8z z7l3~q`0SHftY6$O@eSa|0^bdM0Ql{|hk<_+_$9!<1$+zeJ-}}Qeh2V9z`qUr0pQ;O zeh~Pbz@Gzt7w}ncb@Sn0fS&;TyTC)h?*_gY_&vba0RJBFB=GM8-vs<#;9G&;2Yd(c z9{|4-_z!{a1HKpd9zxNjKv&3hQ7w}Djx14PMhtv24q<Cz#j*G z#3^n*KLLC$@c#gQ8u0%Fz8LtEz;I{z(Z{YU= z{~zE#0e%Shlfa(^{w(m{0iXSLH$Q(5d@k_kfS(5ZdEkqI{{eU}@c#uq4EzP)8-TwE z{3_so1b!{>KLOtf{3YOb0RJ=ahk*Yd@JE6F1^5fVt;w@?Hnz-uhnt^=K|nbc_$z>i zfWH!WH}J!O4*)*`_yxdU1$-m$zXE<4@L9mO13wb@&A|T}_}#!?4g7xKvw=Sj{3zhh z0RJ1{vrcvM^EJSa20jP)>A;T$-VXe=!25x}4)}S%j{$B1KNk3A;I9XM4e&PrzZJMM zH=ghGcHqZ@ejo5R0)GVfn}9zD`~={C27V&&<4$w)`OUyj2mTh|?ZD>(?+5P8?dO!w z1O8Ufo50@&{8Hd21K$Sx6yP@ke>?CyfxiRzeZWrzeh~O+z@GyCPT+^X)6KVc0Y47- z>A+6{eg^RQz~=#v0Dm{|3xS7#Cx9!!F9#k5el_q`;5&djYccpvcL8q){R6-|fIkep z6Zj$EUBF)i-VOYice(le9^fYee=qPZ;PZj^0C(1saLN|~e;?=*z~2x2a^PnHzZ&=g z;5&dX1ilOSBH#}IUkvNz7}{7 za07TR@J+z`fL{rG1@N1IJ8OUVj&1|K67+k4uLAxca25E|zz2Z0oZ;r%YT!o#KL_~9 zz|RGK2Jkh&mjXWz_)6gC15X0~Ti~O>*8<-H`~u+D0sjE--M}^AcLBc;_z@4>bd`G*1 zkAVIz;3?qyfv15#20R1&CEy!?AMtKCKeNE+0?z?I4Y&z>G4N5~y}-wS4+Fml_y*t` zfnNoD9Qd`sF9yC7_=kYs0sIo+4*|av_>;gt4E!bFe+PU{$j#49z)uE#8SpOPe-C^C z@P7cl7Wn1BGr+F^J`VgJfo}!=5#T$3ZwCG}@GF6b6!(5V3fu(F_-)s9gM$q36{0qPj0lx|O zi@T-wph*4)?xp2R;}0H-Vo9{9C}60^b9CCGb0d zXMlej_&D(I0KW z3Gl~(Ujh6H;I{(*58$^0|4-ltfHU55xP3pzz1O|3r$B!a@c##V4e+Od>%dw620Pi7 zEx?}v{dK@uFS;pO_5%NJ&_4*A^=FFoTjsm={}1So1kUf z{RZHyPYeAv;J*X?jlfy|A)((3{P&=L5IE~UBJ?i+e-8AAi40-H`cDY`slcBHy#k!| zpA-5u!2bYx9XRX1BJ`Vq|1apT0nYkw3H=`6FM$3Y;H>|?&_40dEm)RZd|6aMr&~=!bzjdz-L+18~;ATj;j| ze+8s}BXHKgSLpWwe=LEjc}?RgXM zO~6k8ekE{D-W-oEC`xfABz~=&A3;ZPDmjiz*@LPeu4fsRA zPX_)H@Kb=Fe70-n+kwY{zXSM9z)uB!8*t7yXKvO(;HQE9n5FJ@-wAvv@OJ^f1o-K| zcLF~H_&(tCfFA<>Zs2pGu075kP)tI=70~ws4+GBtZw0;ucpLDYz}tcE1Kt7r5b#dm zbC$XGcL5IpclNMiWk2xufIb8Ky}-8spAUQ|@H2t$1O7hXhk(By_?+dg{bvCW0bc;T zANWGx8Q_b6Zvnm-_)g#v;QN3t0e%Sh*}&)Yxb`mv9s(W(-Vb~k@C@+fz_$Q*_8j9Y z?gZWo`hCFrfFA*ZzLsA>b>4_XA%AJOf+>z6JOI@SVV&J=55deZbEF{UPAz z0-w|8+P?;P2>5xx`+=ViJOli1fo}o67Whu!7XaS}`~$!b0oQ=fS>f7$A@C4z9e6iz zj2GzcLQg=Ge(#JehuiyfwTSwk^WZT{|x%;fwSHj zyV?W%6QG~7#%dv>j3I3Sz76!(0cX84 zRO|19WF0?vA;ZFC{<&w)Mxob^uKvjg}Ipx*_Y^-kG71pG$OzX+W5 zH;K=>{?@hs^PpbsN48}v^AXMITM=UnL8e>>=p2hRF7p*ovot-$wy{&wK3KTGHj0>1F*KgZv=in=ywAD5%4>Jb2=}IbPfXlG3cKH&iW(7dq>D{ z?R)_A-N0G@PNDAyPPoO{cQ_9GCy>ro;6DX^J#bEco=E>8;6DTXqrh3eM(Ae`y7oT^ z`uV_r4m<*!(@BbSHUa-v&|e9h^%o2ML%<&f{iDEHfBIk9_RSe`?feDkj|a|rCqFL) zPPio_(n$bky|Z8Q4&XdaiiK>+S*mYtSE_us>(>egnK8_(9;CfjK(-w2%3Y58mWx=$hp{Y$`~2HvyYy{~70ZwLP0z;6c5*WD(ryASyPfc_ES ztluH@F91IT`oog0J*>Y~=uZd!Ea=;Tv;Iz@9{}#O**WD4fV1A&ulXwAzlZeq0)Gy8 z%ZO{|^T00z{s-W90{>s&C#2kTUI4xk_=~_V1J3sE7x%jp_#Z)k2XNN^PUxQm{wL5s z3!L?{Uv1lWa@w`?CD5M%ob}Eb#uozrGw2h*SsxbZZwLN=puZV7>mx$HANXHD{}^!A zJNsWBlX2~DIo$p~|9v8G);nie^#eZ)^ydL*{fC7;R{?(o=&uFN`fG%KFYs4_{z2fZ zze(s1-{9JRIOvZ8&iZc&{aL_|0DTlV>whHlmjHhi=&u0I`bUL+5AeSN{XM{0e@N(` z13nA%e+JI_SI)NYGn94j_ejup184o~g?8B`#~gcrJ7?T*3LAj4{vx5@0sLr4 ze;07p|D(_!1pZpkKLwoipB4I(M_v102l_LBv;Ol!zX|v;puZA0>u(qO1Hg|3{oFD4 zx~~Tw2mS`&JAfYt{Au9M*+86f=pr}$H-g>-{wCmifS&;TCEzClKWn3#{+oec4*V^^ z_X3{_eD=7T&Pl-gfxi{_R^V>~em!u`|Ggsr?*x7_=|G3c4 zzSyubOEO6HUPUzc!zXQ@g6FBQzj#6B+g|3ZKU3&W1@4?t#YzP@>z50CKkzdk{qumc{yd@I z2z(ysF9Xi{A)$W&_`5;>FmTpiBJ^`FaqlYx`qO~3{^LTw6u1KVmB3klz0hZXhe1CM zob_K3`fb2lL4PA~*54uYcLQ$&{r$jM|3jgF61a1A80WyVz*+yW(9gNl&7TfP|9If6 z|97E}1MdX=R^VO0_XF<+KI_Bob>9R0XyANZ=bVNR@b`lLLg4d(CxCN0ulgJNdYgft z3Hk?szYqAsz&V}QiF959{(jJ(^>^-lIep|z27oUB{V?!_z&8Nr>z*X8y9M|n&|e3f z^&z3(1AH;)?*Y#G_Y3`g;1SS22Ydhy0(=1YKH#f?pYZpV zIaYt^Il$KfKNt88;A?>I2Yw##S^was?~K(jIT|?o$s*w=A>e-t>2w2U{n|F|pM^kbku2{`M|7y6~Z zIP2Sm{)El0{Ta}o0-W_xp4U`<<~|CdUG2{Z^r$4}28Tj{s-=7lb|u zd<^uXz*+xwq2CVtBGBIqob~qz{Q=+`LH`7B*8iK(pZrnxe#b$725{E@Ug*~XzZmoe zaMr(Kj-BpS;2#40^}tzww9r2U{1VVV3Y_)t6#5hX$+iDd(4PXF^^1f)1N_6F9|z9* z3xxh&;C~1Dp8#k5MM8hvRjxgoKz|Z&)?Xv^N#K`(eiS(CzasQ^1OI!_-w&Mi_X+(m zSG)H71L#i#&ida7eFpgDpdSa$`WJ=%0pM4F{$b#(f8Eix9jAWGwdWr}uK;KL8A5+K z@Q;B0YT&FtTj&o0-wgVvfU{l~`uQJs?YR>4{lGs8JPG`tfNuhR74QduUk&_W;B3!_ zggu9EaqamS=#K)<`j0vG1OGVaBfwdIqtKhcw}5^J@N0nY0?z5|7U{eIoN&wC$Jlls zc8zO4>z#9(dVuqI&|R;xb*q81{)X4uJOkWHf3D5PfwTT0p}!Y6r$2V2t^Wyd)~|V; z&7TJTNx0wVfwSH@$LREbw!cTH2|t>U^nfL{mt$ANzu_%pycoxLKR z{!h5}dp}k%aMsTi`ct>M_Iwuf3UJo93VjCn z=RiLWob^kDeh=^)Kz|Q#)}JTzF95$0^oL#R+R6Hi(02j|h&|e7ri=a;cXZ?}K+Uf2F{w2^K1il0K zQ@}Z$Hjz%-r(8R40sWc4S$~tz$ANzt^gDrn1^6AnIi1}iox``e*S!_=ZNP5>ekO2E z=OxD;;9mv(PT*eyeg|+)XZGuDJ6-_36ZD5&=i15oHA3G8d>81?1kU!7~| zIP32f`saXu1N46e&ibx5*!H!3+O=~x=+6Ys`c*=20>2&fmjY+KbAHmTz`qIl+kvzG z!y^61fqx71&j4rr7NMW}8Q1b>%T4ZYk}VZdILD?o%5Eq0{=GXuLsWhCq?>C z0{;%^p9RkPHy&r(J%77v|DB+Z0B8NE(3`;T0{x}HSwAlHdx8H8=pO{m`mYH6tm|ES zz6<)JfwTU5LcbRH-JstJ{2t&B0skKGM}c$t&bdv8f7Z3<`=CDxIP0Gi_Ot=N7xZ!9 zByS0wZl^l}oYQGJ-sXFNbGzb=vu%D4aMrI9`UAi@nS&u){{(Q>uM_&v=j_i}%jy47 zq~8sk^>+*X0C4_}vmet1z*+B{=d=Sjr+?@u`+B>8v%c?*Hh%#4k0IY42G06np+DgU z`+J019svC*z*)al=m&uR1oS5Gp8~%L_|Jgf2AtFXl1Tpr;QK&-*o`gLFSe8QN50Aa zxd-@zpkED~^*N!x0r<~Be+zKdA9jMB{xP4o|0QJgfo^)A{qu>yS-)E7hk^6+dh=^+ z{RZHy|Ax?C1^i*K=UU*b|AEjS1pW)qKLwoiho5L)x9tn|zl2(T3HmdEvpyyCn}P2K z{WZW@@0`1H0Qe)Ie*!q`-}7eMj?hi6J^u#!Zs4r{tk7Q${8ymA8aV4udW)Uz3&07t z+`Y)=hu!R6m-VAU-vgYV*PJ=FZZ&Y$KP&VZ;E#ems6zB(l{}=EJfO9&gNM|c@&|i<7^xK5~A>dDg{+KVj z_B;dpLg4=mJOP~Txl^RS8~7p6I~ypGwB=dgJzsIJ`#a#N;H=*#^c#Wy3G|l%XZ^2*ekbskKz|2t);}xsPXhll=${47 z`omAQ@AKrZy7&8kpg#jR>t8GMYk~g-^agO&pCa^IfwvrCUyJ{~9ysf}gnl3J!$AKC zaMmvo`dMFd?SBR6j|R^A^Mw8^;I9OI6gcaXLVpSH!$E%qaMoWe^t*vOYpvMAyMVL) zYN3A`_^TlO=Yg~S2BAN7r+dGD1$qTI>%S`W7XqIJ`UG&+-y`(ffFB9^8-cU_A)$W= z_+NwmQQ)lqtst&_0J3aV&Jnu-wT}evre(o-30t7&|e9h^{*HDJ;474 z^!ET~{b@pf2>5G2{~~bK&lmdBzwX}e9MHD|XZ6za03nkp9)cS%31|?R578e?90Q1J3%a z(4W5BwdW0>ZwJo$Jwm?;_;H}W5;*JUyu(iSA>hY@{!!qpch2=W^>){uH-cUP&iY$L z`j-HI6X>r1&iX?_zYq8cpnn87>zAHt+i~(YU3*Rh{TaYnf0fX01pa2wUk04@j|=?+ zz~2J;hk>*H)YEJ`=6=hyXD;YZ1J3$QLVqFflR&>6_*;SB44l*1F48#!{B59r5jgAr zAoPp(xOScl`d;9yKj)pcZX57ZKz}1}*6$Shr-8p6^v?rl{hW8%>7R9nYtK7C9|g|( zjL>fdek$k>0zVD-Q@}Z$eIlLEx83W$6ZDq=e;4p8fO9$vPq)AS0Pxd6e-QW?z>oWm zd);}!PXf;A?-uD_2>jik-v-=SE6ge12%OV-M5J>NxB}_C1l(Ce%;_9)C;x4~PjNc` zC(>C9ydBapfV2J$XV~B04!i^OHv?z=n}q%);GLj9;x0Qql3M*OZ9?A#ybJUTfOGm? zLVpwRZqVNbob{W9e$KzR*L@G@j|a~B?+Se!_$eO2XMI}eXMf+dzZdk!0%!dup`Q)O8x^hW|`{SSq{3%CmU1;APVN1@LE zclH?ID~rMI)_+3i=icYu@428q4LIw6AoOd1 zuK~Rdob}H699w`BZn>e~zTS1fS$}$)%?|?S{?a>-w)s=QSsxMl!+&6Z&S~?X{#EwR zM*(Mjuh5?boYOxb(vJdX{gBYdf&c9hcG~>+2yoV?g?=~iwV=NXIO}tc{XewRB-C;N z=#K)<`iq2q0Qd($e*tjTe@N(e0M|gj3pnflPUxQoej(_e2hRG|&(6`+0rXK_Sk-%C11)(1R9tZsez*&En(C+|lfc`n)gTVg`oYVQG zNN4GfTswzAzZLi}@autdI?sx9o&=r%{jtmUiX8b-wb>`@N0l`I;V(q z4ggPr{t4i$f4|U&9&oQa0{U*?tUpiaF9)6i{nfx(pA-81z|)|A3^?nr7W&hF;@Xn| zeLHa0JLlqT1HJ+DHv(t<0g?XGz_Xx#9ysem9kv~3{nWK52l^;*)?Y64TY;OPzaBX2 z_Y3_V;G>|w2e@Uw&^reKP!cU;pg;0wuAQv^lh7{(ei7(b0%!djJMHi92EGyWcL8Vp zn}vSvKKHugpq~%?V&H3le+ak<{1V`o0_W?V?AQtXQqbQ8ob_9T{s8a~gZ>HNtluj1 zr#|T37vYxv0sChKIO}%{{UyM;KKi4mkFEgDdgq*;8-R2A&c1TD0B8MkBK_xpbNau0 zt!>YrfwTUEE}I|sbNgRToBw1kw0}McIP2SlJ_(%D-~BpUKMI`nYlVIb@GBrcuLI6{ zQ|KQD{t?hW1Dy3Y34PbU+Se!4vKjOXfV2LDZd-R1@Q;H2THvhj5&DC`{|WR@0cZWa zLO<&v*Pg3De>8B`?-ly_z^?{<1UTzwy~j>>3-FJF{yN~S?-KgQfo}o*Gr(EDQ|Q|s zcJ03g^k)KR{cfRO3;dr!Zvbcg9--d}{1c$R132sV3H>49TS5OKaMriH*S0(K3)lW@ zLEjCW^&z3p0RJTD$APo{LZROc{8OO63pneY^L`HhrEAYN&>sby^*coROMzbp`jx<0 zzhCIL0sl1UZv@WzLqfkF_-8=>7;x6ln{V5F%zoGY?V#@g{#oFwfpa=xkN(iD$>~w{L7%<3H&R- z?*Pu}WJEg80lyXWvwr2?*KNR$2F~eR?c5jeuY!IJ@UH>afpa=v7U^sSz7zC2fbRmn z3pl6qLy^ug2VDEV4*C;;v;HNa9|pb~^c#S)zUzH`n?fwR76iJflCyxjPRsjs7d&8+?Ju=BsHk<{mz#zwPcUR*czmU-)PxfTn| z)6Vbf$i|YfOhySC8#6{WF=C`lJsIv&N7v6nqrE!1;HYsZjb zYN^qYbw*Z84{BLMkB@6Zqk1;3#nP#Gg1?lDjJ3?0xO9zI3WrU7y`iz$+PZO#Y)hEq zS|T19ac@91l}>HRXe!26)rR#{JZWU3OUA|`s@bkBOr+w`CB1!0`v_UD4;k8EB54}g zT&J2CO6f@@+NUTvBb7^MwUOLVu9g03i;j$HQB{wQMflf}u~p0IBB9){o;BiH#>__h z)Uc+sFVd6Ab$V?5QX@%Or$p5*jrIL%x27)U|8{G=S|T-;UT;J=iEeE{YTUY+dRgD? zXMLaAt|@K3`cTR+6R{-;BN?YV>m=j&7P|UIlgWYcj1f^6Y6ZV5zVB|nZ*@W8_wD5D z{8*%^XZz$wo~L*`(!z(}^WerJ#ZNt~EH(!9(WKdHd&45~T{E4HQZ|vPN{AlVh@K)h z$wpS;1Ea@BH(@GWTCe@FmZnFpv&$8Dd9Ah=KPBOR({md|# zTEXwhWYDx*&6Ny4O4aPrw76mFiDb8?jp^Bhp5iF24H+qI%zENlVkDEKI2zKFu+~cj zGNI|&tUey?Uoy6WQXt-;onwDf%TW=fG8yez7m6&S#0N#RrzpS5*Xtr`n?^#4N2GOX zJ4KZLXlgJ`1>cs?=W0Y#I#sF%^Af*RMq+iR1}8_E(3KBg<3Z~$|O`O?UYmxeok@SHJE*n z%AjM6VtJqQBY(IMKJ3G9s#eO@t%y5O)Z)*VQYbrk<;*=V>bWgsQaBAF5dts#+A1C`;%M>69M&(@%d^(I3iB zg}$Pkuc={$ufB})##A~IDbt`RuH_7RJgJxw9a+{h65>3jbhWWWE@3)Vvl^yM40mg# z!;J%Q6X+F7Ry*XLt?R?FUwdgV{wpUu_71V4as0U zLxQodGs|c!qj8|4vEOo~QoA$AWzcdNv=YFjONyT}%V;d4aiF8I--0C>jpYU_w0(`W z0ZY&~SW*0(Sw>?SjRPHx{gy1rXe^^~(?nxGXO_`eM&m$7W4}d9G8)Th+%(bH&zWU3 zmeDxS(b#Xttac&vJEZU&`r{Y_FDucBeWK!fM_bA(NscqL_2ju z(3e{KxwVYYGD0^=g!Wq)B_p(q(5j{`)gsQ|Ra0z+;pf&eLdyu5n4v*CW+9#r=!UbEkkq@ zhG<{EmN8n!=w^x0e(SGfjFvIF8Dq4cU&|ORV|25`Xt}UZPbMxl;=M*Lr_0l`on83 zDwob`Be|hmEB)0L9U0Z4svaGqsf#>&(QMZiCQ|X}lHNWwq$y!_JQW+xrc*TCGaI!~ zYmShXNhcGrgppI)7i2Qo^v1-9ZW;rL5hJR0Xnks{R(z60J57(|6uSCGlgWYcj1f_z zTETC&fu>U~&?5cna*Z}V4{QBNJ!TB2lW{VjCt*z^k92FjS|T-;UT;L`pg^-*TaX&p z;<~BRH(Ta4Caa2XsGhmTStcF^=aZF*&5~7l&$K>Hf#a(wuCb-tQG$jUe!^v zS9Mh2RbzRDr>HD;s)?bLo>Zd6x906xT&#Kb|J<;iHR4*vGPzEVtzT*+ zGe%a4s$D$ymixW??4Bzz!3l%m)?{K`&eY9B&P>E|S}dJR8Zk4S4R@I7Od_V0{H$}8 z5i=5F6O;TG3>k}@FP8A({EEbW?vpa0HB?|gzmZL(<5OxwxXMiMd@9qE9~GKI0j6D3 zGvpVeDN{t5{t}Ie(t&{+34W2m(~yYTNx`b8uUpfGQlnaI<3_6Rd(yG>cKc#HLMsyT z^RDs6=6mv#S=c=gEr|5K%{8hCs7CQL@oBHBX@G`)ibQ)X=Ie zuC??0q)%-x@f6tpf)?*WP0jz!)pjGYKctSX%f+&Zb=+<*YWI7U$i9wjEE&sW+WOLQ zV_GcB&(=wpBfi?Tcr;5@Upkc^N5rQ}*w{!7D0**6nR>Ew-RR&Ty*Gv1RwYtH3#}ib zBblUOeawkiWfab0syt`O`P<^gpgx*3wYZTqOnOtY8g1>dq@icIo#fP)ld%n2iY4NQ z*JF=F>T5;W9LjsbfykCTi%R9i^74(V2o^Iy$9Q<4>*Od5@R+I)a|jRoYuq?y6?E zwV=^QJt`UQYl%9QfYQElg&N_mqotyo>3q>CWLGU2D#c&lyw{ zZANXNaCbJHOT?3!b3Ky^tCkzhWYSqvGx_D#?9{Bbr=o<{={f6-C`%PUG)BcyiP5{a zMn)veTr?IT_lc1W{H>7Ix-zX=6@0jrI-o>_Yvqdb4n1MD_(B*(D=ca5+=My2Ael_Z zbb2S_?lbO&%X{bN!mggL+5K-tFKyvYOmu)>>C}n0Jq%UOEj`xM$MJ_MzMlWTv?kd;PuJW-$Y}diNfvRB#mt(6DfLE*QkY` z8lsMG9tW}7z(Ic=Q+fl9eHLB(EV2fjZJy(?hq$4~`Kf3liCnIk9?5jvM}41+)&A=4 zA6=JB}zg0j2{mp;% zR@(VZIOF8X#B1=HDSHcc?~nTNPYknk?Dld5h1>rXAa>0(@D#lv4L#upeq-cz> zYGDKXt@c~WZzoUleY7v4zO(gq=Trl7sdOhOmddW28K0O@*S;{FPRgiQ;b4BveSxcNW>sCq z0eTKoeG7%pBX3EJGpVsuTa}mo!StVMy0vIA0gcP^D!>{hdC@m{{hR1Yrj<_9JIBkJ z;zf7jIm1hs%-zviYhJFE?vS?D_vQC8)3U9IdLB>k(v)iFcUg1ds_EdS>y)0b5)NBa zNqHTmwr*UbX<-R-Tua0wBktVfa?yzTDJ!20X!X}oR@AGF(}0WDR(J}k@X603D)(6G zSf2CWePkh~wG-CN#~Dl4T0Ak`zf+}^Pz5J@@z`Uyt~WFJ%hh_H<-7Z)q(PEb$yRnnue)_x?|GxRt6%s~QQNZAiX_JLrz?@8sXKanJkqbU@id8xXpw}LGw6@oU@X1<^V%Ee(0Ml+*x3DXnnY3AT+lQd8 znN>Hd>X=hCcvfDah}1QQCT&d}bEev-)xd0-oGGRAgsQ0^Z(`w9i3i>6Hd0Qd zVm)i`wq-4#Or!?WZY|&V`^fjlO19;gzC5qN*2*)w%*c0@?{w5UX{%q;zVfa=ZWdL2 zVTE?Ka`&ha{ut$bYO0#0Tw)gnGKDr@tE3;Yvi_68H|=uM1LbRVZFySNye65+HD+@8 z8A>u+Ys*&ui7ql{E6dr!&ftnRI4D}&RXjXgt{bo>%O*c_pzbEsZzQ^$X_a(APIL(7 zjh$98lt?4S&WLj@`-(V2&Q^C^Bj(67#eI3Vmdi9aMXy=+xwIWAZ~mK&TC2!9;)baw zl1g`sx(7|(Y{lJ3q>ATyeu+&8o&HVU){OSg;$2w8US-|lD(ei|26dsvBM8;+>!Nfz zd!*2&#vC(8FK5%6f=Lzh87~5&zwJAzeoq`L z0lIEPJ=fV-jyDxk`?cr*b=$8RXwy~=Q1R%o@P;F+9P`s}Q&+D@;I-I62nN;l4F=+#r?``L)~($TpnO}jpBq;Vh~u%MR# z+R)qrJb`5yH)Zo%<^yy*L57>c+-PsrXyZdZ&!f6LZYJ9&Q{<|CF{#|Ud4fcv9J~%@ z=XrP|Y_+_O-?HjEWsFWEsU*$GI0eoo^cmx5RM15esvQ!T5}SN`(5J$RiaMO@Zb&(o zsAT}KOgGeIFI7`1sLJ1JxnZx$rQF?4YIxIa?s#3gs(WsBq> zHO-$1@|{*brJ|-=S86!0g**Jpw=nDcd>UkAL5t372gecq$(WYgh$e>!r#BU5{C3PUl3aE0$<^(9P04 z*SmM2t{3;t1Md)C*&Kq3UPLQ@+I75WE%#i0Do35~wGJ1nR9dePP`Slk!FL*sZ>?~xXq}y_u9vOF&075y@7DW< z>vFwX?zGG%0Cm2{$zG|JyQ^r0c%ARFe%JKAW6xfYvON#yPqcjUCJpi13=K2z-)%H) zsiTIyQLF?gc7_%E*mo_N)>E_-jyR+y($9y$Q_6~Sf>xB)XjpTSsA0($uP)lY%x=F9 ze&AKNy!>2Z#^pohDGj6qn2} zkLyp#XmLq{YH_px4`tTRO#^(BeokJ?Gi}W9XZ;>WW9+L-PBzyd=_DRWbKPiNp6yhO z08iqHOoe$Pjy;~9fmv`e*u-;qgV(6n2fm&s-45)}1B<#`GZE%;9rDsCwHK3A%qt&K>PusDk( zGDe$X({n3t4?QRvaZcxmUeL*+Ipw!c_((t26IuB~D#ghpATiaia32CbhXr9Skn64mg+Xh+?_9|N5#b zZLjJry~apew#b+B-9}u`>9(Hqg1tQFvV&0FpHAJ3^>VD*?XF|>S;n}js!1y`VN#W9 zm0kUfirP+amFx2hUPoRY8?{tfIXK}be=3Vl`*&(L+^Fr2Ch7iO(W2CQDRyUwjeg{o zMckyB-Ytu2^Bdo-XS_Tk(1oJt70dH38qpxDvSzH&gsIvPKEG91;?<`nLngOpcD<~q zVMB8-PZIqjc}=P*$(d>lD)-((ufIO^p!L2+?Kq!lm(>L#zN}L#mskK|UDN--ma4B= z;Sn??9Ifg+^n5_v&sXp4oXE?fLl6r$7oF9FkN;8J)z?0AE7a&ix5UPf+}TY#sJd2`-szIN(W*IcvNDfaQ|CbG zT_TDeMN#u7uMX$VeEA$Q>0}}{9tlTERovxbd^OLZn(lS^RATG3sdy^o`e)@ssK-NS zUzAM8)?4+e|FY;B>(#s|(&4te!<|!RR`1WIV@59L*QVwDim4e!Q!7i&xMxfPt{_;o zuu&ns_M7o)Tn6L5iW;HCRaJGzoyhW8kMgM$J(t3lg9=yh7Pm`F9+NxGEo{GKvdwW9 zwH*c#gy&%udf$%5!Zs>Luuf}3{HlkcotRy1GdJ9wP3IEvq_YB5vrY!fjb<|Gtf`r` zZNYE9gtV?qs}bvMq;)}R9BZpZbk@K+J+_`JA*-elU&tGx@P2VAc)wNYMOHmui}IzE zDo2FL0D2Ls=1qt$qP$y%vHk2CGVjDLqVXcSW+294d?EL83I!FpynNt;|8*nF;l_1%qdHFSI8sKaN z#iqs)1Mha4Z!>KQ?rBQj(Wc;jrsD;=0k>tvId}YodedZoO*ZN^i0C`yGx;YJ^q#`$ zyuzjkWUMpirJr}8$BeFwh#K?L9q@(Sow znO*f9waRneniR(F)A-DfKhn4T2nd+X1{ODe} zJ9yr?=UE-qwXi1jSiCoQ_vjmGn1fVpNmW6AYBR~laT{ZdcR{LX))W_~kY6Lc$~^(f z%yMkRU#8EmH8XQqY|sjy~^((FZ|a3gvaX4E-Z%9>(O;Jgzu5yoLj3YQ}h1YLj+LpGV?-<;n(>D=LaL+fau9RP(ii z60@h^2E2+}-Rqy4@1?HIkJ_#9o5SAV(qJtRc8)DbrgNs2Gj($`r{x-Z;rg|#eX`!G zf^Y_ROH80BwW&j8hu7C=OVL}8SLrEbS>-(m9xsYcPQZDY;jUGUbdPXH}hFfEqj208Cx;5I0WP~T-rHp9*^08$j5t^GgplAcy;>wI!Ih z10l`O(=^+zZcQ80vk5(ADxI1(WTdn)>+lgRF_KBz>&3%b?`YCYXnHoQk4O8LSnJgl zP9Q!SGqkZpE@5g}BS#{hV!2|X!4>vg)Lz9f2aWuO!*S{<(#_bgmf%fXw2ZxrOW`hV z%XupnUcA{}d^q%q0XiIdm1=g1yNxa@n5L*kcsOo_7F{x?_G@Z%;wO<{i7+yuKNt19 z^nNsz*f45n8IxulEYwOBYO<7vw(aXFbmp~tK~#rf0WIU8FXmBO_NmRdt(qq(ddbj0PI#;B` zTBTJ+%t(wGaXuZdLrWF}-YGFNuRKR8wrwJuoNc6xY$7(07@^Qci?lTH(xP<7D4?5$ zmK$~V<*6d}`A)3lt--WX=T0opxE*iOI}UGaqA1~YdM**8zL0DpHAK~~sVK2wJCBE?q-{v&_@#qReI(QA3au4x!$rGhQObGeL0U7A?OCx}!F*cYt;yZ9 zNvnF=mHmBgN>k&XnxXug=R0$2e1LXKUp3ICts0;<`En~WG;8;<74*KzS<_1z>H~@N z4YX?ADrJQc?>Do&@7GvF>**g0MIzk^>NPSAJzjk5dEK6Tp6AKOO)pF1VMPRnUSlMk z9aqUk8BgpCH+_%WZ9s+S+ZkxgqQ+FMmLxGGI7TiD1}!ZPq!jYBTBGbr%1alct) ztn6!%eD-PTY@&wj%zXA`UmWGLpW)BG^b7W6gS~8P7__G?w<)+CY&9yTtF0j-e1l85 zeBi-*;CV%x+AN*glF?L*d#kizJrz&V3nY!m6ud+gk00ed+DOFr&7oa$dS*+#EiS6( z+v38CUKeSU*Q&Ycg-wfC!^|UkN~cb|2#s2GYqUMI#$C$PC!q3xQkT|if2^f529;gP zuY!((+Vj$Da9U<7_2&n0>@?5!t>LHctTB|JSM{tr;yjqPIyYj}-9dxRtCPM1qSk0? zgvRf<{MkJQMdPaCr4BB6&)M$2Mt@*!`TwOkIAhmeKTzIV zQM-U1UD4F4yl5Ed=N{0q)hTt7PNq67WrAk~IxW`ZWeAz;^wm1uigsb>=ZPIUAsjX|9zTG8BrBu${R zP6~~XlXv^%-J;3mU485<<9myJ?58?yGS9xy{xXhODwApKgfp2s*UCC5tqYuHBiW0U zVlSQo@5osrM%Iis-P4=PZ<(*?k zsTfHaN2}q>W*jwtr_3A=Z)@Ss+v!!fna4WDHYdk!y!4Hi*hT z5~?as8(jTN%Dggu+TgZEfh$xVC4x|adWC~>UOI`obYe17Q}of6TapF!LYdW1oD>UpSF&*lz&J0a>|uzK+ApLi^Q7Ij6ef4G-j zsA$*?W%=(R>Pqe=aFo!NpZY{qyRi13SZJ!IUqN3bfN(_jY~*>-@L33ZOUUEI7Vo|<5{9c0`s z9HNn~%ae?P(d_kcU3XrBjJq=K(tDKi!WW2lwsskJOY|@EtA*@ta2v6K>~8RJT^V;} zqrqyV2GV)kWZac;ms+sg8QWytygsfg&DA;^SDw;noftW>CQY0lNo&&J{7832 zu>CQw2rl@zrc)X{76jX;G|uz|!P0}R1^3N;&S+T=o}tUqq~p$f$8{UGGip(qbln-? zx*qE(owJ>rc9-&UJK#vio%xO{V{X|#1o@^mjc;lmYbj;Stze@C>A1mlTp4p^%;nRJ zd9Ocp32(k&_i*vfA#M-X^z@E-tfQ1MSH|1|=WH&=bz|;K7&wz}W;5W;%wvL$6KY+L zmAzppGrEjM4+q7Wnp|_r2CmbBu=jNoO^B%(L-Sbm>$tA$4O7j|F+H2mrQ-&xdF$i2 zGUm!Rv!K42d93)AF;~8s1^dm+$8lxMl`%J#zZzVB>X!w@Syghs!PCkw;k5&Py}= z27n9>iYeFjX0iqr9a^&3lT-!`N{v9QzC_&QIrLOWr;NH^<@aMb5>~+wITk z8_W1xrqYo}nZ}Tj)pEv$Q6m*Iq9ehEjinzqg&%vY9+uHqMq}qatO?o_K3*)Nv5dw|5sf_-yUA!Q zqj3{OV;?V;(O5>~rijKK%iv@*meIJ0qOp$`%V;d4aWh0?j}>w<7|USXJi*wn;;Th*mYhx$Ptm7Y6o;vZN+1msN==*g-*WE z1^$K3$A@JkmW|;iXbgKS5tWfxzRM%P!)ecMSn2*+{wrfhKYGf07GI6mH?=`IGI_U!z z?Yv%zPl66Nj<^r;T>OZQs_YbA*9qG460jB+(HXYZ0wcbRE6iVD#NN^m?x6TAGg^+9 z;q#esg+}51Da+j(RPyhz$V(MWxWu|Ax`XomS+>)6Ue3%a^SWB*xiL22^U|cxzTADb zY0hYtt}0zs#?|DC0j>N@Uvb#7Yzs8JE#Nco&?J4fGOoT1;;N6U%D5`yYH;4Mda&%jY^=)0YCsyRKAtM0s*I|EiK;VWYf;%&o%wB5A5WE0RYujoMAezG zO{k2jGe4^Oc&Zy!x~khZHDlIPOJ{9bXZ0BLx7z|TuI6p1BAcz#+HCc4 zRT)>Mv)Uu6L3qdV81|QOwZukMGOkW*T=j8P8CPXo4NhG382FcQRmRomlCeN_v--HI zjH@!P1}Cn13|h&!D&uO<;;N6U%D5`yYH;GJ$03I@uFAL?w7BZysxq$1xEh$a>al&b z468D%1}v=lc&d!5GO7k9s(S3MDx<25ssW3tKAtM0s*I|EiK-q80cBK`Q8i#u)yGq1 zRFzRRFj3WG?W&BbGO7kFs`_}U8&#WqBLKM!plO!@@S?%u<0_qC>bhvam#iplz4}nf zFcYyQ2_qSor&!vjXDKhsQ!JZi^@{XbdG@LShXWf)eV%D-H0Q}^yISrJXuolZKt8R9 z1bKA2I)_>}$rda!+P=J^t&i8rwrx%yGOFFWMV`vq@KaemI%8$D)s$K{9Fkr;-CirB zt&FzLW`h%pwSv&L_2{IP(N;!V+L2X_PV6n%OkOLat&FxojJ6&d5XxXHgKcnwt&h{n zSSw>~5M!;!u30kH%2*rRSnK1oGS>Q)gaQQ)hf;AV_bG$mxk{V5TSfjNrQ7DreP7w+)WldhBK> z+p)488{BrRkJHZVSSyz~HtjM;k11~JxpEPa%*R>s=k##$ezbz|)e+6zH0!fDz? zIF+7|7ff$$i;j%uorV_<#}m1XZpMbSM9R$SS|*#08M$0UHI>k4DzRbI&@yH=N*+t3 zEp80zqe)YX8%e`7m_{P2miMXcwXf3c*J!g2DV*SI9PJCVI%9GK(=7#mG5x4JkB_%hZq^&+& z%T$F^T!Wu4!_Rq6ZNxQ3=`Z{clR5`Kv{UB%bgmo@6@Pv%e%@|>PTyF@-!hdBdW6Q1 zk=1erJ-1ZMh>k4l8Sxkp>(kWmLak+9&;x9BE(?!w`DCIjxeR5geIfxpMBMk?^7hic zY3s@1Tz%!`XySTw04FA(DCBahHB|{)|I(v&3@bR#afxd(g;y|vefAv7bHot~e-y-R%<^rA8CiV!q#P8qc*U|Gx>OG(A%?>yXa(IxU9D| zu@3+}_Plkfo|O-RD9g5-C7Wmz? zE*kKPzg+88wgH@egO^KWZIU*CbXwVPji^q;)s3~y*FoSJVr9!<#t|dgtg8yqJ*?wZA4Gea8))!`+Ie33sU1+TsL*+M2r=lle&EqQXRy2C-;Z_aFz?yEA?$es;QbXl# zH4194+(#nk_jP1r$yg?%bg!hW=Z4WzyAice&lzEA%$OQAtg?n4AJ<}fGPzEVtuH9| zBMBJxYawGQN01l#TOdPEqlprcR_imNfKiWUQd67XV{nIBYrJ zSHn%sYexk#Gpn?)Tn?tW=|3-LW|ete1<#%wNYNJaTrF)K6>##vYTuGL^SH%86>u+2 z;7geHd^vjm$V5iw#nP#qNv}j1?*`Zu8c?c?hFhK2!VzO6ogLRGpXlvvXgsWl*TY_m zs{)rOr1_7En$6+%b?Iz2eG$!qbEXe!;wq7m(hX5j2&ciC24#w817hUd>D3@epYN?yY&+?D6_*zV#+ZL8HRD$%Shf7f-p zM(G>KGr8EkJu@um0cKhaFP+ucNDsH=Wjy#wiO}wOFC7{;i>RNrR0Ewc2`D5j4s&C? zY`C6g+v=QQ`7NaYzLrYNSxjiTy)_Q4$WJ1%kS$#a(zr-4;?wI%G3N4k!c5Cs$A{y|ShzL#(N;EZ?=D|u! z!qeK9XiDkjYjz?u_+u^NvVSUA21@fEOZ0kj|E6;VT4{#gS80kQ4IB(u|A2}*o={e> zB*

W?MixjY_41lIrCPiknsz;pa3eLSJw{v__wuANj*Y@Zk#lrfQ{Z-HMYk4c9|f zSfBUcm1z~KwV-X4^(@=9Md=K6%$qdf!0ONISr>{dqm_g_U4W*v(i+z_ntDF1UqtwYxNY5ZK=XEJ{ev{%S%hOugSe-ffDPgWr30f3Ri3U7O22iOw!^vq7N`RkPKUFK7sWW^*aCfXBC?x{rOr0n3X z-%1a;Q>`lZD05!cF$*M_KO|ojL zq-ydz_(oPuvTBl5Qx#Q{UxAWUldPI#)l@;%^?bLxwh(NSa1A7giP1;NAktVJZ87nZO)@Pi*TBeQ_v+9SEOy7ZVY35v^9~6IrD=juTA{rl|Vs2a9uJkCpBn{ILXJk4rPqcqc zlxjb_@5ylYYz8W%EyN=_8qir#fihg9g57jRPSx?D&O4d`= z)l*GB@m1DSvYrZ9J*71L6bf0WWT6ULp=$cs6mo{2JG><4B~9bJq^6%jAxn}hNpjwV zoORBPG&xtchADP5FELm{P)gHJmXLLltdjy!CpG;H30ab4NeV(qYWisrvLMNV6oi7* z^m8F(L6QY22nDI>CqT%8Bnwgy3Q|?G9-QqL!s_U{Tr8W&@UAJqeoTRHlUPO**FAVN=j>9W6cG%3WM`q zY=&5gk&&~#_6S@>PS*bDt1!1=p~lnt5_{ZOm0D+yj6Vi!K4;zFNSh9Z$^ zu)yo-l`&=_=5?6qOd>}6)#+v;XC`8~a3{8W2l!KU;=>XR;r!cI+UyMmCmOCa_}Ia1 z;kE&42Sy6Eg{z+xo>@?xL6a$9<-Nqyz(}1d@bYHlKdn;N4!0%~>s)uBeeIG-BSw2U zhKpRq{j4>#%7__>F(WRvJM5=+e>%R%`ECin@yrmVb45y|;v^ceyeL`VJye}`Yifq9 z7)_b9jitQ_S2o)3Q$|Zw!}QjrwrV|nw4vWnYE+AD+(b^Re1I0C z^wOq*rgI^-%Ir3&bwI0A2Gf;W*E(dRM+}p;iJaJLv;7<^k6WpzjZkZYcJ|VvWAySc z-L`h+%=mDcYkn8?iQP>|B&4H`!<^?feXLqw9FfMg~ze ztce2vaYxhvEwVVno3=z&C&@P=n)OJg$VJ+r1iDVrOHM-}T9l5!J&6+AQkL>xg~}Rx z_Y`Gi;l8$cA@KZ({WkMEe7LKml{;hTcOTVY)pzAs2~Y_RE22hBru7t+Y-bDCerpe! z4y|CLPx3X|@RctkC*`wdO5QC?bSqHTaype89WgZf!z$n4sxUh*+bH7ubb(;Q)p~7rEww)i zjHT0>t6rtE5gAO8%&Ubx6>ZoMwYTGmTqd0>?q?`tTEpXXo$SglA0>KPDylTf8xy8R zjQfT}8~xL(N+zktjOawer|7kAayN$gY7i>nIKXkGRog%?qMT!z$r{}D0)GQ5dN2$kDQOI+$ z8VwpH%v?0a4j&`G=Wm6y)|F{h{5R~HyuzAmkUKYF4lhV1(=q!16%Iqx15sh|<6Y_V zieEbyzl@VB6J>AB)R(Yi_n_|Pni=bQ5qkZN2Rr$yy@%*PO?@E}cRMW%{ip_;Ckl)4* zh?QODV0fZaT?q{=DeBOj21CPE^G@_mYRPoYZPc+dPGO6*qK4)a+cXjFOZ9P6_E4Yp zRFze_bE`Qqm5+q3SuO{xa21}?Ebw`Ivn--gG*u79$sLUGRo0f%Q0DouR(|du7rAN3 zQl<6=R(|vkYO6}rz3q#r&A;Aq+$oGEj^h@;{ujMam20!ex2H)>74Yxgs^Ixl)nJnk zEC3Izd}~!cqUnD`{!MlHl&1VC)u&_Hqh~CLz0zT;(-wNA^Ip%2``nx8)>=EbKRV4z zgQ)j8ZdBSE9pqcI&j!w)P*iz4n|k)R1F)0k9ffL`cO<$7tL@AVcW2YNL_F!tPtvS; zjk(cGCY?1kbJD%t_RY|_-`GF8NKYo$>9O@ZHNfi76y4)_S?Ap?UeMRgt0vU*HTxXr zDn~WR0P1G1rk|ZIRAy{T31k@Y?&2wqApsw^tE`OWzW~aDB@0&ZG;Qy9uht63O1WcX zD*H$M#;B**o{27mJnyQaXNeajQ`zKoBDK_b^i}RVo3=>>-RDv@#>-o>Q7bBS#0^tV zB$aNlh8rh8RFNy^(+IZH9Y2^z(ztU@35nWs9bJni*>HZf@z8W6(k-sC&WQBWso}NN z*Gi`|#UqnV(=`n($Cqf$d$6VJW2^q8$; zNoU7ZfkmmCQH7>l$21k-DV>8*&7k?z+E&?{_7t}r%J*zcu`#OImeCVbvldihKH--a z>E$iprv^!h*}T+IXjdqUr>;J!{Eob)Rt5Oxd>#us&r}wDXSqj}JrBiq;rS@6=13i; zR;S~-sn65g6~I%$ zVBrM6>N2hLjrkerx&Er^wsW!D<+Y>ujf!Rj8Rlp%1*1U3h=@~1?&}y&bRp_d^sPOqlJPf5xJPh$l7%6-L z+<#h-2lX?@D|gsUf@@iQ9GI7gbFf@q({jUbr?ZKHXpS!!GRkd>kXH&LO6%E%X|MWT zol2Ms+pXE=?Ceu(mDlrcn1MBHDB+oNefo$|x16iNu%^zuy1HG1GOw-=xNZe@TCJ+Y z=L!t0^MSfyMWf-|_-M=!C-`QK+-TC|T}@U@v^>MDUL%6VZ2_-a;$gpVnAeHwW^9;O z?PPV0`Y(B>wxYKe>LD!gYDQ})tmQcE#k(=A7@*x4sIKiC)2R`ZGNa4#8^E*&41b%u z9O;0XRhqhN;wSE8q!ddviyZxVs8`RP_$vJu5>gk_Rv*;E8L|Gcx^C>tDb#oBUaz1@ zrmm#qoC_(`2@6VvQ=~OO?&r(!bGj+|g8N~A;fI*iIryP!rOY|vTsa&n{`_40oH{Q# zIr=3wVd!Hm z?ue#T*@43^Ui7PqC7N`d(o;vubV8K$3tVkbt`nSYxVpz#>(W+tWvk}9u$7-eHMy1_ zDwN_0V3Wzcs^(71>@4UnD>J$(hy0q%tfG5FMP-!TWp~+KR8&+{R8&-SQBhG*QBhG*QPD+r zRCLkDb5T(lMScHsBO>!g#EFlS8JU$?74<8qu8RD}J@?#m&pr3tbI;L*F>tBGyZmJg zjALMY+;PUkI3CLHUu8=<=@Ggu8w4d}RtS|h@F#Yl^>0?JkSW|yh00y#4se_i zUV~|$?X5xzUuN!rKt9pTgN4G;)8N69iEMaSvNW?%qBw}CG;)!?36I$?OSyDFOxVyv zd-hIm=Il8r&K{v$=o2k-_Jjxe@Uu$iUgn)Z3PvddV|~z}26?s-bn6K6S0|=-BRGPF z${ebJ#Ea4yr>m^YA4uoHky^`>CMaPdd@Yl=AmD(BAfRhUg(a(L7sWzIfbT@wHK9`{ z((70so-*$xHdAcqH6|-T^hB?g} zsoBJ)WnkhHdo2#l5~o>%bd{Vjrc_{~TB?CZJwW{hhJl#Mo6Qmm z2hvZa2<(QC3`YOpu|AQdW1a^Tlz9sQ$rhjn5R^Hf5J8z5l04d;XZY{{2+LydP=$}$ zA({4jDJ0YPSkdb=o5O~k9^-46h|E(n5|J6E_hN%HGuc(rIn%Nmau&nNZh!BVna`fu z5+|{hnb}=ZxNB?VT~e50$qcGJHK>9kUg|CGs?t1@#mQyGdMu&PD8^a!%NXXMy|N1vs`yc%yD++b@74Z;c#k_HPpBppAeRP=5ik zMVCtO4bG{bpXS@&5+iLEZRHrs)uC^+7n(bD- zR=H5XvVhw!r%Wo;*y;ugHnVpd`)M5WRIIx?^5sS(tl%y;+JE-s|G{l!gcgJ3alpcCyNyD>7^n9>W?F^LadoSK zBu#4U8|7vhg&nDO^@@qgpC%QehYG6slsF~3 z&3dcbn`GmP4fWctMV;?<Y^%arPV-z*cz4o zw05oLBnKit92x1d!l3ccgrNc*ur+IwA(+F#T{dEMLVEHzJQ2CkXXNmWrzeFIr(v0L zX?J%vyKW-&m{icQ!jSR;5oAcI7hb=m)SGXYYn`HR@i`gHK<%*#xZDbiA*Pb^P$Gw; zW?=+#ES(O7c{C^6m&7_EEgi|p1FBDxQEaUAT9gZiuC>>F_Km1u;gKBWs>=H^X?b`9%mBin)i;A$?CmT8xE0Ew_~G zJC;j^18+;$$7u&qIA5_;niNot9OOpc`;=0DVQh@+4ByB&5+r^b|C*J4 zt4ya)y3#t||CH)ze#`0=R~e$oWsG{gD^}C4YksbH)_UKDxmwDZctoiVdamplxy^F7 zR&nI7Sb+vIU_yl0&?Ax=W5Ko5&(-P>_O3B^q}6O9MI81b!J#VkP(ePFhv97B zFgNDR4FkK&wUa1ZeWtWbli1H^Cj)$Yp9Z4Ns@<`~E^f@G__G0x?EKE@{Z7i4D?fL~Zbgf;h z(?LEdZrn(ueOj=v?j6bq;ZCuYXem#np%~Fgs|~-FF`&(zC9#`ZDK;^OYSsS2<6km| zTTJ3q`-EulO8RMMnVmn~s#?ZU)vDCX9n01v$|)MIze80%*3F~j&RRm{jt#2bAvUH8 zn?5SBLL*&{SzhC42;Dv~ZyzLcb%%EO=#K41B&!Cd9Y!aoOd8VBZdbry z#aHe8FdEMp zT`Yuf=XT)WywFdbh0T@j4sFyRm#0rEH*BR|XbjfC@wYyINy5nsDvo_w(Jt8k{ zhxQ82GMoffnDUxG`%D8Q1zGE<{FIt=Jut4J93Ol8Lkz@tXi73Znou%&$<3&_$!5>= zXhv7rsC9(ZFwCyP(GC3T!<1fpOYY8b{X-~O=cOHSO1UPAE_ zr0rXvv6I&@0}=eM?I2lNy(9USA5c( z$=V_GNy6|`Ts%=@jubHcIh)v-!YQ;CI>eC;djk=Mi2(_WP;@wjhx_EcZgqNQZ@BFRq3q)T{LJMMho&3Ot_O=&bw#rMaSzvce-8D} zH!Z37LFqkak$Sw?Yqizc8={c9y;`N4ThiOzpr<87rr8gbQ2~D4TwhNXxM5N|d;r^$ zvxPw19X_+`oC}3GwT(<_*dx&cFEt@LbU1PGYSv7%xPeVGu33`Gh}T1%P{a9^Ypk+c zBxRSBBw8C+)^;}QweGfZ`z=tIu&sdL(v|5<0R|TW3}sG*kQgQE~tgj ztj>i#KaGW3R8_+~tceD0O=PSclC?NqYjzRo<_fBR(aL6gf2$lTr^~%_xjrL}xs79) z1{G=0bXLqrjV@X)ee{fe(M4NYMj<4hQVefeH4!q{ zE7$6Xp4lzKqt>KI0dvc0n!7zaau)G0*s0IKMPi;pXkpDPcRJ+@#kFJf$DBbgsP0rO zr+QV#>f%Eb0)3_**AVVai1Wnbvf(majV$*n+kQj0bl6l;wSjVGH`mXg0$7s#qNi0= zG!y|lPEHE-8<~)JBj+`AK2f?=|2(-ibm!?|y0ka%hGE)wNsB}(zU&rCh+WbeEExt& zk(*HkEvJ6!A4F}>0cE(lP(;yB?LDY9?|XcU{`jQ+7`{>CSihGg<0k*ZliEXX4{=Y? zB^|}qd@bIrwMZ4u=rO(`E1rd8NVax>e(0I%@Bs z$F}L{Gy~Id@VIX}IuHH*GnDD*JoNUEUaV|ir(J9pv=^6@L23gXg5pfakXpH?IMZE}PBitC9v6vp5yXtJHSm%P4_aDs0VSRMKH&7N25uh84pL+w~v<5<5Gs1 zr9L9kib+X>lyu`!QlMz`Sd>M&sNXp>zDV;0$LQ)+6zV}=q=)iXz{ecsO6FP-BQP7ZvueT-R zMF04tWZa?yRSb;hKw&QM*p5iC$)$)CVocnzLP&|EnLSp>1lFAyzJoAL>|)Lrrdwc_ zNu((W)^4p^>$xd+O0y!cp@-c#63b+FpUduyE89$Vwbhx4UESA)!i?)(ucJPTKhTWk zeG?)RQsI79OoQYinq2^Z3F`~YosA0sMo1VJdjnt=90b`V759b+snLBA9d3l^(M(45 z^WKvxywkbZlwG8vP}vDyq%!in8z7U>Oh%Qb%f8^ar@J5~eb>D_`r ze9^51_wjM7-nKeM(Jpi3yTy--N=xRkoo0nHwwiWbuTJsU?k?_CEtrRE&1&)3sbC@6 zVaP5V+lBMddo%uYDTj(n0ZNzEeW5iJDZ*_d@@UVYrg5X(MCGs!Y6WREjqygf3wy@0 zdCGolw$NFXf7aL2FxIaytoH;!DjMfcmA9G}iX$DXS@kLctfH8jTpjK$0kgV1BGW%EX!q=^^0rWANNxtjpWC4k!i^#i-;b6N;GNwKeVB>%T1w=yn zzCBX3Qfus(J(Sew=5j|`{anGF3wEjZ^)n@i2=yGd%hpObv*;nI-dep}v9??FDoUTM z)(m9VTQl(wWqudJOI_nNXYd{$IrgtU4hDJ@A>3Y`O=2QS$8ji*gWW1=Hp6a6TqKu$ z%nTF9Wcnn*Tts5=2lEdz8BRej-u@Nb0I!air5j__5+d=E zsHHH5Nyj~I{wA2caLjwZAxnB@8GC9%5#Up}n&C_-b_5rK6(`m9LJbj`^B?7rz{JwEZ+A+^)%zSUg zJ502|s9|!fMzVc8nT0~DhvhcPDQ7kfz_7Ud*;HD zeS7GU6>CdQpZvYa=#^CMN=~ixt%+!j%72xZw78cfqa?P5RC0O}y(&mmsh7)}rM6jV z?VwC;)ok}VxRTx`>$&I_!x}*_RS8+UCdKM$6sp;3?wA#%dd!)tt;(HdyH&4ME)-yu ztF0QP>S%SXzyy&J88tY2Ly-}!U-pP7$@JPA5));yDmcXfMv$<+6|#5b=9$7QM}zZq z3J47pS{NspUV~$p>NZnEoq%(>yzB96z-fnKm|Y|<>RDSCa&Co#Q|j*}=g*9-7HVT+ zDu**Ag@(Oj7TH>Ce%jDZq*A;-oDH#rc{@2SYLcvcDU4Vsmlxr$Anl4R?Fia+LcQ<~ zNjjt(e$Trx=j^~YRZ(UCx*o6GA#ve{z+T%^fvzW*a5;n>@oC;Ye5fvI^7#h zSkfRgiaVoFH;wDBw?flVS>d}$7G#<$SF5I5Nh*|1PbH(E1vG_81;Qph+`-W~v2>eH zdD7YPlOtY8z`+O3N7l*nY9E8pfm-P82X#<_&%a0iyz*Pq2?`$E=y^a%1CYY7pnky5 z=)!TbrnTpDKcUW&_DNJh8cc7&P z?F@uAIEM^`{^z%9EmI0YdXBHiqL^VJv!`dIv{5F$2U>hX!e(YgdOa(Brg2>b>~;9> zGmV>xY#F7xQNFuw^(=c)%Z!A1Q;ICus_CbF3)ch-)3B}PJO@giR37#j!~2sN~WMC^bA zT+lM+^w}Jm1#l)u23u8P1Tr1t3%`S??Z(6w6w`7uK)LSxDY`bCPHp|^w zg+exK&8=bu+%_uP<&KG1&04QptWZc@1yKdYQm1j3`My?{s#4-+w`F#HV<4s8BPG6| zu-PWrA3}o5o72MduuWq)|0md){S+?cQ3qMQR=Zpq9sbz0gPihh(_Q{DELdtkWN*#t zU+(kzmtih>R(SWy^a~nx$S6{2HM=_v7#OfatZLwfU23$3t%c4NEi8P25Lc|^v>pya z_7pB|9t$is94%YXR7^4QJNW83W-A&pZ{V8jDa3iz%yOqwzEE5{b{c=o872b1syh|S zsUY34y7&-fc{p>MYjWoDhng4kR1t2jBqmBClh}h+3Rkp@O`(nrU1YMdxIQ(yrmizM z8-o}vJGJ#5jF50&*6PZ{wcM$do4w)*aDu6@W6Q!#`htsaS#_nxeuUdRnh^O6v+zqw zxS->R8ScVrFEB{C;))N}GWtoEY1|JYS(f%e+Q;q>aSh4rn29U$FiK;5GjTP%6LJvi zYqJLCpgxOKMJfATX$Lo%8!{l?7vGoh1xY>zGfAlTn)Q_ zRB9%pBgWojdUWi1bjFwcOphJ_(=^*jS=Cckw+l-Y8xHH@6ABz(t(#@+}o!am(k3Zda#^RApy6uvfIzZ^yhJXDSI%uG!NiL$4%+!%gou)-ei#JA#iowIo{Aa<6=y*$>+B z1z)lD2pprAq3{u@&14srjZP}totQLWC` z8)LpxsoO()4s{s1`9^okSXe7}$_=FZ>fBPU?^rl2SLID0{uu4N{}m+o=J9fOyI0<< zTg4m=yDJ_L7;D#R_RQXewq;tS-h8`U>lCR_n}5EzVWBHGp~xCxj+dL&y49hH=g2dn zH_`QF;zX}ptE1TxG(e?ibbC|>%6i{UxsK{>MZ6uq&u@b!_3zW@HlvdL@6~S~ZjKP}dm>0L!dfSI=yQJ0e=-V8lZ@GG?Vfr+` zX0Oz)CdD)|P|%bnkf!&IB}x`gy0%EmJgo&o-gzVY+%WSuwMvD;ZS>FFe5GT-+|t$r zydI|61q2AoYDAqj>4gL46%pQ5It?qwHi?YIeqWE-EvP<#gaL%*_XZXW$_7}1EefB< zaTCE~&@|x%U2hwya^g%5Rg{sFjSEbty_!N2b2l5PJsha$ZB{lkdp9)krN3rvbX-Ft zV(pFZ^gNbZ&uWVz1=!E3)z%DIY?H0EzRgeqYGbO}O`6n2XA8RMw{2oCJuUc|3Y&up z-htJ2!5-{#;J(48TD!2fVIT#;M$TN{$PbzSfy^@7DpUVTWDyN9N|MEBn#N2*_r4y% zC^K)01}uuq*&QFudc?*%^Inxnjq!z-OXQLZY!MxOn)j4gW_LceXHR>L-%%XcDLR@j zzr1Djlp6*fw|1@49c(7ebDdTL&NAgNCU2#q*j8&4TJ6(pbj{RQq0Q%pdd*<_S=fm7 zEAJ^~P>p>~jc^8#pccIHgi<1$^y_74}8tuAutX2mb;+ExtvDmS;YF&JEaD92D*4Tk` zx9Z(o?nsMX)_`BS+__-Ca~+OqpET29h+`hj9ceY2a8Bd!sBmh-Jhn?thBdese1s49 z-oRvR6biPR-Js9)Ma-Gd&fLo_;2w6XzH6B~UFF2-l-+ZgB4%6M+HTKzGB^TLh}**! z3Y+UEH(++41NK4Bvabu%LYp|9@i-+AeeQfD zSH$iI?+j!W0fQ(b0`*$UETRY{lKivSSaLQEcR`n%JsdD~iuF=&0lK=@Dz4Uz0{)wG zzmyl%boU!84pcwPi0jsEjJ)fWMX@;a*XV*LbK8+2Hycc{Ikb?(9Dz_MN33`Ib5bpH zBy^;-JXTGSmNv*E{;#?ru25^^(P{y?A#r3*-)aYTlUam}VcRv2Z5MXFrxY{nJ=7V< zAnl_Nmrq->!fA-&N=fCrS?hJE2fH*mLG8+|7~~B##wFvBd3N<^6HRHK#fj!(WxLaA zww9|qN(7okoYdmH5)=V}a$2O+jl4U%ZtS#n+JyqyRf+UBIs9*OZ7d?BJFu}L^?4?z zw0QGob0()?&E(|Nx4=pFH?~O?*d{??OHR@j^{^m2EMfA8Y3|ygF97D?Jk9T84vS%q zT@%hg)f&#m&ATX|x@*B?H9U^}Ji3{mI_kU*XKiz251fIPqa!?O%&*wh*&dzn*|f+t zd;f5-gvc+|lxk*0A4m6~(ADU-@EV<{Rp3Rn+eN-rEY{r~_Px0!{dH;+Tk1b7V)3A* zMR2retd8YuaTbNw6Ni>bY^SDTS7ugX1KW~x3cza?D_P*0*WBK13==KKs<*{N>WwD6 zZ@H3o+#~mHnl<}yKv%{4q_<&9RCvdCC&OP~GyT}voNx{H3}>twQ{L;~V6S15LpzRC zGJj+1kYuG+YZsO-@2s+YTyzphI}p!;UxfRM_Q?3Z>V|yD?w>H0um^IE#f-=W`(((1 zeahZ84YyvOzPX-we}ypo!QooLbONredilDZb-t&?TxW8ljJvO4tQHnikr>zpll**cer5DckVHI=+-#I@N|jQO6Tpc7%VdVCy; z*RW zx%Jxnwfs=-OK_`KWt*{I3Hi_t6yeUmRxEJ(NC%&NB1#@SYW!h$LMKS-u5kZT@9})f zD}~r+4qk_FB%L0(QHwaR)t=+nZ9p%MY60lCg1kAthw5C-?i#r{2S{?z(seHF%}BK4 ze@+>ET}BzV*w5W~30&jzsUq#BU*FdSz@4x; zz4BacS@-GVxU^GVv+q3*aT~RPAR+rMY6AztdvOzW0byXcMC;skrC2+YYP9qQ0b-bX z?mf(a_i|(f&xW}`Sd@DyK6DK#i0-^|fiBMA4Q_WK6hd~R3^c@DZV#vxk5ZO4$SClT zMUdQXgGiv|Pd7=n;jIh19PArEcETGg`XoP9ZX#)8C%1r@ zCN~-v_u>%>Xm0MDJ4X=|F-8GhBxFV!3!GZycKt5Z4Z5)IW|DB?06}*ka>%2lSfb~1 zcB+O!NT7S~(!_mwTuATjbec}5VtWCDBeWw}_`HS#Vgw5iQqSx_q?d}JfoZ$ax6TaX z5Z!cLw>E3dYLVhnjrsmVl_{VQ9hY)YxGEd@;xKH z3(19I#Eb6KcaV`v&jRcZLGc`a(W1ZP@0E>-CAB3dVz!?px7O}JD_y0vEu=kP=7qppqZe&KK6Xyl)Ftq+GMe=i-=T z<~eoQu50An!UvSdt#~qKw`>as`JHuF5v2@jl-q^ICWNrRQ@}l$)LYHX!@tn9?lO^0 zj&AsM&2o<}u{L{!25${cnu@V=fHGtHIj~u-+&NJOgcIRYLuvVNWWK`Lu>gcl(EVi; zq}ut(*$G0j_sVpD-=3+|H-b)%I9P+l5VDN1v}XVAs)o*f?kOX}Ai5J+!l5YqE+s z7~eNy1dJTcH!1l-vDx0~DQY|yo|jBFP{Rqdhhben00N>JZiLh;i=1w|JGmp!0Hy>& zGrZrprN5562y_(~mw@|$IL>|HbzDkc$F211YTZuxx;Y;M2d6zG3YudQzR!AXb8x*3 zC$)9TaopjDx>d1iyZum> zLtECMZKb}!y&|R5q_6nX-iWjY`-NxuIUmo~5D(OU zc}(n^umHkG)ImOBl}N{!qd>jxg~n#9UfeyQMa;2LafP*$6;Jw)4fALl3YQ5|(Y!JJ z06(Nc!U>YOt1{D@lnw}M0rE}d%u_q{Ud=3bI^_$+wPW;0(Y5owj)n#VUwVl$d@OH-?edrC_e( zV9NIYpmQ z&JCBGHUC43TXY}ZqCYIDH>=J#&*3rC-fTZtop7Jyni{o?uMZ8l;?%r3da zniZ?qII-Hu(I*fR=__}B^0+eGV;aWn z0?@tyS!lC;LFNeRZvM#F{~#ED1}DvOrtC9izt811C1syk`By#J9 z@6TE1E0!ufio{;)M^+1+POC$S@a?k71{GfD=jU=k`L&(Rdab){sZSb9luFy8Y+&X# z@=({2Bf=LTkYDUH?lN1HUfZhTCT_V}uQibYtk&(~cS?w`g9NWM?RM9ZYC1;^xv8yj z@6vv^N=9edIlIDA@a`pLzAO+!Gb^`D%&H^r0x_xEHR~;;^A|BGEmHCeM9TYGUF3$S zv>I*HMW$T7_ION&qT7(L!;^BccP?ilVS6`^{~2=|$DC|*xR+z6AE1H)N9HMMylE^n zsU8Ad-|e7`HWHOAQGo;!Z={5`|5hLyMqYT6P-gz7R!QN_*c>vH+XVN%*OPG+AC8>} z`ozQrT~h4aJ4>)(SGP6C%PiCnCvFumo`xA!LTWj7fbELnnov+3aaDO7*%Gc*;~wdU7qv`h9Q~)O{=ElHuO3G9Q(!I}`C{ zfA4lI?6_yT&Bku8+TRx}9B#GhgB`(sm1tpF*-Xf1UC4z4KHYLpYDTL!u+~3TUb*Q^ zsX*?e?q&vcTelKZC6aOwiu!lLQ|(uh+{%R<4=J=g2Ds3-Cx z0ph%rwA(Xs`X?o+{;>Z?a&@Ge9j3syO3M!VWu7YJXtQf)xiuM-Pqe$!Znwa+-l(oD z)swI!h}2o~V%eTA57$_4iu$n6l%Vv8C1ejIz6Ubi=9cu4@a4R93J4G3LR%qUa(8F5 zTj|u4qub+7_Dw#K`1qXMIpr*MM<&E+J3eX>3A49eTPDG-Ok@&_D(4BE)6iPBb9#KT z?3-D6!*?Q5!8y|wdvY{6n$#&xhcbe8dx;LUM5KB1VS6svN4uo%LPBXL3JJnhc5ng<)|55+R^$W@VKd}K*TP1wP^Kel81G|j!dYr`Q5>QN9!94~w)edZ zt^H}^nJCFK_M?~yP1J?qc7i}sHJ(Dwu!Cn1?on>Spl~)4g*6ykv|sWhP4f-rbo9WO zcY5HGjzD-{UBu*F5pEBYkCv-A{f5zE)#{aNbz{Y`i1aO^KvUkv)cf(&r&%O1aZ1yy zIE`#tg*6nYA@0aSQH&)wNC)N{iZohg7cJxy?9kOZa&z4`N+)R%Mr4DMXPyi;HY zmxu?(-WjUG1J*=iOE*n;ZyB(Gk5qZTym^wll-GVGrAa4X?b znk(UAqNR{bFkeqyqiTGXNPf9(2U5Gno{0l591V3*MyX+yyE`4bWN~0G<&x%E;~68x zWBSgHnK}ltr^`0=bkH?O_3e{0z`~`@^V-Z1owOm!>krZTCLO_SQQMP6%`;2~XeIOX zyD;?f6|^C8r*Q00-m+BKN0Iy;TE$}9gO!(iusmTRpDvVjXx9#0746ZY~J*A<8jd8SOR+CNi8JoO2kQMioY`!38=3Btmrvi1xwm*Eq% zPxDV8QjRL*(TC{Ys?r|n`+2{`Y>PRkvd3ere#xPmU+fCfFKkrOyRbRsax_$Lrdh0n9hz1t3s+B6fk0PJ`UYq= z=C|F0+2cGFvYKtq+dY^)&QnIN+2*|6gW2Oe<-?q9&f7hhJC8nQhM7Jpku5gBTIf=21i%cUl+7m$ZOi5HM@ju<6HD zs1DA4QVba@ti#Vh0V&|*hFLo5^Sq6N7O(ef`~<*zrg<3A-U2#Io;B+5im$_n%30jC zDhc@vpS=ERikqaZXA#KdI^nVy(_u!!)gCnbJem&K1vg zJBoK^t!sARTWU4Taz$M&AdOW-Ko{nevEZsN6Y*iSUbhHUQ!tkLf2~j~8N$j6g(cJ6 zE!TG}iUtnoJ_LoW!*RW)Do-q$CS8gv;8pZ}$~To+-ppmZ>0M{uhWK?7nn|oLC)EN& zw*lvH;DE?S^*b#%bR)z>dysO-)W>$e`cQpnk?GptyI%oF9JR*D5FgJGEWZ*X1 z_2Oz{u5d!MF^ma_P=-I5K&0GGmvSn+W1a~Bp$ilC?uIn5{%P-~mi9j<=@X~O4%WZf z-6%T9B@x}l-}U-#Oz4U+f2zFIw0gD5v6@w{LN(i|SSj0QaL=K~3qyaqJ3%fG_(+<8 zz=snD0#go91jis=JUshnAaF$_3jQhK_y{lnlo|#hJFSY73Z-}gh8Xz|3cLF9j}1|? z)oGOL0~gR51^AL|9BrT3@U6o#4@MF}g~<%tfhU)qB_Ma%B zSUADV0&gr9BCmX2BaCH;*C;rneBoxsMv;s65=~qZBs+EtV-z1UH#7zQMKY?{Qg5M3 zUeA=BovutU4mwGT{s9bk`vq4Lh={1Epq?k!C1vQLm_D{6eyN;Ku}M+GxzrmLHLn)! z5#-1(uo&h^t=R}?q>LV#-O3mx7}sI74Xqy|=$v>v!OOdWis7`Cl4PIaflD!GQf@HZ zo3EAYwfECCY31Qe&1dB$ac~Y%I-(LF3_MiFDEs$1T#wh)x}EZMbAf?LSH{$Gn^)$D zN|09GInVYPZW7oF%h;X6m5N0ebdwW&UHu6!fp6`k=}Ve60k(#($bHY>L^&KzkGmQe zV`4TlWuXyAo3arTH@Mb70VZfI&IF{a?vVlNNaSOG!e`fD-gv)}123T0(w9iTC&_gj zVP4RP)ADJ%kPeekn$Elqu?P}L);vw)c}!!{IGD!En8x^<`V(|CrtyvbY0OC03@>(x zjF{<@Wrpmay}oC61&n+H`FZ-m-pZWl-)Rt8puSn{?q3(NLbZ3g+a|dgOH+#hx->MYUz`4?eW@Q_? z8!kx1USmK;-qM8~^m?y&YC`{UilSy5+%_dWDGEJN@vpAVXVbVUFOzQr0HkpEx zY2u8T#mO`ZllI|cny16DY%&EW)5IAwi<4;-Chfz?q_P}jlPNfvCeD~yoJ^xIX&+7| zmAE3COu@-CamLKzWEzD@`*1R;okBD;abkS+xeghxL99X9)S zqIlz}I<96Y#+*hKL{FlqBAczqckDiw!nykbbHUoyQ+kLq^5gry;dmS^v()Gr#iT+y zRbp@?r{X3&m%*3(m%;5o76c_AIDr_BI}wL*IRoEw{tM1-S~G8D;z`!Nr5e*#WrvDs zQ+@z-6&t}kD_T~pW{>h>Eg>mZx7@H$|2k)MfT-2G=1#4N6o2JTr;I9!g#|m?)vgn% z6D*|ZGadH6_e)Oaab?b%FJL#UuGa7)#qIyfGZ~~LmH~xrS zqni(E!uBIB9eG_@v+JKx5S6ij;>f*P7g;2_W}~~+&EtQ@!YQlQ!C#!p7X8!`xCm7+ z7Lc^Bhdc?WqKuMhJ8h(KLnzilvsJ|$q9MimH%kd zWae*bQAK6^D>oqjOq*(gcWQ?N*=|8Wi2AnINUhejAjn^6Q zg~P2@efCB=S8lX%m)XsmGBd)RpxZ{*YIa+ley6>P zY*uD*d`Fji=W_i{8gm=RW>#aNuYNu4s{)-o2`eNScWWuj57cG8VHf#AZOdfEqTSNy zxF9Uh?75Xrt6Qtq`$aV=*cppiyWQ&a%%1XmA$<;IgEfrYX1QCdP~GZUbE{av+GSKw zS=voVTA`#&6=iw4s$ccwQ1gObEZ!~mMHh*c*0)y*PkGMpCBnC0QUrJDETw=lrP*=S zJ?7{oCmYJaDn9)~>C-!q6wdkO6CgLEma(YIC>cNnnn%XCO(es%k&yfgZRM6KNN9yk zkyGkk8A>LMFl5udz?7^tLUM`4y6etB#~3D;MQoi?br?&X#$D$7T3r)2Y|hniyP`{< z&nK9pr)lqrlwe59cCvH^znCajulVQz7x4@a=>Ik?a)qZ}fW`_XBnePWsb*I6aXe6K);vmGr$n8xOT`RNAKzMrglueK6LHy=pXDO{&F1^_0Ra!33~D z8&b2;(R3@!%IeV}r%U0HE1m!ftzaB8<()!v*1%)-W zQ8Ep~p}E*R*COwfD%M9aAj8mag!mYzrYp(`R;KJ*FK?*1k^Oqi#S$^i$NKF05QLx(rubV&5B z(Wrp{x*8^-5Xz~HY9oevmo}O9V@Qm9(Fk1&hvFN!(R1P?(jvoS}>YccuYa;|H9vatH=-ye> zY}8x46wqSVMd&h|r(`=YT?lEVa6T&$5gZg{& z@EMgaY+9%shcj&xmk~B=>R*T!Qg1KrqWoeU_q?*Bf)|75d;cZh5qG+Y-=99!+BhU+cRJjPYB#Ev z5u(Wrj6o5Op(5+=%8)NlnO>4u*`bXtyhHRMtieIQz$n(C5Li`aED9)0H1>0U2csHT z(HN86qncu-Qnc|OeA9rEeaLSWV0?h&tKZ+jsLJIlYE|IP9#Y{Fxr=IHKzVT21jQB| zq!1Kuj^I>YJfIW3M@(AVq@t>(!-igY%VTTdGk$voR7g@?cx~%`l-5{tb*KodJg)x5 z_9Y^FgO_lY5rU)$3Emc&Yal`y1P3VgO&%eL$A@lrLX0DpS$?9TUh1Jw32CLZgOn&$ zCo@im5^N=XAwvz_a!2UrumL!GNKvYs>CZ;rwR(yq#0_5je;zl57l+7wpk4s$IXW6zu;b1NpMe$u(RZ}^}~K@PLnlb8^RrP_6*kSgXE z+=K!(gz7ii$X$hCebd^tP~)1`_Z?(;qs(M;W=x{M&^2H}jVJ4GPW9LI+14rZ*0_6_ zLX*k*mN#fD>$P30UTY%q+(ZtT<`x#qarZE_h7m1 zn{xZfdR^+xx68E-u1?2oRzfW*f@*Fax{wmI>nR5zPIWNlkB(u=PiHUE9s$oHqEZRY z4BN*}dNN+;)Ev`v*<@68Dy=5#VSbUcSnJ$5iw?W1)`WFfs;%oi4zsl6K4s{j-C>Q6 zNmHS7Al%@II%6V@i<5>SH#`$>^A>?k9kw8GtIzN|@-!&gXB!_0OFW8y|M4Mwf{c3$ zgh2>zJcZ2xv*C?wGBs;m+;GZvv$Xx`v^~ey3(t(6kQEv!d1Eu`B3m81p@r5bZEi?~ zW;})m>H;jAFkO4)T7AVdcgwh%-|QJV)7-L}=5CMjJ|KPL90~-`$ErIO%iOJXk?7n` zcn0&XaHhZ1%x0g*`}Q7oigReMAr0fK0c3HmdpL1OLe`H;7D{?#9`%4W~tc!&3PpgQPltZS^e{+V|^(8 zslBLl1ZlNzF|j45AK0I}%^{>h|CrY|P+FspI)oWVJ)bn_jkoI0i~4g!egZH6Bd4d{ zt&%bLtz_J+KP;&?tCL)}<=cYKRVSS1NCl@}PThi=))5^3q-$10PCrgAff+*!7kOa{ zNXSaEg+V|fQ|Grx*|I+mff;-rO3LH>37-gV3o3o9_5uU3z@-hdgp23&lZMM7jMSg@ z!9t%%C-TYZ+?9kGeX+B#A*;%JuO_yoDQLMXV*SPbS4x-kzk@ z+8wnueHp>>q^-r{SX*JCskN1w>C@m_TS<^8d%H`b5hG_Od|klj2Uvgqj1$^JZx5+m zeTmJ@=`Yq7ZigW1!t^e#fel2ch>c{uIns2>HQ%TJTuJ>FX};N?#{djIFEZb3JZ0b4 zUci}e&Id70+6QT^-*EBkXtlOxB6$jwY7x; zRLFjb(t)_|><O&R(wMw?vZ&(=`#4}MyO0ihEaS` zN)SZ}RM(U7oP56e4UY*6wV&sKkae#$nlXG-EfQe3;D!c8o@eqtk`ni`KjL;x#_f@p zOh30}_p-797wYn~HS%+k0|0OACN&WNLbrcCude3l0XI0p{#H2(!#$M0Zi14uh zb0$x0BB2j;Tx9ZJaf%x9WiC-jBY8nQf%&)>$U1yxl?Xf$SJ1sthto%VKEy;uIU7?il!x> z?-OyTjsnQl3rDR=owD;4hM_0n>!NAOEj#?VsntERYjrxcs?{BeocK2dDaoze+;obt zg9+qr6OB#+c(6?)XPs}O>`eo$mFr8JJ9K9RMed3e=(c9ZxgA!2OeCA)w*@KE9Z16M z#ynQ-nAtP>+k+J6a(zjb4cL%4!wAhQ=gw5Uo6E6YI3eE>zc9!uovs*9m5``pZ;PQw z;>wZIH^jT6sg3e{2#HJZDvg!|*=xgQVKS)Jmf_EVY0NwI(l;%&T=o|yr>=dd0vPH| z8YRvhGx2sQek&HMw8qtDuy?|3B+klVNiPhyjRca!G`9D9MU%#zpzO>Iq>w2>;PJV; zI$18Dqcx(@pPuYS?5JV~G6gY?Yd+ZLSm_CU<#Y)5_{r0FW(2ftvL5>ae?nr7EePy?)#J%UpF*Yrt%DWJ@CI`EaUW0>v4T1?)e8B{?vB)9O zR?kEhbF~pP5r0tMELZM?4^EFWXw=lfY(phoW3DL`Q*VT$-?PWbEjtT=+RA%&P2=d+ zc-tQImPrGcK(524XUfwjvKdJq64dSuOJ5Ji`5;d{mEQG!kI>^W6BWrH-^5=TLet>> z4uUMgN*?2`5)u*6Cp7j+()=@mIbB2#_*?2Nn1^f4YVp{(3LC9~mskpN<{IVO+HTdW zR;RdHGa`)YJtvCiPhbs-D7on|uH|Kq)=Ie6csSfsq;qJG$kKUaV4E~>TvOc=q@@&^ zX&#RGZL=Yhg6utAX>%!TS(ze+rADHhce&DqW@Wq6YS!KlC8H9+=ezim*>2Tqm73Kx z77n#>G5UP1QSMnAa45&_i{Us3c4!GRliseau7_#9>ffZ_#wxZm*I9i$$GqyqmYE7) zm2fc@%TsPIm#5UI*Ez25QN&v_RRn2*Ws;_pSe>5(2@b4uvs40U4Obx4<+YHVcM?k@ z!EPYT*7j*p+{5yICpMi{iWDq_4UQLY|4Nft@2EbG;i-vY{4JEP48GwZb^O?y9rV$) z4ZO#w`9<9+uzsd=s=MWJ4X6Xvxb=~kfWRRr6o2+~<<1E`=x~$ad3*&EBPotI?h&(r zqjvuha}tigKHxY)W`m3)V8nqbHUtv2rwY`{NLsk%<}bqknXeo3G#yqKEqO z{dddET& zMI|W_nbiSZ*mo~cG!Px4U_rJ2rrtWrJ-PS;mW)fKg0J>ZA_|+EPs>}@5i*flI0uMU*5O<7fMaiz7BtG;z3pPJ)vi@kb(&hYSF3b$OS(^H zgPxX9g2;Y2d_Tt69@DGbjaC!E`V~4}=^)yrWG>nna*Y+oXzlK7cHOHzalN`NIL?M^ z|0BA#h=WqJ;Djx%IB(vxl)H~^(#b7MW67-ug_9x_wMR`zw2F$GmV`;{U1};^0FYPwq`hjtfsNzNs}zEW43I*42%9bA1Em{YlflR(MmZ zR5$}uoqj_usSPUae0n2qu9UXvR?AwiLpJ%BhP% zD3djRs=U>-;I%zgv+7ki+m#~2)gk*6dT@9F)t!9blbxv3-BHgtB7AdjlcZ|ZDgO`M zCc)jyX1CSpA8~lDi*Uhq2x!0!uVK~Uq{&Fc1If`U6OcI`j!cHAB>agw0-F>&#zTYN z`>4QS$ykgndU*^)Bto=9fq#5puB;)dr})YP6dd(xsM88=km2wm+!OlRt9L-g`w^twk_Vn<(` zT}d`Q@nLxke3%NN2mBpGhAuH-8fHJdI9ip(o+qe0TwJ)uvWiKVWVnV3d1k^jXl_$L zG!w3&0;SVPCq`vtsU2!#MGyLMW3JsGjgx$k1_f^rHsAz_4k1D~2nCA>qO`GZ9Yl^K z2)WLLClj82h<{Lc2KuJdi?=LO(C0xvjT00(BdR?W`UhMeTFZygktzJh1LXeAnoQx_ zp~;yX4RuVpALMADh2XCZaj?3K25hhgW@axml`XT~});QwG1h`2{6&T9_A z)|^uZ@lxTzWtlEpMv9rgJQ4j%X>Ji06NU6g?h!*$ro@>v>0(|5`uuqsVkcT8YJgEaCX6}sNTeoKfPnxe`;y4Q|9-Vfb+Yy<*aGh(qG7cWw zC2!pv?wL6e&8kEX?ybOsO*ycRj*^Sj2rTUTs{4a6XYL#Z!}F9|)X(R5{X~AJ5W`^t z%?|n)nb>W1h-s4;%RBexeRw{=6iHGM zwP8yo&$vCIZ@{%kEfbL~K3tQLJ?C>_D)TN-=)$?DHm=0+NRE=3K-=CYqg- z4%ZnYc|x9fZtu^HHxG z1m?g9j7+ciW=_num(GHa=7uuh3^S_$B?WGKp0MK?^0+R3g_-VN$wp|zi5#}z$N9CP z0<%RxWr;bsi$Eqj&McT^145>4Vl`)&OzfMbVOlyk7`MLvW5HL<5~Vry0xRqJMap>B zI(N=O3OKWBm8iZWq7PMr)^QcA?L_wzRR(snoR$)c8cKpJTG548e=sGV!8b z+qH-X-L6@0brD!JNgkv_!VrDWFSwZxYt2fl(Z;3wO{71xcCF@wS&%9vNjO1iDs}%t zd=hn7q(|lp6U%n4PMdNA63-|XT=&*mZ~IWa-m0ifr?#1VbA3G-|L81mPD^^0%7o51 zi9CTJoE%0Hqwm|$h-YHhHUjI4Uko!gI?MA=GAO*9nMq_4iOiVFnUBNBXUy%`OdJ!4 zW5z?;ybPodwo%9(1>xb&q*9Mej4Yi;5kA$xiW|B^#+e4Ya=rHczA=ow13HR2V`J%P8to?T zWkq#mO!@ATzkEP%`00J%XhXKo&rXc$m39J$sL-EwaM+qeM*R^cDypJmy>G|r_Czrz z%M@dRye|EMkrap$YvTrv1IJI#FkCTwu_l%6a&s#(2jUg+}a=aT-ykbgz<&9lvc3QdCyRJGnFw-*GUpb z)}S3DB>~N(14U~OkaQ%`7{2u^r<9gEFJnR$QxeOukTB@Gcn21?0aS+l#5Q9iQ!(H` z^bR0)y$GWOdX%)ODn~63P|ubQVany{Upg{D*^f5HK#xRe(r_K)Q|~F>5g?z@Sa0#g z?*7ud?~t@FDUU`9R|Jw$&Ly`?MWQCyhm^UWEV@3)b(uXMgvobh)Um*BXij)l1BW#B zP8T=+7n-fAW!Bsj^<87>H2!e7+_jKn*y^Cng;f}SC+pnkrx)O&bKGqWl^I5`r;NX? zLGpBV4DR^wWg;66`0LssS3Z&sN9uDT5c%kJ9%U1va;MpD)oYatgK48OCdLFOMm7+1%qyP<{mK@LRjXI7)r}RV zm|a}>PHc`F5QtnGI@Wp(@v}Ki)xIQ~AlGE#k1?j-=SZ zW-0^`CLzLxqh2$hA;~6U;Rq5q+^MvkF~-fiuo+n&yh(ONL8ackDH1Tki4h)@Oc@%L zy1}QA4>&5lx4@%R>!?o$NGgh;>trp_o`-a_jFPA+6Cz!J z1l%&iyxv1IO{K`4P*@891}-Fzx+xl_t?~9|h+#^dqfs;jdLM1NhA~)VZzdK(_13f~ zjN(Gbgz+sCg6Tu?MXvG=?8iJkN@A=H!}XEhn;w->ya?g^NYqEQ=joMie3NTOfw&7_ zni73cEC^xw@XUy6Y|x)X)<__%HyCOoy9u40XixA&TX>y18yo-Fj5=HV0sSdo$tJUY zZ=?G6s6%OwOImla_kKVo-IKIOBF&rNdp{a`(VJ06M6K|#Hyu3(o)q2!C&SW^wZ@#& zW$A^1vE7Y#ZWO5d1o_b0@eb86ws6RkPjEe6ouGRUBS?FfZlmk*I46=`a#Y#EB=_Ud zP{{pwnkmL)SCUN3GBGnN=g%8Ca}|*|-m3wl>M)<(mBLm1Jzq;E*oRTMpKNM}IZ?93 zBwI|{W~H@*yMgMO7j6!=>$oFW?0fKduSBfPl1W^1klg1$nlA&*)|Vwu$f27~HJ9H& zo~0_Tr*_I~omK_Omk#ext-iQ0c3LJP;wZh=-%0vtsOxgND4YV$X{TDW+km+`eY^{y zaU9$W)n?Nuf+-U_UHl9gbk47z-lQI$qaoxb=IOkn3LEXZ)j*j_l&owu)op&?kp*); z=W!bhJ%3ZCAbHQ%Yt1dL_o(hF3o;y5bIqqqLGqq+z3z{>CQ-rTHP4WPPk|tVWm4o} z!9g(-CR!3wqANLh?LgQMR9u6&QK&K=Ut>MO$YDxp2S=FtIC{pzGB&BosHc3k<~({)9TQ=7NSmA zWNxL{+(nZ9>RP!|ZdgcZM7zg=`)1LrmYrAK)astuwK|T@iY8cmk^R7Y5?wyrzxxZIV13 z!goidGDz?$af;G7tB-EX$B0L)_s-93x=^p~+KZ_rByk~}CS$?P>wB(N$9(P@ZV8#q zcps3fT%2SDaUBus)Z`-+W zOi94{nNsLL2Bl@u^|Kzg>TRoIY=}3A>b`Z@l!vHfjwVsYI`7r=co?T_dkGy?r1E z$O_>5Cha<8XC?KGy^8`opU~?=HR}$P_x{b$W#|HQA^3yyeNaqDs9tdc);&iQL)2Ll z5EH3(TzZ6oDlsyap#L{oO_af^ki>S1I9)c!nrVo_m`pCy(4mQE8dBnMa~+c7xx%c@ zjhuAyKD&udMh4MXL)0m8&IOTM=oUI-p>LY+r8B-vLnoO`L#LuL4Xv*2&czG+%B?6r zk`1(--_$-J+@Aw24R;G_k>J8)uelRYC}B;FFlG#iIL4#4?C!e%2F6G1@|{iH9W z!o%fp>SovP>-9U$jn~7ttS(A&F2=)Yx)_sPOH?uFjE|AR^4vR}ekbFyy6=hq+dUDh zap06!5rTcIdvZYSmDYS-##O}+=cXK~M3Q4ldQKTZPjBSSmC|;(V^!CB9ZJc*TQD6r zBWZr)_!yTiA4_6pFdaF=ElWx4QKTv_-9!UQlfYI_L*CO&WJQcP4Z_q%tY0jf5eHyK zgh|IVOb&M)FameWe0NDxEXokH@9mNj=LnG zU4KKFT(JcSm0nM^AmPZIj5bDTCCb>?4k`-2KpH|{NXFCzOpWp39AF;8i4fwi5N@|7 z>09=@|3giLaXEQ~ycvm%WC3uz%K))lVxPgJ52hS9LlRQM#u+=Dp{YKd%hzk0UAm9h z?bRw>c-iW8tI}(Aa)F2??b*`0Rk3QjR@HII9NMyuxWKshxNx7$P_*Rde6*|~?5S1V zD{^u|)`Smgm`O4zF3Bl#ZE%l|cZ7;W*ug`0z=sAk9k>BWe|EO`VVq*=89F>Mj33c7 zhD$q7of|W+?$_wvap!_p&}T9nUBuQ<=O{~>Xdpw08gWdcyrvk4Aa}fOb{Z>~;;A1C zP}45cxC&C#E=mrLqut6#r(}Jq1N-KHWiGqilx=wGl{RCW`#mEmCj*UBg@IxA)00*% z%#jI6GYzDe7!v-Woz)}ws%2ZTu_be~eK9I@Ei{#*v-T>7O_JnW3R&htND!}fVau*sBZgi0qSuJnX%a@0=E2Tp z45fqV-dgKzAF89qY8m@4WvI;7jENH0a3S)|rWDT#$m$yB!C%mw>FY}hhYfq)hh+NI zFQ~>sr&2fDJDc@dciZZiZk6=O4hNR;IpKK+))jjZhDTNFbI7IGHJ0dB zy~^O@{*7v+lzL01%F1dOxy^F7R-piIBt0rtu-+LJoVA+>a;o*ZMP;j3ux=5`IiR=y z8GGcR);qy+=e_+DHXLWiuqO$h>4D*hIW)<}!k^=pNlud}L?NiDf@2{$dC5j*f+G`k ze3K1CS_2`hIzRMGOv^cnJ3=sT;P~g9qx5Iz5)plB$oliiRLk%k3f&n@P2U3UlAzj@ zxy7>in$~;`E@?jFJD;*^ZSO7dw0v`W-;*?*dz0^tQUbAl56{U19aTZAWz}9fHFdJ( zq$cxuJfI!@8%f&0&w90&Wb0^Pt?}uz6x@u{I#ogqfo#?s+!{&!B#7ShLQ_<3VDBi@ zl9JN00v#zl%pZn}p|do4AL8{yMb>Xfk)gvAn;vhYQ%FbW1@>4ELyvAW1zJyI0w=gV zCfz+6R_dbZisnq%$c~AaNG65RBIFlb$jhc#wR+`ReZ@3)%bi-e*+Z2tbIWR)yS?&e z9ckz27L-9BtL{`RbGO#5^~{dd-KqB|ZQhyNT*qrJwEkXjltVj!qgfm;TU!VVg!{gN z1XG)3Y~9Yalry^m_jX|y$FFB_@76rA4i~sXbn%4GY&og46EYqakL{LDsJm!Lso||B zPB{_rm|Wp_#s$zgpD1mZNU8-R(S99Ni#9xHh~v9bjxNG5JTJhZaB1Bn`w~A$oShdN zP^#W`G?_$x5ABmjJ)bm=;8i94Ir4!F-b4u@j}GWJ&iEhFt6dsy)*qJCn^j-j=eGr) zt4=u2bI3JHEz=i*oE+{U* zUc{Kq+B{p_@AJ&$c&E|}##|*2^g_7Nyb8@yS=3!2_lIYxk5G74 zAuK%0e#t2+ZQFmPS2!v9f{|o|{NT$W0wGTtejTw?CryM?(GTrY#+>J4-VwHgVV(DZ zkNOLdOt4s5rB}JnQG<2RAVp`XD+qRHkP6-R5R<2mJgq-0sW+>xxNj~6pQ}!|&(GS= zX|~c;bMr{6eZi!}dnWFXTgBDQxx$GOg3C@&6j$jclaju_$1EWzuw)>z%RugH0|9Rc zCo37p@E<;Btm3~l{D+V>1FSRvF%Tt&s6lj@>Q$jIMq!sy!k?jJ@cr<;lb-m!G#gDX z@+|!+;R!wK4{SCM5Qmw~1L)N0n+LnjBCu%QVuuJL(?qL-qB)Mb=q;byX;vtgj2%rI z$gdCkV54)JJF)I2yJJ*e`(^x{)-c{hMzUfZk$O0Xvx7K_JLi!`}p* z4dq6Q!3ol1?t7uwv`_gK0b3Q@1W*cD?UT@+&U)fBM{0ENoP=NHs&c?L`X5pZu8YKa zH$akJR;8Z?&!LF@&s85>JQOrNFBF!|QxwZ>^+KbnkEptWSaqP_Z!t?)J}8#i$m2g) ziIm0|5yB+{L_~E54y4Sa$f12JME=bDo(0ZM$if*v``Vc^ z3QzV>P+HY;udMEKXm|6l={9>UlTx~MO?V+{jds1*z?OQg@?JQW=nh|P3yI!XFCzO# zYN3B|&wJ51w_MuU>{gtF37%Boa1i9c*BNA?3K5$2Qqs#>@F4{!sV?#q|)sz>%SO_Jdcmw3fVXZaoreXI-j%7S1gszqnppK zl{@7IRVY7HS0Z`Ts?@2a=#+7mfV&(udxD(Z@1xxxx9{CC<<9c-KW272kHz zMHf52yFbJ5$DPkzs^L!v@EZ=)?rw<*A1&fqHo{8bFTD!^aM;4J}unZchE;Eyu+EdhRw!EX!jw=?*f0Kd)P z-z&iP82p_A{5=f5F2LW<;2Q$`Lkzwtz(301TLSzO48ASEKh5CZC%`|);5!2RiwwRi zz<-dz_XPOY82pX^|0aXq72q%aS3&)GmjHhmgFi38U&-Jv2=Lc1`1cF&^9=rr1^62n z{M`clDue$L0sbt5|55?I%HY3DfNwMSdj$Bq8T^+E@b@wJuMprLbnv?U{gndz!wmjj z0sc`2{{aF1aR&cY0{oK>Ubnx$R$xEBz~H}5fPc-wU*_0>WdA=Tz`w=dzg~d9^uz6j z_4dC(fWMN#f1?0@ErWkpfWMx>f0F>e%HY3QfWMu=e~SQLXYh{*@OLx#Zx!J0XYk)9 zz(363zg>WT+`;Sm=Q||xm%)Fh0RJ?D|1JUkSqA@@0RKFL|84>PMF#&p0{qJi{(A-Z zR~Y=`0{m+ZUe`a53gqW4ru`ofw12VV;L_Xw4ng~uJ9u4we@M{&l}!8JDQN#%ru`ol zv_H?Z|6PLik238)C1`(@Y5y@n`?oXg|Ae6ZD%1XV3)=57?f;aZ{kxg=zemvi{Y?8m zBWV9Yrv2{~wErlBe_VinlEHtU0RJq5|9%1fMF+3X-(ME+?`5X_9}u+v8q@x-3fg~z zY5xg9`xk$NZU5>0e?idxr4C-#pFb#Q|4OF)-x9QcHPikN3EH1$+W#Fv``0t={|`a? zt4#a9Cuo0zY5z$<`&Fj>mj&(D9lY*;{sRI2JVXBv3+TU(q5p$|_8(yA|04nZVFv%l z0{mkP{!aw>CmH-J0{k-!{!az?=NbH;3GgpDcwK+|h+zC*b@00W`g1}1uQTocsG$9e z@LBrO+kZ{a{v{4x@BdSR_OD>t|38BEuVV183-H%4_`ee1=NSB73-HSf{%-{M8yNf> z0{n3X|F;7C8iW5k0sbt5|9b)c4hH|G0Kd)PKP14n8T>y8@aGx)KML^oF!;9w`1=_A zKMC*;F!+BK;2&b}|02LY;^1}t^JDm%V^;QmhQ)t8!Qg*ffPaR;|AYYlf`ixXkB@{h zPD=mF4E}8b{HqN95&`}V2LE;e{vwPued+ywhX8*mga0T2{t5S(Ri^!q6STj=3-GTo_+JpNf1YXou%P`H8T=6e{$&PFb1EtQuQ2$6 z0RI|;KPJGx;ox=t|Av777r#BIe~W_lFLm&G`@bn@|4OF)RYCh#GwuJDp#6EK{WF60 zuV>nSQPBP>)Bd`k{SBu5-xjoAW$?cv!1oyZ?+WnuGW~y#p#S$X?Y|^w|6!*6+Xd}E z%C!G`g7%+e+BXI5Kh3oN`-1kLXWHKswErU0{{IxT{|eK-C20ROrhVGeC)M9?G3{>) z+Q0Z6w*J)h-yaCtzuduJZofv^4}U1YU*q8Q{r_D8`sW$^1p)pB2LB}j{3?V0G6DW9 zga2{?zRKXgQh;wW_zwv1cQg1O5#aA*@INZRKgi&p65tMNbc!9zHqyYaiga0W3{#6G5(*pb(4E`Ab{-Tev6_>7menx=5l)?Y30DlF8 z|2YBvY6kzT06)jze_nvUp27cu0Dqjp|DpiD!Qh`0;O}7Yza+rd8T>B`@aGx)uL$t> zGI-jPCY}EeF!)~;;2&o2zb3#x#^8TlfPa#~zaYRr!{C2IfPbFB|E2){5`+IO0sa*R zPd4+Z#b2LHbV_#T7*pa6dlga0D|{(c7k#{&FA4E|39_(vH$ z`Sg;G{}T-UPX+j=8T_9K@Xs;$*9G_&8T?-f@E>IGe=Wej#^C=(fPa(0lTS41_+9+b zLHqS@1^CMt{ND-iS2Fm&7vQg9@NWw6^9=q&0{jgO{vQPRRR;f$0{mG9|CRt>b@00X z<$nqMFXtKj2L<^18T=m!@Q*ln-T(9s__UJB{}T@0nMTV0bg2OUG=u+W0sc9L{*Mvh zUt;i|Ai%%M;NLC4zsdCflLYvSKPISut`y)eWAL9Mz+cJWKUILghQWWD06)**uM*&I zVDSH1fL~?sR}1iG8T@Ao@Kpx?*#dmq!Rzz?8Ug+u2LEpa_y-vLwF3MjO#eSufPb99 zf1UvU6hpruz(2>dzaqfD$lyO;fd3$a{{jL2H3t7h0{oi{{*VBF@jHY1?}z|@8G|nf z@K-YU8wL1l7<^HHpJ(tV1^62nd`^I0W$>p3__GXtO@Oa5_;mrk&EV-wJgNP2H-o=L zfWMEypB3OAWbn5M@Q*O~+XeW?8T`K!;GbgfcL?y$GWbma{sjhK72scH@aF{hR~h`a z0RIMqf3E=V2F~jCdtHFP)G-`%d{cnGg2A^1_^TOwM}VJm@Ximlf1#L^r1Sp<2EQY~ zuQB*t0samKf0qE?X7J|)_ zUn;=A%(VYy0{m+X{vHATEe8MP0{o>;Qd#FUYW{tN0Dq-}*ZKFA0{k^h`}Yd)%MAVl z0{n3X|5XC~SqA^r0{k|EzfXWa&*1;P0Dqr@*T?Ta2=EUw?f*vs{!s>hzX1Ovga1zg z{Id-HKMU|LGWh=@z`w%a9}wW*VDSG{fWP?T?ERZQ|Nol+e>sEy?*jbQ4E{j@e%`_B z^7}Oc{0&U|Un{_`G5D_&;O}7Y4+-#X2LJT}{5=j{=ifI7@b@$Af1?2ZFoSKIQyBYjX2=Mna_@@QhdR1@UM1ICy>hUlz3g07L&D z3h)mz_zw#3k1_QBu>k)R)Bc|d@Xs>%KNH|zVDSH2fPb06zbe4L>fo=?-tf1hITmkRLDG5C)b;9p|!A0xoO%HZEAz`x1hFB9M|aVEY# ze?L}$zkf0e<1ngIVMgTG3EzvSJ)_50HW z_$wT|Za;sP0Dm=u{~Q5+j=}#M0seXhf2{z2oWXyt0KdWDuM^zKX{Qnlef1Saf6X4G?_-z6H zUIzbO0sa97Ul-sXX7Eh`{xJsM7T}*`@ErmE83w;Az(3F6?-Jl&V({k$_*WSG1p)qb z2LFBm{w)Uo#RB{#j^k9f|0pM5()o8egZ~l%{wfClr2_o54F1an_+{8tO`_b_8nKMC;9G5G&1z`w}g|BC?sK?eVT0RI|;|E~i4n+*QH3Gf$xO3;4%?*jZ~ z4E{j@{z?Y_H3IxK4E}2c_<08Zbprei4E`YjewD$0y#Rlf!GD7QUuE#$D8RQF{KEqL z-3I^~5#S$T@RZXxss4YQ!GEg&{}hA&HUa)w2LJ5>{0j{JQ33vC z2LBxb{HqN9I|cYR82on$@E3h*P=7uqz+cMXzgvL6g28`}0Dm=u|6T!pj=?`Jz+cbc zzfXWa&fvdafZt&7KOn&0!Qh_|;Oh+j2L<@^4qo@a{Dr`OazE4lPYBw7h{6A?0RJe1 z|2YBv2?qbH0RJ?D|9JuaIR^g=0{n{%{uc%K4?1|H>{DM_>)>_yc~vm} zFEIE&7vNuJ@P8q|zslhMT7Z9p!T*f_f6-O8{?Xk{JRAB4>I^q6yRTD@b4Dj-(>KgEWls<=@+Rl zeg1xm0Dl>S|1<&qN(TSw0{k@${xbylc?SQP0{jgO{<8)6RR;e#0{mG9|9=VaRR;gL z0(_gnf1Ut;H-k3>`1=@qPJn-q!RH0|M;QFm0{h`{2d~=?e*{Vx{_=zoD}|9yh?UuN(f0sd77uj`Ks0{mM{`&1JxDgQ3{jG+DX0RjGU z2d~rr)dKuAO#2@p7{7T2|B#^l8yNgY3ff;~@NW~~&pLQrelHQ=?_k=0y8vHj@b3`d z&og+cX_r*~?q%>FC20Qv2LI!N_8(^OKP0f99%Jx7Cusjk2LF?S_MdU^`uw|8z`qw6 z{6`D$uQK#gO~9n%{|3|k#|YZL68T>~G@Xs*#w+ZmiGkB`Wo0R`A zIe6WE_yocF^BU9srGoa~Wbhv&z+e1XLH+qo0sb-u|M3F+l??t}0{k@${u2fGc?SP( z0saOC|H%UUDue$N0sbt5|1<%<%HTg;fNwMS&k*46X7HaSz~9H!kDl z5eENx0{r6)J}1CG#o+S-{Id*xUVwjr!7m8#FEjW>0sd76za+rF!QiPTdD8K}=(B_R zb47r^l)?X70saaG|M>#^)eQc60e+6be}MphJ%j&30sc6H{~`f?gTdb*z~8~(4+-#f z27g$9KhNNg2=MnZ_@e^+0}Q?(z(363j|uRPG58w=_$L{BQGkDj!JiP|pJ(tV1^Aa3 z{Hg%|3WGl-z`xGm&j|2uG59qB{*r5g`gdJ`znsCB1o*2M{DuI3ErY*VfL~_tpZK=q z>(@~SukT;35a7=;_;(BNbq4=Q0{lG;{*wjx2O0d80{mkR9z&+SDE_@67{4bOd{cmb zhQYT4_~#jXTY!Iw!M{&{e}%!nUx0s|!GEy;{}zM)QUU&w&k5?EFB9M|XYlt3@K-VT zFBjmiW$<4qz%MiS4+!u_8T?lX@c%z$_X8%?*gkN4(!Z6(lw>7Ll(t%#NS30JWKoQS zMKlsNibYt2iD*$wgheta7GWh>-Y^IoVInNTAS}W}vJ~EDI?raD^L?)K+h1OI zbKlQ7GqeBdjY3~7=*K{Ry`Zmv{suum8TuOqeH{83f_?_{GX;GO^fw9mdC=c1=K<^&l2KDw-y`VDp}$wqkB2@f=qsVWPtZ?+{(eDU4gCXxem3;;1bq_v z`GS4{^bZR9dgvb#^h=?y74&K79~ShhpnpWrH$nfXpkD|5&Vr9W0)4&DpSuY9Lg?!R z^A|z?jG*rUeZ8O$L;tLx9}NAjg7Yhbe!0LO4gFh!J_h|ef_@_OX+d8FeMoSA)1ZG( z;3uGeU(nBi{zE}u3;joeei8Ja2>KNCp9=cr(0?xI8=?O~(65I68$q9izDdw;g#LR$ zUr^$G{#_&JJ464IpbtU+v!E}5eyyM{h5i>oKMeX`1$`9y?t{%+9kD)5V;-%ZdDfWC*Ik3heNVE+-&7YqDy z=z9tL@z56w`by~c6wE&b`h5j`HS_}o{cPxa3-(V!zrVm=0Q~`iz8?BPf_^FVLj-*q z`hx}iD(Hs``X=ZP6ZGq#KT^;K`gxx}M+*8v=#LWgMbM8D^gW;-E$GA0#{~Ug=*J2A zGU!hi^rN94FX&^?pCRZcLVu>9uY&$8K|c-pa|C??`bmO*4)o^=`daAE6ZDIquN3qt z=+77Q%b~wO&^JPVp`c$4{bWI(h5jNzzY+SY1%1I@-sj(I1bt`drwRHH^w$dd66miJ z^rg^O3;JQuUoYsR(BB~F$3QBj}rkPecD%q5bENS3&=(z;A*+Bk+8v48yvK_3?QCD6AP_@&Ty5cI=zpa18N`U~bS2Y*|EKOXuW z1brp+I|}+K(C;GXtD)~M=x0OUL(nI6pMU-K7F@qY;1>)06!d!v`sL8~6ZDPHhXws= z==%%$EcE*b&VM8H0|b4+KHlfQfr9xvL%*-U4?#ar(3e2JpP(;={y@S0!=N87=%dgd zDd@*Q9~JZ!&>tu0CqsXdppQd8R?yFYe!QTsfqsIZp9lT9g1!#=O9cHA=&J;M1N4^) z`jya^3LbwM=&uy`YoNbM&^JRL7xZlgc%MI~3i=@QR}1=X&|f3yi=m$;=m$W5t)P!U zf1RKo0sVAAUk-h>pdSzY^@6?<`WpoO6zFdh^wrSsFL?aUhCU?t_$vv0LNNaV=w}J~ zdgyNv^h=>XKyZF(=x-MItDwJ4&^JLpNHG68=m!h>z`ow+&jSU0A@m0c`XcCu2>Kq- zM+AKs`gwxuH(2+bons8-{{D*jf<6lUgMxlM%zv<8|4QhG3i>H9|D%HW6W|{r@aI53 zOwiXtUniJ<5%f+H_3H2*mR|Wo3=%)z$H1w|t{8i9jF7TV6e_i0OgZ@&1AK1_P z{MR7x3!%S6;1@yPMbP(v{!qc|e;E4Vf_^acZwbz?4EoiAel+yo3HliH-wXPQ(Eljt ztDyf$&`*Q@S3#eE{!c+a2l@?yz83n8f_@S7e+l{&^oI%V|K-qk7d(C&p)V8otD)aP z;AeGTkoWOh(YE$qKW+wpM?v4F)PeK;odkWM?$x&pZFdkFd|;P(>r)4(ql^a=2L z3;G)H`w04Z;7{sc|NOH6`tt<+BIwT-^h==cE7*Uj?(?6&N(6lx{Cks7eKGi@f_?z_`wRNP z;2$99%fKHb=%e5d7W8AlKTyz*2mc^JUkUyYL0<)aM9@zI|6oBs1N@mkIin;2$pNSAlwVx-{t`C z>(5bwKB)Wr*Po*WeG&LkLEi)XV+4H(_@e}UDfq_<`Uv==1^o!{j}!Ex!9QNm$G|^9 z&{u$8F6bwNf1;qD0{%&Yz8d_K1$_eiF@k;$_@@Z^dElQa=K@QX9@Z& z__ql9jo{xZ=-V9Vef^p(=!3e?fBm{m&=-M!yP)p@{vCq81pFF7Ukd)6f<6NNU4niD z_;(BX(csS!^fB=75%d+{&lU8Op`Rvr{fa~1PVoIxGoas1(APlUNihFB=z9wKI_Qf9 z{SxT=3i<}<*9yLWYbEr*3Hl85{RH!`fxf?>Z-#!Zpl@@K_xbzhE$!cb3_`y~aQ}9L z{s%!{41JTJ9{~L~f<6NMk6YQF-w5b;7x?AS{~++kLth~9E1?ey?!PI}?Wv>{sRJk4EXZ| zeFgaQ1$`y>ZwT(cDd0aS@TY7x?SI|4Q)q2}GRNkNoHFCj@?h?iIP|E%)a) zz7zPJb)WCo3H)xl&-Z^6_{HEqDe%MKFBJ5H!Cxfkhk^gJppSyTSkRY)|BRp?4}QI% zp9p@5;PF=l{<8u<4*qk3eg^pe6ZEseUn1y};6E?uYr)@MaQ=(He?j0c0sloo-vE9} z(5JzFNzktX|7AhH8vIuTeHQ$sg1#C2uLPgJX>)L3(_8-Y|EmJOQ1|)I{{sZ?KNNxg zn!pc%|GJnmEa#Ec>iMx z_-_mRY2d#j=o8?l1$_UadKNa{Rz~5WomxKSAz>k67U*Jy!|8s#q8T_!okAt5P_|@R|6Zo^i|3cu; z0e_X?`KK2AF9m)b_#X@WCE$N0@Rx$$DDczZuNL@?;C~?SSA+kxz+VG?RPgt&G=u+* zzz-baynd*aH@)RP|Mjh)FVubh$3IPizBBmW3HlKDKM49_@Ye|X0pR~A=mN^t$l z!2e0$N5TJD(2oH>E9l3AzgEy!g8z%4uLA#9K|c-rb%K5d_`eDI8t~T(`XuLAefuQ~O-)scGm7s4k%=`MY zg`f}WKL7QnwV*Eozm1^p0e)LSUjlwRL0<}fdqE!ozd+EB0DntCKN|cFf<6ZRR)W3) z{6axL8T_pU{S@%G5%ksIZ!72%;0Fc$9Pm2|`g!1Y67+T8Zzt&M!QWc&@!wMLI}7~f z;BPPJ8^P})=riDV5bVDO{2c`TI`E4Gec({%^&|iJe@8)Ip!@ufe^v@U{_6~WSApLR z{CrWqnU#R>1*Pp(Ez6kshK_3EtPeES-em_A!0Q|iK zeFXflpf3Zzzn~ut{@#Lq4EXy9`U>y|2>MF!_Z9S0z~4{MPXoVH&?ms(U(nZpe}JH$ z2mT;IzX1Hfg1#R70|k8w{DTDja`1-;`jy~E1bqhlg9UvP_(KK#I`9t>^c%q+Cg=+e z^S=HZD(Hi{&wu?HF6g^~f0&@}0e+dF4}*WWpf3gg2thv#{38YZ2=GS;`f~6`3i=rM zM+y3g;2$mMCxagq^l|Wy5%ksIj}r8=!9P~e&jEk5psxl0I6+?r{_%o-3HT=n`laBP z3;HzpCkpyT@J|x-tHD26(60f1jG%7@{}e$VDD!^(`34*=~{Ido9H1N+6 z^fSPpDCldzpCss$;GZk#7l41BpkD-jrJzrNf4-n^0RI9(zY_cl1^p`UCky%}@Glbd zS@16w^c%syM9{Z6-23`dCFp~?FK~XFP5=APmkRnK@GleeJ;1+Q(3gNeMbMXme}$lr zfPbZ+9|8VVf_^mkaX}vgf2yFb0RL)1KN1pe^mMe-rrA1@~_j z{D{Ec2>y)%zs(We*Po#RKdAfs*PpI}^DhE_n85D={vHCq1pMIwzZCqN1?L|Dzf9nd z0RL8jKN|ca1bz(sPJ;8V0DpwQpA7y0K|cljk%GP&{5u5ap8)@8fjMdqT>pCTj}`b!!S5mPmxF(tz;6WqUcvciz&}CYuL1u7fxiy?69s8 zIR66O=YRd>WP#rq{6c}>4g6CCelhqD3C=$Z{#b!O82m>C{xI-Q6Zlc^s|D}Bm4ko1 zpdSx@x2^2of13#Y>4N>M!0#jQLeP%^f0m%H0RI+2UkU!Lf_@74 zvjzP$@NX0J3Giv;6Enlv8hYWcD8k1Yco^{?gskc7Uy;QhY^(Ely)>!GjjU_bv-=ucHoCM|on{Ak)g4Sj3D z{;QzxAn==@KU>hRgZ@N8A2`an8&tCCE%*1oj1%;Q(4Q&ji=h8V@bOCz=+lBe4E^hZ zelYZ_1brFw?+g0T(7z$*W6;09js4?iBJ{_#x9_Wl2{0Zn+3HmwEe=6u} zq3H`81zv=ABDb5(2s%sXhB~A{R@JAGW4$t`Z)A& z3i=t)za!{tpf3{i^Pt~L@c6BRzMG(50{vP+-vE7YLBA6EprFq{UoCk3T?74%g1#C0 z_XO9!P1O7R`H$fFCkXux+uFZ=bc4RDVE$t0I|=*&&<_#3{}+LNu%I6S{h@-s9Qusl z^>aM*p9=a)=syOkJz6bP8g8L^7{mz2(9}N8~ z0>2FUuLRd`H1q=n&%ZI~%LM&I=!XjWD(K%6>^}|q{RMsk`Za>suYmp|K|dM#&jrtaap=Dk^fRFUTF}=( z-z4bgK|faT{96b8k%E2+^d}4Y2I$KK{YvOt3m*R&=sOGgHM-CL{^y~B_n+2*e~6$D z9P2!P=KDhgeSz-Prwlf|<-YzkOwe}*f25%A2L4fkz8L%wf<6rX(Sm+3_@e~(4|%Uj+Wyf<6TPBtc&Sex;xv0RH)cJ_7!Eg1!v=3k3aW=qC!^e~&?bwxFK~{Z@j$ z3i@pX{WR$R5`6wH0eu_6`@eIbKUOe*E%e6-`bE%>5cDbNj}Y|Bp^pgqM(7U`^s9BB z|Ni%Jf{)+Ufd8tXZ-#!Upl@@W^ZcFv{QHui4?_QPjOqT!nVWxU(@%o`{f~j2)PK%> zFKNW}>*cLGZ~B$$Go1e-_wnQI%5S-zMf%_0L;aZZTkHSa^24KFw*2hBKj!}3{I?SI zA9BB^sdxYT?*H6hwYgtww}tvg-dmma)h+j*H~0Q`tN)hzl^d&9Hw7>_1gqc=8jL z{uI@dADrMl|9;??shIqf_V@QW|3g$yelhrA@E_Oy7Owl}5AElE@BFvitod&}+w%N@ z)y}`=H-AX=G=Bu<-v{P@NBi#i_t(DP{MV`{E;|2+?z`tNtA6f&{2i*^C(HG2|1?X# zqk2stztYlQq28w^f0m_xPe=BXmi{T~HYfijOTYIH?58dL?{;K=t)>5TH}(TxI~TsY z&-K4(SN6N>zKyHTomKwZ!Mm{^w)9)|Wd9gT|E*r^$1MGseb}FB>7TeK`w2^b$1wX( zTKZq_&3?+#pT95rUs(F*m$IL=^!pEDzvDN~UFLWH{dFMwA>I4k|1U(?KiJa0@euZ- zmi~z0?4NJx?|3--aZCT>BiX;t(tqeE_UkPD3iWkzdj4Hu>F+z5{fwo*{&@CVeQS6B zy>cS^LEZb^f78aW-`~yXFqJ|ufKx*V=Vo*;_SyP z{hDjopK9r!cOCl)OaFlD*?-c~?>K|~l%>DwCicIu^q-o=e%8{zayI)Nzq5P(J?;+n zL%R37|3i1Nf3T(h`yBS8mj284vVXp%f9L(|$1VNw^Vz@8(jQdIex0S??oswvSo)tn z#(u`qf4GkQR^Qv*e^Z}gKd5`Z`)}l8_WN737%<{9yO`KlNSqyX)TX_5Z~8*$-R# zJsa6S#?t@mWATyDSRQGn!^r zzp|IE+_)Z;q$=I767WyAGh=$Z_Rzu(!a0` z_jQ*3(6-#CE&bN*xX)PnZyWl6dR@r9`Q3lFw`V`7d*A!7fcvnezhO)6BbI*6R@}!d z{c{Srue9v<*_!*fWk1W%CoKDp+p?e3z2Eh_JIH;?(l6=6ecIB0eLL>6mi`gjb01Le z*W}*(_W!U8_aWW;J$_Cp;y!HY|F|RfQA_`cuH45g{mXaaK5pp`?8be<(%)d{>n!~j zc4j|i=_hvKKBN1{rn~6he+2*i>879EsCxSNs~SH3dIdiIS{hj5B@UnZ|cE*%F@4H_2j3) ze-r$^J=qVak85&okxl>n_aE-_-$V7}H-Y~a_)86b#L|D!;0Mljo_UM(=(+FTd zT|*zV?2qchen|HnoiR55(|!N{X6Pf9{hYq+$1MBO67J)c{Ypch)V+Gx{O8TR|D-+H zPwC$8%f24;0M*`Rda8V zP5=D&AMWe_mcg$De?9nT4Cei#mVQk2w0{cxX7D!{{Dk)Xob_dEZ!!?_Pz`nw;_ebmx_ z*3ic+`-w-eUuoHQK9c*mWuG?m3Elg>|8V;V_UkPDkt4ZJS@wSz`m|*~@+kH*mi?oK zK5NeOUKf{^#m>KYkc_68jO$eubfr>fZ1C2cOJ- zO!t28KRjvZ}M?dnT9@V*$)}Z zen5R+L+;J*{@G~ggO>e;G4?~2{W?P*w(Q5B#(u=I|IE-wE&H-@?8hwoC5FDzvJaom ze%!Ku+|Va1`^Uz!pS0{3pTT{dWuH2e`;=wB@+|Jtmi@R2?lZbS+j$sn{-^u({}k2J z$KQ?mw1Sm6Es*V_$#bb}Lavsre2;`V15{L*urSB|1QzZCo)6L|larN67{ zY5yqr2Y~;O!LPLR?>G1r;133W@!7n8+|qwi^|XH+{DZ(RJ%{~-rN58r$*%!F0{$Nc zKWXW&Gx&Aj4+Ve5MBcy7(x0w++P?w(Vc;hwv7fT^Z&W?`8SsaLKlEJo)0X~$swcl0 z{4((WHuxD!{||#7oalZ2IRgCo=kfkoOFyZ4+P@h55#S$R$$ns?-Sh7;swY1J{!!q6 zVDN*M{tAO%4t^B;v(D%JLzezH)zki!;Ew`-#0Bh!E&an(PkuG{qro3^A^Qn#152EP>ii@@)DCGVfI^!HFb?H>jI67Zig_-RZ3af4q0{-xj- zUd8)oEdBPXr~TvLUk?8B20v@**BksA@UH;>(m3xQP=Br~_vZKfHCgqve;xQ&f&Zt$ z4_f-a8TRNg;i>7Su`+CKySHQ?`XHTz*pzmw|8ZwCKb@ZT}`5$*fE{=Q-G zgXcNVzxnS!Ob37XHO~I-*N@A!pW7|}&Hetv+q!qZ{}8u4zh$bY^NZ;DTV7{#pZ~l8 z=AST)uV2E_AFq1y%fX)k{_WSXpS1L6sh<2w@NWXYVmkYEmj3CgC%+o}1o+A8*-u&e zcdMTKB>1<0f5i>#r!D;|)stTj{%r6!82pT-zuw@d!M`2+D{tievzGp)s;B*%z^?(n z{S5X4|2WSYey?9!sGj^lrT6{EyTG4m@Pn3qwZSg}e-8NFXY&3bOTU}yY5y?zbHQI| z@WYn=V+Owr{3Q6jZ{qzUmVOV_)BZ8=?+5=LgCDi@YYcuB`18PDZ}4N5{#t{d0RKVo zt8V7=ue9_pR6U)4E%>$IM-uGEE&V~NCqD)LBj5*Sv7fN?HyHdz@E3spy1`Fc`Y)@V z_RoU` zR6Y6C;HSZF_XztbOTU%s$xnj+F8Ci9{IsRN!r<3~zY_e%9_9TrmVT}3Y5z3%AAo=K zW9(-w{UcOQeiQhO;P-!={Xi?b*WVJ=lOMRy`~3GY_ytd}AGGvatDgKK@K=FHK5he+mA;MeIi{{r;*azY6@- z;J^7a`!P%ZHPw@!0RJ2C=PYKw($c>}_2k!r-vs`d&#)i2^iNYg`6=+f2fwtQ{e-2z zkLt;91b+?qOAUU~(tpw5XTkpo{9e!U{&klAZmOsK3nqJ?f3x7vH~1+_KWXqo;Qs>t z9?$XqX-mJm>S_N{@YjL=l)=wf`i~p@DERBaAM`)oKdb%T`Cq(KKX-rs|3KB#{uSUi zga3-b4{c%h`u~E#kAwdw_%|)#{lk|2^{S`+Yrx+K{zcETAF=c+RZo5$_{PSL6 zKW^!tt$Ol<7kQt5+kxMIDfNz-oMV$e^~Xj ze>wPt;7@ps{gkCYUiIWxg1-&;%ME_o(tq9HSA!n}|J2uc|BR)7qUve?B>0`cZ`Htl z*3#c-@aw_v4F2r~KhWCl^>3EyY5z3%UBK_RjQ0;(`n^?8eiQgb;MW@bkfr~C!4F*Q zeg5kT{yuN;{$cI+)~{DBKe*rj>8E|s;BcW z1%CkeB`esES^B+HPkt2qf#82-@GC9-&kTMA_@&?<_b%@rxAdc`r~TvL9{~P420vlx zzhUrez#k0$koS21q@{m=>S_Nv@DBoipQd{9GvE&e zKV$IImi{LOzZv{t;E(@+_s>}RV^vT42dli#zr(@L82qfI|B1mb2EPpa`#$9T18wbI z|L3Tl_K$#n1o)F0*$-O!6{;t{9Q+aB|7!3T($Af>%C%k{9_IL34 z_;aS}Y5yke=l}Vka_~Pe_zCUz_VHI3{Gv;p=f5)D=l=Z9N#J)~#rvl$_upRiw0}(d z`TLIne}uu$SnhwA!B4>cr-FZ_!4I}`o`3zW|D^`M5%!OP|BAs6YrnV8^?$+O7hLAO z{^P(e_>`}IO#3bOPs$^LnS1`ZhWX=q{+6%P}eh z=KA%PuRpb%@)vl)zkSWra1Fwb)TF60+@f1Vg3g#=MQ|%_kT+FTl>tv!7zXP3TOWO$KORT{{n-b zw)7uTJ)K_-_?Lh`@*CbiW9gTvp8PuSF9m<2!OvRyzZ?7p@Gl4du5Wq&z?ROP?sxrf zQ$6jU0sji{k8EN;Xz34EJ^9VxUj=@>!4GMFf1msRDT5!p(z*Y`d5_K^|XIA_|w5({UiGs?ce0H z|L3YFKdJqKyw{)W!SDH#dCJJ|2FVH|C9Yn?LVgs>s;Bv@ zuJ&HPyI}qg4SvGXf7jqAz@G#D8LfE#w51WP!iKe(-PrTor+gTYUM zp9DW{@S~Rg<*KLs8^OOH{LZa;|AeK#t?J3ofN z4BB1)OH@z$hrq7|zk6Huqn3U*)stTe{v+UjZ15A7{`&?$3jPA{C#oktdiPo8_)$wgY4B^nUkH9#0q>u%^bb)z?OzA}BJfuk z{IsS2p}}tee=+#gTk`(FPIlM-8r9SO8Sv}D-?0PxQA@wG>d9{g|2gnqF!%{e|5<|{ zoaTN0T>}2mTk-yBOaBPf)BeTazW{!-!4Ga{cm01g_!00^;9pnB`$sMPsj8>_%fWvc z{Nk4aJ5^8nH-Y~)_y=}mKe)Z!^)FRD`GIS_ z&wpv~*BSh%rT??RF9QEv@DrVQ|AeJ~qv~n@F!(FMAF`d}yFdTbp#6!ikDuM2f7-Y` z&p)7xbN!BS_0F&U`-{J;p5`yp^QZK`n)~?wLzsV2k>k5R|8}kR{l0!Rc_*HKmgW5C zsh;L9xX!u%^5_2;<}cZW=l{}j{xu<<|0m1&zg0cW-vIM}3iHp~o#!92gL9?*&VT$K zJpYlp_q%__s-EVrp6)&W49wrHH_t!Ea{g6)dH!0<`9D-W&0kjSo&PJCe|A5f{}0Rg zNB8IX+ZNe9evei?&0lc6cm8i+{=xw~|MA-QyMLAsDWI zdsR>KH|Y6`@?L*`gZW1t?fCBZ9}2oU_s_{L-~Il>)}wg-({=B6{}ia6=FhLIhPtNq-KO12F{Z8WfJMLun`2B4R&%d+o{mwtDdYV6W zlXw2VVg5(Q^8Dvo&Oc!s&wrWa{Nq(m^M`Ks&flto_wNtb^$ec>P0RT|J&Whh=)Sw_ z@#B8{HmaWH&*=H{AHQv2{+rKczg0Kq{_(s1H>jTcW;nlg;2%1P&u^6W{T_d4@sp@I|=xyHXzcb8# z@a;VR7Q5PA|H3V^<`FB@6&7Zi#d;WXC{69R%^Y0k4yMGox%=7ouz2E)wr0Qw@ zXpMLN-Z1~A3wZvEE$1Kh1kZo9<@`fbPxA-w^v+)b^S4{b^S@^~e|izm|GDM-Z>pZ= zPs99s!Th&8!}Eu`+uc87p5yrk>)!AFIYIR_f8s9h`R@($@A5p)KhtvlrWbksJ1yt` zO7%2<^ltC``@;N>yv*}|Z#nRi zSk8aaXFPvW_uYLSf5)kw<}be2`}i9U^Y8El`!89ZUnkX*AJKmPAn6(!u;dD{m%36t9!ruXQ1k7{>c5_`A5V2 z8~)(=ud|&0m5n_AEtd1Ypn94=@PK#z6JY*p{^9w*vYh|OEm{Y1SE}6>|9zs%>b}Q+ zf7$c*4-Z#8&7acq=fD4P63o9vTgP{Q{iJ9Q=l(g)<-5Or@K>^v-`K%s;j(&;P#V{M+u# z^M7GEe+Sjm{EaaG1ekyEt~~$V#di148N2cP2kGAL{)wrc=C66kd;Sw){=%L-|IL>3 z|F0L%f4AlQi&anam)CmdKM&>~*N5j{V>y4vJ$e3S%lQjcPxBW&?4ADtn7@86p8xRP zcK6R&d-MD;-S=?4ez?DWI8OC6f1{p1|Mlx4n7_lm>?gDz^6}fMp8PEMmw^A+e(cw2 z-|z8Lt9tSa9`RnkOTiy~0AIgWeeAB^--Dgr{rVr&z2EEqqeFQAGj#8_|AVTh{TpEa zD`5X)hw}c5E%$GID9``0<@|pSU?NJpXom?XKU+NAUc+>fZ1Ck5@gN zf7t@>{MW$ztw-|wm6r2Abu`aE#d7|~RZsI5Jm#JMI+*|DQ9S=!mh*3Q9MAue<^1hb zPxCjx{MW<$Po2Q?_bIWve@;J%=O3thzx(G@)zkddk9*I52F$5pWpevuX>t4wAefU0+@fsZ9M<++V^|>4zJ<)$63yQ zurZ^M`cb z!{_y9N7d8(v3h6z{MVnSVgBXw*^g>JZ1Xw!8mEKgIL+(Y@dK zAFXM?Rf^}|cOSd^XYMOJ|G~QVyMOLfJJb$}= z?au#&&v^b$y7xQ(XH`%02UFhpKZN-!zu@^#x17JvYM#GR_dR^xf9a`unm?`Q&wu~v zW0=438}^gh5Bd1-sh<2M@K=F<<9F<*EdA?LPk!Jf=lbRE{~7p$*RY?l^!HOe`9Ue^WjAVer2MfAL!OL)!Oy{5+|8^2@ZJ()Um9{nyptpR&&J-QT}) zzV`h-{ww^Q=Z{;SUwhTl`~@$2@1JjB{wMxmKWTY>kEovfkoNP>?>q2M+sNm)*7E#z z`iJKa>}PlXbx}RdpMmpR1M@Fy)ds)+DWv^d^!?NFgZt~pOI1&Pv-ZpK?!TYF@6?+8 zl%>D5>dBA1;@m&^eir!|Kn9pel_^NfIqJ-`+@x(|F)Kc*FUL-ln2ReJvX$Io9df3O4lSxbK_)svqB{~z#wHu#Cb`ue*L%zgd7H~0mw zdaqxrt-OE!|BkKr`prJj?)pUw`TXj1@BZJ9anFCG>goLAdj9;!e;b(pFN2@4^qUQS z4fyTAuicvW4<6*4pWprusGjz(1HSY=KJ%3jBx#zE~Vg7Ts<@>*(%<+p|e(tRD-`45g z^ZnPle>MMKRzG*o|Fi1p{L`;FkKdH;bMpsb{)>Y=|I>#%^LKLj&aeLai(7W&`zNh? zzxms!p5{-y?wx--nE!U|yI((UJHl@M0iAgMI^7qz7IvTiUaF`0qYcjd`S(v3nEwOq zyXUVz(t)@8_oz4h%r#En`t5lBwCdf~~{Rq4B zpR0TK{h!vo-~4x~p5`xl!#jUBn7{A#hWSU@&A&|dp80j}{`l2>{!3L)^Jn$^WqIen zE6m@$3(w#EC};ix*Y$VbKR4*!J%6~RcLnbGuT?$GU;3u^{@)Ge-){$=zw~Ga_PhUo z)4hBCsP6A@?eCsHt9qKhc)2rwBJccr!u;13@%-OvKlgj*zqyVxu*Z&0@18$vIe&N6 z)BN=?e=*GesP^5@KhvYmq<-@s+?D4~=zd=Q^6KaA^B=5wn!oHV=lpARpL_o43-hng zzI*-w$Jot(!A?AXME8F4Pf|V2pN0AR!Ti5#-#!0o%lT(^A)^Y{DwS!idTKd$?<&-^>7p5`xp$9w+_fcbyXzI*=Yv3B>*`@8V` zG2Q#kpH@B1pN9GOgZUTk>iF*Y!=vryPlkB@i0&u)od4abr}?YW&iUtm{B;1#|Ml)X z{{rp%-9LkR@%$;v`3I_==1;)<2g3X}_Tl+Ujlv4#GyQY$q9Dn|413nAJM(v`OjB9&0ny>`}{Kk z=KteJo_~Sm{3jmG^QSE5AFXa=;?9P8-CC?wxz2Esirh1yc2IfB% z=3jpy&%eNO{v$8p`BRqj4_7_SUkCG_2J_#18P8vGvfcTwzJlkE=-%)AKUY1?-vINE zhxv=A^85=d=f7ea&!4iKze@Eqe+K413+8`mI?rD+#_s&P+{p7sbnkcm9aT^BH^cmA z!~7@T#Pct(od3yLJb%h^{spS1`GfCz-+!0{^RJ)H^Ou}rcm5-4c>aj){m%a|)zkdN zFn=Y?KkIIue}U!v-_GUvQBP_57}nb4ztUdFTKB z7p}i1CvdsyH_iXwe=Sh1=dbVW{1>^;UtJ9I&(^;C_g!$gGyg@y|N9%~to*l|4SsN= zbN^JW)XMSmKYw%$_`f{L`zI~^ zA5~BLmx6yS_=BHdKiFWm|9+|`KMMYI@MkS#KW^#IP(Aq-;9n2^H&3&lwe-JGJ^69) zZv=nPv+T!~*`5DD)stTX{!H)_OW03a`Zubc{5tS&27mR7>_^_P+y8UblivXTEbvQT zVZYAO-$(W2XTZM|{28yYA9~Yn|LLkHzZv}7z|SmWKVj*AqI&X!TX>)U?f`$^x7ZIX zx7$Cgdh(0GzZ3i$((G4S`q!$S{0R7WgTL}U_A{3LJE|wY9Q=F0-{nL0qi@-r|Bk9B zzY_d=!LRt3{gkDDy6VZV2LC?r7kae#?H`(yvxM`Ay(I4E_h-v!B(z{xp<+@7w$S{|eQUA8747 z|7CTVd;kAY@UQrR{pbqk{NHtcF#1)hCqJwGmhb<{`Hz9W;~MtE?>X?G&9d_o_s1Wd zRZo6%8)yIg@BeuM{Cf<3rKMkE@FQ)#{*&Mj{gL;tv-A&CJ?&o&{!`$uF!)(Zf4RX= zga0)6=lsO`hgUk+|8Ae_f2Qhb|Dtxz`NwphyZ@d6zu;%~)0Tc~)stTZ{{oghCW!g{WUH=ckpW4j(C$)c&k3U8Aw12_Y&i>&%|0D2s z{e%6CrQcQcOS^B4`p7yT+|8ww%ZeTxY z=^v+C z_iN35=o>q~x9Z7Hg8w`CUm5)1w~jxw<-+S9-Piv!gJ0Ci`~3F@_*b^!{bQE?rK+d> z%fR0NewViF*ID`7Bm`?Y63Y3c8+dh$!RbMC+V{ab_osKL)#`VSiXIQVVBPZaR}k?-uT|Bb4r z{Tsk<5B~XEvY)W@C#s(OU}x|7Zwda19oWxU`lD4(emVGCfnQk2e)xO4^KY+u@{{0i z4gOaKKW^!NX7HQ9-xmB2w&wlQmi`LW)BfS@z1P1Z_>;F`KlFp$`JbnH@~gn#4*adR zWxvwWFHk-CDe$)kzs}&NEd56fenA)S`R@S!_#p2eTw{0sV^vT4N5S6_{0<%2k6HR{ zRZo5m_&b6Bl)|Qyk)Q0Y|4FK+{ma1b1^!xt zpRn}T82kkIy}^HId)_}|>EEw<+P@L}zTgk*!hZN?yYnBSdh$a%dawVU;Fs*ce%#XU zrF!x!z~2k}M+|=2(w}ee>%i|1{t-L!{-Lbh`5&r!+P@k6eZb$)mHkRff4%C-k9753 z|9!!q+l~E{rGKaD$*%@~Kk$d`!hUeA-T4nuJ^5+y_XmHEUD=OW`rTDee$h_e^B)9$ zs}TEjmi|VA9|QkD@K+oBz%O>^|GDaE|61^efIn$>-al&TSE!!+Ecge5U)F>Dq@{m| z>d7zd=Dq%hfdASa>}M_gmsC%F9Q;GUKcyG@kzehuf4S<(Zvg)=@P9P;2}{4p;0Jg1 zp8w(Ce_hP`XDt1U>S_OS@Q(z)v@iSNb#~{!kLt-!fA|20!$h-TD7&@T`eV{Zrr{2Y&A``zcGm zhw8~M*wuUfCxE}$;0M>+o&S>tKMMYd;8*wO{bQE?HL9omYrsDl{4@4uzs}N+sh<1{ z_@{vXtHBTaZg>7a8T{gq_xg_o|D}DL{oQ|lGpc>}*S`z&*CU+i0)brz@cAWlf4}Pw zrnd%)mlv>(db|4i_|F!-4bPWZRa`L8ngfgaBOLEY!hzXJS``||bA{O$OIefBR? zJzf9c9*(d78o*6|{`hS0uQT|efHU|EpX)!>;KzD7ev$5T`%eUaz(C%=&eGpY^|XH# z_~(K@*WgE5+3kO)!B2o+3I2Bb@&0K`e;d`){S_N*@Gk~GYw+W(o$KGjXaDQ==lSa_`(6idpV9sPK7Pv3huYZ9KYkGV zQOo`>Lm$_@-~9ItW3{ilXLqWfAOzftvc|7G?4m(YFg`7aLl z-`x?OKWpjVu6pw0#m@6@zJE3NM;*d`Qh!6&T%Y|9S3UW`-j1LD{R7j$Kl4!bBki5* z=jWfMdh*M`zYhF)!`aVR`uD1y{3Q6*;Qx9U`|$$1{eMzD`Ay*80RDi(*$-`L=kKL@ z^22?+*MA21RY$O&vh*)hJ^5AO-vs`$BiWC2u-kvB>d8-mp8$W&NcIC;IsOwqkH2qK zPkupP@8ka#@E?h?UuWshS3UVP;LisClw;YC6*~K0=Cgmf>d7xIarTetKKJ~4JNVxl z{EYS=_wm0r_|@RofIsLs-aoOmv%jA|Q1!Hb6Zm(5f9whDN4Bx^k5WDPWqW$he-8Mw z%Gu9a`ZH8del7TO!GHHe_LJM%?f;hQ$uH>V-9HKbZzr=K)gL(eUH`1=$*%zae(;B# z!hWEm-Tp&VPksaV^T4k@mHj&HFZFr+U88#Pi}!NQKmYxo2f^QSEc@|J&i;OWvFgdM z2fr5l*A0GjJI9~sv;WHmzbx$Rpa1!nN5FsNG~PdD>Caa^?VkdF0r;~{XFuH8ZvPpo zC%?46cmK!1zvc|~la~IKswck={5tT@Ka2g~_Rjt-pTBCk4cwpqo2Yv7i}!Z+Pw6oC z`nM4LJ zp8Ui>XaAPxkKE(`W$+KEVn4KtoxiW@$*n{a=y}^&|>iGK00LJrQYw**hj-P-2 zuYv#2<-C8ayW>CSbN=_Mp7u}d@Az3gdG7ohz#n@h`=Q)8+W zvGY$o>h(Vczw;gJXZE)9w^cp)S@2hZzx+=2lLPGh z*Huq`<`D1xpMihV9QI=a?fmOiPkwrs*Ux}I{9g7$rFQiD_>xO&%)!@H4kNxBzJO4S=lb<}y>wg3O)Q8xQ9cbrIQ9b#IGOynR{;)^b4-K*N zhp3+X_~Bmvd+;|bU_TSF^Vh4M{K_M|{u=NXKEZx+sN>(T`8_}9C+?4bA5%T~u_GNn z|MMR|fq!%z`{6?z{~Vw9|Bg^S`Hk8y(0%UxzbyD|o@75c%+CME;AciS`{(<=fd9C` z4-R+yHa`15ta{qNX{7i3*MWb*Lf$`gnB%|TbNwf&p8VKRj-UVW?|Sez8vKl<|GUAj z1-}{mOP}KXlVx`MPgXtcp9TL<@Yfss*x`2mT7zGDwDi5$A8=B@z+N6 z1J7l2=F@Y9z5 zH3q*5{0`t3*7N?!qwV%@uX@_Q5&S~%Z#DRpQ9J)8gI_wzd;Z&izw@)af8-d)U*dEB z7pb21uhD+~>rW8;&kTNGl%4;P!Owu-3H(Q%+G+;47m9!xZnRPRz3OE+RuOguM7C241V2lj(?HQ`#&QMeqgk-fBxtHion0!;D=9e ze82C%o@MZ}+RuOf=?eY_2ER`G_c&u1&wqu%j~?gjpa1>G-N4^v319!{Ne+C=X4(0P z`}*&wdb<9};~hW$`tJh%ID?& zPyd%;{=_NH{9)ba=HC$iQ1_Ydp-h89S> z?(++(o~~a?@1M!Le*Izp3EFq>|J<3*o)-A-|Z#m{Pef`Z=QBlg%eKO{435+a%YwQwzKN#{37EVzo@nIZ|D4h;7`$h zJJ*GdO>lnU&U{S$+=U=G@ z&Yk~3u>UEq@cmbKfiu6~{a3Df@|(_e{QUbb0{#;1yU#zN{qFx=KhSb+Ek6!j%FjP3 z-S6hCvH5p#pWlJ1r}+aHIP=$ND0hB`!2B;7{On{0)_)DE(SOe1*IelM<$C^{e<=88 zyvqA$E_T8_Hp|XW-22B=Py1&ta{QL(&zyf4_>UR<;3ba#hmT)t@Cz<>{4(9={KLWD zVDhUR{|q0$|7(1HaozjPU!rwNwR?d!irWAha5`?sU&>HIU=&;R`YDDX#X-~Ie^^%Q4+ z{nzMi_FJBJT7Ep;&`-M3=|^lXou9OHEk7`8PLGz7l=E4W&8gQ z;6A^-R8QyEbcyr$3vcQ4xyRoLaDKNN{L1N$zwLi{&-)Lv41Up6$IriiP6WTlGG~AH z^^0qNZ=dsfQ1|ZF-&D2T`Q4{_I=`@-^mJ&r*Y5rTs>I{d4zE4E*9ZdH=du&i;P>?y9H#qc=MH=lkQpzs2B(Zgu=i zeD2?w2ETZQ<5%VFKOX$+-{Sp~+P}@mpQd`+KdJrNJpWAacX*rq$ZWg)JE@-hvYFof zE5P3|&3;Pze*1S;J^3l^=kI?u_zMkw>^5irZa(+_V+OzCCTIWr*Pn^tPh7$K$8UH1 zMLyU6EY;Kgl{Y(nEbscC3;xFjKXQlT`+ffZeS@C{zY_do-{t)SHI9FV&-ovvdfGpn zaQ4r?{uhA%v%#;t)A9fDIsfksexvqNdFMYF{F(3Z{*`yx?O&~W+P`L&cmIpQAFz`B z%-weT@1=V3Beyty{{B_qH)`Mg`kk5M_yb($?|%R1?e}^9kp9H|UOxBFGS$=kfm@yV zD|DZG{kk0H|KA7fN9Q{8`}vDiPkzO0uYU#jH6J>@`~0rD*YVx2*Dc4<@?-iVoSxv-~BW8!}mGox7ug_ zT~tqgq{iz{1Ano>58dzhe)~UZ@T>0h`qzQKU55A1TKe0lp7yW1%j;Kzf65o^ryj7| zzg+d?H{I>^ZvemkOZF4{<+`q{=r&1e}d|1|G@oTe>V7k8T`P* zc7C(LFMYu4-wyt*-}3%hOaCU-)Bct7ynYS%-J00XJYu*14yq@=Hur+9-tu36?gIZY zgP(rX@hhDlHa`m7uYa`$Kl7mD=fD3y2mI&{ynp0z2cEZCc7Edak5oPF-}I2<=YRY; z7yQo+e%8|e*x<)%y?zq>)7S9+$tRrshx?rWsj8>_8?~SR_22u!@BJhD*(V)1+47E( zz7Fp5@1c6~%OCMx|9Rkl_%r*7ryO7ZG3d>Af!lvq_2kDMb^QGIUmpa2Mwb1$ryakG z{`z6d0B(P}>d9|d;Q0CHUkmJO5qPlOM15`p-iKmLZD z|D5W{4?pkqUjV;t8}=)g+xY?2lVAO!*H3{zrY-xix9$8BR8M~9C9nT7`19MbAJyOZ z=Xd`nRZo8DQm?-h{I%`bkGyNQ{~FbkpLosdzXtvl1?-1c+WA$gC%>t|>o7X+CRC{@e{hwz5cxm{+C;`pZLtq|5Wwl zhu`=5E5W}t$bRH=JO3utlb-_r1MrXDj{U5qe}wAEkAC3YzY+Ycy0D+jIQ#qk{pame zPku)Gsl4m|G5C)cv7h?F?))ECJ^9HGz5A~Mf7DLwSAJ>dk5oPR;YP3j8TjjWWd6m(;rRKV|NayFl7rb#WgXw|&mZ(sJ^8iZZv?-~Q1;_%?e_1edh$bGdiVbu z{2vW|@K?w8`}-%F41SIF^Pm3$+j#%{|6ap*|Frh~u74lZ)BeR@dH3G}{HG0mOn>6_ z=9U}ZaR1dA{G|3{y32k1(FXh}hw}be?fcz-m#Cih53Kg?-wyo8hO=L{-nsrC`s`n; zdh)BZpa1<=1>nDM82gFe?H+&6s-FDN*WUd*fPYUJ`_X2{Kfq`I8r73uqy2E+^)Cef z;=|cbSo-Iyp8N*zw*i0H5$vb6|Ax>0LsU2ljdT6; z{Z8ONd?fE*`KRM=^x1!&>S_P7Z@qqJ@V_(p8ytTxAAhyM&uYIc@BZroe*Y1?e^UE{ zef$#D)BdGR&i=7HzX<$G4SvRQ|H%fwM*I2ucLjfi!4Gb9&fjnUgoE|fL{WBNtFG_-_G^-+rO9U$!`X~ANVgB z{Dh^y#Nd~&@t%Je{PD-|{uxVutm_h6?*_l1KYug; z{Q0AJ|8T(h#+wU#KK@Orp7zgbKc(lNuf`b&{)l7QuWRM_e)}J$dh+Xj^6p;>{`V$- z3%mWlHu%*)JAVHD2Y`RwXx=~E#_|0={++6N+P^I8`1zlI7!3YD20v@*|7q}3;2#A3 zq~m!1y0*^#_xs%c6{@HGOV@hOKLUQckkKi`*QZP+CSIl`6sA)@@uu9&3pbS1OF<6AKTJ7 ze?R{+gI}}G*+1Vu0{qVme!7F>zv{F9M+U$8H^>pA+`8B^g{{I_0_c)o#KaLN%ERqSaAx61u3FE#LCXpp&2(3#T z_jMmcn_J_OHib#4)kQ<4?WQf!meO=%rL-cpe$64m$NC4>Q6Z% z_}SdQ*!i~~;J>QkR}*~Q>rdAz_(f+0-#&i>0DsI-Tz_G8GyZVOqxxOvo%~e5Z!jG5 z-TcC1UH$bakN61}ocuw6zi%Ywduy82{~hHK-+j@^9|HJ~jlq0Be{hbj{>79>{KWs9 z{Gou~c^u{kt~IN_1LYCl;}V~IWS>6^@Gnll{7@~y*ByV(P#*D0RQ93m>;Qa z#?PTV;(JRw`J(`T>Qu}xtYgNXNO{ChzQV~L1Nh$iG2c_yjNgRvi0>=o(42q$lt=v3@`9gc zJO4}ueD_?;58hzLuS9vok0dzx0l?p@;QJd2es%FM{L;N}_oZv%$}R;zsiNT9AAd~) z{HNyO`U8#4_{%Ae>JJ0{{ea*7A?8>;wM&e);|;QD+Dn=yNMaU4CN6& z1o-KIzgNM}Yby9_HS@nq!B4o-Ie)VN|H*~8{$O*#e_g|0MtM|!pt6%c2k`xiG2h!l z@C!8jJ1LL&`Bw?P{ry+-0ROy#?`dVmKds=Wx}E$W;BR;Y*Y9p4`1~<`msY*J{?}6; z)_=9L{|f+r^b*VuwG({)7&0Z_qCDdJsyX?K0Keu^%y)MX{LPyEUzPHRpH*G(_*<7_e%>u+{7)&5_`VuWeg@#rSb_PWj%NG-rjx$}@Efeee1B&%em%+~ ze&AXs|8c<2eFpR0x0&%jr##{()OPZh0sh2iF+Z=18GkJ05kFkV$qxa(`vuGobrpQw z{hvydNBrcvPW}qO|Kvr?x9%|Ge@J=6&#UL;KLz+B*J8dm#f(3c@`#^S-^qU(@T0z`~7Pf$|HVmW5G}4Ggs{RzZ&p|D)`yVzx~pgPh64DzXKKgDBy;KDupT1t~fBF5# zJ^BiMEr}n$I}pG8mGkoZX9Ju+F6CwaDCN=o_}Jh6`5CVQ{~mAS`L*s5{yKhF$|HXI zjiP^c{%e50S;6=BGvjYk@Uw4n^4|dbI@!2>Uw^?*)%3q6Ee#W6bzBP#*D9TRZFj6!1U)2=faK`CBND_^vii{^x){d<*7>$BO!kH1juv@`#_s z{6gFOeF^wgK2h+~%=i^4kNBBwMg4aEHo*T-#UCg5d>Xpc1$q5#RPZy}3BKEQ{@D)r z8zZ=W*Cez0vndbjZ||&s2jEZsRKcHYR{uE4BYs8)XZ_y*{sW(3zBSdX{%Mp){LEXO z^?wWa^*&edr{6PwSF7qSeW?V7;_kh2K`SRn3CP5Lbc{#rLvvy+t6u(>6@k`u4 zKj)v2^0I$2(fC5+{>l4qzJj08U-0d} zKl&5!Z{LIKkE}N1ccMJ1-*c~%e-iNj-HZ9*u;ACz)L%$>#Lr0;eEZ|SzXAWmKFp7- zG2U^& z=l=_Uf8+q>yR!vfclMv|J1Jv{zrm8Qe0eG z1@inar##{pj2C?S|RKErIRRDkF z@0joXT-2|7|JYER~vR&|(*lLemmFwT6;D@F<*I!M*Z*T(F@Bd2h zPiXk{D39t-m?rr4{eLas&;AqheLDo7{=DpEn_T})$|HU<^P{o;!zP#*awJ|OxR=K5p)b%DS4FYKS6FZ|>8f8qtm z{#X5t^Zp-1J~1BT%lO^#_~l8?JAQx7`Rn-aPsVRX-ham_kLu5vBkE7!{>AFQ9@M|} zAM77GB>bnx!F(y#|L(td|G9q=`G>{DrCX8x-=aM7k1S+=+x#^I{wq&me)xz0Kgs#H zfXok39`SP@5qutl;`wh3_=8VlzVCOz@5qmzRr~>zNBr<(f^Wb7c_ZMb6=8nxq~MQ^ z?=TjS>mNyZ$bUlc67kv8jhQ(W~{^o#R>Kx_=%EWHf<*K6T|9J&Jd#&In+tzOjz|U9kgI5YZKMhjs z68j?W|J{^F^%uM*_zB`>is!!-;OCsj^?TeR_(J?Z#|AQg1LYCF@Ga(ZKGy#>fdBag z%#U0x_^UPVAJ{^9#4lPe_Um?+pAq(;bu;Lgq&kg}?6n(}D7cAAXnl z;xJac{%!;O@})69c%9&%(H#FuQy%ftHwnJ|{Bt|t*SJE#zd`V8$9EX-KY4zxraa_- zB>498PdC7KmBIXQ6T#0G7ni0;=ATpWqn`_YhVA&@9q@N5_(>8v%A@+zwhO*} z{r3R;zGZR!u9kwYTfcWv9`W5@3BG;)?*#n)3cjCz@uypV`xN{Fz`qOdN0-C(hgzHU z-=aLKKeEHw|K5QAje_rMYu5i<1wZX;XaD;E{w?Jd^|upzUH{us9@X#r#>u}2@Us;B zykx=GJ^%EQf}glk@I$rGQo}Pj~UUU9CUjg&e@&!NLR{vnYZ&L~L zLwB0-y_84wM*;snz@K;}=DY4P4k2J@|cX7zWZJmTloidC2b=M0QXcVBqR##QAmHzAq~H$`d|m%{QXcWMm~Zd@Y{0*x zG3I-Qn$>?BKRn8;{#KMn{OrTd{yz%%=h`Uvqs{oID3AE=U!DBN0Dl8LL5&{&gvSWJ zuK(*PkN5%R+xx#1@NaF8`O&dv^|zxu;-?&O*1sI^|GP!OPc!46r99$i0sa$!|9&S0 zf1Kd!`u{HF5kKLmsNdfICjtM)&Y16+U{-$v$|HW1`S$bgO29vUn}R>ljDM8!i0>*Ke{XUQ_T1U zlt=u0z<&YoU+Jmf2Lyi)-+zl=$d5n6lt=vJ-$ecP=U-n0{CwuizrScbRq$)a!F(Bi zI3B;e|4!`h=llfC^Y>FIkNl(TpD8qoe}AwR_?Pd6`H`6-sN* z6nyU-GyYNq-~Er1zYg#l+=c58&lmh(#l@w)D9=wl%A@+Tik$o`z@K`z;LG!qu~>j_ zyhIjP;=fLb&rdl&_K$G>5siN-$|HZ@1>qm$eC+whH-P_&KA7)+OayiPTS|GvkCYPc z+_KNlTY!JCFXsC~g0HK8KjjfWwVdGF>wg>Y$M?hhyr<0SA5D40&#&mL{~f^J)*tgD ztIX>EjPi&dsN$@D1KVJjuh@X+@tp9z$ z_YT7RyjRWYZ$f#*Pq@xm{|A7-d@$xm-ZZO!3FQ$#T;Ey$X24In5A*%+2)^#~FK(bb z;(HnizWx5s$AI5?DCURW75qP>B8^}B7qfBqEkKN^nt**Sv$mWKa6#(dv)Gyc_-NBrO|PX2ble_g>Z+-b&tMZpjGoctYt z-)#)8KfFiqb)O&QqdclV+)ePkw)OW7;ICx9eE%uPkJeas&#{kvR$r#N5w zIY0C5?;ko0`0Et>?Bk;Uy7^n9;OE@yoWCQ0Uv?6n|G*!DudClh`QrUA)$d9be0%)` zfPbHYAN|v;{!|4&ZJ@LM-vIv|1wULU_`RgTl=uIe3Vt^8vuv+lJr4NOC*%GX{w?@( zHT=nxNBvK|kLTaUKLPlireJ>HwBWxMf1-sKpj>}@$|HWj5`6pX#|r^}J@e)JFP<}k zFTZ~>zV72%^QQ`bIsYQ(>&Fiqd>PNhF9%M?^+z~Agq-c0Tz@~xqxvJmMg19-L^^i- z`v=sYGz0TJ6~rAUUH@;OJmRNJ5`6pn2TuY1Pctz;ucF|`pMQ$?K(7A>$|HVovfz8f zZY+NOwFvNYAHe)T6~SMrx&Qe&whTa5kGyV;M>># zdBCsrAm&@w3charUqgAs_skM}{xd?w{l5tKKPvdqI)bm8zwZ_Nr8o6f5tq)x39m_fS)i2^9!4r)qe%$5#PN;@a^lb4B&5=i}~T^ zg0EYD>nV@;DUS)hC-$GT#g0Ga0Dr|i%=fhxeBJt6N_oUjTQ2za^_Kwn*FS{$(GG&I zyZ><=?q1k^v$|L`RH=O&gKJY)s ze0l!zN16G5l7aoR$C&wlNO|P%de`aS0Qk>%6!$-IqM3jDCD^}kl9_*N$|L{89H)O{ z;QuG{<^HEmH}l`{820zhF!NtedF1ci;`F}>_>X%W_dj!%nSaxz*gr5w%J6lt=um{eqvu=CSinGTZG)c>3re<|E8yK{nl#1|4_qkNO@F$l==3@Up~Np zQNj1{2N&u1&noySKa2j``CS0N!b)6!bd9M0Cr$ljD39vTjym~W0e^>rA9=})zg59c zJmlox0r(4^#`T9^5q$c1rOP(DiOaURlt=Xke-V89^B*aIzxo*k|4lRgD#{~%&S59N zC*XgWso-xA{6?Dnzmf8YU-+xwTimVK@vj%)r>?^My!XuNzlZXO??2+K|8Bq^_pE}y z*{uFilt=uGqt5#MfPY@WcYSPD|7iukfcf_M>kIgmpU3sPzA)n_P#)FqIp*wtKg54Q z!QWxl{{+e-e(G<|{tp2B7DEK+dxA#94@mJ&ey}Jd!i{|t1mQWtmU--MT z|APSky%#Y*$RC`gx7d(6!7=0!F}@#&?6<|9+H5^@pwyeEaYJ0)W3m z!OwOJzDKkEwkr71GEV+9z^|W$>(9GJ@EgSo=S#W%I+RECd&>#F{qgVpfd7<&@2VmA zoizOA3Vu5C(>WiTznOqv`88a>kNE>M`~=FQ`U{z#W#gv<{^JUMnECuN&`TC_{~uBC zGs}zq+dsc?7T`~O9oHYME&4xAv;N0Y9@QVNB>48npK}0zkAm;IPVhg~@V`~?6Dm9T z^8kPF8@T?wx`Iz1Pk-4a_kRH8QT>6d1i#33{0jnp**7si(oled(l3x?zKimRpXL^P zf9yYLi_QN6z<*c4_q8#r|1AYSr@FKLMSwr{EnL6%R-yyW*P=Y)yJ|b@&j9?T3V!4+!9T_OPwYkK?|(BC{GvL7&u>F7-v3Jgzw6t$ z{zzZ5{ok4LsD7)yv;M~c|A2y@J z(i~iWHs=Ru{(eFR!U)Wjj z?T;T`1N^6$FZbW|jObtNm}}qU<7e*=v48kgkzXb*F5QH5bFQA0NB)^U;h)a=SpVJx z{-rhxerai)de@6!gG*#_CC0LE=M{W+cfrr+ACB?Y1AaF1<^H8Ie~~mla{p3468>_2 z|NFu}#V$+N<8vFoEc-F;zc)wZW6#;!H|blKi}I-d1zdk-Ws#26|1PNiW#-HN8T5BW zW7{{<^AB?UpKQVY)=rUcD7}76_WzLb$UoR$>_7Y8f7}TCcYT8SA^N+Hu}#{2j{7fP zQy%gCse&)Qiu*6`1OCYf-v43d>-u-)XV^cmPxz;5`d6Ov$Ulw!?fv@@_}Bd$^YeZ* z>)*AMNBrc$&i;J__?^DM{fjbR*S~>ZV*hOVyLz$B()6z%<&nRi{q6nx1o%(biurDS z;y^clV3N&nVR9{DG;zrBB70RNornD3{* z%N5&n{o6o!#7`LR?B7%kN*P8N>KgHRKX2>2`ZV}7AW z)IV8TfHHq6O`x<~M1pIKzz=q4`P7AW|UMS}0CD1JP~KMD9V590dsMhL$A z{wHVTBYt>=;ES)~@%O)g@A(DuL(JFJ zUz_rXpTm56{igxH+F{K1jW?_RD#{~%`qR$(&j9{=3cjED2c+lK=q4`P-d6BK%(ox^ z&jJ4Rzl!?h=a0OTMEwUZqm{h>J$_hfa0K_yGg;){)%e$=JnEl!mFS=S{nrLOCsH2q6JBugU00XXAD`8Msn(_aoJgPtEWhcK3 z;Qw+A*YA1IjQUU8d@pHF0 z>#q#>TmHg)>lL&5KcGC~r|xvtUj^_}{}p`cFy)G734Z$JyWi!JzPI9e=?1LVME+Ol z=jHr>Q-XhmluvnGXB7U-e~#;qUwGnI`0_C4<^IQBmlfM|{y$S5`DXzCYk`00 zEcW*>e>Qu@FFf%pd|Brl?tj?Ozb568e-7}k1N^g?FaQ28!u*irEBp62kNy4hy0F-$ z>wj0uBmV;6Uk~{I#(de|V!m#Ep1y$nUF*&KpP)SQPyEigey<1qT`nr-hxxkooBSX4 zPk7tRzZKhGTCo0A6OUnKCFu#8B6qJ1Nlw2*oW^rC#zbS_PgDH>v(}8~y z@L!?ux0ruO@|FD`E+y)B_|xmsVw-OMgOo@9S-`&u@J}y|`)@J7MX^Q67f;F6;%gff z`7r0-lYU;#&$vRtr`N^Bwoi(`mVEJ)TrIxlD}(c%cST-)|Am}yQWp2$wL#>?DlCD@ z=if$@NBz&|{>NWG5Ig_20R68~PT|jdUH?-#FV9aZ=XLXQ59N`+XSehC(;E0ctMCsp z|L&6367yeJGo!~9m7{tw{1yna&+{rgZJ^*;>!djS7u75+iy zch~s;rSQ)+^#4QQp9lPV0so#?;{Hbs`@f9ya{m+Qb)~UQH$RV39`)b#y>tG11OM+7 z{yyg4sp)^S%6R>T4E=AUJo5Jf|GvO~3G?Ok8)m*&T`ai~`SI5*$|L_E`^V=u_V{Zo@OM?i{f{vJ;SzN5HIMZD)0~(4pR!r>U+4b> z<&l3b@E;HSZ?2C0E#`NYd}aSRoR|H>oY&3I1C&Sp?tRYrp9K8BR`^Glf3L>B^)+~Y z5RAZ z@o%1p=ReQT|0c>K|HORf`ke#(1I(A_Kg#@p8vh>^{yutNNo>>g|9gdh3h;jj_;(7A0Q?_U_y?K)w&d@TzVB5F&yV*Lv;KFdJo3*1 z{tpBHD{JHa`Opx_zvl<%`hOhM{{r*n^&eq=$CA>EugU(uEBsxb zn$6!4g})#8F9-hZ>*D?AVgB_R|B0NJ=P$+3e=Oxu|AWAP1@M1S;cqd&jmH01g@2}@ ze^lY04g6OE|0eZt|0B%rsqtUTdAa{?dS6{^)6M^U%A@{Afqy3OKdA8cFn@%`zn=%M z-wZ?l-jqlF?jN1&_c`FdjrsEW4Ku&H#=l;D>|bE$UyJg{-v|6x1OEq@FZ;XbeT}hg zu*Uxvg}=pl-TeHd@DBk0HNe03^?3e+%-8+?vcnCy|JE0xelZ0lO^}cOZ77fWA7+31 z`R`@m->`wgpZTpz(8bq0()Z&zFR$Mm&g=R=n)1lM0QCP=;QzM5KgxVv|DSD$`yZkA zrN%a0|5s8T`6vEQB<=lw9r!=o2=_nA{9aPOJ<|7wI4}3#yH)t>`hS4($lqdrFY{v0 zzq|$fJ2%GuKIY#p`O5xJa$fe&;JmK?%P5chL!kfJ!2hViKdj)({j8LP>yL20tET?J zioA#3R~*{{n*2URKFs+Rntb&ev452FT{QU-io7pZ`0I`zuX0}A|LL5U`z;^;)>0nr z|9mjNIbi=ESNMmSuY3OO)|*8CWdEq4e>=(}|AhTw^6l$yGw^?$`Hu7FcG3Sin*Dce z6YL-4yl(wfr#$jcW`FzfZwv5W$9&m8%=`-)|Mzaj{^74g{W|}*DUbYv!2eU=|5;PK zej?2OOXL4#Gwh#3?@NzuI{ygek$*1m{{r~uHpl)^=8x6*`@GmcMT|HFK_|54_@BKgYxueZVe8Q+@C&nuKi{^`Jf zFYve8;{J!3Z)yB@ab7!je&ddH8hW?uE=J1^2py0{C@`iZQEmiAM=N5`u_^&W&g0D zf0**fKNI*L0{+)_5dJbhhxy5pzkL6KZ|{itnTGsMlt+Be zA!q%^0e_Q%pJ&K_N5Rhq{1brRyc4cJVYk`-zlrjwe%~+7`U?U7Z3W+F$bVhI&jb9w z0DnejTz|SDKR|g@zjfGI|3855^^o{PTccw+pU6%>1x){_#lPUrTvZzxSx9 zKN@>;7;Ulh&qct0qATY6z8C!u7pF_UcuKAoUwfSLi0?k;DpG|pGf8KE?zYO4?zZ3I4`^@;KDUbNsC!G9pfIsYR z%#RrI2T>mJLxoO$0^on<$9yZ_tp1NFkNAPVocxM_@4W}}T|b!dn@}F{{r@=mR|5X( z{+J(TzPOc=MdvQLT6}F4kpC3r z5#Mv#Ie&?OpEv~bEkk}a$|JrX@M{77;`=Z^Xvm*WdBhI_ejUIsKMeE3hWyf$NBnHS zuM7B}D)BPHGYa#4hWy%;NBl70CjtKCF@i5Ye`+yb_xsBYoR^=!$yE5q z?|;Tmqw6V;{PWm9#diK|0{n{<{t@Okh=cgjBYod=Ebe~+=jHRg?4Lw=hw|&!4jYOA7xK_P6)H1@J$i@VA)XUgMvfhWj5j^lwFZ z)c+9hZw>qxFkkL}g!#Jp-=^>{GW7pU;hzuu+X4S8$KmzsIUwfeMos_k;Jmzk{hUvh z^78!LMtRhK&si~f7UyI4e>(vGpu#__;Cm#W?F#>V&g<6i7YhF%``hoocLe@b$K(FH zeiHqUub;TK>_36?a{p5}uUo%kD3AJ|&HizItp7gX|AoTeV!rP6!>1Mg8HWCUDg29o z|LwrP`2@xBgZaAse-q_V|9s~}=k5Ey8{pr|e8=&F`M1P(JYUND|0RXL>t}rbM_zxc z75)MCx9|TH;Qyz>-@|-){mcHz6LJ4j4gFhD9`!#5_}>Zq=QCgKe~|fiX!@V8@Xs~$ z->vX>ofq?C@BiJvzxgD5{D?ANcmAKjdHMK}7&V)p0Oe8tQ-FUT;J;bn?_<91{c9%` z{%MB(#})n|;NK7UH=d09A7sAn{6CTNa{qHUuRH#Xr9A3?KKt8`KlcLvcNG3n=Ieg{ z>zRVrukWCkADw?~$|L`T3(n)`AmG28`SSX;m_JXme(MIXf0XmWqU1*868I0FhSzWGbGc*Nqs3oKzIaNm7GFEZd3pV2 zb6z(;rzns5@4hIK_W2nD{8vuL{!!)+l6+-<*Zp{Ye1}E-y7@UreB__X{uc9N^D_?k zPhh@0KSAc}&cB~2{Bt?4o1c#h>|q3A#Jb??7)VW1DV% zf|N)81z>)r0RNK;e~bCL<4>QNcz&`uuj_v=$|Ha8f1+}G|EB@}cbG5FPlWknc>dxS zp7<5MOnLzOCmk_6{@g%$cfT|HgB%zs39o8vhSDFZ&l5`fsE>^3MhSj{yI>=3#%=Z=!!oHU7VI zUiJ@hUU&XFLV4uxF6Eq`CBXmDhp>Ny`MS?fm>Lv$*+27lv-z1wdE}o8{Feg%f%6sq z%+J#Fzv=?)pLX2LzcS^Ke;D|Ofd3BW%g3J}^Pkc9PhW`r6aNtYy8EA#DUbXM*xzD) z?EdGIz`yn)+<%MtyEXp*abBLE_ozyD&~|6D_V zKjo2s2>7o8{@a)@&rg*3b9MfYV1MgRv;O-jkNoq2|MS5A7v{_ULFP}__>axN{zZoV zBPfsjJy$sA=SATEJM(3KPoe1FERFxnN3nmH^Sa~zRLUd&G~mA$_?KED__BY5`HyM* zU*NpFe*GuS<|mW#$UhtSzXJT*KZgB-%+JvHf5&;*KjAMk|8FRd{EL8p7Vw|&IQI82 zUpGIeI4}E$4gF729{KyqIOqQj;6HyU_Kz_C0ZsoaEE9RzKlyL7{+FRV^3MSN>w*6h z%$MiiV!oSSKO8T^6TiZj?=Hvwfq#U*?(x@Klt=z~>~DYk{tocp9m4$&GQYCM|KtE8QIuB$b8-JFUr1y`|m1e z=I^3B^3MnUhk^e}=F9WrVg6)I|Es@?{X>TSRVa`AJr$hue-!vX$$Z&A!u%;3|7shs zzqhGZ{x33L_K*Et zwAl8D#=qVB*gwnAza{07e+KYB1^mBdzU&`i{!ESkfE?_fT+yumeJGFo^ML;u;D3Pm zvcJXr?i&9#A7KA1Lw_&jk$++(=lq-p{!5uJ`$w3sd;LJi53#>h$*lj$lt=y+@c$3^ z|G|9OKgj&Xr7zzBp3A>=HT)R+XH^#dy5~~DYkSh||?^9SzxMDS(*2=iZ; zd}aT{2=)(LW!C>{lt=#gp#Noo|8C~X{$b{~)bzi`=h#2rZPx#*DUbX;SBm+!_dfyn z5Bw7M-*vU%>;C@2wOg@&Hs^KsKdVz7`TN;Fh4+8#_rH~Z{}0TU`yXZgb(+V&<#Vxr z?C&bYHr@P}rabb`1pU7X__x`P`|n}?ajrjp;fY`2%a&hZe|L2=|E82j{<*;aYT(~| zhr*xvrzKz6zuni^Kk*tf|CW?T{zbsQI`HrO4fgjjU-$RZf9JgX_$$hJ-TWV+Jn~Pf z>^y(f1pd$L#Qv@tqJQf&{lEKL-2W`j>->9A9{C4=e=Xo&HV^wpn14*;{~zb&{%6+| z_3Ql4QXcu|0RQWN|CwFbKg#^!8vhC3;r^#2n)#2RJo0y4<(wZ6@ISzO`S@uuU)TSA zyRpCjS~LIeD3AP8fd37^f7c$|{~+@xYWjco_t?MC(7y-ek$(vIHv;}Um@oI=Q%m$u z*Z(i~Vt;pSv;IdYkNoq2|Bb-^lYO}VKIZFQe|TR$_Rll)Po+Ha_f&Dt|INVv9P{P= zyXuJkEz!)+(?4MU5a)HrpC>4f{L_GcbKu|NN8JAi^B>pv@8rCE{PbUEHb2`bkNmTN ze@oy$;eXga$b8-VcgpU^{dd>p+l0}aglf1*6{PrTYWKeqw@PYM+N%%7q0?{*CL zKe3^izmM|B-va(!f&UKXJJv7rb$`FO$8Xp_+t9x&<&l3D@b3=%w=rM#k23#$P5*oS zj{Q>`nf1Rr<&l3O@b3xycQIe~4>G^C=J9)tKd^sJV>AD&DUbYMo)_-i%i<@1-jsagM5Q6Bk+f&UQTU%LqV`sfF46%%ME;_XGdQz`xpmf-n2~ zn7>HV|18eS^Pg+z{}Sbqebh5duf&(QS$IOk>mgjQz$M=6i|lWI8U{{i6taB1xCVZQG5d)2QHdD%Z~=wF5M z$Ugx5X9540m@m&yg!vC^`rp0`_D^YT*8kR&NB%j$e=hL%$NORf7dLw z-KKf`^=$?0pViK6{eDGx3$Ine(!LzM=mn$|L`5;J*U+cdm^6UF}8xbnoBX#(CL4o%6c+|BUj; zzX z{Jc~H&rf1!v;ME9Jn~Ph<(!{2z<*mJ_V+P=lcxX6uEqXEhW?LI9{F3q|7GCczZUlQ z_(cEKYy7L%#{PMn*ByVVP#*bb0smKl|8C~X=P%c7!hfU2e^njqpTl{b|5KDl{)NE* zb>KhjI^6##^B>gQe>heb`&+l0&HrJ_Bmd;u&iQ`}_)qs>{~+^cYW&aE$NoiK&HVqR zJn|0$|7_qt{|4;u=_dG#H2yUjV*ji=%>1vWJo3*4{u_Y*8;!7kg!$7o{>_uHe{zbM z|4o!f{_Z-?`Pl^gH{6K*E#`00_|I*E^PZlUqb^R|;_$SnL&d)c%zjaI8e;@Pj)cA)uFZVxW=>Hhy zQUCqGKM(jHSNKPmKT_jwwG#Eq{z-nb{tu=+^3MeRyMg~6=F7)Vi}@)U|E8_6f0m(t z66KM96!`B2{)?F}`$w5SMC1Rr!r#}&tp6tz{z>(m^Zx_zx7y(Ox0v5XVE+E?+5I*%r@_yRTXQyHOtb=K%kofqxeB<@xb3zoo|icZGkt zq5lzuzsuvCpF_aESvx#GVdm>TKmK9P%kxuU=pUp!>VFFG{}uS}SNMDG5&OTLrvD9+ z@%*H6-XrD3t(N>_J<22h5b!Sm{u7xm&rgu~y3ddQTH&8(=)XN7exio`e@o$?*k9~Fxn6nxvlRZ>!2ciM|Chqw$NXNJ{`bBG_djIl-;?sF z|3$$6H1L0u`Evgw%-22sJ)!U~GW0*D@b_Ksod2`H-+L=wzn%eNPj}Pwe=+Cf^_#|d z-Tcg_JnDZ2@V@~3_bdFv%-^c<-_Q}yPujhre%nV@?^MJpry7T?_OFH5H2bteP z_6T4_xv5W|6$-?7x-tUDCVE}y64YF^}znVp=SQWD39i+0QlDj{@$M0-(voI zn)&~i^YZ#l9A@TUNO|P%ZRDK)2EhNrJF&ly`8gW@g}re9iwyneQ6BlH1OLXrzt>&Z z-(!jX_0hb3WPNY!pFYB@|F2OV`A2~NO~BvX7yE~quY3K)x15*f$3N1{|0~KP|AfZQ z`DqILm)(Q?gUlbI>HoR@xc|}7X8xxrkNo|>-wXWHQn9~ljNt1&KcMVD>>uL1?)d4V zJo3*3{;h!jTIS2g{|NJ!Y1Z#;gRsAUtXcnWr9ASF0{^zaKgxXBKgj%NH2xWbv43Kk zng2q{Bmbl%=lr(^{@x*YetgVdrSbof^YZ$Q8v1`vdE_4e{-t}g^2pzNqnLkt|GNSI)y$XsA2IZAF&z7+OfXx&H&Y(@TkN00 z{fm8mUJCI4g88z)#eCiCuX~Na{`s8O^}jpik$)EG|DC{p5A$Vz*F@1jo&S)L*gu`~ zy7|AC^2k3Q^#5+)f0+5Qf0+5Y&rez~3j2E}iTZW@pG$e<@43l2|9ybJXSCqU{yygG z{I_skKK|!%Uf2H*D3AR8>~Ej{e!zeD7~H=C=6j^$kLYU2KMtWh;%5T>0Kk7v!B3bh zNJ%BA;%hShX$3#Ze2eq3^`8p(M-+UoA^)I)?`tCF$Ic%F_};O&|EbJRVgLArTz?bF zqyC4PpJl6m2;fgq@WY1nk5}+hZg$o`6!5=M@N*6Mxe9(3;9G!SHVyZ`kolf?^?`OWn`51o`;4f70lMVUv6#Q(!9|QQi z6nx8&|FweeZswf7G{A2<4)6aALw*wF(f$tr{&>JoSMal$@7L`A=?Z=x^Yd-{ez@hu(-r(M^F5mR zn@o9Bzq_^Ir`YB%9q`vH_z~voj=!%d_^HgdZ2Vb(UvCobe}N&t7Ufa>IeFRDWtaQGYi7{wa3^Dn~M3F)5ZMh z_@yY1_zCTu{0zW-J{1cQ%{0QJL1N{9nFh6S8|9zB4eE+S^{)Yhn-kF&1o+0+XuK#^0kNCOF zw;%sj0DkXu%ug}o_oO`Hr*?Gi|EB=|_F0%8G~{=pJmMDs{?mYeRKd?Npoq z&jkFu*|`2fL;eoRqxus%JNeH7{=IWBKWV1n{81k9GXej3z(20wTZa6j3VxE$S^sLl z56s2&XBzS+P#)Ev1NdRU|5w4!GvpU4_$jwJ>t74_dy!KmjVBr zg6}irpHlGCx;X1!2lz`K!u6*c@*k!=s=o;EvjD$w5c9JQ`PWk(@iT6B*8e)-Z&2_H z4EgI7{KT$K{+odBo{#JIq?^rOCCa1vvjBfR;D4#$ryBAj3Vw1oXZ_iL|L_7_f5?y@ zq&%uW7x3Q&{GJOjKi81ojq-?}dWWQC=3>bGq7zjFY;*~6G`8S-zWJmTjA{)d2{t>9-E_Wun9KRLy@|33o!-ivYl z5kr1Y%A@*o0e=hN2Qx6g$dEsq@`#_>!&!d>@CQ7K`QBM(^WTT^h+hEsp8@`g$1p$5 zkiV4jh@almS^pP+KmBpc4>LbQv;HPi9`O_I6#Ss=@&8u9zo_6R%@+OF@y{su8NHnR zT)>~d6xW|^$e%-bSpVHl{#SrsX&L4x&oQgN9OV%|qqmd)HQ@JOj`Phx)RJW;>y`3EoM z5kI59;M<>n*aP@qEBGNp{x$_aae$M*7x3?X3fG@&$nQaURDTxW=L7!t3cl+hv;OBP z_{sM=>;Dn(gDY|U$%g#dlt=aF0{(u$Z~HXn2bdp!{xW_V5M7CX=W?~6JmROOiu(Pw z_m-49o%=-jCYTN%u0Ke)g%r7$JSEfATrwzX`9Pp1Q_=U{ZoqrB0_&K8l z-+ul%0r*SvT{OeX@ewHCWk@AS2HqOZ}0{nFf zzIU-%{c9Bbg7HrNS-@}gBCbEjkl&2*u>Ofo{&~Rfvj+2hkC@fpi}HwHFv-ck2>5#x z{9NYi*8jH(e%chlw;z98^gC!#mCKdL>uS(iT)!*Btp5I#NA(vm-@g7z1OCF7F+YR( zy87o)9`VzsI_ob3_`P4j{D>jHC*=`8VVaX)4)Ck3!~7yc{#BGm{7k@40Q{d6eD9-T z|LgkygMyzl-C2J{z@LrXS}r%@i&p9A<;0{)rTFh6X_|A+F3pK`ym{;L50$u}@R z-;lqI@`#@g_-??j^A_g2mzeGUnv_TUv>DF&s{;N)1wX}*KTp9g0{rTL-)}vxKWNDB zO?gy*#!P4ZH2~lHHsuk&~G~{oiJmO~oel5U%;T_CRddzJ8 zGAWPv$?4Ae>j3`PcQM~GUBGX%0rN8r`CiH+e(HnH`aOXE{6@^rGvq%* zdBiUO{ObYV+JyNDkDKlP!IVe*^jXgO8vy=yIhgNbeyZm2$2XKm{Dj$pU`>;D=7 z{{0_dex@OR3gr>M2=J2tKk-A%FEr#=qdejl%yHI#6X1WT;HNAV`(M}ph=QL#*U7&b z@bBM@>kl*Er`i8gD39vTohSHNw*B7>@J}iDQA7So1wZhRlkWxmWgp@CJg^^Yjd%`&(Qw`$|L_A;NKPa2e)JYR73v(UtxdC z(7zAmk$(a3?+*Oi?!f-(hW-`5#{NM=|FV=v{)vm7>$fNHFQ9yErOES~Y3RS@8|)u8 z^#6eJ$Ug=6-v#_v@5KH&hW^vO#r_dP|4Ecb{^`Kq5B&Xk*gxOUztJx2A2sx^PkH2@ z1^n*;{^h>I{zZoVKT;kYKV46l9sj?lJo3*6{sVx2&Tj0V$o$xC+c)|9WqYu{$I$;# z$|L`TN1W?-An>33J@!vF^zX74`}++2J5nC`Cjz~8eE`==WEpQ1dPAIs4HB;}ER z8t@+m{P*T#|8ztD*MGqNK|}vnD3AOzf&U2LpYbF1&ouNO`akR+HuN7zdE}o9{6_=- zPW!Qcj-h|m1K2-e=wF%g$iE2qrvd*$%A@mdzM=otpRj+_(En4)Bmblf=kaF(@L%^c z_AfH@pB2Uat`%m-{~44={;9x!GVs6eAm)1v`Kgpg{0zVk0REIinC~;>kEcB1=K%gR zz+d+Z=3C4U+fROU-6MU!hVqDC!2D?J;7nWW@#Fn~|G^Q=cReZgf4DeZ^2JkfwfNe5 zlt=vBC1QT<{F#9N=`qX?8}dJ*JmP0P?&PNfe(&R$?|aIu{+^Ua{ETHz{w%=%?gZvX znXh~N{SD<2KP}`ue#`;^{ zKO5qFDWA2%x&Iym{K2R2{_`912T&gEzkI-73i#(0{D2|(E zFQh!GKN;|!0Q|~Dcz&~(FVCBpijraTalUHFKNVlg;k+gNdpsY%yi1YyWQw22mhy3* z_@%{p`T3_j&c`|Nn~}dCOnKD5H11#g{1vwdW@~HpWfd4$;PgU>>4fzul{9M3a4froG-y0t=zAR$?&C fS1Qhr{WqQvHz)V+YDGTMqgHX?XR6P>$@%{S5YR7k literal 0 HcmV?d00001 diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o.d b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o.d new file mode 100644 index 00000000..95e346b9 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o.d @@ -0,0 +1,689 @@ +CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o: \ + /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp \ + /usr/include/stdc-predef.h \ + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/magnetic_field.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__struct.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/utility \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/stl_algo.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/c++/11/bits/std_abs.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/uniform_int_dist.h \ + /usr/include/c++/11/pstl/glue_algorithm_defs.h \ + /usr/include/c++/11/functional /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/array /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/bits/std_function.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/unordered_map /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/bits/hashtable.h \ + /usr/include/c++/11/bits/hashtable_policy.h \ + /usr/include/c++/11/bits/enable_special_members.h \ + /usr/include/c++/11/bits/node_handle.h \ + /usr/include/c++/11/bits/unordered_map.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/unique_ptr.h \ + /usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/wchar2.h \ + /usr/include/c++/11/bits/shared_ptr_base.h \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h \ + /usr/include/c++/11/pstl/glue_memory_defs.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__builder.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__traits.hpp \ + /usr/include/c++/11/sstream /usr/include/c++/11/istream \ + /usr/include/c++/11/ios /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/streambuf /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc /usr/include/c++/11/ostream \ + /usr/include/c++/11/bits/ostream.tcc \ + /usr/include/c++/11/bits/istream.tcc \ + /usr/include/c++/11/bits/sstream.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.hpp \ + /usr/include/c++/11/codecvt /usr/include/c++/11/bits/codecvt.h \ + /usr/include/c++/11/iomanip /usr/include/c++/11/locale \ + /usr/include/c++/11/bits/locale_facets_nonio.h /usr/include/c++/11/ctime \ + /usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h \ + /usr/include/libintl.h /usr/include/c++/11/bits/locale_facets_nonio.tcc \ + /usr/include/c++/11/bits/locale_conv.h \ + /usr/include/c++/11/bits/quoted_string.h \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/vector3_stamped.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__builder.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__traits.hpp \ + /opt/ros/humble/include/message_filters/message_filters/subscriber.h \ + /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp \ + /usr/include/c++/11/csignal /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp \ + /usr/include/c++/11/future /usr/include/c++/11/mutex \ + /usr/include/c++/11/chrono /usr/include/c++/11/ratio \ + /usr/include/c++/11/limits /usr/include/c++/11/bits/parse_numbers.h \ + /usr/include/c++/11/bits/std_mutex.h \ + /usr/include/c++/11/bits/unique_lock.h \ + /usr/include/c++/11/condition_variable /usr/include/c++/11/atomic \ + /usr/include/c++/11/bits/atomic_futex.h \ + /usr/include/c++/11/bits/std_thread.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp \ + /usr/include/c++/11/set /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/bits/stl_set.h \ + /usr/include/c++/11/bits/stl_multiset.h /usr/include/c++/11/thread \ + /usr/include/c++/11/bits/this_thread_sleep.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp \ + /usr/include/c++/11/cassert /usr/include/assert.h \ + /usr/include/c++/11/iostream /usr/include/c++/11/list \ + /usr/include/c++/11/bits/stl_list.h /usr/include/c++/11/bits/list.tcc \ + /usr/include/c++/11/map /usr/include/c++/11/bits/stl_map.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /opt/ros/humble/include/rcl/rcl/guard_condition.h \ + /opt/ros/humble/include/rcl/rcl/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h \ + /opt/ros/humble/include/rcl/rcl/context.h \ + /opt/ros/humble/include/rmw/rmw/init.h \ + /opt/ros/humble/include/rmw/rmw/init_options.h \ + /opt/ros/humble/include/rmw/rmw/domain_id.h \ + /opt/ros/humble/include/rmw/rmw/localhost.h \ + /opt/ros/humble/include/rmw/rmw/visibility_control.h \ + /opt/ros/humble/include/rmw/rmw/macros.h \ + /opt/ros/humble/include/rmw/rmw/ret_types.h \ + /opt/ros/humble/include/rmw/rmw/security_options.h \ + /opt/ros/humble/include/rcl/rcl/arguments.h \ + /opt/ros/humble/include/rcl/rcl/log_level.h \ + /opt/ros/humble/include/rcl/rcl/macros.h \ + /opt/ros/humble/include/rcl/rcl/types.h \ + /opt/ros/humble/include/rmw/rmw/types.h \ + /opt/ros/humble/include/rcutils/rcutils/logging.h \ + /opt/ros/humble/include/rcutils/rcutils/error_handling.h \ + /usr/include/c++/11/stdlib.h /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /opt/ros/humble/include/rcutils/rcutils/snprintf.h \ + /opt/ros/humble/include/rcutils/rcutils/time.h \ + /opt/ros/humble/include/rcutils/rcutils/types.h \ + /opt/ros/humble/include/rcutils/rcutils/types/array_list.h \ + /opt/ros/humble/include/rcutils/rcutils/types/char_array.h \ + /opt/ros/humble/include/rcutils/rcutils/types/hash_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_array.h \ + /opt/ros/humble/include/rcutils/rcutils/qsort.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h \ + /opt/ros/humble/include/rmw/rmw/qos_policy_kind.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/serialized_message.h \ + /opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h \ + /opt/ros/humble/include/rmw/rmw/time.h \ + /opt/ros/humble/include/rcl/rcl/visibility_control.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/types.h \ + /opt/ros/humble/include/rcl/rcl/init_options.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdalign.h \ + /opt/ros/humble/include/rcl/rcl/wait.h \ + /opt/ros/humble/include/rcl/rcl/client.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rcl/rcl/event_callback.h \ + /opt/ros/humble/include/rmw/rmw/event_callback_type.h \ + /opt/ros/humble/include/rcl/rcl/node.h \ + /opt/ros/humble/include/rcl/rcl/node_options.h \ + /opt/ros/humble/include/rcl/rcl/domain_id.h \ + /opt/ros/humble/include/rcl/rcl/service.h \ + /opt/ros/humble/include/rcl/rcl/subscription.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rmw/rmw/message_sequence.h \ + /opt/ros/humble/include/rcl/rcl/timer.h \ + /opt/ros/humble/include/rcl/rcl/time.h \ + /opt/ros/humble/include/rmw/rmw/rmw.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/sequence_bound.h \ + /opt/ros/humble/include/rmw/rmw/event.h \ + /opt/ros/humble/include/rmw/rmw/publisher_options.h \ + /opt/ros/humble/include/rmw/rmw/qos_profiles.h \ + /opt/ros/humble/include/rmw/rmw/subscription_options.h \ + /opt/ros/humble/include/rcl/rcl/event.h \ + /opt/ros/humble/include/rcl/rcl/publisher.h \ + /opt/ros/humble/include/rcpputils/rcpputils/scope_exit.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/context.hpp \ + /usr/include/c++/11/typeindex /usr/include/c++/11/unordered_set \ + /usr/include/c++/11/bits/unordered_set.h \ + /opt/ros/humble/include/rclcpp/rclcpp/init_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/macros.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/contexts/default_context.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/guard_condition.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/client.hpp \ + /usr/include/c++/11/optional /usr/include/c++/11/variant \ + /opt/ros/humble/include/rcl/rcl/error_handling.h \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/cpp_callback_trampoline.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions/exceptions.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/join.hpp \ + /usr/include/c++/11/iterator /usr/include/c++/11/bits/stream_iterator.h \ + /opt/ros/humble/include/rclcpp/rclcpp/expand_topic_or_service_name.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/function_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logger.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/filesystem_helper.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/visibility_control.hpp \ + /opt/ros/humble/include/rcutils/rcutils/logging_macros.h \ + /opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_graph_interface.hpp \ + /opt/ros/humble/include/rcl/rcl/graph.h \ + /opt/ros/humble/include/rmw/rmw/names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/get_topic_names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info_array.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info.h \ + /opt/ros/humble/include/rclcpp/rclcpp/event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__traits.hpp \ + /opt/ros/humble/include/rcl/rcl/logging_rosout.h \ + /opt/ros/humble/include/rmw/rmw/incompatible_qos_events_statuses.h \ + /opt/ros/humble/include/rclcpp/rclcpp/type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/service_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp \ + /opt/ros/humble/include/rmw/rmw/error_handling.h \ + /opt/ros/humble/include/rmw/rmw/impl/cpp/demangle.hpp \ + /usr/include/c++/11/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h \ + /opt/ros/humble/include/rmw/rmw/impl/config.h \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/network_flow_endpoint.hpp \ + /opt/ros/humble/include/rcl/rcl/network_flow_endpoints.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint_array.h \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/waitable.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/time.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/service.hpp \ + /opt/ros/humble/include/tracetools/tracetools/tracetools.h \ + /opt/ros/humble/include/tracetools/tracetools/config.h \ + /opt/ros/humble/include/tracetools/tracetools/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_service_callback.hpp \ + /opt/ros/humble/include/tracetools/tracetools/utils.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_subscription_callback.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_common.hpp \ + /usr/include/c++/11/cstring \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_deleter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_info.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/serialized_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/type_adapter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp \ + /usr/include/c++/11/shared_mutex \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/buffer_implementation_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/create_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/ring_buffer_implementation.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_content_filter_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/clock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/rate.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_use_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_setting.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_subscription_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_overriding_options.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/set_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics/subscription_topic_statistics.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/generate_statistics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__builder.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__traits.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__traits.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/visibility_control.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /usr/include/c++/11/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/11/bits/specfun.h /usr/include/c++/11/tr1/gamma.tcc \ + /usr/include/c++/11/tr1/special_function_util.h \ + /usr/include/c++/11/tr1/bessel_function.tcc \ + /usr/include/c++/11/tr1/beta_function.tcc \ + /usr/include/c++/11/tr1/ell_integral.tcc \ + /usr/include/c++/11/tr1/exp_integral.tcc \ + /usr/include/c++/11/tr1/hypergeometric.tcc \ + /usr/include/c++/11/tr1/legendre_function.tcc \ + /usr/include/c++/11/tr1/modified_bessel_func.tcc \ + /usr/include/c++/11/tr1/poly_hermite.tcc \ + /usr/include/c++/11/tr1/poly_laguerre.tcc \ + /usr/include/c++/11/tr1/riemann_zeta.tcc \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_age.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/topic_statistics_collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/moving_average.hpp \ + /usr/include/c++/11/numeric /usr/include/c++/11/bits/stl_numeric.h \ + /usr/include/c++/11/pstl/glue_numeric_defs.h \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/thread_safety_annotations.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/metric_details_interface.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_period.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/get_message_type_support_handle.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/is_ros_compatible_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/loaned_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_publisher_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/future_return_code.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/list_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_descriptor.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_event.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_publisher.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/shared_library.hpp \ + /opt/ros/humble/include/rcutils/rcutils/shared_library.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_clock_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_logging_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_type.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__builder.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_services_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_time_source_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_client.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_topics_interface.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/pointer_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/qos_parameters.hpp \ + /opt/ros/humble/include/rmw/rmw/qos_string_conversions.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_enable_topic_statistics.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_executor_entities_collector.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/executable_list.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_client.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/describe_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameter_types.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/list_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters_atomically.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__traits.hpp \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/parser.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/visibility_control.h \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_map.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_event_handler.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/dynamic_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_wait_set_mask.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/storage_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/sequential_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result_kind.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/synchronization_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/static_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/thread_safe_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/write_preferring_read_write_lock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_template.hpp \ + /opt/ros/humble/include/message_filters/message_filters/connection.h \ + /opt/ros/humble/include/message_filters/message_filters/visibility_control.h \ + /opt/ros/humble/include/message_filters/message_filters/simple_filter.h \ + /opt/ros/humble/include/message_filters/message_filters/signal1.h \ + /opt/ros/humble/include/message_filters/message_filters/message_event.h \ + /opt/ros/humble/include/message_filters/message_filters/parameter_adapter.h \ + /opt/ros/humble/include/message_filters/message_filters/sync_policies/approximate_time.h \ + /usr/include/c++/11/deque /usr/include/c++/11/bits/stl_deque.h \ + /usr/include/c++/11/bits/deque.tcc /usr/include/inttypes.h \ + /opt/ros/humble/include/message_filters/message_filters/message_traits.h \ + /opt/ros/humble/include/message_filters/message_filters/null_types.h \ + /opt/ros/humble/include/message_filters/message_filters/signal9.h \ + /opt/ros/humble/include/message_filters/message_filters/synchronizer.h \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/imu.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__builder.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/bool.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__struct.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__builder.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__traits.hpp \ + /opt/ros/humble/include/tf2/tf2/transform_datatypes.h \ + /opt/ros/humble/include/tf2/tf2/time.h \ + /opt/ros/humble/include/tf2/tf2/visibility_control.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Quaternion.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Vector3.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Scalar.h \ + /usr/include/c++/11/math.h /usr/include/c++/11/cfloat \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/float.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/MinMax.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/QuadWord.h \ + /opt/ros/humble/include/tf2_ros/tf2_ros/transform_broadcaster.h \ + /opt/ros/humble/include/tf2_ros/tf2_ros/visibility_control.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__builder.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__traits.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/tf_message.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__struct.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__builder.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__traits.hpp \ + /opt/ros/humble/include/tf2_ros/tf2_ros/qos.hpp \ + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.h \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.h \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/string.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/primitives_sequence.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__functions.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/rosidl_generator_c__visibility_control.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__type_support.h \ + /opt/ros/humble/include/tf2/tf2/convert.h \ + /opt/ros/humble/include/tf2/tf2/exceptions.h \ + /opt/ros/humble/include/tf2/tf2/impl/convert.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Matrix3x3.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Quaternion.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Transform.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Matrix3x3.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Vector3.h diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/DependInfo.cmake b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/DependInfo.cmake new file mode 100644 index 00000000..b759ba87 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/DependInfo.cmake @@ -0,0 +1,20 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp" "CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o" "gcc" "CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/complementary_filter.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/build.make b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/build.make new file mode 100644 index 00000000..506d6d62 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/build.make @@ -0,0 +1,219 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/firmament/codes/24navigation/src/imu_complementary_filter + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/firmament/codes/24navigation/build/imu_complementary_filter + +# Include any dependencies generated for this target. +include CMakeFiles/complementary_filter_node.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/complementary_filter_node.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/complementary_filter_node.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/complementary_filter_node.dir/flags.make + +CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o: CMakeFiles/complementary_filter_node.dir/flags.make +CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o: /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp +CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o: CMakeFiles/complementary_filter_node.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o -MF CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o.d -o CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o -c /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp + +CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp > CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.i + +CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp -o CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.s + +# Object files for target complementary_filter_node +complementary_filter_node_OBJECTS = \ +"CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o" + +# External object files for target complementary_filter_node +complementary_filter_node_EXTERNAL_OBJECTS = + +complementary_filter_node: CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o +complementary_filter_node: CMakeFiles/complementary_filter_node.dir/build.make +complementary_filter_node: libcomplementary_filter.so +complementary_filter_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_py.so +complementary_filter_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_c.so +complementary_filter_node: /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libstatic_transform_broadcaster_node.so +complementary_filter_node: /opt/ros/humble/lib/libtf2_ros.so +complementary_filter_node: /opt/ros/humble/lib/libmessage_filters.so +complementary_filter_node: /opt/ros/humble/lib/libtf2.so +complementary_filter_node: /opt/ros/humble/lib/librclcpp_action.so +complementary_filter_node: /opt/ros/humble/lib/librclcpp.so +complementary_filter_node: /opt/ros/humble/lib/liblibstatistics_collector.so +complementary_filter_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so +complementary_filter_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so +complementary_filter_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so +complementary_filter_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so +complementary_filter_node: /opt/ros/humble/lib/librcl_action.so +complementary_filter_node: /opt/ros/humble/lib/librcl.so +complementary_filter_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so +complementary_filter_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so +complementary_filter_node: /opt/ros/humble/lib/librcl_yaml_param_parser.so +complementary_filter_node: /opt/ros/humble/lib/libyaml.so +complementary_filter_node: /opt/ros/humble/lib/libtracetools.so +complementary_filter_node: /opt/ros/humble/lib/librmw_implementation.so +complementary_filter_node: /opt/ros/humble/lib/libament_index_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librcl_logging_spdlog.so +complementary_filter_node: /opt/ros/humble/lib/librcl_logging_interface.so +complementary_filter_node: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so +complementary_filter_node: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +complementary_filter_node: /opt/ros/humble/lib/librmw.so +complementary_filter_node: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +complementary_filter_node: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/librosidl_typesupport_cpp.so +complementary_filter_node: /opt/ros/humble/lib/libtf2_msgs__rosidl_generator_py.so +complementary_filter_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_py.so +complementary_filter_node: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so +complementary_filter_node: /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/libtf2_msgs__rosidl_generator_c.so +complementary_filter_node: /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_c.so +complementary_filter_node: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +complementary_filter_node: /opt/ros/humble/lib/libaction_msgs__rosidl_generator_py.so +complementary_filter_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so +complementary_filter_node: /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/libaction_msgs__rosidl_generator_c.so +complementary_filter_node: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +complementary_filter_node: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_generator_py.so +complementary_filter_node: /usr/lib/x86_64-linux-gnu/libpython3.10.so +complementary_filter_node: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/librosidl_typesupport_c.so +complementary_filter_node: /opt/ros/humble/lib/librcpputils.so +complementary_filter_node: /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_generator_c.so +complementary_filter_node: /opt/ros/humble/lib/librosidl_runtime_c.so +complementary_filter_node: /opt/ros/humble/lib/librcutils.so +complementary_filter_node: CMakeFiles/complementary_filter_node.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable complementary_filter_node" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/complementary_filter_node.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/complementary_filter_node.dir/build: complementary_filter_node +.PHONY : CMakeFiles/complementary_filter_node.dir/build + +CMakeFiles/complementary_filter_node.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/complementary_filter_node.dir/cmake_clean.cmake +.PHONY : CMakeFiles/complementary_filter_node.dir/clean + +CMakeFiles/complementary_filter_node.dir/depend: + cd /home/firmament/codes/24navigation/build/imu_complementary_filter && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/firmament/codes/24navigation/src/imu_complementary_filter /home/firmament/codes/24navigation/src/imu_complementary_filter /home/firmament/codes/24navigation/build/imu_complementary_filter /home/firmament/codes/24navigation/build/imu_complementary_filter /home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/complementary_filter_node.dir/depend + diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/cmake_clean.cmake b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/cmake_clean.cmake new file mode 100644 index 00000000..ade4fa30 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o" + "CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o.d" + "complementary_filter_node" + "complementary_filter_node.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/complementary_filter_node.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.internal b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.internal new file mode 100644 index 00000000..2fbaa2ac --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.internal @@ -0,0 +1,742 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o + /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp + /usr/include/stdc-predef.h + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/magnetic_field.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__struct.hpp + /usr/include/c++/11/algorithm + /usr/include/c++/11/utility + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h + /usr/include/features.h + /usr/include/features-time64.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h + /usr/include/c++/11/pstl/pstl_config.h + /usr/include/c++/11/bits/stl_relops.h + /usr/include/c++/11/bits/stl_pair.h + /usr/include/c++/11/bits/move.h + /usr/include/c++/11/type_traits + /usr/include/c++/11/initializer_list + /usr/include/c++/11/bits/stl_algobase.h + /usr/include/c++/11/bits/functexcept.h + /usr/include/c++/11/bits/exception_defines.h + /usr/include/c++/11/bits/cpp_type_traits.h + /usr/include/c++/11/ext/type_traits.h + /usr/include/c++/11/ext/numeric_traits.h + /usr/include/c++/11/bits/stl_iterator_base_types.h + /usr/include/c++/11/bits/stl_iterator_base_funcs.h + /usr/include/c++/11/bits/concept_check.h + /usr/include/c++/11/debug/assertions.h + /usr/include/c++/11/bits/stl_iterator.h + /usr/include/c++/11/bits/ptr_traits.h + /usr/include/c++/11/debug/debug.h + /usr/include/c++/11/bits/predefined_ops.h + /usr/include/c++/11/bits/stl_algo.h + /usr/include/c++/11/cstdlib + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/c++/11/bits/std_abs.h + /usr/include/c++/11/bits/algorithmfwd.h + /usr/include/c++/11/bits/stl_heap.h + /usr/include/c++/11/bits/stl_tempbuf.h + /usr/include/c++/11/bits/stl_construct.h + /usr/include/c++/11/new + /usr/include/c++/11/bits/exception.h + /usr/include/c++/11/bits/uniform_int_dist.h + /usr/include/c++/11/pstl/glue_algorithm_defs.h + /usr/include/c++/11/functional + /usr/include/c++/11/bits/stl_function.h + /usr/include/c++/11/backward/binders.h + /usr/include/c++/11/tuple + /usr/include/c++/11/array + /usr/include/c++/11/bits/range_access.h + /usr/include/c++/11/bits/uses_allocator.h + /usr/include/c++/11/bits/invoke.h + /usr/include/c++/11/bits/functional_hash.h + /usr/include/c++/11/bits/hash_bytes.h + /usr/include/c++/11/bits/refwrap.h + /usr/include/c++/11/bits/std_function.h + /usr/include/c++/11/typeinfo + /usr/include/c++/11/unordered_map + /usr/include/c++/11/bits/allocator.h + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h + /usr/include/c++/11/ext/new_allocator.h + /usr/include/c++/11/bits/memoryfwd.h + /usr/include/c++/11/ext/alloc_traits.h + /usr/include/c++/11/bits/alloc_traits.h + /usr/include/c++/11/ext/aligned_buffer.h + /usr/include/c++/11/bits/hashtable.h + /usr/include/c++/11/bits/hashtable_policy.h + /usr/include/c++/11/bits/enable_special_members.h + /usr/include/c++/11/bits/node_handle.h + /usr/include/c++/11/bits/unordered_map.h + /usr/include/c++/11/bits/erase_if.h + /usr/include/c++/11/vector + /usr/include/c++/11/bits/stl_uninitialized.h + /usr/include/c++/11/bits/stl_vector.h + /usr/include/c++/11/bits/stl_bvector.h + /usr/include/c++/11/bits/vector.tcc + /usr/include/c++/11/pstl/execution_defs.h + /usr/include/c++/11/memory + /usr/include/c++/11/bits/stl_raw_storage_iter.h + /usr/include/c++/11/bits/align.h + /usr/include/c++/11/bit + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/include/c++/11/bits/unique_ptr.h + /usr/include/c++/11/bits/shared_ptr.h + /usr/include/c++/11/iosfwd + /usr/include/c++/11/bits/stringfwd.h + /usr/include/c++/11/bits/postypes.h + /usr/include/c++/11/cwchar + /usr/include/wchar.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/wchar2.h + /usr/include/c++/11/bits/shared_ptr_base.h + /usr/include/c++/11/bits/allocated_ptr.h + /usr/include/c++/11/ext/atomicity.h + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/time.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/timex.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h + /usr/include/x86_64-linux-gnu/sys/single_threaded.h + /usr/include/c++/11/ext/concurrence.h + /usr/include/c++/11/exception + /usr/include/c++/11/bits/exception_ptr.h + /usr/include/c++/11/bits/cxxabi_init_exception.h + /usr/include/c++/11/bits/nested_exception.h + /usr/include/c++/11/bits/shared_ptr_atomic.h + /usr/include/c++/11/bits/atomic_base.h + /usr/include/c++/11/bits/atomic_lockfree_defines.h + /usr/include/c++/11/backward/auto_ptr.h + /usr/include/c++/11/pstl/glue_memory_defs.h + /usr/include/c++/11/string + /usr/include/c++/11/bits/char_traits.h + /usr/include/c++/11/cstdint + /usr/include/c++/11/bits/localefwd.h + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h + /usr/include/c++/11/clocale + /usr/include/locale.h + /usr/include/x86_64-linux-gnu/bits/locale.h + /usr/include/c++/11/cctype + /usr/include/ctype.h + /usr/include/c++/11/bits/ostream_insert.h + /usr/include/c++/11/bits/cxxabi_forced.h + /usr/include/c++/11/bits/basic_string.h + /usr/include/c++/11/string_view + /usr/include/c++/11/bits/string_view.tcc + /usr/include/c++/11/ext/string_conversions.h + /usr/include/c++/11/cstdio + /usr/include/stdio.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/c++/11/cerrno + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/x86_64-linux-gnu/bits/types/error_t.h + /usr/include/c++/11/bits/charconv.h + /usr/include/c++/11/bits/basic_string.tcc + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp + /usr/include/c++/11/stdexcept + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__builder.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__traits.hpp + /usr/include/c++/11/sstream + /usr/include/c++/11/istream + /usr/include/c++/11/ios + /usr/include/c++/11/bits/ios_base.h + /usr/include/c++/11/bits/locale_classes.h + /usr/include/c++/11/bits/locale_classes.tcc + /usr/include/c++/11/system_error + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h + /usr/include/c++/11/streambuf + /usr/include/c++/11/bits/streambuf.tcc + /usr/include/c++/11/bits/basic_ios.h + /usr/include/c++/11/bits/locale_facets.h + /usr/include/c++/11/cwctype + /usr/include/wctype.h + /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h + /usr/include/c++/11/bits/streambuf_iterator.h + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h + /usr/include/c++/11/bits/locale_facets.tcc + /usr/include/c++/11/bits/basic_ios.tcc + /usr/include/c++/11/ostream + /usr/include/c++/11/bits/ostream.tcc + /usr/include/c++/11/bits/istream.tcc + /usr/include/c++/11/bits/sstream.tcc + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.hpp + /usr/include/c++/11/codecvt + /usr/include/c++/11/bits/codecvt.h + /usr/include/c++/11/iomanip + /usr/include/c++/11/locale + /usr/include/c++/11/bits/locale_facets_nonio.h + /usr/include/c++/11/ctime + /usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h + /usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h + /usr/include/libintl.h + /usr/include/c++/11/bits/locale_facets_nonio.tcc + /usr/include/c++/11/bits/locale_conv.h + /usr/include/c++/11/bits/quoted_string.h + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/vector3_stamped.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__builder.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__traits.hpp + /opt/ros/humble/include/message_filters/message_filters/subscriber.h + /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp + /usr/include/c++/11/csignal + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/signum-arch.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigstksz.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/linux/close_range.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp + /usr/include/c++/11/future + /usr/include/c++/11/mutex + /usr/include/c++/11/chrono + /usr/include/c++/11/ratio + /usr/include/c++/11/limits + /usr/include/c++/11/bits/parse_numbers.h + /usr/include/c++/11/bits/std_mutex.h + /usr/include/c++/11/bits/unique_lock.h + /usr/include/c++/11/condition_variable + /usr/include/c++/11/atomic + /usr/include/c++/11/bits/atomic_futex.h + /usr/include/c++/11/bits/std_thread.h + /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp + /usr/include/c++/11/set + /usr/include/c++/11/bits/stl_tree.h + /usr/include/c++/11/bits/stl_set.h + /usr/include/c++/11/bits/stl_multiset.h + /usr/include/c++/11/thread + /usr/include/c++/11/bits/this_thread_sleep.h + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp + /usr/include/c++/11/cassert + /usr/include/assert.h + /usr/include/c++/11/iostream + /usr/include/c++/11/list + /usr/include/c++/11/bits/stl_list.h + /usr/include/c++/11/bits/list.tcc + /usr/include/c++/11/map + /usr/include/c++/11/bits/stl_map.h + /usr/include/c++/11/bits/stl_multimap.h + /opt/ros/humble/include/rcl/rcl/guard_condition.h + /opt/ros/humble/include/rcl/rcl/allocator.h + /opt/ros/humble/include/rcutils/rcutils/allocator.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h + /opt/ros/humble/include/rcutils/rcutils/macros.h + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h + /opt/ros/humble/include/rcl/rcl/context.h + /opt/ros/humble/include/rmw/rmw/init.h + /opt/ros/humble/include/rmw/rmw/init_options.h + /opt/ros/humble/include/rmw/rmw/domain_id.h + /opt/ros/humble/include/rmw/rmw/localhost.h + /opt/ros/humble/include/rmw/rmw/visibility_control.h + /opt/ros/humble/include/rmw/rmw/macros.h + /opt/ros/humble/include/rmw/rmw/ret_types.h + /opt/ros/humble/include/rmw/rmw/security_options.h + /opt/ros/humble/include/rcl/rcl/arguments.h + /opt/ros/humble/include/rcl/rcl/log_level.h + /opt/ros/humble/include/rcl/rcl/macros.h + /opt/ros/humble/include/rcl/rcl/types.h + /opt/ros/humble/include/rmw/rmw/types.h + /opt/ros/humble/include/rcutils/rcutils/logging.h + /opt/ros/humble/include/rcutils/rcutils/error_handling.h + /usr/include/c++/11/stdlib.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /opt/ros/humble/include/rcutils/rcutils/snprintf.h + /opt/ros/humble/include/rcutils/rcutils/time.h + /opt/ros/humble/include/rcutils/rcutils/types.h + /opt/ros/humble/include/rcutils/rcutils/types/array_list.h + /opt/ros/humble/include/rcutils/rcutils/types/char_array.h + /opt/ros/humble/include/rcutils/rcutils/types/hash_map.h + /opt/ros/humble/include/rcutils/rcutils/types/string_array.h + /opt/ros/humble/include/rcutils/rcutils/qsort.h + /opt/ros/humble/include/rcutils/rcutils/types/string_map.h + /opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h + /opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h + /opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h + /opt/ros/humble/include/rmw/rmw/qos_policy_kind.h + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h + /opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h + /opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h + /opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h + /opt/ros/humble/include/rmw/rmw/serialized_message.h + /opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h + /opt/ros/humble/include/rmw/rmw/time.h + /opt/ros/humble/include/rcl/rcl/visibility_control.h + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/types.h + /opt/ros/humble/include/rcl/rcl/init_options.h + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdalign.h + /opt/ros/humble/include/rcl/rcl/wait.h + /opt/ros/humble/include/rcl/rcl/client.h + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h + /opt/ros/humble/include/rcl/rcl/event_callback.h + /opt/ros/humble/include/rmw/rmw/event_callback_type.h + /opt/ros/humble/include/rcl/rcl/node.h + /opt/ros/humble/include/rcl/rcl/node_options.h + /opt/ros/humble/include/rcl/rcl/domain_id.h + /opt/ros/humble/include/rcl/rcl/service.h + /opt/ros/humble/include/rcl/rcl/subscription.h + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h + /opt/ros/humble/include/rmw/rmw/message_sequence.h + /opt/ros/humble/include/rcl/rcl/timer.h + /opt/ros/humble/include/rcl/rcl/time.h + /opt/ros/humble/include/rmw/rmw/rmw.h + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/sequence_bound.h + /opt/ros/humble/include/rmw/rmw/event.h + /opt/ros/humble/include/rmw/rmw/publisher_options.h + /opt/ros/humble/include/rmw/rmw/qos_profiles.h + /opt/ros/humble/include/rmw/rmw/subscription_options.h + /opt/ros/humble/include/rcl/rcl/event.h + /opt/ros/humble/include/rcl/rcl/publisher.h + /opt/ros/humble/include/rcpputils/rcpputils/scope_exit.hpp + /opt/ros/humble/include/rclcpp/rclcpp/context.hpp + /usr/include/c++/11/typeindex + /usr/include/c++/11/unordered_set + /usr/include/c++/11/bits/unordered_set.h + /opt/ros/humble/include/rclcpp/rclcpp/init_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/visibility_control.hpp + /opt/ros/humble/include/rclcpp/rclcpp/macros.hpp + /opt/ros/humble/include/rclcpp/rclcpp/contexts/default_context.hpp + /opt/ros/humble/include/rclcpp/rclcpp/guard_condition.hpp + /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp + /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp + /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp + /opt/ros/humble/include/rclcpp/rclcpp/client.hpp + /usr/include/c++/11/optional + /usr/include/c++/11/variant + /opt/ros/humble/include/rcl/rcl/error_handling.h + /opt/ros/humble/include/rclcpp/rclcpp/detail/cpp_callback_trampoline.hpp + /opt/ros/humble/include/rclcpp/rclcpp/exceptions.hpp + /opt/ros/humble/include/rclcpp/rclcpp/exceptions/exceptions.hpp + /opt/ros/humble/include/rcpputils/rcpputils/join.hpp + /usr/include/c++/11/iterator + /usr/include/c++/11/bits/stream_iterator.h + /opt/ros/humble/include/rclcpp/rclcpp/expand_topic_or_service_name.hpp + /opt/ros/humble/include/rclcpp/rclcpp/function_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp + /opt/ros/humble/include/rclcpp/rclcpp/logger.hpp + /opt/ros/humble/include/rcpputils/rcpputils/filesystem_helper.hpp + /opt/ros/humble/include/rcpputils/rcpputils/visibility_control.hpp + /opt/ros/humble/include/rcutils/rcutils/logging_macros.h + /opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_graph_interface.hpp + /opt/ros/humble/include/rcl/rcl/graph.h + /opt/ros/humble/include/rmw/rmw/names_and_types.h + /opt/ros/humble/include/rmw/rmw/get_topic_names_and_types.h + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info_array.h + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info.h + /opt/ros/humble/include/rclcpp/rclcpp/event.hpp + /opt/ros/humble/include/rclcpp/rclcpp/qos.hpp + /opt/ros/humble/include/rclcpp/rclcpp/duration.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/duration.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__struct.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__builder.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__traits.hpp + /opt/ros/humble/include/rcl/rcl/logging_rosout.h + /opt/ros/humble/include/rmw/rmw/incompatible_qos_events_statuses.h + /opt/ros/humble/include/rclcpp/rclcpp/type_support_decl.hpp + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/service_type_support_decl.hpp + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp + /opt/ros/humble/include/rmw/rmw/error_handling.h + /opt/ros/humble/include/rmw/rmw/impl/cpp/demangle.hpp + /usr/include/c++/11/cxxabi.h + /usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h + /opt/ros/humble/include/rmw/rmw/impl/config.h + /opt/ros/humble/include/rclcpp/rclcpp/publisher_base.hpp + /opt/ros/humble/include/rclcpp/rclcpp/network_flow_endpoint.hpp + /opt/ros/humble/include/rcl/rcl/network_flow_endpoints.h + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint.h + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint_array.h + /opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp + /opt/ros/humble/include/rclcpp/rclcpp/waitable.hpp + /opt/ros/humble/include/rcpputils/rcpputils/time.hpp + /opt/ros/humble/include/rclcpp/rclcpp/service.hpp + /opt/ros/humble/include/tracetools/tracetools/tracetools.h + /opt/ros/humble/include/tracetools/tracetools/config.h + /opt/ros/humble/include/tracetools/tracetools/visibility_control.hpp + /opt/ros/humble/include/rclcpp/rclcpp/any_service_callback.hpp + /opt/ros/humble/include/tracetools/tracetools/utils.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_base.hpp + /opt/ros/humble/include/rclcpp/rclcpp/any_subscription_callback.hpp + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_common.hpp + /usr/include/c++/11/cstring + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_deleter.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp + /opt/ros/humble/include/rclcpp/rclcpp/message_info.hpp + /opt/ros/humble/include/rclcpp/rclcpp/serialized_message.hpp + /opt/ros/humble/include/rclcpp/rclcpp/type_adapter.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp + /usr/include/c++/11/shared_mutex + /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/buffer_implementation_base.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_buffer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/create_intra_process_buffer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/ring_buffer_implementation.hpp + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_buffer_type.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_content_filter_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/timer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/clock.hpp + /opt/ros/humble/include/rclcpp/rclcpp/time.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp + /opt/ros/humble/include/rclcpp/rclcpp/rate.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_use_intra_process.hpp + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_setting.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp + /opt/ros/humble/include/rclcpp/rclcpp/message_memory_strategy.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_subscription_payload.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_payload.hpp + /opt/ros/humble/include/rclcpp/rclcpp/qos_overriding_options.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/set_parameters_result.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics/subscription_topic_statistics.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/generate_statistics_message.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__struct.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__struct.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__builder.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__traits.hpp + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__traits.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/visibility_control.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp + /usr/include/c++/11/cmath + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h + /usr/include/x86_64-linux-gnu/bits/iscanonical.h + /usr/include/c++/11/bits/specfun.h + /usr/include/c++/11/tr1/gamma.tcc + /usr/include/c++/11/tr1/special_function_util.h + /usr/include/c++/11/tr1/bessel_function.tcc + /usr/include/c++/11/tr1/beta_function.tcc + /usr/include/c++/11/tr1/ell_integral.tcc + /usr/include/c++/11/tr1/exp_integral.tcc + /usr/include/c++/11/tr1/hypergeometric.tcc + /usr/include/c++/11/tr1/legendre_function.tcc + /usr/include/c++/11/tr1/modified_bessel_func.tcc + /usr/include/c++/11/tr1/poly_hermite.tcc + /usr/include/c++/11/tr1/poly_laguerre.tcc + /usr/include/c++/11/tr1/riemann_zeta.tcc + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_age.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/topic_statistics_collector.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/collector.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/moving_average.hpp + /usr/include/c++/11/numeric + /usr/include/c++/11/bits/stl_numeric.h + /usr/include/c++/11/pstl/glue_numeric_defs.h + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp + /opt/ros/humble/include/rcpputils/rcpputils/thread_safety_annotations.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/metric_details_interface.hpp + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_period.hpp + /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp + /opt/ros/humble/include/rclcpp/rclcpp/get_message_type_support_handle.hpp + /opt/ros/humble/include/rclcpp/rclcpp/is_ros_compatible_type.hpp + /opt/ros/humble/include/rclcpp/rclcpp/loaned_message.hpp + /opt/ros/humble/include/rclcpp/rclcpp/publisher_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_publisher_payload.hpp + /opt/ros/humble/include/rclcpp/rclcpp/future_return_code.hpp + /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/list_parameters_result.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_descriptor.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_event.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/generic_publisher.hpp + /opt/ros/humble/include/rcpputils/rcpputils/shared_library.hpp + /opt/ros/humble/include/rcutils/rcutils/shared_library.h + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/publisher_factory.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_factory.hpp + /opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp + /opt/ros/humble/include/rclcpp/rclcpp/generic_subscription.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_clock_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_logging_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/parameter.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp + /opt/ros/humble/include/rclcpp/rclcpp/parameter_value.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_type.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_value.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__builder.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_services_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_time_source_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_options.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_client.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_publisher.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_subscription.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_publisher.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_topics_interface.hpp + /opt/ros/humble/include/rcpputils/rcpputils/pointer_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/qos_parameters.hpp + /opt/ros/humble/include/rmw/rmw/qos_string_conversions.h + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_service.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_subscription.hpp + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_enable_topic_statistics.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_timers_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/create_timer.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_base_interface.hpp + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface_traits.hpp + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_single_threaded_executor.hpp + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_executor_entities_collector.hpp + /opt/ros/humble/include/rclcpp/rclcpp/experimental/executable_list.hpp + /opt/ros/humble/include/rclcpp/rclcpp/parameter_client.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/describe_parameters.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameter_types.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameters.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/list_parameters.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__traits.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters_atomically.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__struct.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__builder.hpp + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__traits.hpp + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/parser.h + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/visibility_control.h + /opt/ros/humble/include/rclcpp/rclcpp/parameter_map.hpp + /opt/ros/humble/include/rclcpp/rclcpp/parameter_event_handler.hpp + /opt/ros/humble/include/rclcpp/rclcpp/parameter_service.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/dynamic_storage.hpp + /opt/ros/humble/include/rclcpp/rclcpp/subscription_wait_set_mask.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/storage_policy_common.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/sequential_synchronization.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_result.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_result_kind.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/synchronization_policy_common.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/static_storage.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/thread_safe_synchronization.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/write_preferring_read_write_lock.hpp + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_template.hpp + /opt/ros/humble/include/message_filters/message_filters/connection.h + /opt/ros/humble/include/message_filters/message_filters/visibility_control.h + /opt/ros/humble/include/message_filters/message_filters/simple_filter.h + /opt/ros/humble/include/message_filters/message_filters/signal1.h + /opt/ros/humble/include/message_filters/message_filters/message_event.h + /opt/ros/humble/include/message_filters/message_filters/parameter_adapter.h + /opt/ros/humble/include/message_filters/message_filters/sync_policies/approximate_time.h + /usr/include/c++/11/deque + /usr/include/c++/11/bits/stl_deque.h + /usr/include/c++/11/bits/deque.tcc + /usr/include/inttypes.h + /opt/ros/humble/include/message_filters/message_filters/message_traits.h + /opt/ros/humble/include/message_filters/message_filters/null_types.h + /opt/ros/humble/include/message_filters/message_filters/signal9.h + /opt/ros/humble/include/message_filters/message_filters/synchronizer.h + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/imu.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__builder.hpp + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/bool.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__struct.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__builder.hpp + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__traits.hpp + /opt/ros/humble/include/tf2/tf2/transform_datatypes.h + /opt/ros/humble/include/tf2/tf2/time.h + /opt/ros/humble/include/tf2/tf2/visibility_control.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Quaternion.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Vector3.h + /opt/ros/humble/include/tf2/tf2/LinearMath/Scalar.h + /usr/include/c++/11/math.h + /usr/include/c++/11/cfloat + /usr/lib/gcc/x86_64-linux-gnu/11/include/float.h + /opt/ros/humble/include/tf2/tf2/LinearMath/MinMax.h + /opt/ros/humble/include/tf2/tf2/LinearMath/QuadWord.h + /opt/ros/humble/include/tf2_ros/tf2_ros/transform_broadcaster.h + /opt/ros/humble/include/tf2_ros/tf2_ros/visibility_control.h + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__builder.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__traits.hpp + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__traits.hpp + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/tf_message.hpp + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__struct.hpp + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__builder.hpp + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__traits.hpp + /opt/ros/humble/include/tf2_ros/tf2_ros/qos.hpp + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h + diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.make b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.make new file mode 100644 index 00000000..c4258407 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.make @@ -0,0 +1,2211 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o: /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp \ + /usr/include/stdc-predef.h \ + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/magnetic_field.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__struct.hpp \ + /usr/include/c++/11/algorithm \ + /usr/include/c++/11/utility \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h \ + /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h \ + /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h \ + /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/c++/11/bits/std_abs.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/uniform_int_dist.h \ + /usr/include/c++/11/pstl/glue_algorithm_defs.h \ + /usr/include/c++/11/functional \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/tuple \ + /usr/include/c++/11/array \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/bits/std_function.h \ + /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/unordered_map \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/bits/hashtable.h \ + /usr/include/c++/11/bits/hashtable_policy.h \ + /usr/include/c++/11/bits/enable_special_members.h \ + /usr/include/c++/11/bits/node_handle.h \ + /usr/include/c++/11/bits/unordered_map.h \ + /usr/include/c++/11/bits/erase_if.h \ + /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /usr/include/c++/11/pstl/execution_defs.h \ + /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h \ + /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/unique_ptr.h \ + /usr/include/c++/11/bits/shared_ptr.h \ + /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar \ + /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/wchar2.h \ + /usr/include/c++/11/bits/shared_ptr_base.h \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h \ + /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h \ + /usr/include/c++/11/pstl/glue_memory_defs.h \ + /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/cstdint \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale \ + /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h \ + /usr/include/c++/11/cctype \ + /usr/include/ctype.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h \ + /usr/include/c++/11/cstdio \ + /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/c++/11/cerrno \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__builder.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__traits.hpp \ + /usr/include/c++/11/sstream \ + /usr/include/c++/11/istream \ + /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/streambuf \ + /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h \ + /usr/include/c++/11/cwctype \ + /usr/include/wctype.h \ + /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/ostream \ + /usr/include/c++/11/bits/ostream.tcc \ + /usr/include/c++/11/bits/istream.tcc \ + /usr/include/c++/11/bits/sstream.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.hpp \ + /usr/include/c++/11/codecvt \ + /usr/include/c++/11/bits/codecvt.h \ + /usr/include/c++/11/iomanip \ + /usr/include/c++/11/locale \ + /usr/include/c++/11/bits/locale_facets_nonio.h \ + /usr/include/c++/11/ctime \ + /usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h \ + /usr/include/libintl.h \ + /usr/include/c++/11/bits/locale_facets_nonio.tcc \ + /usr/include/c++/11/bits/locale_conv.h \ + /usr/include/c++/11/bits/quoted_string.h \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/vector3_stamped.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__builder.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__traits.hpp \ + /opt/ros/humble/include/message_filters/message_filters/subscriber.h \ + /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp \ + /usr/include/c++/11/csignal \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp \ + /usr/include/c++/11/future \ + /usr/include/c++/11/mutex \ + /usr/include/c++/11/chrono \ + /usr/include/c++/11/ratio \ + /usr/include/c++/11/limits \ + /usr/include/c++/11/bits/parse_numbers.h \ + /usr/include/c++/11/bits/std_mutex.h \ + /usr/include/c++/11/bits/unique_lock.h \ + /usr/include/c++/11/condition_variable \ + /usr/include/c++/11/atomic \ + /usr/include/c++/11/bits/atomic_futex.h \ + /usr/include/c++/11/bits/std_thread.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp \ + /usr/include/c++/11/set \ + /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/bits/stl_set.h \ + /usr/include/c++/11/bits/stl_multiset.h \ + /usr/include/c++/11/thread \ + /usr/include/c++/11/bits/this_thread_sleep.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp \ + /usr/include/c++/11/cassert \ + /usr/include/assert.h \ + /usr/include/c++/11/iostream \ + /usr/include/c++/11/list \ + /usr/include/c++/11/bits/stl_list.h \ + /usr/include/c++/11/bits/list.tcc \ + /usr/include/c++/11/map \ + /usr/include/c++/11/bits/stl_map.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /opt/ros/humble/include/rcl/rcl/guard_condition.h \ + /opt/ros/humble/include/rcl/rcl/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h \ + /opt/ros/humble/include/rcl/rcl/context.h \ + /opt/ros/humble/include/rmw/rmw/init.h \ + /opt/ros/humble/include/rmw/rmw/init_options.h \ + /opt/ros/humble/include/rmw/rmw/domain_id.h \ + /opt/ros/humble/include/rmw/rmw/localhost.h \ + /opt/ros/humble/include/rmw/rmw/visibility_control.h \ + /opt/ros/humble/include/rmw/rmw/macros.h \ + /opt/ros/humble/include/rmw/rmw/ret_types.h \ + /opt/ros/humble/include/rmw/rmw/security_options.h \ + /opt/ros/humble/include/rcl/rcl/arguments.h \ + /opt/ros/humble/include/rcl/rcl/log_level.h \ + /opt/ros/humble/include/rcl/rcl/macros.h \ + /opt/ros/humble/include/rcl/rcl/types.h \ + /opt/ros/humble/include/rmw/rmw/types.h \ + /opt/ros/humble/include/rcutils/rcutils/logging.h \ + /opt/ros/humble/include/rcutils/rcutils/error_handling.h \ + /usr/include/c++/11/stdlib.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /opt/ros/humble/include/rcutils/rcutils/snprintf.h \ + /opt/ros/humble/include/rcutils/rcutils/time.h \ + /opt/ros/humble/include/rcutils/rcutils/types.h \ + /opt/ros/humble/include/rcutils/rcutils/types/array_list.h \ + /opt/ros/humble/include/rcutils/rcutils/types/char_array.h \ + /opt/ros/humble/include/rcutils/rcutils/types/hash_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_array.h \ + /opt/ros/humble/include/rcutils/rcutils/qsort.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h \ + /opt/ros/humble/include/rmw/rmw/qos_policy_kind.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/serialized_message.h \ + /opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h \ + /opt/ros/humble/include/rmw/rmw/time.h \ + /opt/ros/humble/include/rcl/rcl/visibility_control.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/types.h \ + /opt/ros/humble/include/rcl/rcl/init_options.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdalign.h \ + /opt/ros/humble/include/rcl/rcl/wait.h \ + /opt/ros/humble/include/rcl/rcl/client.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rcl/rcl/event_callback.h \ + /opt/ros/humble/include/rmw/rmw/event_callback_type.h \ + /opt/ros/humble/include/rcl/rcl/node.h \ + /opt/ros/humble/include/rcl/rcl/node_options.h \ + /opt/ros/humble/include/rcl/rcl/domain_id.h \ + /opt/ros/humble/include/rcl/rcl/service.h \ + /opt/ros/humble/include/rcl/rcl/subscription.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rmw/rmw/message_sequence.h \ + /opt/ros/humble/include/rcl/rcl/timer.h \ + /opt/ros/humble/include/rcl/rcl/time.h \ + /opt/ros/humble/include/rmw/rmw/rmw.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/sequence_bound.h \ + /opt/ros/humble/include/rmw/rmw/event.h \ + /opt/ros/humble/include/rmw/rmw/publisher_options.h \ + /opt/ros/humble/include/rmw/rmw/qos_profiles.h \ + /opt/ros/humble/include/rmw/rmw/subscription_options.h \ + /opt/ros/humble/include/rcl/rcl/event.h \ + /opt/ros/humble/include/rcl/rcl/publisher.h \ + /opt/ros/humble/include/rcpputils/rcpputils/scope_exit.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/context.hpp \ + /usr/include/c++/11/typeindex \ + /usr/include/c++/11/unordered_set \ + /usr/include/c++/11/bits/unordered_set.h \ + /opt/ros/humble/include/rclcpp/rclcpp/init_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/macros.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/contexts/default_context.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/guard_condition.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/client.hpp \ + /usr/include/c++/11/optional \ + /usr/include/c++/11/variant \ + /opt/ros/humble/include/rcl/rcl/error_handling.h \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/cpp_callback_trampoline.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions/exceptions.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/join.hpp \ + /usr/include/c++/11/iterator \ + /usr/include/c++/11/bits/stream_iterator.h \ + /opt/ros/humble/include/rclcpp/rclcpp/expand_topic_or_service_name.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/function_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logger.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/filesystem_helper.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/visibility_control.hpp \ + /opt/ros/humble/include/rcutils/rcutils/logging_macros.h \ + /opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_graph_interface.hpp \ + /opt/ros/humble/include/rcl/rcl/graph.h \ + /opt/ros/humble/include/rmw/rmw/names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/get_topic_names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info_array.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info.h \ + /opt/ros/humble/include/rclcpp/rclcpp/event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__traits.hpp \ + /opt/ros/humble/include/rcl/rcl/logging_rosout.h \ + /opt/ros/humble/include/rmw/rmw/incompatible_qos_events_statuses.h \ + /opt/ros/humble/include/rclcpp/rclcpp/type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/service_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp \ + /opt/ros/humble/include/rmw/rmw/error_handling.h \ + /opt/ros/humble/include/rmw/rmw/impl/cpp/demangle.hpp \ + /usr/include/c++/11/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h \ + /opt/ros/humble/include/rmw/rmw/impl/config.h \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/network_flow_endpoint.hpp \ + /opt/ros/humble/include/rcl/rcl/network_flow_endpoints.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint_array.h \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/waitable.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/time.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/service.hpp \ + /opt/ros/humble/include/tracetools/tracetools/tracetools.h \ + /opt/ros/humble/include/tracetools/tracetools/config.h \ + /opt/ros/humble/include/tracetools/tracetools/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_service_callback.hpp \ + /opt/ros/humble/include/tracetools/tracetools/utils.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_subscription_callback.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_common.hpp \ + /usr/include/c++/11/cstring \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_deleter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_info.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/serialized_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/type_adapter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp \ + /usr/include/c++/11/shared_mutex \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/buffer_implementation_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/create_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/ring_buffer_implementation.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_content_filter_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/clock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/rate.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_use_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_setting.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_subscription_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_overriding_options.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/set_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics/subscription_topic_statistics.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/generate_statistics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__builder.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__traits.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__traits.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/visibility_control.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /usr/include/c++/11/cmath \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/11/bits/specfun.h \ + /usr/include/c++/11/tr1/gamma.tcc \ + /usr/include/c++/11/tr1/special_function_util.h \ + /usr/include/c++/11/tr1/bessel_function.tcc \ + /usr/include/c++/11/tr1/beta_function.tcc \ + /usr/include/c++/11/tr1/ell_integral.tcc \ + /usr/include/c++/11/tr1/exp_integral.tcc \ + /usr/include/c++/11/tr1/hypergeometric.tcc \ + /usr/include/c++/11/tr1/legendre_function.tcc \ + /usr/include/c++/11/tr1/modified_bessel_func.tcc \ + /usr/include/c++/11/tr1/poly_hermite.tcc \ + /usr/include/c++/11/tr1/poly_laguerre.tcc \ + /usr/include/c++/11/tr1/riemann_zeta.tcc \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_age.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/topic_statistics_collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/moving_average.hpp \ + /usr/include/c++/11/numeric \ + /usr/include/c++/11/bits/stl_numeric.h \ + /usr/include/c++/11/pstl/glue_numeric_defs.h \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/thread_safety_annotations.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/metric_details_interface.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_period.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/get_message_type_support_handle.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/is_ros_compatible_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/loaned_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_publisher_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/future_return_code.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/list_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_descriptor.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_event.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_publisher.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/shared_library.hpp \ + /opt/ros/humble/include/rcutils/rcutils/shared_library.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_clock_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_logging_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_type.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__builder.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_services_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_time_source_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_client.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_topics_interface.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/pointer_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/qos_parameters.hpp \ + /opt/ros/humble/include/rmw/rmw/qos_string_conversions.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_enable_topic_statistics.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_executor_entities_collector.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/executable_list.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_client.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/describe_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameter_types.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/list_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters_atomically.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__traits.hpp \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/parser.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/visibility_control.h \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_map.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_event_handler.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/dynamic_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_wait_set_mask.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/storage_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/sequential_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result_kind.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/synchronization_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/static_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/thread_safe_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/write_preferring_read_write_lock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_template.hpp \ + /opt/ros/humble/include/message_filters/message_filters/connection.h \ + /opt/ros/humble/include/message_filters/message_filters/visibility_control.h \ + /opt/ros/humble/include/message_filters/message_filters/simple_filter.h \ + /opt/ros/humble/include/message_filters/message_filters/signal1.h \ + /opt/ros/humble/include/message_filters/message_filters/message_event.h \ + /opt/ros/humble/include/message_filters/message_filters/parameter_adapter.h \ + /opt/ros/humble/include/message_filters/message_filters/sync_policies/approximate_time.h \ + /usr/include/c++/11/deque \ + /usr/include/c++/11/bits/stl_deque.h \ + /usr/include/c++/11/bits/deque.tcc \ + /usr/include/inttypes.h \ + /opt/ros/humble/include/message_filters/message_filters/message_traits.h \ + /opt/ros/humble/include/message_filters/message_filters/null_types.h \ + /opt/ros/humble/include/message_filters/message_filters/signal9.h \ + /opt/ros/humble/include/message_filters/message_filters/synchronizer.h \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/imu.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__builder.hpp \ + /opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/bool.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__struct.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__builder.hpp \ + /opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__traits.hpp \ + /opt/ros/humble/include/tf2/tf2/transform_datatypes.h \ + /opt/ros/humble/include/tf2/tf2/time.h \ + /opt/ros/humble/include/tf2/tf2/visibility_control.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Quaternion.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Vector3.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/Scalar.h \ + /usr/include/c++/11/math.h \ + /usr/include/c++/11/cfloat \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/float.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/MinMax.h \ + /opt/ros/humble/include/tf2/tf2/LinearMath/QuadWord.h \ + /opt/ros/humble/include/tf2_ros/tf2_ros/transform_broadcaster.h \ + /opt/ros/humble/include/tf2_ros/tf2_ros/visibility_control.h \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__builder.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__traits.hpp \ + /opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__traits.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/tf_message.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__struct.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__builder.hpp \ + /opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__traits.hpp \ + /opt/ros/humble/include/tf2_ros/tf2_ros/qos.hpp \ + /home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h + + +/home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h: + +/opt/ros/humble/include/tf2_ros/tf2_ros/qos.hpp: + +/opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__traits.hpp: + +/opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__struct.hpp: + +/opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/tf_message.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__traits.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__struct.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/transform_stamped.hpp: + +/opt/ros/humble/include/tf2_ros/tf2_ros/visibility_control.h: + +/opt/ros/humble/include/tf2/tf2/LinearMath/MinMax.h: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/float.h: + +/usr/include/c++/11/cfloat: + +/opt/ros/humble/include/tf2/tf2/LinearMath/Quaternion.h: + +/opt/ros/humble/include/tf2/tf2/time.h: + +/opt/ros/humble/include/tf2/tf2/transform_datatypes.h: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__traits.hpp: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/bool.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__traits.hpp: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/quaternion__struct.hpp: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__struct.hpp: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/imu.hpp: + +/opt/ros/humble/include/message_filters/message_filters/synchronizer.h: + +/opt/ros/humble/include/message_filters/message_filters/signal9.h: + +/opt/ros/humble/include/message_filters/message_filters/null_types.h: + +/opt/ros/humble/include/message_filters/message_filters/message_traits.h: + +/usr/include/inttypes.h: + +/usr/include/c++/11/bits/deque.tcc: + +/usr/include/c++/11/bits/stl_deque.h: + +/usr/include/c++/11/deque: + +/opt/ros/humble/include/message_filters/message_filters/parameter_adapter.h: + +/opt/ros/humble/include/message_filters/message_filters/signal1.h: + +/opt/ros/humble/include/message_filters/message_filters/simple_filter.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__builder.hpp: + +/opt/ros/humble/include/message_filters/message_filters/visibility_control.h: + +/opt/ros/humble/include/tf2/tf2/LinearMath/QuadWord.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/thread_safe_synchronization.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/static_storage.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_result_kind.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_result.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_wait_set_mask.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/dynamic_storage.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter_service.hpp: + +/opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/visibility_control.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters_atomically.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/list_parameters.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__traits.hpp: + +/opt/ros/humble/include/tf2_ros/tf2_ros/transform_broadcaster.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter_client.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/executable_list.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executors/static_executor_entities_collector.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executors/static_single_threaded_executor.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface_traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_timer.hpp: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__struct.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_timers_interface.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_subscription.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_service.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface_traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_client.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_publisher.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_options.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_time_source_interface.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_logging_interface.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_clock_interface.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/generic_subscription.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_factory.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/publisher_factory.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface.hpp: + +/opt/ros/humble/include/rcutils/rcutils/shared_library.h: + +/opt/ros/humble/include/rcpputils/rcpputils/shared_library.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_event.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_descriptor.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/list_parameters_result.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/future_return_code.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/publisher_options.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/loaned_message.hpp: + +/opt/ros/humble/include/message_filters/message_filters/sync_policies/approximate_time.h: + +/opt/ros/humble/include/rclcpp/rclcpp/is_ros_compatible_type.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/get_message_type_support_handle.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/metric_details_interface.hpp: + +/opt/ros/humble/include/rcpputils/rcpputils/thread_safety_annotations.hpp: + +/usr/include/c++/11/pstl/glue_numeric_defs.h: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface_traits.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/collector.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/topic_statistics_collector.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_age.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp: + +/usr/include/c++/11/tr1/poly_laguerre.tcc: + +/opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp: + +/usr/include/c++/11/tr1/poly_hermite.tcc: + +/usr/include/c++/11/tr1/modified_bessel_func.tcc: + +/usr/include/c++/11/tr1/legendre_function.tcc: + +/opt/ros/humble/include/tf2/tf2/LinearMath/Scalar.h: + +/usr/include/c++/11/tr1/hypergeometric.tcc: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/bool__builder.hpp: + +/usr/include/c++/11/tr1/beta_function.tcc: + +/usr/include/c++/11/tr1/bessel_function.tcc: + +/usr/include/c++/11/tr1/special_function_util.h: + +/usr/include/c++/11/tr1/gamma.tcc: + +/usr/include/c++/11/bits/specfun.h: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.hpp: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__struct.hpp: + +/usr/include/c++/11/bits/quoted_string.h: + +/usr/include/x86_64-linux-gnu/bits/signum-generic.h: + +/usr/include/c++/11/bits/locale_conv.h: + +/usr/include/c++/11/cxxabi.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h: + +/usr/include/c++/11/bits/locale_facets_nonio.h: + +/opt/ros/humble/include/rcl/rcl/timer.h: + +/usr/include/c++/11/bits/istream.tcc: + +/usr/include/c++/11/bits/basic_ios.tcc: + +/usr/include/c++/11/bits/enable_special_members.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_value.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/qos.hpp: + +/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h: + +/usr/include/c++/11/bits/streambuf_iterator.h: + +/usr/include/c++/11/bits/exception.h: + +/opt/ros/humble/include/rmw/rmw/get_topic_names_and_types.h: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_services_interface.hpp: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__struct.hpp: + +/usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h: + +/usr/include/c++/11/bits/basic_ios.h: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp: + +/usr/include/c++/11/bits/uniform_int_dist.h: + +/usr/include/c++/11/bits/locale_classes.h: + +/usr/include/c++/11/istream: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/magnetic_field.hpp: + +/usr/include/c++/11/sstream: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__builder.hpp: + +/opt/ros/humble/include/rcutils/rcutils/logging_macros.h: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__builder.hpp: + +/usr/include/c++/11/bits/ios_base.h: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__traits.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h: + +/opt/ros/humble/include/rmw/rmw/message_sequence.h: + +/opt/ros/humble/include/std_msgs/std_msgs/msg/detail/header__struct.hpp: + +/opt/ros/humble/include/rcl/rcl/logging_rosout.h: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/error_t.h: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp: + +/opt/ros/humble/include/message_filters/message_filters/message_event.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h: + +/opt/ros/humble/include/rclcpp/rclcpp/context.hpp: + +/usr/include/x86_64-linux-gnu/bits/errno.h: + +/usr/include/x86_64-linux-gnu/bits/signum-arch.h: + +/opt/ros/humble/include/rmw/rmw/security_options.h: + +/usr/include/c++/11/cerrno: + +/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h: + +/usr/include/c++/11/bits/this_thread_sleep.h: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: + +/usr/include/stdio.h: + +/usr/include/c++/11/cstdio: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h: + +/usr/include/c++/11/string_view: + +/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h: + +/usr/include/c++/11/numeric: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__traits.hpp: + +/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/write_preferring_read_write_lock.hpp: + +/usr/include/c++/11/bits/ostream_insert.h: + +/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h: + +/usr/include/ctype.h: + +/usr/include/c++/11/locale: + +/usr/include/x86_64-linux-gnu/bits/ss_flags.h: + +/usr/include/x86_64-linux-gnu/bits/locale.h: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp: + +/usr/include/c++/11/bits/localefwd.h: + +/usr/include/c++/11/cstdint: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp: + +/usr/include/x86_64-linux-gnu/bits/waitstatus.h: + +/usr/include/string.h: + +/usr/include/c++/11/bits/atomic_lockfree_defines.h: + +/usr/include/c++/11/bits/shared_ptr_atomic.h: + +/opt/ros/humble/include/rmw/rmw/init.h: + +/usr/include/c++/11/bits/nested_exception.h: + +/opt/ros/humble/include/rmw/rmw/publisher_options.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/storage_policy_common.hpp: + +/opt/ros/humble/include/rmw/rmw/topic_endpoint_info_array.h: + +/opt/ros/humble/include/rcl/rcl/graph.h: + +/usr/include/c++/11/exception: + +/opt/ros/humble/include/rclcpp/rclcpp/init_options.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__traits.hpp: + +/usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h: + +/usr/include/linux/errno.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__traits.hpp: + +/usr/include/c++/11/functional: + +/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h: + +/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h: + +/usr/include/time.h: + +/usr/include/x86_64-linux-gnu/bits/getopt_posix.h: + +/usr/include/x86_64-linux-gnu/bits/cpu-set.h: + +/opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_deleter.hpp: + +/usr/include/x86_64-linux-gnu/bits/sched.h: + +/usr/include/c++/11/ext/alloc_traits.h: + +/usr/include/c++/11/ext/concurrence.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h: + +/usr/include/x86_64-linux-gnu/bits/wchar2.h: + +/usr/include/x86_64-linux-gnu/bits/fp-logb.h: + +/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: + +/usr/include/x86_64-linux-gnu/bits/timex.h: + +/usr/include/c++/11/unordered_set: + +/usr/include/c++/11/iosfwd: + +/usr/include/c++/11/ostream: + +/usr/include/c++/11/bits/unique_ptr.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__traits.hpp: + +/usr/include/x86_64-linux-gnu/bits/wchar.h: + +/usr/include/stdint.h: + +/usr/include/c++/11/bits/ptr_traits.h: + +/usr/include/c++/11/bits/erase_if.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/c++/11/bits/predefined_ops.h: + +/usr/include/c++/11/bits/stl_algo.h: + +/usr/include/x86_64-linux-gnu/bits/floatn-common.h: + +/usr/include/c++/11/vector: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter_value.hpp: + +/usr/include/c++/11/bits/align.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/synchronization_policy_common.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_options.hpp: + +/opt/ros/humble/include/message_filters/message_filters/connection.h: + +/usr/include/c++/11/bits/postypes.h: + +/usr/include/x86_64-linux-gnu/bits/waitflags.h: + +/usr/include/x86_64-linux-gnu/bits/libc-header-start.h: + +/usr/include/pthread.h: + +/usr/include/endian.h: + +/usr/include/c++/11/bits/cpp_type_traits.h: + +/usr/include/c++/11/bits/streambuf.tcc: + +/usr/include/c++/11/bits/stl_iterator_base_funcs.h: + +/usr/include/c++/11/bits/std_thread.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h: + +/usr/include/c++/11/iterator: + +/usr/include/c++/11/array: + +/usr/include/c++/11/bits/concept_check.h: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__traits.hpp: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h: + +/usr/include/c++/11/debug/assertions.h: + +/opt/ros/humble/include/tracetools/tracetools/config.h: + +/usr/include/c++/11/bits/stl_uninitialized.h: + +/usr/include/c++/11/ios: + +/usr/include/c++/11/utility: + +/usr/include/c++/11/tr1/ell_integral.tcc: + +/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h: + +/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h: + +/opt/ros/humble/include/rcpputils/rcpputils/pointer_traits.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__traits.hpp: + +/usr/include/c++/11/bits/std_abs.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform_stamped__struct.hpp: + +/usr/include/c++/11/bits/stl_heap.h: + +/usr/include/c++/11/bits/locale_facets.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp: + +/usr/include/c++/11/memory: + +/usr/include/x86_64-linux-gnu/bits/string_fortified.h: + +/opt/ros/humble/include/rmw/rmw/serialized_message.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h: + +/usr/include/c++/11/bits/stl_bvector.h: + +/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_topics_interface.hpp: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__builder.hpp: + +/usr/include/c++/11/debug/debug.h: + +/usr/include/c++/11/bits/atomic_base.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__struct.hpp: + +/usr/include/x86_64-linux-gnu/bits/sigstack.h: + +/usr/include/c++/11/ext/numeric_traits.h: + +/usr/include/c++/11/bits/unordered_map.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h: + +/usr/include/stdlib.h: + +/home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h: + +/usr/include/c++/11/bits/cxxabi_init_exception.h: + +/usr/include/c++/11/new: + +/usr/include/c++/11/bits/sstream.tcc: + +/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h: + +/usr/include/c++/11/bits/stl_iterator.h: + +/usr/include/x86_64-linux-gnu/bits/struct_mutex.h: + +/usr/include/c++/11/stdexcept: + +/usr/include/c++/11/pstl/glue_algorithm_defs.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/cpp_callback_trampoline.hpp: + +/usr/include/c++/11/bits/basic_string.tcc: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/magnetic_field__struct.hpp: + +/usr/include/c++/11/cstdlib: + +/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h: + +/opt/ros/humble/include/rcutils/rcutils/types/string_map.h: + +/usr/include/c++/11/bits/uses_allocator.h: + +/usr/include/c++/11/bits/unique_lock.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h: + +/usr/include/c++/11/bits/exception_defines.h: + +/usr/include/x86_64-linux-gnu/bits/environments.h: + +/opt/ros/humble/include/rclcpp/rclcpp/event.hpp: + +/usr/include/c++/11/pstl/glue_memory_defs.h: + +/usr/include/c++/11/csignal: + +/usr/include/c++/11/string: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp: + +/usr/include/c++/11/ext/type_traits.h: + +/usr/include/locale.h: + +/opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/include/c++/11/bits/locale_classes.tcc: + +/usr/include/c++/11/ext/aligned_buffer.h: + +/usr/include/c++/11/future: + +/opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/clock_t.h: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/usr/include/x86_64-linux-gnu/asm/errno.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h: + +/usr/include/c++/11/typeindex: + +/usr/include/x86_64-linux-gnu/bits/long-double.h: + +/opt/ros/humble/include/tf2/tf2/LinearMath/Vector3.h: + +/usr/include/c++/11/bits/shared_ptr.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__traits.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_period.hpp: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h: + +/usr/include/c++/11/bits/stl_construct.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__struct.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/intra_process_buffer_type.hpp: + +/usr/include/c++/11/bits/range_access.h: + +/usr/include/x86_64-linux-gnu/bits/stdint-intn.h: + +/usr/include/x86_64-linux-gnu/bits/types/FILE.h: + +/usr/include/x86_64-linux-gnu/bits/types/time_t.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__struct.hpp: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp: + +/usr/include/c++/11/bits/vector.tcc: + +/usr/include/errno.h: + +/opt/ros/humble/include/rcl/rcl/allocator.h: + +/usr/include/c++/11/bits/alloc_traits.h: + +/usr/include/stdc-predef.h: + +/usr/include/x86_64-linux-gnu/bits/timesize.h: + +/opt/ros/humble/include/rclcpp/rclcpp/duration.hpp: + +/usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h: + +/usr/include/x86_64-linux-gnu/sys/single_threaded.h: + +/usr/include/c++/11/bits/allocator.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/qos_parameters.hpp: + +/usr/include/c++/11/cmath: + +/usr/include/c++/11/pstl/pstl_config.h: + +/usr/include/x86_64-linux-gnu/bits/types/timer_t.h: + +/usr/include/c++/11/bits/std_function.h: + +/usr/include/c++/11/bits/stl_tempbuf.h: + +/usr/include/c++/11/bits/stl_relops.h: + +/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h: + +/usr/include/c++/11/bits/move.h: + +/usr/include/c++/11/bits/hash_bytes.h: + +/opt/ros/humble/include/rmw/rmw/subscription_options.h: + +/usr/include/c++/11/cwctype: + +/usr/include/wchar.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: + +/usr/include/c++/11/bits/locale_facets_nonio.tcc: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h: + +/usr/include/c++/11/ext/atomicity.h: + +/opt/ros/humble/include/rcl/rcl/types.h: + +/usr/include/c++/11/bits/stl_pair.h: + +/usr/include/c++/11/bits/stl_function.h: + +/usr/include/c++/11/bits/memoryfwd.h: + +/opt/ros/humble/include/rclcpp/rclcpp/executors.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h: + +/usr/include/c++/11/tuple: + +/opt/ros/humble/include/rcl/rcl/network_flow_endpoints.h: + +/usr/include/c++/11/ctime: + +/usr/include/x86_64-linux-gnu/bits/time64.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameters.hpp: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h: + +/usr/include/c++/11/streambuf: + +/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h: + +/usr/include/c++/11/cwchar: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h: + +/opt/ros/humble/include/rclcpp/rclcpp/serialized_message.hpp: + +/usr/include/c++/11/bits/stl_algobase.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__struct.hpp: + +/usr/include/unistd.h: + +/usr/include/c++/11/bits/shared_ptr_base.h: + +/usr/include/c++/11/bits/basic_string.h: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp: + +/usr/include/x86_64-linux-gnu/bits/endianness.h: + +/usr/include/features-time64.h: + +/usr/include/x86_64-linux-gnu/bits/types/locale_t.h: + +/usr/include/c++/11/system_error: + +/opt/ros/humble/include/rcutils/rcutils/types/array_list.h: + +/opt/ros/humble/include/rcpputils/rcpputils/filesystem_helper.hpp: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/c++/11/bits/hashtable_policy.h: + +/opt/ros/humble/include/rmw/rmw/incompatible_qos_events_statuses.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/opt/ros/humble/include/rclcpp/rclcpp/qos_overriding_options.hpp: + +/usr/include/c++/11/pstl/execution_defs.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/sequential_synchronization.hpp: + +/opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/parser.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/vector3_stamped.hpp: + +/usr/include/c++/11/bits/invoke.h: + +/usr/include/c++/11/iomanip: + +/usr/include/c++/11/cctype: + +/usr/include/c++/11/ext/new_allocator.h: + +/usr/include/c++/11/bits/char_traits.h: + +/usr/include/libintl.h: + +/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h: + +/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h: + +/usr/include/c++/11/bits/refwrap.h: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp: + +/usr/include/c++/11/backward/auto_ptr.h: + +/usr/include/x86_64-linux-gnu/bits/types/__FILE.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__struct.hpp: + +/usr/include/c++/11/bits/atomic_futex.h: + +/usr/include/c++/11/cstring: + +/usr/include/c++/11/typeinfo: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter_event_handler.hpp: + +/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp: + +/opt/ros/humble/include/rcutils/rcutils/types.h: + +/usr/include/c++/11/algorithm: + +/usr/include/c++/11/backward/binders.h: + +/usr/include/c++/11/bits/functional_hash.h: + +/usr/include/features.h: + +/opt/ros/humble/include/rclcpp/rclcpp/topic_statistics/subscription_topic_statistics.hpp: + +/usr/include/c++/11/bits/string_view.tcc: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp: + +/usr/include/c++/11/unordered_map: + +/usr/include/c++/11/bits/charconv.h: + +/usr/include/c++/11/bits/exception_ptr.h: + +/usr/include/math.h: + +/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h: + +/usr/include/c++/11/bits/stringfwd.h: + +/usr/include/c++/11/bits/algorithmfwd.h: + +/usr/include/c++/11/bits/cxxabi_forced.h: + +/usr/include/c++/11/bits/hashtable.h: + +/usr/include/c++/11/bits/node_handle.h: + +/usr/include/x86_64-linux-gnu/bits/uintn-identity.h: + +/usr/include/c++/11/iostream: + +/usr/include/x86_64-linux-gnu/bits/fp-fast.h: + +/usr/include/c++/11/bits/stl_raw_storage_iter.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/c++/11/initializer_list: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3__traits.hpp: + +/opt/ros/humble/include/rcutils/rcutils/error_handling.h: + +/usr/include/asm-generic/errno-base.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameter_types.hpp: + +/opt/ros/humble/include/message_filters/message_filters/subscriber.h: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h: + +/opt/ros/humble/include/rmw/rmw/network_flow_endpoint_array.h: + +/opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp: + +/usr/include/strings.h: + +/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_publisher_payload.hpp: + +/usr/include/x86_64-linux-gnu/bits/siginfo-consts.h: + +/usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigval_t.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__builder.hpp: + +/usr/include/x86_64-linux-gnu/bits/sigevent-consts.h: + +/usr/include/x86_64-linux-gnu/bits/sigaction.h: + +/opt/ros/humble/include/rmw/rmw/qos_string_conversions.h: + +/usr/include/x86_64-linux-gnu/bits/sigcontext.h: + +/usr/include/x86_64-linux-gnu/bits/types/stack_t.h: + +/usr/include/x86_64-linux-gnu/sys/ucontext.h: + +/usr/include/x86_64-linux-gnu/bits/posix_opt.h: + +/usr/include/x86_64-linux-gnu/bits/confname.h: + +/opt/ros/humble/include/rcutils/rcutils/allocator.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib.h: + +/usr/include/c++/11/bits/functexcept.h: + +/usr/include/x86_64-linux-gnu/bits/getopt_core.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_type.hpp: + +/usr/include/x86_64-linux-gnu/bits/unistd.h: + +/opt/ros/humble/include/rcl/rcl/domain_id.h: + +/usr/include/x86_64-linux-gnu/bits/unistd_ext.h: + +/usr/include/c++/11/bits/stl_numeric.h: + +/usr/include/linux/close_range.h: + +/opt/ros/humble/include/rcl/rcl/init_options.h: + +/opt/ros/humble/include/rcpputils/rcpputils/join.hpp: + +/usr/include/c++/11/chrono: + +/usr/include/x86_64-linux-gnu/bits/sigthread.h: + +/usr/include/c++/11/mutex: + +/usr/include/c++/11/ratio: + +/usr/include/c++/11/limits: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp: + +/usr/include/c++/11/bits/parse_numbers.h: + +/usr/include/c++/11/bits/std_mutex.h: + +/usr/include/c++/11/atomic: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/c++/11/set: + +/usr/include/c++/11/bits/stl_tree.h: + +/opt/ros/humble/include/rcutils/rcutils/visibility_control.h: + +/opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp: + +/usr/include/c++/11/bits/stl_set.h: + +/opt/ros/humble/include/sensor_msgs/sensor_msgs/msg/detail/imu__builder.hpp: + +/usr/include/c++/11/bits/stl_multiset.h: + +/usr/include/c++/11/cassert: + +/usr/include/c++/11/list: + +/usr/include/c++/11/bits/stl_list.h: + +/usr/include/c++/11/ext/string_conversions.h: + +/usr/include/x86_64-linux-gnu/bits/iscanonical.h: + +/usr/include/c++/11/map: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp: + +/usr/include/c++/11/bits/stl_map.h: + +/usr/include/c++/11/bits/stl_multimap.h: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface_traits.hpp: + +/opt/ros/humble/include/rcl/rcl/guard_condition.h: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executor.hpp: + +/opt/ros/humble/include/rcutils/rcutils/macros.h: + +/opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h: + +/usr/include/x86_64-linux-gnu/bits/setjmp.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h: + +/opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__traits.hpp: + +/opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h: + +/usr/include/c++/11/math.h: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/visibility_control.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/network_flow_endpoint.hpp: + +/opt/ros/humble/include/rmw/rmw/init_options.h: + +/opt/ros/humble/include/tf2/tf2/visibility_control.h: + +/opt/ros/humble/include/rmw/rmw/domain_id.h: + +/opt/ros/humble/include/rmw/rmw/localhost.h: + +/opt/ros/humble/include/rclcpp/rclcpp/create_generic_publisher.hpp: + +/usr/include/c++/11/type_traits: + +/opt/ros/humble/include/rmw/rmw/visibility_control.h: + +/opt/ros/humble/include/rmw/rmw/macros.h: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/moving_average.hpp: + +/opt/ros/humble/include/rmw/rmw/ret_types.h: + +/usr/include/c++/11/bits/stream_iterator.h: + +/opt/ros/humble/include/rcl/rcl/log_level.h: + +/opt/ros/humble/include/rcl/rcl/macros.h: + +/opt/ros/humble/include/rmw/rmw/types.h: + +/usr/include/c++/11/stdlib.h: + +/opt/ros/humble/include/rmw/rmw/impl/cpp/demangle.hpp: + +/usr/include/x86_64-linux-gnu/bits/strings_fortified.h: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/duration.hpp: + +/opt/ros/humble/include/rcutils/rcutils/snprintf.h: + +/opt/ros/humble/include/rcutils/rcutils/time.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_enable_topic_statistics.hpp: + +/opt/ros/humble/include/rcutils/rcutils/types/char_array.h: + +/usr/include/c++/11/variant: + +/opt/ros/humble/include/rcutils/rcutils/types/hash_map.h: + +/usr/include/c++/11/tr1/exp_integral.tcc: + +/opt/ros/humble/include/rcl/rcl/error_handling.h: + +/opt/ros/humble/include/rcutils/rcutils/types/string_array.h: + +/opt/ros/humble/include/rcutils/rcutils/qsort.h: + +/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_subscription_payload.hpp: + +/opt/ros/humble/include/rmw/rmw/rmw.h: + +/usr/include/c++/11/bits/ostream.tcc: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/ring_buffer_implementation.hpp: + +/usr/include/c++/11/bits/list.tcc: + +/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h: + +/opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h: + +/usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h: + +/opt/ros/humble/include/rclcpp/rclcpp/timer.hpp: + +/opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h: + +/opt/ros/humble/include/rmw/rmw/qos_policy_kind.h: + +/opt/ros/humble/include/tracetools/tracetools/visibility_control.hpp: + +/usr/include/c++/11/bit: + +/opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h: + +/usr/include/c++/11/bits/codecvt.h: + +/opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h: + +/opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h: + +/opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/transform__traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp: + +/opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters.hpp: + +/opt/ros/humble/include/rcl/rcl/visibility_control.h: + +/opt/ros/humble/include/rclcpp/rclcpp/service.hpp: + +/usr/include/c++/11/codecvt: + +/usr/include/c++/11/bits/allocated_ptr.h: + +/usr/include/assert.h: + +/opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/types.h: + +/usr/include/c++/11/bits/locale_facets.tcc: + +/usr/include/x86_64-linux-gnu/bits/stdio.h: + +/usr/lib/gcc/x86_64-linux-gnu/11/include/stdalign.h: + +/opt/ros/humble/include/rcl/rcl/wait.h: + +/opt/ros/humble/include/rcl/rcl/client.h: + +/opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h: + +/opt/ros/humble/include/rcl/rcl/context.h: + +/opt/ros/humble/include/rmw/rmw/event_callback_type.h: + +/opt/ros/humble/include/rcl/rcl/node.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__struct.hpp: + +/opt/ros/humble/include/rcl/rcl/node_options.h: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp: + +/opt/ros/humble/include/rcl/rcl/service.h: + +/opt/ros/humble/include/rcl/rcl/subscription.h: + +/usr/include/c++/11/bits/stl_iterator_base_types.h: + +/opt/ros/humble/include/rcl/rcl/time.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__traits.hpp: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/sequence_bound.h: + +/opt/ros/humble/include/rclcpp/rclcpp/wait_set_template.hpp: + +/opt/ros/humble/include/rmw/rmw/event.h: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/service_type_support_decl.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_common.hpp: + +/usr/include/c++/11/clocale: + +/opt/ros/humble/include/rcl/rcl/event.h: + +/opt/ros/humble/include/rcl/rcl/publisher.h: + +/opt/ros/humble/include/rcpputils/rcpputils/scope_exit.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp: + +/usr/include/c++/11/bits/stl_vector.h: + +/usr/include/c++/11/bits/unordered_set.h: + +/opt/ros/humble/include/rclcpp/rclcpp/visibility_control.hpp: + +/opt/ros/humble/include/rcl/rcl/event_callback.h: + +/opt/ros/humble/include/tracetools/tracetools/tracetools.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/macros.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/contexts/default_context.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/guard_condition.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/time.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__struct.hpp: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/signal_ext.h: + +/opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/client.hpp: + +/usr/include/x86_64-linux-gnu/bits/sigstksz.h: + +/usr/include/c++/11/condition_variable: + +/usr/include/c++/11/optional: + +/opt/ros/humble/include/rclcpp/rclcpp/exceptions/exceptions.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/expand_topic_or_service_name.hpp: + +/usr/include/c++/11/tr1/riemann_zeta.tcc: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/function_traits.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/type_support_decl.hpp: + +/opt/ros/humble/include/rcl/rcl/arguments.h: + +/opt/ros/humble/include/rclcpp/rclcpp/logger.hpp: + +/opt/ros/humble/include/tf2_msgs/tf2_msgs/msg/detail/tf_message__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_base_interface.hpp: + +/opt/ros/humble/include/rcpputils/rcpputils/visibility_control.hpp: + +/usr/include/sched.h: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/set_parameters_result.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_graph_interface.hpp: + +/opt/ros/humble/include/rmw/rmw/names_and_types.h: + +/usr/include/wctype.h: + +/opt/ros/humble/include/rmw/rmw/topic_endpoint_info.h: + +/opt/ros/humble/include/geometry_msgs/geometry_msgs/msg/detail/vector3_stamped__traits.hpp: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__struct.hpp: + +/opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h: + +/opt/ros/humble/include/rcutils/rcutils/logging.h: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/describe_parameters.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/logging.hpp: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_content_filter_options.hpp: + +/opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/exceptions.hpp: + +/opt/ros/humble/include/rmw/rmw/error_handling.h: + +/opt/ros/humble/include/rmw/rmw/impl/config.h: + +/usr/include/alloca.h: + +/opt/ros/humble/include/rclcpp/rclcpp/publisher_base.hpp: + +/opt/ros/humble/include/rmw/rmw/network_flow_endpoint.h: + +/usr/include/x86_64-linux-gnu/bits/types/wint_t.h: + +/usr/include/signal.h: + +/opt/ros/humble/include/rclcpp/rclcpp/waitable.hpp: + +/usr/include/x86_64-linux-gnu/bits/floatn.h: + +/opt/ros/humble/include/rcpputils/rcpputils/time.hpp: + +/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h: + +/opt/ros/humble/include/rclcpp/rclcpp/any_service_callback.hpp: + +/usr/include/x86_64-linux-gnu/bits/math-vector.h: + +/opt/ros/humble/include/tracetools/tracetools/utils.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter_map.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/subscription_base.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/any_subscription_callback.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/message_info.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/type_adapter.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__struct.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/create_generic_subscription.hpp: + +/usr/include/c++/11/shared_mutex: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/buffer_implementation_base.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/rate.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/clock.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_buffer.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/experimental/create_intra_process_buffer.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/parameter.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_use_intra_process.hpp: + +/opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/intra_process_setting.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/generic_publisher.hpp: + +/usr/include/c++/11/thread: + +/opt/ros/humble/include/rclcpp/rclcpp/message_memory_strategy.hpp: + +/opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_payload.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__builder.hpp: + +/opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__struct.hpp: + +/opt/ros/humble/include/rmw/rmw/qos_profiles.h: + +/opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/generate_statistics_message.hpp: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__struct.hpp: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__traits.hpp: + +/opt/ros/humble/include/rmw/rmw/time.h: + +/opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__traits.hpp: + +/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls.h: diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.ts b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.ts new file mode 100644 index 00000000..9a8230d4 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for complementary_filter_node. diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/depend.make b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/depend.make new file mode 100644 index 00000000..a7b814c1 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for complementary_filter_node. +# This may be replaced when dependencies are built. diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/flags.make b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/flags.make new file mode 100644 index 00000000..c94b4367 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DRCUTILS_ENABLE_FAULT_INJECTION + +CXX_INCLUDES = -I/home/firmament/codes/24navigation/src/imu_complementary_filter/include -isystem /opt/ros/humble/include/geometry_msgs -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/message_filters -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/sensor_msgs -isystem /opt/ros/humble/include/tf2 -isystem /opt/ros/humble/include/tf2_ros -isystem /opt/ros/humble/include/rclcpp_action -isystem /opt/ros/humble/include/action_msgs -isystem /opt/ros/humble/include/unique_identifier_msgs -isystem /opt/ros/humble/include/rcl_action -isystem /opt/ros/humble/include/tf2_msgs + +CXX_FLAGS = -Wall -Wextra -Wpedantic -std=c++17 -O3 + diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/link.txt b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/link.txt new file mode 100644 index 00000000..c602f578 --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o -o complementary_filter_node -Wl,-rpath,/home/firmament/codes/24navigation/build/imu_complementary_filter:/opt/ros/humble/lib libcomplementary_filter.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libsensor_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstatic_transform_broadcaster_node.so /opt/ros/humble/lib/libtf2_ros.so /opt/ros/humble/lib/libmessage_filters.so /opt/ros/humble/lib/libtf2.so /opt/ros/humble/lib/librclcpp_action.so /opt/ros/humble/lib/librclcpp.so /opt/ros/humble/lib/liblibstatistics_collector.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so /opt/ros/humble/lib/librcl_action.so /opt/ros/humble/lib/librcl.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librcl_yaml_param_parser.so /opt/ros/humble/lib/libyaml.so /opt/ros/humble/lib/libtracetools.so /opt/ros/humble/lib/librmw_implementation.so /opt/ros/humble/lib/libament_index_cpp.so /opt/ros/humble/lib/librcl_logging_spdlog.so /opt/ros/humble/lib/librcl_logging_interface.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libfastcdr.so.1.0.24 /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosidl_typesupport_cpp.so /opt/ros/humble/lib/libtf2_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libtf2_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libaction_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libaction_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_generator_py.so /usr/lib/x86_64-linux-gnu/libpython3.10.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/librcpputils.so /opt/ros/humble/lib/libunique_identifier_msgs__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/progress.make b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/progress.make new file mode 100644 index 00000000..19ce96ee --- /dev/null +++ b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 4 +CMAKE_PROGRESS_2 = 5 + diff --git a/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o b/build/imu_complementary_filter/CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..4db2f3e04a3d560abc1423427f65329e71461b42 GIT binary patch literal 13296 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") +set(imu_complementary_filter_BUILD_DEPENDS "geometry_msgs" "message_filters" "rclcpp" "sensor_msgs" "std_msgs" "tf2" "tf2_ros") +set(imu_complementary_filter_BUILDTOOL_DEPENDS "ament_cmake") +set(imu_complementary_filter_BUILD_EXPORT_DEPENDS ) +set(imu_complementary_filter_BUILDTOOL_EXPORT_DEPENDS ) +set(imu_complementary_filter_EXEC_DEPENDS ) +set(imu_complementary_filter_TEST_DEPENDS ) +set(imu_complementary_filter_GROUP_DEPENDS ) +set(imu_complementary_filter_MEMBER_OF_GROUPS ) +set(imu_complementary_filter_DEPRECATED "") +set(imu_complementary_filter_EXPORT_TAGS) +list(APPEND imu_complementary_filter_EXPORT_TAGS "ament_cmake") diff --git a/build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp new file mode 100644 index 00000000..794ef436 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp @@ -0,0 +1,16 @@ +# generated from ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories-extras.cmake.in + +set(_exported_include_dirs "${imu_complementary_filter_DIR}/../../../include") + +# append include directories to imu_complementary_filter_INCLUDE_DIRS +# warn about not existing paths +if(NOT _exported_include_dirs STREQUAL "") + find_package(ament_cmake_core QUIET REQUIRED) + foreach(_exported_include_dir ${_exported_include_dirs}) + if(NOT IS_DIRECTORY "${_exported_include_dir}") + message(WARNING "Package 'imu_complementary_filter' exports the include directory '${_exported_include_dir}' which doesn't exist") + endif() + normalize_path(_exported_include_dir "${_exported_include_dir}") + list(APPEND imu_complementary_filter_INCLUDE_DIRS "${_exported_include_dir}") + endforeach() +endif() diff --git a/build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_libraries-extras.cmake.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_libraries-extras.cmake.stamp new file mode 100644 index 00000000..2b3965f4 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_libraries-extras.cmake.stamp @@ -0,0 +1,141 @@ +# generated from ament_cmake_export_libraries/cmake/template/ament_cmake_export_libraries.cmake.in + +set(_exported_libraries "complementary_filter") +set(_exported_library_names "") + +# populate imu_complementary_filter_LIBRARIES +if(NOT _exported_libraries STREQUAL "") + # loop over libraries, either target names or absolute paths + list(LENGTH _exported_libraries _length) + set(_i 0) + while(_i LESS _length) + list(GET _exported_libraries ${_i} _arg) + + # pass linker flags along + if("${_arg}" MATCHES "^-" AND NOT "${_arg}" MATCHES "^-[l|framework]") + list(APPEND imu_complementary_filter_LIBRARIES "${_arg}") + math(EXPR _i "${_i} + 1") + continue() + endif() + + if("${_arg}" MATCHES "^(debug|optimized|general)$") + # remember build configuration keyword + # and get following library + set(_cfg "${_arg}") + math(EXPR _i "${_i} + 1") + if(_i EQUAL _length) + message(FATAL_ERROR "Package 'imu_complementary_filter' passes the build configuration keyword '${_cfg}' as the last exported library") + endif() + list(GET _exported_libraries ${_i} _library) + else() + # the value is a library without a build configuration keyword + set(_cfg "") + set(_library "${_arg}") + endif() + math(EXPR _i "${_i} + 1") + + if(NOT IS_ABSOLUTE "${_library}") + # search for library target relative to this CMake file + set(_lib "NOTFOUND") + find_library( + _lib NAMES "${_library}" + PATHS "${imu_complementary_filter_DIR}/../../../lib" + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + + if(NOT _lib) + # warn about not existing library and ignore it + message(FATAL_ERROR "Package 'imu_complementary_filter' exports the library '${_library}' which couldn't be found") + elseif(NOT IS_ABSOLUTE "${_lib}") + # the found library must be an absolute path + message(FATAL_ERROR "Package 'imu_complementary_filter' found the library '${_library}' at '${_lib}' which is not an absolute path") + elseif(NOT EXISTS "${_lib}") + # the found library must exist + message(FATAL_ERROR "Package 'imu_complementary_filter' found the library '${_lib}' which doesn't exist") + else() + list(APPEND imu_complementary_filter_LIBRARIES ${_cfg} "${_lib}") + endif() + + else() + if(NOT EXISTS "${_library}") + # the found library must exist + message(WARNING "Package 'imu_complementary_filter' exports the library '${_library}' which doesn't exist") + else() + list(APPEND imu_complementary_filter_LIBRARIES ${_cfg} "${_library}") + endif() + endif() + endwhile() +endif() + +# find_library() library names with optional LIBRARY_DIRS +# and add the libraries to imu_complementary_filter_LIBRARIES +if(NOT _exported_library_names STREQUAL "") + # loop over library names + # but remember related build configuration keyword if available + list(LENGTH _exported_library_names _length) + set(_i 0) + while(_i LESS _length) + list(GET _exported_library_names ${_i} _arg) + # pass linker flags along + if("${_arg}" MATCHES "^-" AND NOT "${_arg}" MATCHES "^-[l|framework]") + list(APPEND imu_complementary_filter_LIBRARIES "${_arg}") + math(EXPR _i "${_i} + 1") + continue() + endif() + + if("${_arg}" MATCHES "^(debug|optimized|general)$") + # remember build configuration keyword + # and get following library name + set(_cfg "${_arg}") + math(EXPR _i "${_i} + 1") + if(_i EQUAL _length) + message(FATAL_ERROR "Package 'imu_complementary_filter' passes the build configuration keyword '${_cfg}' as the last exported target") + endif() + list(GET _exported_library_names ${_i} _library) + else() + # the value is a library target without a build configuration keyword + set(_cfg "") + set(_library "${_arg}") + endif() + math(EXPR _i "${_i} + 1") + + # extract optional LIBRARY_DIRS from library name + string(REPLACE ":" ";" _library_dirs "${_library}") + list(GET _library_dirs 0 _library_name) + list(REMOVE_AT _library_dirs 0) + + set(_lib "NOTFOUND") + if(NOT _library_dirs) + # search for library in the common locations + find_library( + _lib + NAMES "${_library_name}" + ) + if(NOT _lib) + # warn about not existing library and later ignore it + message(WARNING "Package 'imu_complementary_filter' exports library '${_library_name}' which couldn't be found") + endif() + else() + # search for library in the specified directories + find_library( + _lib + NAMES "${_library_name}" + PATHS ${_library_dirs} + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + if(NOT _lib) + # warn about not existing library and later ignore it + message(WARNING + "Package 'imu_complementary_filter' exports library '${_library_name}' with LIBRARY_DIRS '${_library_dirs}' which couldn't be found") + endif() + endif() + if(_lib) + list(APPEND imu_complementary_filter_LIBRARIES ${_cfg} "${_lib}") + endif() + endwhile() +endif() + +# TODO(dirk-thomas) deduplicate imu_complementary_filter_LIBRARIES +# while maintaining library order +# as well as build configuration keywords +# as well as linker flags diff --git a/build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_targets-extras.cmake.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_targets-extras.cmake.stamp new file mode 100644 index 00000000..a58e24a2 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/ament_cmake_export_targets-extras.cmake.stamp @@ -0,0 +1,27 @@ +# generated from ament_cmake_export_targets/cmake/ament_cmake_export_targets-extras.cmake.in + +set(_exported_targets "export_imu_complementary_filter") + +# include all exported targets +if(NOT _exported_targets STREQUAL "") + foreach(_target ${_exported_targets}) + set(_export_file "${imu_complementary_filter_DIR}/${_target}Export.cmake") + include("${_export_file}") + + # extract the target names associated with the export + set(_regex "foreach\\((_cmake)?_expected_?[Tt]arget (IN ITEMS )?(.+)\\)") + file( + STRINGS "${_export_file}" _foreach_targets + REGEX "${_regex}") + list(LENGTH _foreach_targets _matches) + if(NOT _matches EQUAL 1) + message(FATAL_ERROR + "Failed to find exported target names in '${_export_file}'") + endif() + string(REGEX REPLACE "${_regex}" "\\3" _targets "${_foreach_targets}") + string(REPLACE " " ";" _targets "${_targets}") + list(LENGTH _targets _length) + + list(APPEND imu_complementary_filter_TARGETS ${_targets}) + endforeach() +endif() diff --git a/build/imu_complementary_filter/ament_cmake_core/stamps/ament_prefix_path.sh.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/ament_prefix_path.sh.stamp new file mode 100644 index 00000000..02e441b7 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/ament_prefix_path.sh.stamp @@ -0,0 +1,4 @@ +# copied from +# ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh + +ament_prepend_unique_value AMENT_PREFIX_PATH "$AMENT_CURRENT_PREFIX" diff --git a/build/imu_complementary_filter/ament_cmake_core/stamps/library_path.sh.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/library_path.sh.stamp new file mode 100644 index 00000000..292e518f --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/library_path.sh.stamp @@ -0,0 +1,16 @@ +# copied from ament_package/template/environment_hook/library_path.sh + +# detect if running on Darwin platform +_UNAME=`uname -s` +_IS_DARWIN=0 +if [ "$_UNAME" = "Darwin" ]; then + _IS_DARWIN=1 +fi +unset _UNAME + +if [ $_IS_DARWIN -eq 0 ]; then + ament_prepend_unique_value LD_LIBRARY_PATH "$AMENT_CURRENT_PREFIX/lib" +else + ament_prepend_unique_value DYLD_LIBRARY_PATH "$AMENT_CURRENT_PREFIX/lib" +fi +unset _IS_DARWIN diff --git a/build/imu_complementary_filter/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp new file mode 100644 index 00000000..ee49c9f1 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp @@ -0,0 +1,14 @@ +# generated from ament/cmake/core/templates/nameConfig-version.cmake.in +set(PACKAGE_VERSION "@PACKAGE_VERSION@") + +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/build/imu_complementary_filter/ament_cmake_core/stamps/nameConfig.cmake.in.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/nameConfig.cmake.in.stamp new file mode 100644 index 00000000..6fb3fe78 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/nameConfig.cmake.in.stamp @@ -0,0 +1,42 @@ +# generated from ament/cmake/core/templates/nameConfig.cmake.in + +# prevent multiple inclusion +if(_@PROJECT_NAME@_CONFIG_INCLUDED) + # ensure to keep the found flag the same + if(NOT DEFINED @PROJECT_NAME@_FOUND) + # explicitly set it to FALSE, otherwise CMake will set it to TRUE + set(@PROJECT_NAME@_FOUND FALSE) + elseif(NOT @PROJECT_NAME@_FOUND) + # use separate condition to avoid uninitialized variable warning + set(@PROJECT_NAME@_FOUND FALSE) + endif() + return() +endif() +set(_@PROJECT_NAME@_CONFIG_INCLUDED TRUE) + +# output package information +if(NOT @PROJECT_NAME@_FIND_QUIETLY) + message(STATUS "Found @PROJECT_NAME@: @PACKAGE_VERSION@ (${@PROJECT_NAME@_DIR})") +endif() + +# warn when using a deprecated package +if(NOT "@PACKAGE_DEPRECATED@" STREQUAL "") + set(_msg "Package '@PROJECT_NAME@' is deprecated") + # append custom deprecation text if available + if(NOT "@PACKAGE_DEPRECATED@" STREQUAL "TRUE") + set(_msg "${_msg} (@PACKAGE_DEPRECATED@)") + endif() + # optionally quiet the deprecation message + if(NOT ${@PROJECT_NAME@_DEPRECATED_QUIET}) + message(DEPRECATION "${_msg}") + endif() +endif() + +# flag package as ament-based to distinguish it after being find_package()-ed +set(@PROJECT_NAME@_FOUND_AMENT_PACKAGE TRUE) + +# include all config extra files +set(_extras "@PACKAGE_CONFIG_EXTRA_FILES@") +foreach(_extra ${_extras}) + include("${@PROJECT_NAME@_DIR}/${_extra}") +endforeach() diff --git a/build/imu_complementary_filter/ament_cmake_core/stamps/package.xml.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/package.xml.stamp new file mode 100644 index 00000000..d3c79511 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/package.xml.stamp @@ -0,0 +1,24 @@ + + + imu_complementary_filter + 2.1.3 + Filter which fuses angular velocities, accelerations, and (optionally) magnetic readings from a generic IMU device into a quaternion to represent the orientation of the device wrt the global frame. Based on the algorithm by Roberto G. Valenti etal. described in the paper "Keeping a Good Attitude: A Quaternion-Based Orientation Filter for IMUs and MARGs" available at http://www.mdpi.com/1424-8220/15/8/19302 . + + Martin Günther + BSD + + http://www.mdpi.com/1424-8220/15/8/19302 + Roberto G. Valenti + + ament_cmake + geometry_msgs + message_filters + rclcpp + sensor_msgs + std_msgs + tf2 + tf2_ros + + ament_cmake + + diff --git a/build/imu_complementary_filter/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp new file mode 100644 index 00000000..8be98943 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp @@ -0,0 +1,150 @@ +#!/usr/bin/env python3 + +# Copyright 2014-2015 Open Source Robotics Foundation, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +from collections import OrderedDict +import os +import sys + +from catkin_pkg.package import parse_package_string + + +def main(argv=sys.argv[1:]): + """ + Extract the information from package.xml and make them accessible to CMake. + + Parse the given package.xml file and + print CMake code defining several variables containing the content. + """ + parser = argparse.ArgumentParser( + description='Parse package.xml file and print CMake code defining ' + 'several variables', + ) + parser.add_argument( + 'package_xml', + type=argparse.FileType('r', encoding='utf-8'), + help='The path to a package.xml file', + ) + parser.add_argument( + 'outfile', + nargs='?', + help='The filename where the output should be written to', + ) + args = parser.parse_args(argv) + + try: + package = parse_package_string( + args.package_xml.read(), filename=args.package_xml.name) + except Exception as e: + print("Error parsing '%s':" % args.package_xml.name, file=sys.stderr) + raise e + finally: + args.package_xml.close() + + lines = generate_cmake_code(package) + if args.outfile: + with open(args.outfile, 'w', encoding='utf-8') as f: + for line in lines: + f.write('%s\n' % line) + else: + for line in lines: + print(line) + + +def get_dependency_values(key, depends): + dependencies = [] + + # Filter the dependencies, checking for any condition attributes + dependencies.append((key, ' '.join([ + '"%s"' % str(d) for d in depends + if d.condition is None or d.evaluate_condition(os.environ) + ]))) + + for d in depends: + comparisons = [ + 'version_lt', + 'version_lte', + 'version_eq', + 'version_gte', + 'version_gt'] + for comp in comparisons: + value = getattr(d, comp, None) + if value is not None: + dependencies.append(('%s_%s_%s' % (key, str(d), comp.upper()), + '"%s"' % value)) + return dependencies + + +def generate_cmake_code(package): + """ + Return a list of CMake set() commands containing the manifest information. + + :param package: catkin_pkg.package.Package + :returns: list of str + """ + variables = [] + variables.append(('VERSION', '"%s"' % package.version)) + + variables.append(( + 'MAINTAINER', + '"%s"' % (', '.join([str(m) for m in package.maintainers])))) + + variables.extend(get_dependency_values('BUILD_DEPENDS', + package.build_depends)) + variables.extend(get_dependency_values('BUILDTOOL_DEPENDS', + package.buildtool_depends)) + variables.extend(get_dependency_values('BUILD_EXPORT_DEPENDS', + package.build_export_depends)) + variables.extend(get_dependency_values('BUILDTOOL_EXPORT_DEPENDS', + package.buildtool_export_depends)) + variables.extend(get_dependency_values('EXEC_DEPENDS', + package.exec_depends)) + variables.extend(get_dependency_values('TEST_DEPENDS', + package.test_depends)) + variables.extend(get_dependency_values('GROUP_DEPENDS', + package.group_depends)) + variables.extend(get_dependency_values('MEMBER_OF_GROUPS', + package.member_of_groups)) + + deprecated = [e.content for e in package.exports + if e.tagname == 'deprecated'] + variables.append(('DEPRECATED', + '"%s"' % ((deprecated[0] if deprecated[0] else 'TRUE') + if deprecated + else ''))) + + lines = [] + lines.append('set(_AMENT_PACKAGE_NAME "%s")' % package.name) + for (k, v) in variables: + lines.append('set(%s_%s %s)' % (package.name, k, v)) + + lines.append('set(%s_EXPORT_TAGS)' % package.name) + replaces = OrderedDict() + replaces['${prefix}/'] = '' + replaces['\\'] = '\\\\' # escape backslashes + replaces['"'] = '\\"' # prevent double quotes to end the CMake string + replaces[';'] = '\\;' # prevent semicolons to be interpreted as list separators + for export in package.exports: + export = str(export) + for k, v in replaces.items(): + export = export.replace(k, v) + lines.append('list(APPEND %s_EXPORT_TAGS "%s")' % (package.name, export)) + + return lines + + +if __name__ == '__main__': + main() diff --git a/build/imu_complementary_filter/ament_cmake_core/stamps/path.sh.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/path.sh.stamp new file mode 100644 index 00000000..e59b749a --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/path.sh.stamp @@ -0,0 +1,5 @@ +# copied from ament_cmake_core/cmake/environment_hooks/environment/path.sh + +if [ -d "$AMENT_CURRENT_PREFIX/bin" ]; then + ament_prepend_unique_value PATH "$AMENT_CURRENT_PREFIX/bin" +fi diff --git a/build/imu_complementary_filter/ament_cmake_core/stamps/templates_2_cmake.py.stamp b/build/imu_complementary_filter/ament_cmake_core/stamps/templates_2_cmake.py.stamp new file mode 100644 index 00000000..fb2fb479 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_core/stamps/templates_2_cmake.py.stamp @@ -0,0 +1,112 @@ +#!/usr/bin/env python3 + +# Copyright 2014-2015 Open Source Robotics Foundation, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +import os +import sys + +from ament_package.templates import get_environment_hook_template_path +from ament_package.templates import get_package_level_template_names +from ament_package.templates import get_package_level_template_path +from ament_package.templates import get_prefix_level_template_names +from ament_package.templates import get_prefix_level_template_path + +IS_WINDOWS = os.name == 'nt' + + +def main(argv=sys.argv[1:]): + """ + Extract the information about templates provided by ament_package. + + Call the API provided by ament_package and + print CMake code defining several variables containing information about + the available templates. + """ + parser = argparse.ArgumentParser( + description='Extract information about templates provided by ' + 'ament_package and print CMake code defining several ' + 'variables', + ) + parser.add_argument( + 'outfile', + nargs='?', + help='The filename where the output should be written to', + ) + args = parser.parse_args(argv) + + lines = generate_cmake_code() + if args.outfile: + basepath = os.path.dirname(args.outfile) + if not os.path.exists(basepath): + os.makedirs(basepath) + with open(args.outfile, 'w') as f: + for line in lines: + f.write('%s\n' % line) + else: + for line in lines: + print(line) + + +def generate_cmake_code(): + """ + Return a list of CMake set() commands containing the template information. + + :returns: list of str + """ + variables = [] + + if not IS_WINDOWS: + variables.append(( + 'ENVIRONMENT_HOOK_LIBRARY_PATH', + '"%s"' % get_environment_hook_template_path('library_path.sh'))) + else: + variables.append(('ENVIRONMENT_HOOK_LIBRARY_PATH', '')) + + ext = '.bat.in' if IS_WINDOWS else '.sh.in' + variables.append(( + 'ENVIRONMENT_HOOK_PYTHONPATH', + '"%s"' % get_environment_hook_template_path('pythonpath' + ext))) + + templates = [] + for name in get_package_level_template_names(): + templates.append('"%s"' % get_package_level_template_path(name)) + variables.append(( + 'PACKAGE_LEVEL', + templates)) + + templates = [] + for name in get_prefix_level_template_names(): + templates.append('"%s"' % get_prefix_level_template_path(name)) + variables.append(( + 'PREFIX_LEVEL', + templates)) + + lines = [] + for (k, v) in variables: + if isinstance(v, list): + lines.append('set(ament_cmake_package_templates_%s "")' % k) + for vv in v: + lines.append('list(APPEND ament_cmake_package_templates_%s %s)' + % (k, vv)) + else: + lines.append('set(ament_cmake_package_templates_%s %s)' % (k, v)) + # Ensure backslashes are replaced with forward slashes because CMake cannot + # parse files with backslashes in it. + return [line.replace('\\', '/') for line in lines] + + +if __name__ == '__main__': + main() diff --git a/build/imu_complementary_filter/ament_cmake_environment_hooks/ament_prefix_path.dsv b/build/imu_complementary_filter/ament_cmake_environment_hooks/ament_prefix_path.dsv new file mode 100644 index 00000000..79d4c95b --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_environment_hooks/ament_prefix_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;AMENT_PREFIX_PATH; diff --git a/build/imu_complementary_filter/ament_cmake_environment_hooks/library_path.dsv b/build/imu_complementary_filter/ament_cmake_environment_hooks/library_path.dsv new file mode 100644 index 00000000..89bec935 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_environment_hooks/library_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;LD_LIBRARY_PATH;lib diff --git a/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.bash b/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.bash new file mode 100644 index 00000000..49782f24 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.bash @@ -0,0 +1,46 @@ +# generated from ament_package/template/package_level/local_setup.bash.in + +# source local_setup.sh from same directory as this file +_this_path=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" && pwd) +# provide AMENT_CURRENT_PREFIX to shell script +AMENT_CURRENT_PREFIX=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`/../.." && pwd) +# store AMENT_CURRENT_PREFIX to restore it before each environment hook +_package_local_setup_AMENT_CURRENT_PREFIX=$AMENT_CURRENT_PREFIX + +# trace output +if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_this_path/local_setup.sh\"" +fi +. "$_this_path/local_setup.sh" +unset _this_path + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# restore AMENT_CURRENT_PREFIX before evaluating the environment hooks +AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX +# list all environment hooks of this package + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + # restore AMENT_CURRENT_PREFIX for each environment hook + AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + . "$_hook" + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +unset _package_local_setup_AMENT_CURRENT_PREFIX +unset AMENT_CURRENT_PREFIX diff --git a/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.dsv b/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.dsv new file mode 100644 index 00000000..7f98b428 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.dsv @@ -0,0 +1,3 @@ +source;share/imu_complementary_filter/environment/ament_prefix_path.sh +source;share/imu_complementary_filter/environment/library_path.sh +source;share/imu_complementary_filter/environment/path.sh diff --git a/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.sh b/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.sh new file mode 100644 index 00000000..597af5ac --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.sh @@ -0,0 +1,185 @@ +# generated from ament_package/template/package_level/local_setup.sh.in + +# since this file is sourced use either the provided AMENT_CURRENT_PREFIX +# or fall back to the destination set at configure time +: ${AMENT_CURRENT_PREFIX:="/home/firmament/codes/24navigation/install/imu_complementary_filter"} +if [ ! -d "$AMENT_CURRENT_PREFIX" ]; then + if [ -z "$COLCON_CURRENT_PREFIX" ]; then + echo "The compile time prefix path '$AMENT_CURRENT_PREFIX' doesn't " \ + "exist. Consider sourcing a different extension than '.sh'." 1>&2 + else + AMENT_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" + fi +fi + +# function to append values to environment variables +# using colons as separators and avoiding leading separators +ament_append_value() { + # arguments + _listname="$1" + _value="$2" + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # avoid leading separator + eval _values=\"\$$_listname\" + if [ -z "$_values" ]; then + eval export $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + _ament_append_value_IFS=$IFS + unset IFS + eval export $_listname=\"\$$_listname:$_value\" + #eval echo "append list \$$_listname" + IFS=$_ament_append_value_IFS + unset _ament_append_value_IFS + fi + unset _values + + unset _value + unset _listname +} + +# function to append non-duplicate values to environment variables +# using colons as separators and avoiding leading separators +ament_append_unique_value() { + # arguments + _listname=$1 + _value=$2 + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # check if the list contains the value + eval _values=\$$_listname + _duplicate= + _ament_append_unique_value_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array _values + fi + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + if [ $_item = $_value ]; then + _duplicate=1 + fi + done + unset _item + + # append only non-duplicates + if [ -z "$_duplicate" ]; then + # avoid leading separator + if [ -z "$_values" ]; then + eval $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + unset IFS + eval $_listname=\"\$$_listname:$_value\" + #eval echo "append list \$$_listname" + fi + fi + IFS=$_ament_append_unique_value_IFS + unset _ament_append_unique_value_IFS + unset _duplicate + unset _values + + unset _value + unset _listname +} + +# function to prepend non-duplicate values to environment variables +# using colons as separators and avoiding trailing separators +ament_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # check if the list contains the value + eval _values=\"\$$_listname\" + _duplicate= + _ament_prepend_unique_value_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array _values + fi + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + if [ "$_item" = "$_value" ]; then + _duplicate=1 + fi + done + unset _item + + # prepend only non-duplicates + if [ -z "$_duplicate" ]; then + # avoid trailing separator + if [ -z "$_values" ]; then + eval export $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + unset IFS + eval export $_listname=\"$_value:\$$_listname\" + #eval echo "prepend list \$$_listname" + fi + fi + IFS=$_ament_prepend_unique_value_IFS + unset _ament_prepend_unique_value_IFS + unset _duplicate + unset _values + + unset _value + unset _listname +} + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# list all environment hooks of this package +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/imu_complementary_filter/environment/ament_prefix_path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/imu_complementary_filter/environment/library_path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/imu_complementary_filter/environment/path.sh" + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array AMENT_ENVIRONMENT_HOOKS + fi + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + if [ -f "$_hook" ]; then + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + # trace output + if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_hook\"" + fi + . "$_hook" + fi + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +# reset AMENT_CURRENT_PREFIX after each package +# allowing to source multiple package-level setup files +unset AMENT_CURRENT_PREFIX diff --git a/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.zsh b/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.zsh new file mode 100644 index 00000000..fe161be5 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.zsh @@ -0,0 +1,59 @@ +# generated from ament_package/template/package_level/local_setup.zsh.in + +AMENT_SHELL=zsh + +# source local_setup.sh from same directory as this file +_this_path=$(builtin cd -q "`dirname "${(%):-%N}"`" > /dev/null && pwd) +# provide AMENT_CURRENT_PREFIX to shell script +AMENT_CURRENT_PREFIX=$(builtin cd -q "`dirname "${(%):-%N}"`/../.." > /dev/null && pwd) +# store AMENT_CURRENT_PREFIX to restore it before each environment hook +_package_local_setup_AMENT_CURRENT_PREFIX=$AMENT_CURRENT_PREFIX + +# function to convert array-like strings into arrays +# to wordaround SH_WORD_SPLIT not being set +ament_zsh_to_array() { + local _listname=$1 + local _dollar="$" + local _split="{=" + local _to_array="(\"$_dollar$_split$_listname}\")" + eval $_listname=$_to_array +} + +# trace output +if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_this_path/local_setup.sh\"" +fi +# the package-level local_setup file unsets AMENT_CURRENT_PREFIX +. "$_this_path/local_setup.sh" +unset _this_path + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# restore AMENT_CURRENT_PREFIX before evaluating the environment hooks +AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX +# list all environment hooks of this package + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + # restore AMENT_CURRENT_PREFIX for each environment hook + AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + . "$_hook" + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +unset _package_local_setup_AMENT_CURRENT_PREFIX +unset AMENT_CURRENT_PREFIX diff --git a/build/imu_complementary_filter/ament_cmake_environment_hooks/package.dsv b/build/imu_complementary_filter/ament_cmake_environment_hooks/package.dsv new file mode 100644 index 00000000..5d899761 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_environment_hooks/package.dsv @@ -0,0 +1,4 @@ +source;share/imu_complementary_filter/local_setup.bash +source;share/imu_complementary_filter/local_setup.dsv +source;share/imu_complementary_filter/local_setup.sh +source;share/imu_complementary_filter/local_setup.zsh diff --git a/build/imu_complementary_filter/ament_cmake_environment_hooks/path.dsv b/build/imu_complementary_filter/ament_cmake_environment_hooks/path.dsv new file mode 100644 index 00000000..b94426af --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_environment_hooks/path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate-if-exists;PATH;bin diff --git a/build/imu_complementary_filter/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake b/build/imu_complementary_filter/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake new file mode 100644 index 00000000..794ef436 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake @@ -0,0 +1,16 @@ +# generated from ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories-extras.cmake.in + +set(_exported_include_dirs "${imu_complementary_filter_DIR}/../../../include") + +# append include directories to imu_complementary_filter_INCLUDE_DIRS +# warn about not existing paths +if(NOT _exported_include_dirs STREQUAL "") + find_package(ament_cmake_core QUIET REQUIRED) + foreach(_exported_include_dir ${_exported_include_dirs}) + if(NOT IS_DIRECTORY "${_exported_include_dir}") + message(WARNING "Package 'imu_complementary_filter' exports the include directory '${_exported_include_dir}' which doesn't exist") + endif() + normalize_path(_exported_include_dir "${_exported_include_dir}") + list(APPEND imu_complementary_filter_INCLUDE_DIRS "${_exported_include_dir}") + endforeach() +endif() diff --git a/build/imu_complementary_filter/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake b/build/imu_complementary_filter/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake new file mode 100644 index 00000000..2b3965f4 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake @@ -0,0 +1,141 @@ +# generated from ament_cmake_export_libraries/cmake/template/ament_cmake_export_libraries.cmake.in + +set(_exported_libraries "complementary_filter") +set(_exported_library_names "") + +# populate imu_complementary_filter_LIBRARIES +if(NOT _exported_libraries STREQUAL "") + # loop over libraries, either target names or absolute paths + list(LENGTH _exported_libraries _length) + set(_i 0) + while(_i LESS _length) + list(GET _exported_libraries ${_i} _arg) + + # pass linker flags along + if("${_arg}" MATCHES "^-" AND NOT "${_arg}" MATCHES "^-[l|framework]") + list(APPEND imu_complementary_filter_LIBRARIES "${_arg}") + math(EXPR _i "${_i} + 1") + continue() + endif() + + if("${_arg}" MATCHES "^(debug|optimized|general)$") + # remember build configuration keyword + # and get following library + set(_cfg "${_arg}") + math(EXPR _i "${_i} + 1") + if(_i EQUAL _length) + message(FATAL_ERROR "Package 'imu_complementary_filter' passes the build configuration keyword '${_cfg}' as the last exported library") + endif() + list(GET _exported_libraries ${_i} _library) + else() + # the value is a library without a build configuration keyword + set(_cfg "") + set(_library "${_arg}") + endif() + math(EXPR _i "${_i} + 1") + + if(NOT IS_ABSOLUTE "${_library}") + # search for library target relative to this CMake file + set(_lib "NOTFOUND") + find_library( + _lib NAMES "${_library}" + PATHS "${imu_complementary_filter_DIR}/../../../lib" + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + + if(NOT _lib) + # warn about not existing library and ignore it + message(FATAL_ERROR "Package 'imu_complementary_filter' exports the library '${_library}' which couldn't be found") + elseif(NOT IS_ABSOLUTE "${_lib}") + # the found library must be an absolute path + message(FATAL_ERROR "Package 'imu_complementary_filter' found the library '${_library}' at '${_lib}' which is not an absolute path") + elseif(NOT EXISTS "${_lib}") + # the found library must exist + message(FATAL_ERROR "Package 'imu_complementary_filter' found the library '${_lib}' which doesn't exist") + else() + list(APPEND imu_complementary_filter_LIBRARIES ${_cfg} "${_lib}") + endif() + + else() + if(NOT EXISTS "${_library}") + # the found library must exist + message(WARNING "Package 'imu_complementary_filter' exports the library '${_library}' which doesn't exist") + else() + list(APPEND imu_complementary_filter_LIBRARIES ${_cfg} "${_library}") + endif() + endif() + endwhile() +endif() + +# find_library() library names with optional LIBRARY_DIRS +# and add the libraries to imu_complementary_filter_LIBRARIES +if(NOT _exported_library_names STREQUAL "") + # loop over library names + # but remember related build configuration keyword if available + list(LENGTH _exported_library_names _length) + set(_i 0) + while(_i LESS _length) + list(GET _exported_library_names ${_i} _arg) + # pass linker flags along + if("${_arg}" MATCHES "^-" AND NOT "${_arg}" MATCHES "^-[l|framework]") + list(APPEND imu_complementary_filter_LIBRARIES "${_arg}") + math(EXPR _i "${_i} + 1") + continue() + endif() + + if("${_arg}" MATCHES "^(debug|optimized|general)$") + # remember build configuration keyword + # and get following library name + set(_cfg "${_arg}") + math(EXPR _i "${_i} + 1") + if(_i EQUAL _length) + message(FATAL_ERROR "Package 'imu_complementary_filter' passes the build configuration keyword '${_cfg}' as the last exported target") + endif() + list(GET _exported_library_names ${_i} _library) + else() + # the value is a library target without a build configuration keyword + set(_cfg "") + set(_library "${_arg}") + endif() + math(EXPR _i "${_i} + 1") + + # extract optional LIBRARY_DIRS from library name + string(REPLACE ":" ";" _library_dirs "${_library}") + list(GET _library_dirs 0 _library_name) + list(REMOVE_AT _library_dirs 0) + + set(_lib "NOTFOUND") + if(NOT _library_dirs) + # search for library in the common locations + find_library( + _lib + NAMES "${_library_name}" + ) + if(NOT _lib) + # warn about not existing library and later ignore it + message(WARNING "Package 'imu_complementary_filter' exports library '${_library_name}' which couldn't be found") + endif() + else() + # search for library in the specified directories + find_library( + _lib + NAMES "${_library_name}" + PATHS ${_library_dirs} + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + if(NOT _lib) + # warn about not existing library and later ignore it + message(WARNING + "Package 'imu_complementary_filter' exports library '${_library_name}' with LIBRARY_DIRS '${_library_dirs}' which couldn't be found") + endif() + endif() + if(_lib) + list(APPEND imu_complementary_filter_LIBRARIES ${_cfg} "${_lib}") + endif() + endwhile() +endif() + +# TODO(dirk-thomas) deduplicate imu_complementary_filter_LIBRARIES +# while maintaining library order +# as well as build configuration keywords +# as well as linker flags diff --git a/build/imu_complementary_filter/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake b/build/imu_complementary_filter/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake new file mode 100644 index 00000000..a58e24a2 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake @@ -0,0 +1,27 @@ +# generated from ament_cmake_export_targets/cmake/ament_cmake_export_targets-extras.cmake.in + +set(_exported_targets "export_imu_complementary_filter") + +# include all exported targets +if(NOT _exported_targets STREQUAL "") + foreach(_target ${_exported_targets}) + set(_export_file "${imu_complementary_filter_DIR}/${_target}Export.cmake") + include("${_export_file}") + + # extract the target names associated with the export + set(_regex "foreach\\((_cmake)?_expected_?[Tt]arget (IN ITEMS )?(.+)\\)") + file( + STRINGS "${_export_file}" _foreach_targets + REGEX "${_regex}") + list(LENGTH _foreach_targets _matches) + if(NOT _matches EQUAL 1) + message(FATAL_ERROR + "Failed to find exported target names in '${_export_file}'") + endif() + string(REGEX REPLACE "${_regex}" "\\3" _targets "${_foreach_targets}") + string(REPLACE " " ";" _targets "${_targets}") + list(LENGTH _targets _length) + + list(APPEND imu_complementary_filter_TARGETS ${_targets}) + endforeach() +endif() diff --git a/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter b/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter new file mode 100644 index 00000000..e69de29b diff --git a/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/packages/imu_complementary_filter b/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/packages/imu_complementary_filter new file mode 100644 index 00000000..e69de29b diff --git a/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter b/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter new file mode 100644 index 00000000..77e8ce59 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble \ No newline at end of file diff --git a/build/imu_complementary_filter/ament_cmake_package_templates/templates.cmake b/build/imu_complementary_filter/ament_cmake_package_templates/templates.cmake new file mode 100644 index 00000000..42a5a033 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_package_templates/templates.cmake @@ -0,0 +1,14 @@ +set(ament_cmake_package_templates_ENVIRONMENT_HOOK_LIBRARY_PATH "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh") +set(ament_cmake_package_templates_ENVIRONMENT_HOOK_PYTHONPATH "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/pythonpath.sh.in") +set(ament_cmake_package_templates_PACKAGE_LEVEL "") +list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.bash.in") +list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.sh.in") +list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.zsh.in") +set(ament_cmake_package_templates_PREFIX_LEVEL "") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/local_setup.bash") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/local_setup.sh.in") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/local_setup.zsh") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/setup.bash") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/setup.sh.in") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/setup.zsh") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/_local_setup_util.py") diff --git a/build/imu_complementary_filter/ament_cmake_symlink_install/ament_cmake_symlink_install.cmake b/build/imu_complementary_filter/ament_cmake_symlink_install/ament_cmake_symlink_install.cmake new file mode 100644 index 00000000..cd6ac32e --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_symlink_install/ament_cmake_symlink_install.cmake @@ -0,0 +1,377 @@ +# generated from +# ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install.cmake.in + +# create empty symlink install manifest before starting install step +file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/symlink_install_manifest.txt") + +# +# Reimplement CMake install(DIRECTORY) command to use symlinks instead of +# copying resources. +# +# :param cmake_current_source_dir: The CMAKE_CURRENT_SOURCE_DIR when install +# was invoked +# :type cmake_current_source_dir: string +# :param ARGN: the same arguments as the CMake install command. +# :type ARGN: various +# +function(ament_cmake_symlink_install_directory cmake_current_source_dir) + cmake_parse_arguments(ARG "OPTIONAL" "DESTINATION" "DIRECTORY;PATTERN;PATTERN_EXCLUDE" ${ARGN}) + if(ARG_UNPARSED_ARGUMENTS) + message(FATAL_ERROR "ament_cmake_symlink_install_directory() called with " + "unused/unsupported arguments: ${ARG_UNPARSED_ARGUMENTS}") + endif() + + # make destination absolute path and ensure that it exists + if(NOT IS_ABSOLUTE "${ARG_DESTINATION}") + set(ARG_DESTINATION "/home/firmament/codes/24navigation/install/imu_complementary_filter/${ARG_DESTINATION}") + endif() + if(NOT EXISTS "${ARG_DESTINATION}") + file(MAKE_DIRECTORY "${ARG_DESTINATION}") + endif() + + # default pattern to include + if(NOT ARG_PATTERN) + set(ARG_PATTERN "*") + endif() + + # iterate over directories + foreach(dir ${ARG_DIRECTORY}) + # make dir an absolute path + if(NOT IS_ABSOLUTE "${dir}") + set(dir "${cmake_current_source_dir}/${dir}") + endif() + + if(EXISTS "${dir}") + # if directory has no trailing slash + # append folder name to destination + set(destination "${ARG_DESTINATION}") + string(LENGTH "${dir}" length) + math(EXPR offset "${length} - 1") + string(SUBSTRING "${dir}" ${offset} 1 dir_last_char) + if(NOT dir_last_char STREQUAL "/") + get_filename_component(destination_name "${dir}" NAME) + set(destination "${destination}/${destination_name}") + else() + # remove trailing slash + string(SUBSTRING "${dir}" 0 ${offset} dir) + endif() + + # glob recursive files + set(relative_files "") + foreach(pattern ${ARG_PATTERN}) + file( + GLOB_RECURSE + include_files + RELATIVE "${dir}" + "${dir}/${pattern}" + ) + if(NOT include_files STREQUAL "") + list(APPEND relative_files ${include_files}) + endif() + endforeach() + foreach(pattern ${ARG_PATTERN_EXCLUDE}) + file( + GLOB_RECURSE + exclude_files + RELATIVE "${dir}" + "${dir}/${pattern}" + ) + if(NOT exclude_files STREQUAL "") + list(REMOVE_ITEM relative_files ${exclude_files}) + endif() + endforeach() + list(SORT relative_files) + + foreach(relative_file ${relative_files}) + set(absolute_file "${dir}/${relative_file}") + # determine link name for file including destination path + set(symlink "${destination}/${relative_file}") + + # ensure that destination exists + get_filename_component(symlink_dir "${symlink}" PATH) + if(NOT EXISTS "${symlink_dir}") + file(MAKE_DIRECTORY "${symlink_dir}") + endif() + + _ament_cmake_symlink_install_create_symlink("${absolute_file}" "${symlink}") + endforeach() + else() + if(NOT ARG_OPTIONAL) + message(FATAL_ERROR + "ament_cmake_symlink_install_directory() can't find '${dir}'") + endif() + endif() + endforeach() +endfunction() + +# +# Reimplement CMake install(FILES) command to use symlinks instead of copying +# resources. +# +# :param cmake_current_source_dir: The CMAKE_CURRENT_SOURCE_DIR when install +# was invoked +# :type cmake_current_source_dir: string +# :param ARGN: the same arguments as the CMake install command. +# :type ARGN: various +# +function(ament_cmake_symlink_install_files cmake_current_source_dir) + cmake_parse_arguments(ARG "OPTIONAL" "DESTINATION;RENAME" "FILES" ${ARGN}) + if(ARG_UNPARSED_ARGUMENTS) + message(FATAL_ERROR "ament_cmake_symlink_install_files() called with " + "unused/unsupported arguments: ${ARG_UNPARSED_ARGUMENTS}") + endif() + + # make destination an absolute path and ensure that it exists + if(NOT IS_ABSOLUTE "${ARG_DESTINATION}") + set(ARG_DESTINATION "/home/firmament/codes/24navigation/install/imu_complementary_filter/${ARG_DESTINATION}") + endif() + if(NOT EXISTS "${ARG_DESTINATION}") + file(MAKE_DIRECTORY "${ARG_DESTINATION}") + endif() + + if(ARG_RENAME) + list(LENGTH ARG_FILES file_count) + if(NOT file_count EQUAL 1) + message(FATAL_ERROR "ament_cmake_symlink_install_files() called with " + "RENAME argument but not with a single file") + endif() + endif() + + # iterate over files + foreach(file ${ARG_FILES}) + # make file an absolute path + if(NOT IS_ABSOLUTE "${file}") + set(file "${cmake_current_source_dir}/${file}") + endif() + + if(EXISTS "${file}") + # determine link name for file including destination path + get_filename_component(filename "${file}" NAME) + if(NOT ARG_RENAME) + set(symlink "${ARG_DESTINATION}/${filename}") + else() + set(symlink "${ARG_DESTINATION}/${ARG_RENAME}") + endif() + _ament_cmake_symlink_install_create_symlink("${file}" "${symlink}") + else() + if(NOT ARG_OPTIONAL) + message(FATAL_ERROR + "ament_cmake_symlink_install_files() can't find '${file}'") + endif() + endif() + endforeach() +endfunction() + +# +# Reimplement CMake install(PROGRAMS) command to use symlinks instead of copying +# resources. +# +# :param cmake_current_source_dir: The CMAKE_CURRENT_SOURCE_DIR when install +# was invoked +# :type cmake_current_source_dir: string +# :param ARGN: the same arguments as the CMake install command. +# :type ARGN: various +# +function(ament_cmake_symlink_install_programs cmake_current_source_dir) + cmake_parse_arguments(ARG "OPTIONAL" "DESTINATION" "PROGRAMS" ${ARGN}) + if(ARG_UNPARSED_ARGUMENTS) + message(FATAL_ERROR "ament_cmake_symlink_install_programs() called with " + "unused/unsupported arguments: ${ARG_UNPARSED_ARGUMENTS}") + endif() + + # make destination an absolute path and ensure that it exists + if(NOT IS_ABSOLUTE "${ARG_DESTINATION}") + set(ARG_DESTINATION "/home/firmament/codes/24navigation/install/imu_complementary_filter/${ARG_DESTINATION}") + endif() + if(NOT EXISTS "${ARG_DESTINATION}") + file(MAKE_DIRECTORY "${ARG_DESTINATION}") + endif() + + # iterate over programs + foreach(file ${ARG_PROGRAMS}) + # make file an absolute path + if(NOT IS_ABSOLUTE "${file}") + set(file "${cmake_current_source_dir}/${file}") + endif() + + if(EXISTS "${file}") + # determine link name for file including destination path + get_filename_component(filename "${file}" NAME) + set(symlink "${ARG_DESTINATION}/${filename}") + _ament_cmake_symlink_install_create_symlink("${file}" "${symlink}") + else() + if(NOT ARG_OPTIONAL) + message(FATAL_ERROR + "ament_cmake_symlink_install_programs() can't find '${file}'") + endif() + endif() + endforeach() +endfunction() + +# +# Reimplement CMake install(TARGETS) command to use symlinks instead of copying +# resources. +# +# :param TARGET_FILES: the absolute files, replacing the name of targets passed +# in as TARGETS +# :type TARGET_FILES: list of files +# :param ARGN: the same arguments as the CMake install command except that +# keywords identifying the kind of type and the DESTINATION keyword must be +# joined with an underscore, e.g. ARCHIVE_DESTINATION. +# :type ARGN: various +# +function(ament_cmake_symlink_install_targets) + cmake_parse_arguments(ARG "OPTIONAL" "ARCHIVE_DESTINATION;DESTINATION;LIBRARY_DESTINATION;RUNTIME_DESTINATION" + "TARGETS;TARGET_FILES" ${ARGN}) + if(ARG_UNPARSED_ARGUMENTS) + message(FATAL_ERROR "ament_cmake_symlink_install_targets() called with " + "unused/unsupported arguments: ${ARG_UNPARSED_ARGUMENTS}") + endif() + + # iterate over target files + foreach(file ${ARG_TARGET_FILES}) + if(NOT IS_ABSOLUTE "${file}") + message(FATAL_ERROR "ament_cmake_symlink_install_targets() target file " + "'${file}' must be an absolute path") + endif() + + # determine destination of file based on extension + set(destination "") + get_filename_component(fileext "${file}" EXT) + if(fileext STREQUAL ".a" OR fileext STREQUAL ".lib") + set(destination "${ARG_ARCHIVE_DESTINATION}") + elseif(fileext STREQUAL ".dylib" OR fileext MATCHES "\\.so(\\.[0-9]+)?(\\.[0-9]+)?(\\.[0-9]+)?$") + set(destination "${ARG_LIBRARY_DESTINATION}") + elseif(fileext STREQUAL "" OR fileext STREQUAL ".dll" OR fileext STREQUAL ".exe") + set(destination "${ARG_RUNTIME_DESTINATION}") + endif() + if(destination STREQUAL "") + set(destination "${ARG_DESTINATION}") + endif() + + # make destination an absolute path and ensure that it exists + if(NOT IS_ABSOLUTE "${destination}") + set(destination "/home/firmament/codes/24navigation/install/imu_complementary_filter/${destination}") + endif() + if(NOT EXISTS "${destination}") + file(MAKE_DIRECTORY "${destination}") + endif() + + if(EXISTS "${file}") + # determine link name for file including destination path + get_filename_component(filename "${file}" NAME) + set(symlink "${destination}/${filename}") + _ament_cmake_symlink_install_create_symlink("${file}" "${symlink}") + else() + if(NOT ARG_OPTIONAL) + message(FATAL_ERROR + "ament_cmake_symlink_install_targets() can't find '${file}'") + endif() + endif() + endforeach() +endfunction() + +function(_ament_cmake_symlink_install_create_symlink absolute_file symlink) + # register symlink for being removed during install step + file(APPEND "${CMAKE_CURRENT_BINARY_DIR}/symlink_install_manifest.txt" + "${symlink}\n") + + # avoid any work if correct symlink is already in place + if(EXISTS "${symlink}" AND IS_SYMLINK "${symlink}") + get_filename_component(destination "${symlink}" REALPATH) + get_filename_component(real_absolute_file "${absolute_file}" REALPATH) + if(destination STREQUAL real_absolute_file) + message(STATUS "Up-to-date symlink: ${symlink}") + return() + endif() + endif() + + message(STATUS "Symlinking: ${symlink}") + if(EXISTS "${symlink}" OR IS_SYMLINK "${symlink}") + file(REMOVE "${symlink}") + endif() + + execute_process( + COMMAND "/usr/bin/cmake" "-E" "create_symlink" + "${absolute_file}" + "${symlink}" + ) + # the CMake command does not provide a return code so check manually + if(NOT EXISTS "${symlink}" OR NOT IS_SYMLINK "${symlink}") + get_filename_component(destination "${symlink}" REALPATH) + message(FATAL_ERROR + "Could not create symlink '${symlink}' pointing to '${absolute_file}'") + endif() +endfunction() + +# end of template + +message(STATUS "Execute custom install script") + +# begin of custom install code + +# install("TARGETS" "complementary_filter_node" "DESTINATION" "lib/imu_complementary_filter") +include("/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_symlink_install_targets_0_${CMAKE_INSTALL_CONFIG_NAME}.cmake") + +# install(DIRECTORY "include/" "DESTINATION" "include") +ament_cmake_symlink_install_directory("/home/firmament/codes/24navigation/src/imu_complementary_filter" DIRECTORY "include/" "DESTINATION" "include") + +# install(DIRECTORY "launch" "DESTINATION" "share/imu_complementary_filter") +ament_cmake_symlink_install_directory("/home/firmament/codes/24navigation/src/imu_complementary_filter" DIRECTORY "launch" "DESTINATION" "share/imu_complementary_filter") + +# install(FILES "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh" "DESTINATION" "share/imu_complementary_filter/environment") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh" "DESTINATION" "share/imu_complementary_filter/environment") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/library_path.dsv" "DESTINATION" "share/imu_complementary_filter/environment") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/library_path.dsv" "DESTINATION" "share/imu_complementary_filter/environment") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter" "DESTINATION" "share/ament_index/resource_index/package_run_dependencies") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter" "DESTINATION" "share/ament_index/resource_index/package_run_dependencies") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter" "DESTINATION" "share/ament_index/resource_index/parent_prefix_path") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter" "DESTINATION" "share/ament_index/resource_index/parent_prefix_path") + +# install(FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh" "DESTINATION" "share/imu_complementary_filter/environment") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh" "DESTINATION" "share/imu_complementary_filter/environment") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/ament_prefix_path.dsv" "DESTINATION" "share/imu_complementary_filter/environment") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/ament_prefix_path.dsv" "DESTINATION" "share/imu_complementary_filter/environment") + +# install(FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh" "DESTINATION" "share/imu_complementary_filter/environment") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh" "DESTINATION" "share/imu_complementary_filter/environment") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/path.dsv" "DESTINATION" "share/imu_complementary_filter/environment") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/path.dsv" "DESTINATION" "share/imu_complementary_filter/environment") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.bash" "DESTINATION" "share/imu_complementary_filter") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.bash" "DESTINATION" "share/imu_complementary_filter") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.sh" "DESTINATION" "share/imu_complementary_filter") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.sh" "DESTINATION" "share/imu_complementary_filter") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.zsh" "DESTINATION" "share/imu_complementary_filter") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.zsh" "DESTINATION" "share/imu_complementary_filter") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.dsv" "DESTINATION" "share/imu_complementary_filter") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.dsv" "DESTINATION" "share/imu_complementary_filter") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/package.dsv" "DESTINATION" "share/imu_complementary_filter") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/package.dsv" "DESTINATION" "share/imu_complementary_filter") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/packages/imu_complementary_filter" "DESTINATION" "share/ament_index/resource_index/packages") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/packages/imu_complementary_filter" "DESTINATION" "share/ament_index/resource_index/packages") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" "DESTINATION" "share/imu_complementary_filter/cmake") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" "DESTINATION" "share/imu_complementary_filter/cmake") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake" "DESTINATION" "share/imu_complementary_filter/cmake") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake" "DESTINATION" "share/imu_complementary_filter/cmake") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake" "DESTINATION" "share/imu_complementary_filter/cmake") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake" "DESTINATION" "share/imu_complementary_filter/cmake") + +# install(FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_core/imu_complementary_filterConfig.cmake" "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_core/imu_complementary_filterConfig-version.cmake" "DESTINATION" "share/imu_complementary_filter/cmake") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_core/imu_complementary_filterConfig.cmake" "/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_core/imu_complementary_filterConfig-version.cmake" "DESTINATION" "share/imu_complementary_filter/cmake") + +# install(FILES "/home/firmament/codes/24navigation/src/imu_complementary_filter/package.xml" "DESTINATION" "share/imu_complementary_filter") +ament_cmake_symlink_install_files("/home/firmament/codes/24navigation/src/imu_complementary_filter" FILES "/home/firmament/codes/24navigation/src/imu_complementary_filter/package.xml" "DESTINATION" "share/imu_complementary_filter") diff --git a/build/imu_complementary_filter/ament_cmake_symlink_install/ament_cmake_symlink_install_uninstall_script.cmake b/build/imu_complementary_filter/ament_cmake_symlink_install/ament_cmake_symlink_install_uninstall_script.cmake new file mode 100644 index 00000000..d40705c0 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_symlink_install/ament_cmake_symlink_install_uninstall_script.cmake @@ -0,0 +1,23 @@ +# generated from +# ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_uninstall_script.cmake.in + +set(install_manifest "/home/firmament/codes/24navigation/build/imu_complementary_filter/symlink_install_manifest.txt") +if(NOT EXISTS "${install_manifest}") + message(FATAL_ERROR "Cannot find symlink install manifest: ${install_manifest}") +endif() + +file(READ "${install_manifest}" installed_files) +string(REGEX REPLACE "\n" ";" installed_files "${installed_files}") +foreach(installed_file ${installed_files}) + if(EXISTS "${installed_file}" OR IS_SYMLINK "${installed_file}") + message(STATUS "Uninstalling: ${installed_file}") + file(REMOVE "${installed_file}") + if(EXISTS "${installed_file}" OR IS_SYMLINK "${installed_file}") + message(FATAL_ERROR "Failed to remove '${installed_file}'") + endif() + + # remove empty parent folders + get_filename_component(parent_path "${installed_file}" PATH) + ament_cmake_uninstall_target_remove_empty_directories("${parent_path}") + endif() +endforeach() diff --git a/build/imu_complementary_filter/ament_cmake_symlink_install_targets_0_.cmake b/build/imu_complementary_filter/ament_cmake_symlink_install_targets_0_.cmake new file mode 100644 index 00000000..07a5e9d5 --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_symlink_install_targets_0_.cmake @@ -0,0 +1 @@ +ament_cmake_symlink_install_targets("TARGET_FILES" "/home/firmament/codes/24navigation/build/imu_complementary_filter/complementary_filter_node" "TARGETS" "complementary_filter_node" "DESTINATION" "lib/imu_complementary_filter") diff --git a/build/imu_complementary_filter/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake b/build/imu_complementary_filter/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake new file mode 100644 index 00000000..107ebe3c --- /dev/null +++ b/build/imu_complementary_filter/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake @@ -0,0 +1,60 @@ +# generated from +# ament_cmake_core/cmake/uninstall_target/ament_cmake_uninstall_target.cmake.in + +function(ament_cmake_uninstall_target_remove_empty_directories path) + set(install_space "/home/firmament/codes/24navigation/install/imu_complementary_filter") + if(install_space STREQUAL "") + message(FATAL_ERROR "The CMAKE_INSTALL_PREFIX variable must not be empty") + endif() + + string(LENGTH "${install_space}" length) + string(SUBSTRING "${path}" 0 ${length} path_prefix) + if(NOT path_prefix STREQUAL install_space) + message(FATAL_ERROR "The path '${path}' must be within the install space '${install_space}'") + endif() + if(path STREQUAL install_space) + return() + endif() + + # check if directory is empty + file(GLOB files "${path}/*") + list(LENGTH files length) + if(length EQUAL 0) + message(STATUS "Uninstalling: ${path}/") + execute_process(COMMAND "/usr/bin/cmake" "-E" "remove_directory" "${path}") + # recursively try to remove parent directories + get_filename_component(parent_path "${path}" PATH) + ament_cmake_uninstall_target_remove_empty_directories("${parent_path}") + endif() +endfunction() + +# uninstall files installed using the standard install() function +set(install_manifest "/home/firmament/codes/24navigation/build/imu_complementary_filter/install_manifest.txt") +if(NOT EXISTS "${install_manifest}") + message(FATAL_ERROR "Cannot find install manifest: ${install_manifest}") +endif() + +file(READ "${install_manifest}" installed_files) +string(REGEX REPLACE "\n" ";" installed_files "${installed_files}") +foreach(installed_file ${installed_files}) + if(EXISTS "${installed_file}" OR IS_SYMLINK "${installed_file}") + message(STATUS "Uninstalling: ${installed_file}") + file(REMOVE "${installed_file}") + if(EXISTS "${installed_file}" OR IS_SYMLINK "${installed_file}") + message(FATAL_ERROR "Failed to remove '${installed_file}'") + endif() + + # remove empty parent folders + get_filename_component(parent_path "${installed_file}" PATH) + ament_cmake_uninstall_target_remove_empty_directories("${parent_path}") + endif() +endforeach() + +# end of template + +message(STATUS "Execute custom uninstall script") + +# begin of custom uninstall code + +# uninstall files installed using the symlink install functions +include("/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_symlink_install/ament_cmake_symlink_install_uninstall_script.cmake") diff --git a/build/imu_complementary_filter/cmake_args.last b/build/imu_complementary_filter/cmake_args.last new file mode 100644 index 00000000..7aacf903 --- /dev/null +++ b/build/imu_complementary_filter/cmake_args.last @@ -0,0 +1 @@ +['-DAMENT_CMAKE_SYMLINK_INSTALL=1'] \ No newline at end of file diff --git a/build/imu_complementary_filter/cmake_install.cmake b/build/imu_complementary_filter/cmake_install.cmake new file mode 100644 index 00000000..455c66bf --- /dev/null +++ b/build/imu_complementary_filter/cmake_install.cmake @@ -0,0 +1,100 @@ +# Install script for directory: /home/firmament/codes/24navigation/src/imu_complementary_filter + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/firmament/codes/24navigation/install/imu_complementary_filter") +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() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + include("/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_symlink_install/ament_cmake_symlink_install.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcomplementary_filter.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcomplementary_filter.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcomplementary_filter.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/libcomplementary_filter.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcomplementary_filter.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcomplementary_filter.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcomplementary_filter.so" + OLD_RPATH "/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libcomplementary_filter.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake" + "/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/imu_complementary_filter/cmake" TYPE FILE FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/imu_complementary_filter/cmake" TYPE FILE FILES "/home/firmament/codes/24navigation/build/imu_complementary_filter/CMakeFiles/Export/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake") + endif() +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/firmament/codes/24navigation/build/imu_complementary_filter/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/imu_complementary_filter/colcon_build.rc b/build/imu_complementary_filter/colcon_build.rc new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build/imu_complementary_filter/colcon_build.rc @@ -0,0 +1 @@ +0 diff --git a/build/imu_complementary_filter/colcon_command_prefix_build.sh b/build/imu_complementary_filter/colcon_command_prefix_build.sh new file mode 100644 index 00000000..f9867d51 --- /dev/null +++ b/build/imu_complementary_filter/colcon_command_prefix_build.sh @@ -0,0 +1 @@ +# generated from colcon_core/shell/template/command_prefix.sh.em diff --git a/build/imu_complementary_filter/colcon_command_prefix_build.sh.env b/build/imu_complementary_filter/colcon_command_prefix_build.sh.env new file mode 100644 index 00000000..1fb69c2e --- /dev/null +++ b/build/imu_complementary_filter/colcon_command_prefix_build.sh.env @@ -0,0 +1,65 @@ +ALLUSERSPROFILE=/opt/MVS/MVFG +AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble +CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2 +COLCON=1 +COLCON_PREFIX_PATH=/home/firmament/codes/24navigation/install +COLORTERM=truecolor +DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_BUS_TYPE=session +DEFAULTS_PATH=/usr/share/gconf/ubuntu-xorg.default.path +DESKTOP_SESSION=ubuntu-xorg +DISPLAY=:0 +GDMSESSION=ubuntu-xorg +GNOME_DESKTOP_SESSION_ID=this-is-deprecated +GNOME_SHELL_SESSION_MODE=ubuntu +GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894 +GNOME_TERMINAL_SERVICE=:1.198 +GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 +GTK_IM_MODULE=ibus +GTK_MODULES=gail:atk-bridge +HOME=/home/firmament +LANG=en_US.UTF-8 +LC_ALL=en_US.UTF-8 +LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32: +LESSCLOSE=/usr/bin/lesspipe %s %s +LESSOPEN=| /usr/bin/lesspipe %s +LOGNAME=firmament +LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36: +MANDATORY_PATH=/usr/share/gconf/ubuntu-xorg.mandatory.path +MVCAM_COMMON_RUNENV=/opt/MVS/lib +MVCAM_GENICAM_CLPROTOCOL=/opt/MVS/lib/CLProtocol +MVCAM_SDK_PATH=/opt/MVS +PATH=/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin +PWD=/home/firmament/codes/24navigation/build/imu_complementary_filter +PYTHONPATH=/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages +QT_ACCESSIBILITY=1 +QT_IM_MODULE=ibus +RMW_IMPLEMENTATION=rmw_cyclonedds_cpp +ROS_DISTRO=humble +ROS_LOCALHOST_ONLY=0 +ROS_PYTHON_VERSION=3 +ROS_VERSION=2 +SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593 +SHELL=/bin/bash +SHLVL=1 +SSH_AGENT_LAUNCHER=gnome-keyring +SSH_AUTH_SOCK=/run/user/1000/keyring/ssh +SYSTEMD_EXEC_PID=1593 +TERM=xterm-256color +TURTLEBOT3_MODEL=waffle +USER=firmament +USERNAME=firmament +VTE_VERSION=6800 +WINDOWPATH=2 +XAUTHORITY=/run/user/1000/gdm/Xauthority +XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu-xorg:/etc/xdg +XDG_CURRENT_DESKTOP=ubuntu:GNOME +XDG_DATA_DIRS=/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop +XDG_MENU_PREFIX=gnome- +XDG_RUNTIME_DIR=/run/user/1000 +XDG_SESSION_CLASS=user +XDG_SESSION_DESKTOP=ubuntu-xorg +XDG_SESSION_TYPE=x11 +XMODIFIERS=@im=ibus +_=/usr/bin/colcon diff --git a/build/imu_complementary_filter/compile_commands.json b/build/imu_complementary_filter/compile_commands.json new file mode 100644 index 00000000..2572a4f1 --- /dev/null +++ b/build/imu_complementary_filter/compile_commands.json @@ -0,0 +1,17 @@ +[ +{ + "directory": "/home/firmament/codes/24navigation/build/imu_complementary_filter", + "command": "/usr/bin/c++ -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DIMU_COMPLEMENTARY_FILTER_BUILDING_LIBRARY -DRCUTILS_ENABLE_FAULT_INJECTION -Dcomplementary_filter_EXPORTS -I/home/firmament/codes/24navigation/src/imu_complementary_filter/include -isystem /opt/ros/humble/include/geometry_msgs -isystem /opt/ros/humble/include/message_filters -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/sensor_msgs -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/tf2 -isystem /opt/ros/humble/include/tf2_ros -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/rclcpp_action -isystem /opt/ros/humble/include/action_msgs -isystem /opt/ros/humble/include/unique_identifier_msgs -isystem /opt/ros/humble/include/rcl_action -isystem /opt/ros/humble/include/tf2_msgs -fPIC -Wall -Wextra -Wpedantic -std=c++17 -O3 -o CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o -c /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp", + "file": "/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter.cpp" +}, +{ + "directory": "/home/firmament/codes/24navigation/build/imu_complementary_filter", + "command": "/usr/bin/c++ -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DIMU_COMPLEMENTARY_FILTER_BUILDING_LIBRARY -DRCUTILS_ENABLE_FAULT_INJECTION -Dcomplementary_filter_EXPORTS -I/home/firmament/codes/24navigation/src/imu_complementary_filter/include -isystem /opt/ros/humble/include/geometry_msgs -isystem /opt/ros/humble/include/message_filters -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/sensor_msgs -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/tf2 -isystem /opt/ros/humble/include/tf2_ros -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/rclcpp_action -isystem /opt/ros/humble/include/action_msgs -isystem /opt/ros/humble/include/unique_identifier_msgs -isystem /opt/ros/humble/include/rcl_action -isystem /opt/ros/humble/include/tf2_msgs -fPIC -Wall -Wextra -Wpedantic -std=c++17 -O3 -o CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o -c /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp", + "file": "/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_ros.cpp" +}, +{ + "directory": "/home/firmament/codes/24navigation/build/imu_complementary_filter", + "command": "/usr/bin/c++ -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DRCUTILS_ENABLE_FAULT_INJECTION -I/home/firmament/codes/24navigation/src/imu_complementary_filter/include -isystem /opt/ros/humble/include/geometry_msgs -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/message_filters -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/sensor_msgs -isystem /opt/ros/humble/include/tf2 -isystem /opt/ros/humble/include/tf2_ros -isystem /opt/ros/humble/include/rclcpp_action -isystem /opt/ros/humble/include/action_msgs -isystem /opt/ros/humble/include/unique_identifier_msgs -isystem /opt/ros/humble/include/rcl_action -isystem /opt/ros/humble/include/tf2_msgs -Wall -Wextra -Wpedantic -std=c++17 -O3 -o CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o -c /home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp", + "file": "/home/firmament/codes/24navigation/src/imu_complementary_filter/src/complementary_filter_node.cpp" +} +] \ No newline at end of file diff --git a/build/imu_complementary_filter/complementary_filter_node b/build/imu_complementary_filter/complementary_filter_node new file mode 100755 index 0000000000000000000000000000000000000000..76d3545fedacbe9ef45078dc0f0e4b57b629d657 GIT binary patch literal 23424 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

&gEbzW-N!<)?=4 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
$LQqQ6m}go?IbKRZrC1{lA1kCbg}V@A3%2TI>o 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

A*O*`_6|~pj~YN(3c7Q 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

oVv!7&XXp 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 * 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 delta 1023219 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

5+jX>?t#$UQM+gHO*G9N+jc<5_s^IjM;mo@ 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 z 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%0Drw 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 Kj(v3Y#{VC(dNIua diff --git a/build/rm_serial_driver/colcon_command_prefix_build.sh.env b/build/rm_serial_driver/colcon_command_prefix_build.sh.env index 28cd8363..930a913f 100644 --- a/build/rm_serial_driver/colcon_command_prefix_build.sh.env +++ b/build/rm_serial_driver/colcon_command_prefix_build.sh.env @@ -1,25 +1,27 @@ ALLUSERSPROFILE=/opt/MVS/MVFG -AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble -CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2 +AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble +CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2 COLCON=1 COLCON_PREFIX_PATH=/home/firmament/codes/24navigation/install COLORTERM=truecolor -DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus +DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_BUS_TYPE=session DEFAULTS_PATH=/usr/share/gconf/ubuntu-xorg.default.path DESKTOP_SESSION=ubuntu-xorg DISPLAY=:0 GDMSESSION=ubuntu-xorg GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu -GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/7d315bbc_0b1c_4dcb_be0b_4e169a4737d5 -GNOME_TERMINAL_SERVICE=:1.122 +GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894 +GNOME_TERMINAL_SERVICE=:1.198 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME=/home/firmament LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 -LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32: +LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32: LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME=firmament @@ -28,7 +30,6 @@ MANDATORY_PATH=/usr/share/gconf/ubuntu-xorg.mandatory.path MVCAM_COMMON_RUNENV=/opt/MVS/lib MVCAM_GENICAM_CLPROTOCOL=/opt/MVS/lib/CLProtocol MVCAM_SDK_PATH=/opt/MVS -OLDPWD=/home/firmament PATH=/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD=/home/firmament/codes/24navigation/build/rm_serial_driver PYTHONPATH=/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages @@ -39,12 +40,12 @@ ROS_DISTRO=humble ROS_LOCALHOST_ONLY=0 ROS_PYTHON_VERSION=3 ROS_VERSION=2 -SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1570,unix/PaiQin-i7:/tmp/.ICE-unix/1570 +SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593 SHELL=/bin/bash SHLVL=1 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh -SYSTEMD_EXEC_PID=1867 +SYSTEMD_EXEC_PID=1593 TERM=xterm-256color TURTLEBOT3_MODEL=waffle USER=firmament diff --git a/build/rm_serial_driver/librm_serial_driver.so b/build/rm_serial_driver/librm_serial_driver.so index 49aafe24af8b1440fa04762cbc95c1b22cc62215..4865cb56dc32e32dfde614bdb51cfcb8fb3b3d3c 100755 GIT binary patch delta 988225 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 z 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%0D3KQRwwYt(}N>=0zba*ZW@hq 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≤-7K^6p*26+nLXI!xtb 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Μj8dV^ zw@{SKEf&0Jz(#IesO&x+^46^y-pm01zyCc`hkY$3ndi@kaM+t?HcRb0r?}w>r?wcs z8RQdZf?JdE5qZQ?cp{DRb7w(*)-;5mEcs)d1ywAML-Kux3f9+jdyz-BfJ>WD(R%W! zJ7HKn7yLc+q+W&LK*|@G2d*FB3BAlHuJch~{Vwtl@|+JCelAp0DFyOruj~z-@t$zpZ%7AJ8*vxxpV2f3_SmEgv^Wj zdy~7ghbJ%<574x;%Tb|mK@`Xo`fLTbKbLe$w)b95`Qi3iJ&!zg28OYCXs_ZpNqb6( z0Bjtq-DDbPr9xu`FKCpzsTJ3N`z2r;mSI;a{s4X|_}^X8v|?+)3ui)JT08(;*DfC5Vp@K6Pv8*@Z6ja7uX{_Dxu-!-(N&N)J?g1io6Lgg{6MXEBF1*7 znmQW(_A~0uuq zJSJ5+<8GD?UYaXK`%}Jn26%i3%ugX746bW7%RcJ|Ss@?qD0#C&tzA%b*V8^|C&)wl zp+Vu4U%MOfWw{JqlA^{Q@EbRbj;Sny?=&rn1z+-MyPREB-iHcL6Oq2NXyD#{@MkwM zLT8Xi8~|U;R~BX5xE=%_%J=BZ=o;=@&VsUT2rrJ$>O~0hNUpH=-~hjR2#TDu(i5t; z>g8+;3v5-)<`mfK^BI!@TB%=a^$S+NHtN?_{k~Ga5cO-Pe(lw-gZhQ4UzqxJRKHH@ z7p{Jt)h|N*x~N}Q_3Ng7k?Pl7{d%ZhPxb4ie!bN%O8xq%U$pwgs9#_8>!*IPKTQgV z+u?Y1ooz}^TrH=0QLYDN&(%Lmz-yow8S2(pb;|8X1fN1$o-YMcD#e~lDLwVintSKX;?bzIw4wmH0x PYvefWsm=d&T$TR^lULwn delta 987818 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

H)Th5HNF2t^@g8~SIY{JGd<_z@_G1=1E}EAk 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

f-sJ`?%eoRkcj?zZ=~SpCa(s;?0*=8zU65}n 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%0AH+%0SusS4_~ld><81+`l{)51NMaMvyTok6Y$ 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

&b$v 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%0DGvZ4ZN|lkc!GL3DvSfQD1I0Bc9tx9`z885CeW9 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 diff --git a/build/rm_urdf_ff/colcon_command_prefix_build.sh.env b/build/rm_urdf_ff/colcon_command_prefix_build.sh.env index 271dc42d..c92d8107 100644 --- a/build/rm_urdf_ff/colcon_command_prefix_build.sh.env +++ b/build/rm_urdf_ff/colcon_command_prefix_build.sh.env @@ -1,25 +1,27 @@ ALLUSERSPROFILE=/opt/MVS/MVFG -AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble -CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2 +AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble +CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2 COLCON=1 COLCON_PREFIX_PATH=/home/firmament/codes/24navigation/install COLORTERM=truecolor -DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus +DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_BUS_TYPE=session DEFAULTS_PATH=/usr/share/gconf/ubuntu-xorg.default.path DESKTOP_SESSION=ubuntu-xorg DISPLAY=:0 GDMSESSION=ubuntu-xorg GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu -GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/7d315bbc_0b1c_4dcb_be0b_4e169a4737d5 -GNOME_TERMINAL_SERVICE=:1.122 +GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894 +GNOME_TERMINAL_SERVICE=:1.198 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME=/home/firmament LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 -LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32: +LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32: LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME=firmament @@ -28,7 +30,6 @@ MANDATORY_PATH=/usr/share/gconf/ubuntu-xorg.mandatory.path MVCAM_COMMON_RUNENV=/opt/MVS/lib MVCAM_GENICAM_CLPROTOCOL=/opt/MVS/lib/CLProtocol MVCAM_SDK_PATH=/opt/MVS -OLDPWD=/home/firmament PATH=/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD=/home/firmament/codes/24navigation/build/rm_urdf_ff PYTHONPATH=/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages @@ -39,12 +40,12 @@ ROS_DISTRO=humble ROS_LOCALHOST_ONLY=0 ROS_PYTHON_VERSION=3 ROS_VERSION=2 -SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1570,unix/PaiQin-i7:/tmp/.ICE-unix/1570 +SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593 SHELL=/bin/bash SHLVL=1 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh -SYSTEMD_EXEC_PID=1867 +SYSTEMD_EXEC_PID=1593 TERM=xterm-256color TURTLEBOT3_MODEL=waffle USER=firmament diff --git a/build/serial/colcon_command_prefix_build.sh.env b/build/serial/colcon_command_prefix_build.sh.env index e86b85b8..ae6bb25a 100644 --- a/build/serial/colcon_command_prefix_build.sh.env +++ b/build/serial/colcon_command_prefix_build.sh.env @@ -1,25 +1,27 @@ ALLUSERSPROFILE=/opt/MVS/MVFG -AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble -CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2 +AMENT_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble +CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2 COLCON=1 COLCON_PREFIX_PATH=/home/firmament/codes/24navigation/install COLORTERM=truecolor -DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus +DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_ADDRESS=unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3 +DBUS_STARTER_BUS_TYPE=session DEFAULTS_PATH=/usr/share/gconf/ubuntu-xorg.default.path DESKTOP_SESSION=ubuntu-xorg DISPLAY=:0 GDMSESSION=ubuntu-xorg GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu -GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/7d315bbc_0b1c_4dcb_be0b_4e169a4737d5 -GNOME_TERMINAL_SERVICE=:1.122 +GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894 +GNOME_TERMINAL_SERVICE=:1.198 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME=/home/firmament LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 -LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32: +LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32: LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME=firmament @@ -28,7 +30,6 @@ MANDATORY_PATH=/usr/share/gconf/ubuntu-xorg.mandatory.path MVCAM_COMMON_RUNENV=/opt/MVS/lib MVCAM_GENICAM_CLPROTOCOL=/opt/MVS/lib/CLProtocol MVCAM_SDK_PATH=/opt/MVS -OLDPWD=/home/firmament PATH=/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD=/home/firmament/codes/24navigation/build/serial PYTHONPATH=/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages @@ -39,12 +40,12 @@ ROS_DISTRO=humble ROS_LOCALHOST_ONLY=0 ROS_PYTHON_VERSION=3 ROS_VERSION=2 -SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1570,unix/PaiQin-i7:/tmp/.ICE-unix/1570 +SESSION_MANAGER=local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593 SHELL=/bin/bash SHLVL=1 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh -SYSTEMD_EXEC_PID=1867 +SYSTEMD_EXEC_PID=1593 TERM=xterm-256color TURTLEBOT3_MODEL=waffle USER=firmament diff --git a/install/fast_lio/share/fast_lio/launch/__pycache__/mapping.launch.cpython-310.pyc b/install/fast_lio/share/fast_lio/launch/__pycache__/mapping.launch.cpython-310.pyc index 84629ca39b3cbcf9179106de3d9141fafb090280..96dfd2bea797d8db483e899d16039a5e209bf191 100644 GIT binary patch delta 300 zcmbQt^M!{upO=@50SE-LzouT_$g9A}#|PxG0kJa>7r&Wo%{V8NEkzgzMQYg6nM&Ae zSeqGBM0;6kc}h5%8EScJco%TiurFj}WB{``;4Dr!iwn-;hOmMeG{rWHFj+C`-(oE) z%d9f0V$w~~WGNB_+F2w9ByMpg7NwWwrskCt-{MTp&r8WH$;{8w#!SA&;;O?W%EZXT$OeLc*x0!kp^%A% mxkwjiiKf6U_WWYKg2a-HBALndtTRPHqD9)MgwEu*tZD%D)kq5f delta 219 zcmeyuGnt1spO=@50SLS!Kc+t3$g9A}#|z}K0kJa>7hjod%{a%Fy_unwr-o+%M-BTz zMn(oOiv!N$gtNHdEN%!Zm_bu`vksFLBaZpXqWIr}F0Kz~qasU7T diff --git a/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h b/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h new file mode 120000 index 00000000..ebb69536 --- /dev/null +++ b/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h \ No newline at end of file diff --git a/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h b/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h new file mode 120000 index 00000000..53f7d9e9 --- /dev/null +++ b/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h \ No newline at end of file diff --git a/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node b/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node new file mode 120000 index 00000000..918254a0 --- /dev/null +++ b/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/complementary_filter_node \ No newline at end of file diff --git a/install/imu_complementary_filter/lib/libcomplementary_filter.so b/install/imu_complementary_filter/lib/libcomplementary_filter.so new file mode 100644 index 0000000000000000000000000000000000000000..0c87470b0485bf6059ac6727f92e7d08bce13d2e GIT binary patch literal 1975800 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%0DZin*@bu`Uc+a}EwfbzHz>1=yeSFN7ty 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 z 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�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 literal 0 HcmV?d00001 diff --git a/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter b/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter new file mode 120000 index 00000000..946b16a9 --- /dev/null +++ b/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter \ No newline at end of file diff --git a/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter b/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter new file mode 120000 index 00000000..0aa0f134 --- /dev/null +++ b/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/packages/imu_complementary_filter \ No newline at end of file diff --git a/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter b/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter new file mode 120000 index 00000000..db258c69 --- /dev/null +++ b/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter \ No newline at end of file diff --git a/install/imu_complementary_filter/share/colcon-core/packages/imu_complementary_filter b/install/imu_complementary_filter/share/colcon-core/packages/imu_complementary_filter new file mode 100644 index 00000000..e69de29b diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake new file mode 120000 index 00000000..95d553be --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake new file mode 120000 index 00000000..dbbf8c25 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake new file mode 120000 index 00000000..a308f9fd --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake new file mode 100644 index 00000000..8d55ad97 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "imu_complementary_filter::complementary_filter" for configuration "" +set_property(TARGET imu_complementary_filter::complementary_filter APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(imu_complementary_filter::complementary_filter PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libcomplementary_filter.so" + IMPORTED_SONAME_NOCONFIG "libcomplementary_filter.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS imu_complementary_filter::complementary_filter ) +list(APPEND _IMPORT_CHECK_FILES_FOR_imu_complementary_filter::complementary_filter "${_IMPORT_PREFIX}/lib/libcomplementary_filter.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake new file mode 100644 index 00000000..c5ee8055 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake @@ -0,0 +1,100 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget imu_complementary_filter::complementary_filter) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target imu_complementary_filter::complementary_filter +add_library(imu_complementary_filter::complementary_filter SHARED IMPORTED) + +set_target_properties(imu_complementary_filter::complementary_filter PROPERTIES + INTERFACE_COMPILE_FEATURES "c_std_99;cxx_std_17" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "geometry_msgs::geometry_msgs__rosidl_generator_c;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_c;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_c;geometry_msgs::geometry_msgs__rosidl_typesupport_c;geometry_msgs::geometry_msgs__rosidl_generator_cpp;geometry_msgs::geometry_msgs__rosidl_typesupport_fastrtps_cpp;geometry_msgs::geometry_msgs__rosidl_typesupport_introspection_cpp;geometry_msgs::geometry_msgs__rosidl_typesupport_cpp;geometry_msgs::geometry_msgs__rosidl_generator_py;message_filters::message_filters;rclcpp::rclcpp;sensor_msgs::sensor_msgs__rosidl_generator_c;sensor_msgs::sensor_msgs__rosidl_typesupport_fastrtps_c;sensor_msgs::sensor_msgs__rosidl_generator_cpp;sensor_msgs::sensor_msgs__rosidl_typesupport_fastrtps_cpp;sensor_msgs::sensor_msgs__rosidl_typesupport_introspection_c;sensor_msgs::sensor_msgs__rosidl_typesupport_c;sensor_msgs::sensor_msgs__rosidl_typesupport_introspection_cpp;sensor_msgs::sensor_msgs__rosidl_typesupport_cpp;sensor_msgs::sensor_msgs__rosidl_generator_py;sensor_msgs::sensor_msgs_library;std_msgs::std_msgs__rosidl_generator_c;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;std_msgs::std_msgs__rosidl_generator_cpp;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;std_msgs::std_msgs__rosidl_typesupport_introspection_c;std_msgs::std_msgs__rosidl_typesupport_c;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;std_msgs::std_msgs__rosidl_typesupport_cpp;std_msgs::std_msgs__rosidl_generator_py;tf2::tf2;tf2_ros::tf2_ros;tf2_ros::static_transform_broadcaster_node" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_imu_complementary_filterExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake new file mode 120000 index 00000000..e5587375 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_core/imu_complementary_filterConfig-version.cmake \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake new file mode 120000 index 00000000..cd2a0b50 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_core/imu_complementary_filterConfig.cmake \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv b/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv new file mode 120000 index 00000000..64515946 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/ament_prefix_path.dsv \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh b/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh new file mode 120000 index 00000000..403e838b --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh @@ -0,0 +1 @@ +/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv b/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv new file mode 120000 index 00000000..3f112cf6 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/library_path.dsv \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh b/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh new file mode 120000 index 00000000..7edf044e --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh @@ -0,0 +1 @@ +/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv b/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv new file mode 120000 index 00000000..13bf59f5 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/path.dsv \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh b/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh new file mode 120000 index 00000000..86673517 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh @@ -0,0 +1 @@ +/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.dsv b/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.dsv new file mode 100644 index 00000000..e119f32c --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;CMAKE_PREFIX_PATH; diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.ps1 b/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.ps1 new file mode 100644 index 00000000..d03facc1 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.ps1 @@ -0,0 +1,3 @@ +# generated from colcon_powershell/shell/template/hook_prepend_value.ps1.em + +colcon_prepend_unique_value CMAKE_PREFIX_PATH "$env:COLCON_CURRENT_PREFIX" diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.sh b/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.sh new file mode 100644 index 00000000..a948e685 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.sh @@ -0,0 +1,3 @@ +# generated from colcon_core/shell/template/hook_prepend_value.sh.em + +_colcon_prepend_unique_value CMAKE_PREFIX_PATH "$COLCON_CURRENT_PREFIX" diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.dsv b/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.dsv new file mode 100644 index 00000000..89bec935 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;LD_LIBRARY_PATH;lib diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.ps1 b/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.ps1 new file mode 100644 index 00000000..f6df601d --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.ps1 @@ -0,0 +1,3 @@ +# generated from colcon_powershell/shell/template/hook_prepend_value.ps1.em + +colcon_prepend_unique_value LD_LIBRARY_PATH "$env:COLCON_CURRENT_PREFIX\lib" diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.sh b/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.sh new file mode 100644 index 00000000..ca3c1020 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.sh @@ -0,0 +1,3 @@ +# generated from colcon_core/shell/template/hook_prepend_value.sh.em + +_colcon_prepend_unique_value LD_LIBRARY_PATH "$COLCON_CURRENT_PREFIX/lib" diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/launch/__pycache__/complementary_filter.launch.cpython-310.pyc b/install/imu_complementary_filter/share/imu_complementary_filter/launch/__pycache__/complementary_filter.launch.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10542d4b6f010e529699fdfe85e4a2345ed186c0 GIT binary patch literal 800 zcmZ`%J&)8d5VgI#*(L1qaU2o|i2~82*+?e}gb*Nsph4R}wM{e^&t)wVC$gR8ZYjCq z8h!{3Kgbn`iXIv$j&X8`lUQuc)A-GJGS8EGHj5dp&-YL8hhXe$IGkU^u_t8qE`el{ zm#pGT&Vw&XQ4N*@@&|Hw%$7qrdc~6H8)dSD`>QXZ)%off+T5tdsag{`T+|Ztka2!Z z>F|`yJ|J++aml3!Rpm%Vipz0_6M2FBSY9NY1}sK$R&aUgLsanhoW6Z|;cuv_&GNcx zN~};jFh|*eDjgbsa~qp!>c`*S8Y)2PJ|2+-MD2HEo$V{I8Cs_*2%28|D@1|>QnpqFQ4~$YW|mU7sRRd^fw!ADE!Da{3}h1daRd1q zDA31vhyCcTdAw6`h_`Y3raYLlaxyF|{i&`2TR(O`R(LJA!#1n>R=PR)HD~ zILvx3qdxxpCL?Oq-XRcN2(oTRBI5lPzr;kG4!@I~n(LIdNJc*D%XGT^&RI=U+d1T6 iO1688F8l9u^xiI2@RNsCE!z?w@$l`4V9KU^I`|E|4e+7> literal 0 HcmV?d00001 diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py b/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py new file mode 120000 index 00000000..f927be63 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/src/imu_complementary_filter/launch/complementary_filter.launch.py \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash b/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash new file mode 120000 index 00000000..b1370f80 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.bash \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv b/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv new file mode 120000 index 00000000..5708c00e --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.dsv \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh b/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh new file mode 120000 index 00000000..baa7ab05 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.sh \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh b/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh new file mode 120000 index 00000000..776ddbcd --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/build/imu_complementary_filter/ament_cmake_environment_hooks/local_setup.zsh \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/package.bash b/install/imu_complementary_filter/share/imu_complementary_filter/package.bash new file mode 100644 index 00000000..47be6d78 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/package.bash @@ -0,0 +1,39 @@ +# generated from colcon_bash/shell/template/package.bash.em + +# This script extends the environment for this package. + +# a bash script is able to determine its own path if necessary +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + # the prefix is two levels up from the package specific share directory + _colcon_package_bash_COLCON_CURRENT_PREFIX="$(builtin cd "`dirname "${BASH_SOURCE[0]}"`/../.." > /dev/null && pwd)" +else + _colcon_package_bash_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +_colcon_package_bash_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$@" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source sh script of this package +_colcon_package_bash_source_script "$_colcon_package_bash_COLCON_CURRENT_PREFIX/share/imu_complementary_filter/package.sh" + +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced scripts +COLCON_CURRENT_PREFIX="$_colcon_package_bash_COLCON_CURRENT_PREFIX" + +# source bash hooks +_colcon_package_bash_source_script "$COLCON_CURRENT_PREFIX/share/imu_complementary_filter/local_setup.bash" + +unset COLCON_CURRENT_PREFIX + +unset _colcon_package_bash_source_script +unset _colcon_package_bash_COLCON_CURRENT_PREFIX diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv b/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv new file mode 100644 index 00000000..4e44eefe --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv @@ -0,0 +1,11 @@ +source;share/imu_complementary_filter/hook/cmake_prefix_path.ps1 +source;share/imu_complementary_filter/hook/cmake_prefix_path.dsv +source;share/imu_complementary_filter/hook/cmake_prefix_path.sh +source;share/imu_complementary_filter/hook/ld_library_path_lib.ps1 +source;share/imu_complementary_filter/hook/ld_library_path_lib.dsv +source;share/imu_complementary_filter/hook/ld_library_path_lib.sh +source;share/imu_complementary_filter/local_setup.bash +source;share/imu_complementary_filter/local_setup.dsv +source;share/imu_complementary_filter/local_setup.ps1 +source;share/imu_complementary_filter/local_setup.sh +source;share/imu_complementary_filter/local_setup.zsh diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/package.ps1 b/install/imu_complementary_filter/share/imu_complementary_filter/package.ps1 new file mode 100644 index 00000000..17d71d63 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/package.ps1 @@ -0,0 +1,117 @@ +# generated from colcon_powershell/shell/template/package.ps1.em + +# function to append a value to a variable +# which uses colons as separators +# duplicates as well as leading separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +function colcon_append_unique_value { + param ( + $_listname, + $_value + ) + + # get values from variable + if (Test-Path Env:$_listname) { + $_values=(Get-Item env:$_listname).Value + } else { + $_values="" + } + $_duplicate="" + # start with no values + $_all_values="" + # iterate over existing values in the variable + if ($_values) { + $_values.Split(";") | ForEach { + # not an empty string + if ($_) { + # not a duplicate of _value + if ($_ -eq $_value) { + $_duplicate="1" + } + if ($_all_values) { + $_all_values="${_all_values};$_" + } else { + $_all_values="$_" + } + } + } + } + # append only non-duplicates + if (!$_duplicate) { + # avoid leading separator + if ($_all_values) { + $_all_values="${_all_values};${_value}" + } else { + $_all_values="${_value}" + } + } + + # export the updated variable + Set-Item env:\$_listname -Value "$_all_values" +} + +# function to prepend a value to a variable +# which uses colons as separators +# duplicates as well as trailing separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +function colcon_prepend_unique_value { + param ( + $_listname, + $_value + ) + + # get values from variable + if (Test-Path Env:$_listname) { + $_values=(Get-Item env:$_listname).Value + } else { + $_values="" + } + # start with the new value + $_all_values="$_value" + # iterate over existing values in the variable + if ($_values) { + $_values.Split(";") | ForEach { + # not an empty string + if ($_) { + # not a duplicate of _value + if ($_ -ne $_value) { + # keep non-duplicate values + $_all_values="${_all_values};$_" + } + } + } + } + # export the updated variable + Set-Item env:\$_listname -Value "$_all_values" +} + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +function colcon_package_source_powershell_script { + param ( + $_colcon_package_source_powershell_script + ) + # source script with conditional trace output + if (Test-Path $_colcon_package_source_powershell_script) { + if ($env:COLCON_TRACE) { + echo ". '$_colcon_package_source_powershell_script'" + } + . "$_colcon_package_source_powershell_script" + } else { + Write-Error "not found: '$_colcon_package_source_powershell_script'" + } +} + + +# a powershell script is able to determine its own path +# the prefix is two levels up from the package specific share directory +$env:COLCON_CURRENT_PREFIX=(Get-Item $PSCommandPath).Directory.Parent.Parent.FullName + +colcon_package_source_powershell_script "$env:COLCON_CURRENT_PREFIX\share/imu_complementary_filter/hook/cmake_prefix_path.ps1" +colcon_package_source_powershell_script "$env:COLCON_CURRENT_PREFIX\share/imu_complementary_filter/hook/ld_library_path_lib.ps1" +colcon_package_source_powershell_script "$env:COLCON_CURRENT_PREFIX\share/imu_complementary_filter/local_setup.ps1" + +Remove-Item Env:\COLCON_CURRENT_PREFIX diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/package.sh b/install/imu_complementary_filter/share/imu_complementary_filter/package.sh new file mode 100644 index 00000000..7663e319 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/package.sh @@ -0,0 +1,88 @@ +# generated from colcon_core/shell/template/package.sh.em + +# This script extends the environment for this package. + +# function to prepend a value to a variable +# which uses colons as separators +# duplicates as well as trailing separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +_colcon_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + + # get values from variable + eval _values=\"\$$_listname\" + # backup the field separator + _colcon_prepend_unique_value_IFS=$IFS + IFS=":" + # start with the new value + _all_values="$_value" + # workaround SH_WORD_SPLIT not being set in zsh + if [ "$(command -v colcon_zsh_convert_to_array)" ]; then + colcon_zsh_convert_to_array _values + fi + # iterate over existing values in the variable + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + # ignore duplicates of _value + if [ "$_item" = "$_value" ]; then + continue + fi + # keep non-duplicate values + _all_values="$_all_values:$_item" + done + unset _item + # restore the field separator + IFS=$_colcon_prepend_unique_value_IFS + unset _colcon_prepend_unique_value_IFS + # export the updated variable + eval export $_listname=\"$_all_values\" + unset _all_values + unset _values + + unset _value + unset _listname +} + +# since a plain shell script can't determine its own path when being sourced +# either use the provided COLCON_CURRENT_PREFIX +# or fall back to the build time prefix (if it exists) +_colcon_package_sh_COLCON_CURRENT_PREFIX="/home/firmament/codes/24navigation/install/imu_complementary_filter" +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + if [ ! -d "$_colcon_package_sh_COLCON_CURRENT_PREFIX" ]; then + echo "The build time path \"$_colcon_package_sh_COLCON_CURRENT_PREFIX\" doesn't exist. Either source a script for a different shell or set the environment variable \"COLCON_CURRENT_PREFIX\" explicitly." 1>&2 + unset _colcon_package_sh_COLCON_CURRENT_PREFIX + return 1 + fi + COLCON_CURRENT_PREFIX="$_colcon_package_sh_COLCON_CURRENT_PREFIX" +fi +unset _colcon_package_sh_COLCON_CURRENT_PREFIX + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +_colcon_package_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$@" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source sh hooks +_colcon_package_sh_source_script "$COLCON_CURRENT_PREFIX/share/imu_complementary_filter/hook/cmake_prefix_path.sh" +_colcon_package_sh_source_script "$COLCON_CURRENT_PREFIX/share/imu_complementary_filter/hook/ld_library_path_lib.sh" +_colcon_package_sh_source_script "$COLCON_CURRENT_PREFIX/share/imu_complementary_filter/local_setup.sh" + +unset _colcon_package_sh_source_script +unset COLCON_CURRENT_PREFIX + +# do not unset _colcon_prepend_unique_value since it might be used by non-primary shell hooks diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/package.xml b/install/imu_complementary_filter/share/imu_complementary_filter/package.xml new file mode 120000 index 00000000..283043cd --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/package.xml @@ -0,0 +1 @@ +/home/firmament/codes/24navigation/src/imu_complementary_filter/package.xml \ No newline at end of file diff --git a/install/imu_complementary_filter/share/imu_complementary_filter/package.zsh b/install/imu_complementary_filter/share/imu_complementary_filter/package.zsh new file mode 100644 index 00000000..1bd546e4 --- /dev/null +++ b/install/imu_complementary_filter/share/imu_complementary_filter/package.zsh @@ -0,0 +1,50 @@ +# generated from colcon_zsh/shell/template/package.zsh.em + +# This script extends the environment for this package. + +# a zsh script is able to determine its own path if necessary +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + # the prefix is two levels up from the package specific share directory + _colcon_package_zsh_COLCON_CURRENT_PREFIX="$(builtin cd -q "`dirname "${(%):-%N}"`/../.." > /dev/null && pwd)" +else + _colcon_package_zsh_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +_colcon_package_zsh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$@" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# function to convert array-like strings into arrays +# to workaround SH_WORD_SPLIT not being set +colcon_zsh_convert_to_array() { + local _listname=$1 + local _dollar="$" + local _split="{=" + local _to_array="(\"$_dollar$_split$_listname}\")" + eval $_listname=$_to_array +} + +# source sh script of this package +_colcon_package_zsh_source_script "$_colcon_package_zsh_COLCON_CURRENT_PREFIX/share/imu_complementary_filter/package.sh" +unset convert_zsh_to_array + +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced scripts +COLCON_CURRENT_PREFIX="$_colcon_package_zsh_COLCON_CURRENT_PREFIX" + +# source zsh hooks +_colcon_package_zsh_source_script "$COLCON_CURRENT_PREFIX/share/imu_complementary_filter/local_setup.zsh" + +unset COLCON_CURRENT_PREFIX + +unset _colcon_package_zsh_source_script +unset _colcon_package_zsh_COLCON_CURRENT_PREFIX diff --git a/install/pcdmap2pgm/share/pcdmap2pgm/launch/__pycache__/pcd2pgm.launch.cpython-310.pyc b/install/pcdmap2pgm/share/pcdmap2pgm/launch/__pycache__/pcd2pgm.launch.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c0f8fdb7705430e20b3aa6932484c640f3d547f GIT binary patch literal 1153 zcma)5yKmGm7|-i+xkn#|7!XzAVB#1qYQ+SI1GNHGst%+wpe&Y&eYun*j%=s8J4RS5 zv4R*`SlIbbz#C%fjF1ol!RI8UmAYUn-{a>mpTC#c(o)-i^=kZ`esT=st5!}g3zWO? zi6=maLCnMmG`A8nwF1kmFgvgTvlBaY0;j~Bq>;LTTgr{3nRAtK-Gh>b8C!lFd9y`ytB?D3@CAOV$Ty2%*`j zh*TS}6zAGZt<-j?{%>*1pR$ztlbEMCrJ3|Y$XfWDH!^$>M_AXw7d-Uu-`jhPc6T27 zkG8h`jg5^VIEapOtA!sUZUPj&d9BySQ7wEP9bMD#^Yb4bd|A93K~y*&bd(1!&?HW% zYRf5fWP#E+JCX5B^(G09pl?DTuwX?rRc^#%f@U?J*LARFHaaBA=OcInyr|{c?)Ya{yVk*+6tj{p aX>0Fx%1DvWJ9^s0DiF`;TAtbcxBmix6k7)X literal 0 HcmV?d00001 diff --git a/install/plc_bringup/share/plc_bringup/launch/__pycache__/bringup_launch.cpython-310.pyc b/install/plc_bringup/share/plc_bringup/launch/__pycache__/bringup_launch.cpython-310.pyc index ece4ad00db3c762317ada913374c771588ba486f..0d5be06df2b7b6e137f285f25849f9aa25e52398 100644 GIT binary patch delta 48 zcmaDY_gaoGpO=@50SH{fzorJLZRDHB%dO1B$i&FT$nuwoee!l*Tjq6a;hVqnmM{VU DEGG<| delta 48 zcmaDY_gaoGpO=@50SHQeeoFnLv5{{cFSiC0BNHPVBgYJUJiD5&C3AR#s)Mt%Zp3>@3VG>H00N8iiW_gvdwiyw=|6J6H?x~lq*>c-%E z;}c^W?l<#`MFwKbgM z5mRii2D9Thk3RHs1sAw(GL&$UtER-`7%*8*z@Vd0W(dPn|4UtRRPskKN_E7qhsy+k zF^p3k3H;+vV3O*1zl7=fp&pV~?bgnuP(uZ&j!-smHjMQ-*qixa{ZeYAk znZObz+mteHVyaD<#xiCOm4U-Sf=A3@1@m0w64!9+wM4IO)sbo2x9O|O+jXNM)C#kcEHZpCq9j=>Zf{~jNm-(2DDM5lJ635X^)h3d?vn9>eRjVX leR@JcXW9g85*ALC|4{o7>c+8xx(4 zvn3IJfiYd+pKxoGn6Po>+LdwPxwkM$ReF*y-{aiVId|HR9bY@Ftys(q(Pw-2%c|e| z!TQA5n*WVGFS{z&IO9>ok?=Iaq^Fc(u7)P0DoV+6btq^?8ZDk$ijz{2K~|~+Dcub} zY1lJ(2(4(_S8+xrNlG-F#W|^(NQKdk^HQZqHQ)j+N>y$q8KLl!lxb2XI&fL47B}LW zZX>R6-Bv2B!rUl2(S>eqAje}iLl1g+#8!DD`fQd7;i_j)Pd^5z{?~QQi%>p@Au5@d z{~A+k7)GAz^Z_F%P@SHSVvOqad>j*0A}{~52PSQWHmN#W)miJTUqqg9XGb18- zMmA0QugsaOh!4ZhHg@dw&02>XQ>-4DjjVlv(wyeV8B5~0oFO`Lsl)q_p3P9{!~m)gN@R#+n$FaUS@7;(J;M2lcS( Ize)D}0Y!ceH2?qr diff --git a/log/build_2024-03-16_17-27-53/events.log b/log/build_2024-03-16_17-27-53/events.log new file mode 100644 index 00000000..0c9cc681 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/events.log @@ -0,0 +1,1130 @@ +[0.000000] (-) TimerEvent: {} +[0.000458] (icp_localization_ros2) JobQueued: {'identifier': 'icp_localization_ros2', 'dependencies': OrderedDict()} +[0.000561] (imu_complementary_filter) JobQueued: {'identifier': 'imu_complementary_filter', 'dependencies': OrderedDict()} +[0.000576] (linefit_ground_segmentation) JobQueued: {'identifier': 'linefit_ground_segmentation', 'dependencies': OrderedDict()} +[0.000618] (livox_ros_driver2) JobQueued: {'identifier': 'livox_ros_driver2', 'dependencies': OrderedDict()} +[0.000630] (octomap-distribution) JobQueued: {'identifier': 'octomap-distribution', 'dependencies': OrderedDict()} +[0.000641] (omni_regulated_pure_pursuit_controller) JobQueued: {'identifier': 'omni_regulated_pure_pursuit_controller', 'dependencies': OrderedDict()} +[0.000651] (pcdmap2pgm) JobQueued: {'identifier': 'pcdmap2pgm', 'dependencies': OrderedDict()} +[0.000661] (plc_bringup) JobQueued: {'identifier': 'plc_bringup', 'dependencies': OrderedDict()} +[0.000671] (pointcloud_to_laserscan) JobQueued: {'identifier': 'pointcloud_to_laserscan', 'dependencies': OrderedDict()} +[0.000681] (rm_serial_driver) JobQueued: {'identifier': 'rm_serial_driver', 'dependencies': OrderedDict()} +[0.000691] (rm_urdf_ff) JobQueued: {'identifier': 'rm_urdf_ff', 'dependencies': OrderedDict()} +[0.000701] (serial) JobQueued: {'identifier': 'serial', 'dependencies': OrderedDict()} +[0.000711] (fast_lio) JobQueued: {'identifier': 'fast_lio', 'dependencies': OrderedDict([('livox_ros_driver2', '/home/firmament/codes/24navigation/install/livox_ros_driver2')])} +[0.000723] (linefit_ground_segmentation_ros) JobQueued: {'identifier': 'linefit_ground_segmentation_ros', 'dependencies': OrderedDict([('linefit_ground_segmentation', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation')])} +[0.000735] (linefit_ground_segmentation) JobStarted: {'identifier': 'linefit_ground_segmentation'} +[0.046891] (livox_ros_driver2) JobStarted: {'identifier': 'livox_ros_driver2'} +[0.088927] (icp_localization_ros2) JobStarted: {'identifier': 'icp_localization_ros2'} +[0.099880] (-) TimerEvent: {} +[0.131153] (imu_complementary_filter) JobStarted: {'identifier': 'imu_complementary_filter'} +[0.174493] (octomap-distribution) JobStarted: {'identifier': 'octomap-distribution'} +[0.200000] (-) TimerEvent: {} +[0.220849] (omni_regulated_pure_pursuit_controller) JobStarted: {'identifier': 'omni_regulated_pure_pursuit_controller'} +[0.268023] (pcdmap2pgm) JobStarted: {'identifier': 'pcdmap2pgm'} +[0.300119] (-) TimerEvent: {} +[0.314837] (plc_bringup) JobStarted: {'identifier': 'plc_bringup'} +[0.368113] (linefit_ground_segmentation) JobProgress: {'identifier': 'linefit_ground_segmentation', 'progress': 'cmake'} +[0.369459] (linefit_ground_segmentation) JobProgress: {'identifier': 'linefit_ground_segmentation', 'progress': 'build'} +[0.370101] (linefit_ground_segmentation) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.372152] (livox_ros_driver2) JobProgress: {'identifier': 'livox_ros_driver2', 'progress': 'cmake'} +[0.373362] (livox_ros_driver2) JobProgress: {'identifier': 'livox_ros_driver2', 'progress': 'build'} +[0.373769] (livox_ros_driver2) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/livox_ros_driver2', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/livox_ros_driver2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/livox_ros_driver2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.375500] (icp_localization_ros2) JobProgress: {'identifier': 'icp_localization_ros2', 'progress': 'cmake'} +[0.375921] (icp_localization_ros2) JobProgress: {'identifier': 'icp_localization_ros2', 'progress': 'build'} +[0.376512] (icp_localization_ros2) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/icp_localization_ros2', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/icp_localization_ros2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/icp_localization_ros2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.379519] (imu_complementary_filter) JobProgress: {'identifier': 'imu_complementary_filter', 'progress': 'cmake'} +[0.379559] (imu_complementary_filter) Command: {'cmd': ['/usr/bin/cmake', '/home/firmament/codes/24navigation/src/imu_complementary_filter', '-DAMENT_CMAKE_SYMLINK_INSTALL=1', '-DCMAKE_INSTALL_PREFIX=/home/firmament/codes/24navigation/install/imu_complementary_filter'], 'cwd': '/home/firmament/codes/24navigation/build/imu_complementary_filter', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/imu_complementary_filter'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.380776] (octomap-distribution) JobProgress: {'identifier': 'octomap-distribution', 'progress': 'cmake'} +[0.380816] (octomap-distribution) JobProgress: {'identifier': 'octomap-distribution', 'progress': 'build'} +[0.381134] (octomap-distribution) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/octomap-distribution', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/octomap-distribution', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/octomap-distribution'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.383501] (omni_regulated_pure_pursuit_controller) JobProgress: {'identifier': 'omni_regulated_pure_pursuit_controller', 'progress': 'cmake'} +[0.384429] (omni_regulated_pure_pursuit_controller) JobProgress: {'identifier': 'omni_regulated_pure_pursuit_controller', 'progress': 'build'} +[0.384743] (omni_regulated_pure_pursuit_controller) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.387076] (pcdmap2pgm) JobProgress: {'identifier': 'pcdmap2pgm', 'progress': 'cmake'} +[0.389132] (pcdmap2pgm) JobProgress: {'identifier': 'pcdmap2pgm', 'progress': 'build'} +[0.389200] (pcdmap2pgm) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/pcdmap2pgm', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/pcdmap2pgm', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pcdmap2pgm'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.400161] (plc_bringup) JobProgress: {'identifier': 'plc_bringup', 'progress': 'cmake'} +[0.400332] (-) TimerEvent: {} +[0.401355] (plc_bringup) JobProgress: {'identifier': 'plc_bringup', 'progress': 'build'} +[0.401781] (plc_bringup) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/plc_bringup', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/plc_bringup', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/plc_bringup'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.463687] (livox_ros_driver2) StdoutLine: {'line': b'[ 1%] Built target livox_interfaces2__cpp\n'} +[0.467626] (octomap-distribution) StdoutLine: {'line': b'[ 3%] Built target octomath-static\n'} +[0.471788] (octomap-distribution) StdoutLine: {'line': b'[ 7%] Built target octomath\n'} +[0.490695] (livox_ros_driver2) StdoutLine: {'line': b'[ 1%] Built target ament_cmake_python_symlink_livox_ros_driver2\n'} +[0.494985] (imu_complementary_filter) StdoutLine: {'line': b'-- The C compiler identification is GNU 11.4.0\n'} +[0.500462] (-) TimerEvent: {} +[0.504042] (livox_ros_driver2) StdoutLine: {'line': b'[ 8%] Built target livox_interfaces2__rosidl_generator_c\n'} +[0.518016] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'[100%] Built target omni_regulated_pure_pursuit_controller\n'} +[0.522781] (linefit_ground_segmentation) StdoutLine: {'line': b'[100%] Built target linefit_ground_segmentation\n'} +[0.527829] (livox_ros_driver2) StdoutLine: {'line': b'[ 12%] Built target livox_ros_driver2_node\n'} +[0.538580] (pcdmap2pgm) StdoutLine: {'line': b'[100%] Built target convert_pcd2pgm\n'} +[0.538834] (omni_regulated_pure_pursuit_controller) CommandEnded: {'returncode': 0} +[0.539250] (livox_ros_driver2) StdoutLine: {'line': b'[ 19%] Built target livox_interfaces2__rosidl_typesupport_cpp\n'} +[0.544898] (pcdmap2pgm) CommandEnded: {'returncode': 0} +[0.548201] (icp_localization_ros2) StdoutLine: {'line': b'[100%] Built target icp_localization\n'} +[0.551522] (livox_ros_driver2) StdoutLine: {'line': b'[ 26%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp\n'} +[0.556164] (plc_bringup) CommandEnded: {'returncode': 0} +[0.557099] (octomap-distribution) StdoutLine: {'line': b'[ 15%] Built target octomap-static\n'} +[0.569205] (livox_ros_driver2) StdoutLine: {'line': b'[ 33%] Built target livox_interfaces2__rosidl_typesupport_introspection_c\n'} +[0.570994] (linefit_ground_segmentation) CommandEnded: {'returncode': 0} +[0.571483] (octomap-distribution) StdoutLine: {'line': b'[ 23%] Built target octomap\n'} +[0.572538] (livox_ros_driver2) StdoutLine: {'line': b'[ 40%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp\n'} +[0.577860] (icp_localization_ros2) CommandEnded: {'returncode': 0} +[0.592252] (livox_ros_driver2) StdoutLine: {'line': b'[ 47%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c\n'} +[0.600557] (-) TimerEvent: {} +[0.605788] (livox_ros_driver2) StdoutLine: {'line': b'[ 54%] Built target livox_interfaces2__rosidl_typesupport_c\n'} +[0.617672] (octomap-distribution) StdoutLine: {'line': b'[ 28%] Built target octovis-static\n'} +[0.625983] (imu_complementary_filter) StdoutLine: {'line': b'-- The CXX compiler identification is GNU 11.4.0\n'} +[0.627791] (octomap-distribution) StdoutLine: {'line': b'[ 30%] Built target dynamicedt3d-static\n'} +[0.632522] (octomap-distribution) StdoutLine: {'line': b'[ 31%] Built target graph2tree\n'} +[0.638409] (livox_ros_driver2) StdoutLine: {'line': b'[ 82%] Built target livox_ros_driver2\n'} +[0.642885] (octomap-distribution) StdoutLine: {'line': b'[ 33%] Built target log2graph\n'} +[0.643085] (octomap-distribution) StdoutLine: {'line': b'[ 34%] Built target binvox2bt\n'} +[0.643877] (octomap-distribution) StdoutLine: {'line': b'[ 35%] Built target edit_octree\n'} +[0.644650] (imu_complementary_filter) StdoutLine: {'line': b'-- Detecting C compiler ABI info\n'} +[0.645893] (octomap-distribution) StdoutLine: {'line': b'[ 37%] Built target bt2vrml\n'} +[0.650946] (omni_regulated_pure_pursuit_controller) JobProgress: {'identifier': 'omni_regulated_pure_pursuit_controller', 'progress': 'install'} +[0.651028] (livox_ros_driver2) StdoutLine: {'line': b'[ 82%] Built target livox_interfaces2\n'} +[0.669864] (omni_regulated_pure_pursuit_controller) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller'], 'cwd': '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.672804] (octomap-distribution) StdoutLine: {'line': b'[ 38%] Built target simple_example\n'} +[0.683267] (pcdmap2pgm) JobProgress: {'identifier': 'pcdmap2pgm', 'progress': 'install'} +[0.683382] (pcdmap2pgm) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/pcdmap2pgm'], 'cwd': '/home/firmament/codes/24navigation/build/pcdmap2pgm', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pcdmap2pgm'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.684045] (octomap-distribution) StdoutLine: {'line': b'[ 40%] Built target convert_octree\n'} +[0.684167] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Install configuration: "Release"\n'} +[0.684241] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.684304] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so\n'} +[0.684373] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp\n'} +[0.684433] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh\n'} +[0.684490] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv\n'} +[0.684547] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml\n'} +[0.684604] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller\n'} +[0.685852] (plc_bringup) JobProgress: {'identifier': 'plc_bringup', 'progress': 'install'} +[0.689892] (plc_bringup) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/plc_bringup'], 'cwd': '/home/firmament/codes/24navigation/build/plc_bringup', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/plc_bringup'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.690525] (octomap-distribution) StdoutLine: {'line': b'[ 42%] Built target eval_octree_accuracy\n'} +[0.690641] (octomap-distribution) StdoutLine: {'line': b'[ 44%] Built target compare_octrees\n'} +[0.690710] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller\n'} +[0.690783] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh\n'} +[0.690845] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv\n'} +[0.690907] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh\n'} +[0.693296] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv\n'} +[0.694103] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash\n'} +[0.694764] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh\n'} +[0.695408] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh\n'} +[0.696106] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv\n'} +[0.696760] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv\n'} +[0.699017] (pcdmap2pgm) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[0.699633] (pcdmap2pgm) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.700139] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm\n'} +[0.700275] (plc_bringup) StdoutLine: {'line': b'-- Install configuration: "Release"\n'} +[0.700421] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py\n'} +[0.700609] (-) TimerEvent: {} +[0.701997] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json\n'} +[0.702149] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp\n'} +[0.702299] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm\n'} +[0.702469] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm\n'} +[0.702625] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh\n'} +[0.702778] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv\n'} +[0.702927] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh\n'} +[0.703097] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv\n'} +[0.703434] (plc_bringup) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.703553] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py\n'} +[0.703635] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash\n'} +[0.703707] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh\n'} +[0.703773] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh\n'} +[0.703866] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py\n'} +[0.703942] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv\n'} +[0.704013] (pcdmap2pgm) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv\n'} +[0.704115] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py\n'} +[0.704190] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py\n'} +[0.704256] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py\n'} +[0.704351] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py\n'} +[0.704417] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py\n'} +[0.704645] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py\n'} +[0.704748] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py\n'} +[0.704894] (octomap-distribution) StdoutLine: {'line': b'[ 46%] Built target octree2pointcloud\n'} +[0.704978] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py\n'} +[0.705166] (octomap-distribution) StdoutLine: {'line': b'[ 48%] Built target intersection_example\n'} +[0.705296] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm\n'} +[0.705383] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml\n'} +[0.705475] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm\n'} +[0.705542] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml\n'} +[0.705639] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm\n'} +[0.705728] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml\n'} +[0.705811] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm\n'} +[0.707389] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz\n'} +[0.707522] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz\n'} +[0.707843] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world\n'} +[0.707940] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world\n'} +[0.708039] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model\n'} +[0.708160] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model\n'} +[0.708236] (livox_ros_driver2) StdoutLine: {'line': b'[ 84%] Built target livox_interfaces2__py\n'} +[0.708333] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model\n'} +[0.708532] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml\n'} +[0.708633] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml\n'} +[0.708732] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml\n'} +[0.708827] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml\n'} +[0.708920] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml\n'} +[0.709219] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot\n'} +[0.709325] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf\n'} +[0.709426] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf\n'} +[0.709521] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf\n'} +[0.709618] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro\n'} +[0.709799] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup\n'} +[0.709959] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup\n'} +[0.710195] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh\n'} +[0.710295] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv\n'} +[0.710417] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh\n'} +[0.710563] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv\n'} +[0.710802] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash\n'} +[0.710948] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh\n'} +[0.711088] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh\n'} +[0.711224] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv\n'} +[0.711324] (plc_bringup) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv\n'} +[0.712656] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller\n'} +[0.712827] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller\n'} +[0.713016] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[0.713143] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[0.713299] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[0.713465] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake\n'} +[0.713580] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake\n'} +[0.713729] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml\n'} +[0.715602] (octomap-distribution) StdoutLine: {'line': b'[ 49%] Built target test_raycasting\n'} +[0.716701] (octomap-distribution) StdoutLine: {'line': b'[ 50%] Built target test_iterators\n'} +[0.722777] (omni_regulated_pure_pursuit_controller) CommandEnded: {'returncode': 0} +[0.723296] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm\n'} +[0.723397] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup\n'} +[0.723473] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake\n'} +[0.723537] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake\n'} +[0.723601] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[0.723667] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake\n'} +[0.723783] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml\n'} +[0.723851] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake\n'} +[0.723915] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml\n'} +[0.734512] (octomap-distribution) StdoutLine: {'line': b'[ 51%] Built target normals_example\n'} +[0.755759] (livox_ros_driver2) StdoutLine: {'line': b'[ 89%] Built target livox_interfaces2__rosidl_generator_py\n'} +[0.756681] (octomap-distribution) StdoutLine: {'line': b'[ 53%] Built target test_io\n'} +[0.758362] (octomap-distribution) StdoutLine: {'line': b'[ 55%] Built target test_changedkeys\n'} +[0.759157] (octomap-distribution) StdoutLine: {'line': b'[ 56%] Built target test_color_tree\n'} +[0.762281] (octomap-distribution) StdoutLine: {'line': b'[ 57%] Built target color_tree_histogram\n'} +[0.777639] (octomap-distribution) StdoutLine: {'line': b'[ 59%] Built target test_pruning\n'} +[0.778710] (octomap-distribution) StdoutLine: {'line': b'[ 62%] Built target test_mapcollection\n'} +[0.779441] (octomap-distribution) StdoutLine: {'line': b'[ 63%] Built target test_scans\n'} +[0.785860] (imu_complementary_filter) StdoutLine: {'line': b'-- Detecting C compiler ABI info - done\n'} +[0.795626] (imu_complementary_filter) StdoutLine: {'line': b'-- Check for working C compiler: /usr/bin/cc - skipped\n'} +[0.795987] (imu_complementary_filter) StdoutLine: {'line': b'-- Detecting C compile features\n'} +[0.796699] (imu_complementary_filter) StdoutLine: {'line': b'-- Detecting C compile features - done\n'} +[0.797958] (livox_ros_driver2) StdoutLine: {'line': b'[ 92%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext\n'} +[0.800698] (-) TimerEvent: {} +[0.807407] (imu_complementary_filter) StdoutLine: {'line': b'-- Detecting CXX compiler ABI info\n'} +[0.807681] (octomap-distribution) StdoutLine: {'line': b'[ 65%] Built target test_bbx\n'} +[0.811280] (livox_ros_driver2) StdoutLine: {'line': b'[100%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext\n'} +[0.811541] (livox_ros_driver2) StdoutLine: {'line': b'[100%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext\n'} +[0.812181] (octomap-distribution) StdoutLine: {'line': b'[ 67%] Built target unit_tests\n'} +[0.818462] (octomap-distribution) StdoutLine: {'line': b'[ 68%] Built target dynamicedt3d\n'} +[0.824874] (octomap-distribution) StdoutLine: {'line': b'[ 74%] Built target octovis-shared\n'} +[0.828947] (linefit_ground_segmentation) JobProgress: {'identifier': 'linefit_ground_segmentation', 'progress': 'install'} +[0.829032] (linefit_ground_segmentation) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.834896] (pcdmap2pgm) CommandEnded: {'returncode': 0} +[0.839838] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[0.840488] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.840877] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h\n'} +[0.840977] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h\n'} +[0.841068] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h\n'} +[0.841206] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h\n'} +[0.842057] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h\n'} +[0.842131] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh\n'} +[0.842194] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv\n'} +[0.842281] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so\n'} +[0.842577] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation\n'} +[0.842745] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation\n'} +[0.842902] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh\n'} +[0.843110] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv\n'} +[0.843204] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh\n'} +[0.843472] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv\n'} +[0.843615] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash\n'} +[0.843818] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh\n'} +[0.843964] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh\n'} +[0.844092] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv\n'} +[0.844222] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv\n'} +[0.847374] (octomap-distribution) StdoutLine: {'line': b'[ 76%] Built target exampleEDT3D\n'} +[0.852406] (octomap-distribution) StdoutLine: {'line': b'[ 77%] Built target exampleEDTOctomap\n'} +[0.854812] (octomap-distribution) StdoutLine: {'line': b'[ 79%] Built target exampleEDTOctomapStamped\n'} +[0.855559] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation\n'} +[0.855797] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[0.855935] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[0.856087] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[0.856249] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake\n'} +[0.856333] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake\n'} +[0.856480] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml\n'} +[0.870404] (livox_ros_driver2) StdoutLine: {'line': b'running egg_info\n'} +[0.870832] (livox_ros_driver2) StdoutLine: {'line': b'writing livox_ros_driver2.egg-info/PKG-INFO\n'} +[0.871076] (livox_ros_driver2) StdoutLine: {'line': b'writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt\n'} +[0.871305] (livox_ros_driver2) StdoutLine: {'line': b'writing top-level names to livox_ros_driver2.egg-info/top_level.txt\n'} +[0.874551] (livox_ros_driver2) StdoutLine: {'line': b"reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt'\n"} +[0.875979] (octomap-distribution) StdoutLine: {'line': b'[100%] Built target octovis\n'} +[0.876301] (livox_ros_driver2) StdoutLine: {'line': b"writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt'\n"} +[0.886432] (plc_bringup) CommandEnded: {'returncode': 0} +[0.899695] (imu_complementary_filter) StdoutLine: {'line': b'-- Detecting CXX compiler ABI info - done\n'} +[0.900788] (-) TimerEvent: {} +[0.905333] (imu_complementary_filter) StdoutLine: {'line': b'-- Check for working CXX compiler: /usr/bin/c++ - skipped\n'} +[0.905623] (imu_complementary_filter) StdoutLine: {'line': b'-- Detecting CXX compile features\n'} +[0.905932] (imu_complementary_filter) StdoutLine: {'line': b'-- Detecting CXX compile features - done\n'} +[0.907904] (livox_ros_driver2) StdoutLine: {'line': b'[100%] Built target ament_cmake_python_build_livox_ros_driver2_egg\n'} +[0.908852] (imu_complementary_filter) StdoutLine: {'line': b'-- Found ament_cmake: 1.3.6 (/opt/ros/humble/share/ament_cmake/cmake)\n'} +[0.932332] (octomap-distribution) CommandEnded: {'returncode': 0} +[0.933289] (linefit_ground_segmentation) CommandEnded: {'returncode': 0} +[1.001069] (-) TimerEvent: {} +[1.002015] (icp_localization_ros2) JobProgress: {'identifier': 'icp_localization_ros2', 'progress': 'install'} +[1.003459] (icp_localization_ros2) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/icp_localization_ros2'], 'cwd': '/home/firmament/codes/24navigation/build/icp_localization_ros2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/icp_localization_ros2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.062548] (imu_complementary_filter) StdoutLine: {'line': b'-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter \n'} +[1.073595] (omni_regulated_pure_pursuit_controller) JobEnded: {'identifier': 'omni_regulated_pure_pursuit_controller', 'rc': 0} +[1.075050] (livox_ros_driver2) CommandEnded: {'returncode': 0} +[1.101736] (-) TimerEvent: {} +[1.121428] (imu_complementary_filter) StdoutLine: {'line': b'-- Override CMake install command with custom implementation using symlinks instead of copying resources\n'} +[1.135256] (pcdmap2pgm) JobEnded: {'identifier': 'pcdmap2pgm', 'rc': 0} +[1.136283] (pointcloud_to_laserscan) JobStarted: {'identifier': 'pointcloud_to_laserscan'} +[1.136377] (icp_localization_ros2) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.136545] (icp_localization_ros2) StdoutLine: {'line': b'-- Execute custom install script\n'} +[1.136610] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp\n'} +[1.136683] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp\n'} +[1.136737] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp\n'} +[1.136780] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp\n'} +[1.136924] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp\n'} +[1.136963] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp\n'} +[1.137001] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp\n'} +[1.137040] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp\n'} +[1.137078] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp\n'} +[1.137116] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp\n'} +[1.137154] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp\n'} +[1.137197] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp\n'} +[1.137236] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp\n'} +[1.137302] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp\n'} +[1.137367] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp\n'} +[1.137553] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp\n'} +[1.137623] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp\n'} +[1.137721] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp\n'} +[1.137785] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp\n'} +[1.137914] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp\n'} +[1.138013] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization\n'} +[1.138079] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py\n'} +[1.138185] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml\n'} +[1.138282] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml\n'} +[1.138400] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml\n'} +[1.138454] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml\n'} +[1.138503] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd\n'} +[1.138551] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2\n'} +[1.138680] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2\n'} +[1.138795] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh\n'} +[1.138852] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv\n'} +[1.138910] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh\n'} +[1.138958] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv\n'} +[1.139006] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash\n'} +[1.139055] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh\n'} +[1.139175] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh\n'} +[1.139228] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv\n'} +[1.139345] (icp_localization_ros2) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv\n'} +[1.139473] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2\n'} +[1.139569] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[1.139632] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[1.139683] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake\n'} +[1.139777] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake\n'} +[1.139901] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml\n'} +[1.167869] (imu_complementary_filter) StdoutLine: {'line': b'-- Found geometry_msgs: 4.2.3 (/opt/ros/humble/share/geometry_msgs/cmake)\n'} +[1.201813] (-) TimerEvent: {} +[1.204225] (rm_serial_driver) JobStarted: {'identifier': 'rm_serial_driver'} +[1.231564] (imu_complementary_filter) StdoutLine: {'line': b'-- Found rosidl_generator_c: 3.1.5 (/opt/ros/humble/share/rosidl_generator_c/cmake)\n'} +[1.240903] (imu_complementary_filter) StdoutLine: {'line': b'-- Found rosidl_adapter: 3.1.5 (/opt/ros/humble/share/rosidl_adapter/cmake)\n'} +[1.255145] (imu_complementary_filter) StdoutLine: {'line': b'-- Found rosidl_generator_cpp: 3.1.5 (/opt/ros/humble/share/rosidl_generator_cpp/cmake)\n'} +[1.272553] (imu_complementary_filter) StdoutLine: {'line': b'-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c\n'} +[1.293652] (imu_complementary_filter) StdoutLine: {'line': b'-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp\n'} +[1.301978] (-) TimerEvent: {} +[1.325943] (plc_bringup) JobEnded: {'identifier': 'plc_bringup', 'rc': 0} +[1.326574] (icp_localization_ros2) CommandEnded: {'returncode': 0} +[1.363224] (octomap-distribution) JobProgress: {'identifier': 'octomap-distribution', 'progress': 'install'} +[1.363511] (octomap-distribution) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/octomap-distribution'], 'cwd': '/home/firmament/codes/24navigation/build/octomap-distribution', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/octomap-distribution'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.389132] (imu_complementary_filter) StdoutLine: {'line': b'-- Found message_filters: 4.3.3 (/opt/ros/humble/share/message_filters/cmake)\n'} +[1.402153] (-) TimerEvent: {} +[1.431621] (linefit_ground_segmentation) JobEnded: {'identifier': 'linefit_ground_segmentation', 'rc': 0} +[1.432169] (rm_urdf_ff) JobStarted: {'identifier': 'rm_urdf_ff'} +[1.452631] (imu_complementary_filter) StdoutLine: {'line': b'-- Found rmw_implementation_cmake: 6.1.1 (/opt/ros/humble/share/rmw_implementation_cmake/cmake)\n'} +[1.456039] (imu_complementary_filter) StdoutLine: {'line': b'-- Found rmw_cyclonedds_cpp: 1.3.4 (/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake)\n'} +[1.479805] (livox_ros_driver2) JobProgress: {'identifier': 'livox_ros_driver2', 'progress': 'install'} +[1.480490] (livox_ros_driver2) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/livox_ros_driver2'], 'cwd': '/home/firmament/codes/24navigation/build/livox_ros_driver2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/livox_ros_driver2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.481900] (serial) JobStarted: {'identifier': 'serial'} +[1.482297] (octomap-distribution) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.482651] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h\n'} +[1.482906] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h\n'} +[1.483088] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h\n'} +[1.483244] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h\n'} +[1.483435] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h\n'} +[1.483564] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h\n'} +[1.483688] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx\n'} +[1.483877] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h\n'} +[1.484012] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx\n'} +[1.484066] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h\n'} +[1.484113] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h\n'} +[1.484177] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h\n'} +[1.484224] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx\n'} +[1.484323] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h\n'} +[1.484373] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx\n'} +[1.484488] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx\n'} +[1.484538] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h\n'} +[1.484588] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h\n'} +[1.484628] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h\n'} +[1.484666] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h\n'} +[1.484703] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx\n'} +[1.484744] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h\n'} +[1.484781] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h\n'} +[1.484818] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h\n'} +[1.484855] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h\n'} +[1.484891] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h\n'} +[1.484953] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h\n'} +[1.484993] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h\n'} +[1.485029] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h\n'} +[1.485066] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h\n'} +[1.485104] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h\n'} +[1.485142] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h\n'} +[1.485179] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml\n'} +[1.485216] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap\n'} +[1.485272] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake\n'} +[1.485314] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake\n'} +[1.485353] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc\n'} +[1.485390] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8\n'} +[1.485428] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9\n'} +[1.485465] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so\n'} +[1.485508] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a\n'} +[1.485546] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8\n'} +[1.485583] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9\n'} +[1.485727] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so\n'} +[1.485764] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a\n'} +[1.485824] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake\n'} +[1.485861] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree\n'} +[1.485897] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph\n'} +[1.485934] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt\n'} +[1.485971] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml\n'} +[1.486007] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree\n'} +[1.486044] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree\n'} +[1.486178] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy\n'} +[1.486219] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees\n'} +[1.486273] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis\n'} +[1.486385] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a\n'} +[1.486495] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8\n'} +[1.486563] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9\n'} +[1.486675] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so\n'} +[1.486739] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake\n'} +[1.486786] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h\n'} +[1.486915] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h\n'} +[1.486978] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h\n'} +[1.487075] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h\n'} +[1.487124] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h\n'} +[1.487240] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h\n'} +[1.487287] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h\n'} +[1.487332] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake\n'} +[1.487372] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake\n'} +[1.487421] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml\n'} +[1.487562] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis\n'} +[1.487601] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h\n'} +[1.487639] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx\n'} +[1.487676] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h\n'} +[1.487712] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h\n'} +[1.487750] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx\n'} +[1.487789] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h\n'} +[1.487826] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml\n'} +[1.487863] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D\n'} +[1.487903] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake\n'} +[1.487940] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake\n'} +[1.487977] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc\n'} +[1.488014] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8\n'} +[1.488051] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9\n'} +[1.488088] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so\n'} +[1.488128] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a\n'} +[1.488164] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake\n'} +[1.502094] (imu_complementary_filter) StdoutLine: {'line': b"-- Using RMW implementation 'rmw_cyclonedds_cpp' as default\n"} +[1.502383] (-) TimerEvent: {} +[1.515285] (imu_complementary_filter) StdoutLine: {'line': b'-- Looking for pthread.h\n'} +[1.559298] (pointcloud_to_laserscan) JobProgress: {'identifier': 'pointcloud_to_laserscan', 'progress': 'cmake'} +[1.560129] (pointcloud_to_laserscan) JobProgress: {'identifier': 'pointcloud_to_laserscan', 'progress': 'build'} +[1.560332] (pointcloud_to_laserscan) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.562161] (livox_ros_driver2) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.563255] (livox_ros_driver2) StdoutLine: {'line': b'-- Execute custom install script\n'} +[1.563513] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2\n'} +[1.563659] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h\n'} +[1.563725] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h\n'} +[1.563782] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h\n'} +[1.563838] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h\n'} +[1.563898] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h\n'} +[1.563964] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h\n'} +[1.564015] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h\n'} +[1.564068] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h\n'} +[1.564124] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h\n'} +[1.564210] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh\n'} +[1.564268] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv\n'} +[1.564325] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h\n'} +[1.564382] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h\n'} +[1.564439] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h\n'} +[1.564504] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h\n'} +[1.564745] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h\n'} +[1.564860] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h\n'} +[1.564930] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp\n'} +[1.565185] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp\n'} +[1.565329] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp\n'} +[1.565487] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp\n'} +[1.565699] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp\n'} +[1.565784] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp\n'} +[1.566267] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp\n'} +[1.566792] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp\n'} +[1.566876] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[1.566948] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[1.567015] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h\n'} +[1.567082] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp\n'} +[1.567148] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp\n'} +[1.567217] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh\n'} +[1.567286] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv\n'} +[1.567364] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO\n'} +[1.567434] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt\n'} +[1.567500] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt\n'} +[1.567568] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt\n'} +[1.567635] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py\n'} +[1.567702] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c\n'} +[1.567767] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c\n'} +[1.567831] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c\n'} +[1.567935] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so\n'} +[1.568012] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.568085] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.568155] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.568225] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py\n'} +[1.568296] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py\n'} +[1.568366] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c\n'} +[1.568436] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py\n'} +[1.568724] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c\n'} +[1.569658] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.569900] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.570072] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.570216] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl\n'} +[1.570291] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl\n'} +[1.570483] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg\n'} +[1.570582] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg\n'} +[1.570713] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node\n'} +[1.570779] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so\n'} +[1.570842] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json\n'} +[1.570939] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json\n'} +[1.571003] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz\n'} +[1.571065] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz\n'} +[1.571130] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz\n'} +[1.571192] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json\n'} +[1.571256] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py\n'} +[1.571436] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py\n'} +[1.571502] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py\n'} +[1.571563] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py\n'} +[1.571625] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py\n'} +[1.571685] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2\n'} +[1.571746] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2\n'} +[1.571909] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh\n'} +[1.572049] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv\n'} +[1.572111] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh\n'} +[1.572169] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv\n'} +[1.572227] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash\n'} +[1.572286] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh\n'} +[1.572346] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh\n'} +[1.572404] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv\n'} +[1.572463] (livox_ros_driver2) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv\n'} +[1.572605] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2\n'} +[1.572664] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2\n'} +[1.572722] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake\n'} +[1.572795] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[1.572858] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[1.572994] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[1.573077] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake\n'} +[1.573157] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake\n'} +[1.573228] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake\n'} +[1.573313] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake\n'} +[1.573385] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake\n'} +[1.573449] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml\n'} +[1.573507] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so\n'} +[1.573564] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so\n'} +[1.573757] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so\n'} +[1.573876] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so\n'} +[1.574019] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so\n'} +[1.574137] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so\n'} +[1.574316] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so\n'} +[1.574395] (livox_ros_driver2) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'...\n"} +[1.574508] (livox_ros_driver2) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'...\n"} +[1.574573] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so\n'} +[1.574632] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake\n'} +[1.574690] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake\n'} +[1.574749] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake\n'} +[1.574807] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake\n'} +[1.574864] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake\n'} +[1.574916] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake\n'} +[1.574987] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake\n'} +[1.575060] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake\n'} +[1.575128] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake\n'} +[1.575275] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake\n'} +[1.575355] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake\n'} +[1.575469] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake\n'} +[1.575594] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake\n'} +[1.575663] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake\n'} +[1.575767] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake\n'} +[1.575823] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake\n'} +[1.575877] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake\n'} +[1.575947] (rm_serial_driver) JobProgress: {'identifier': 'rm_serial_driver', 'progress': 'cmake'} +[1.576028] (rm_serial_driver) JobProgress: {'identifier': 'rm_serial_driver', 'progress': 'build'} +[1.576048] (rm_serial_driver) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/rm_serial_driver', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/rm_serial_driver', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_serial_driver'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.576890] (octomap-distribution) CommandEnded: {'returncode': 0} +[1.585226] (imu_complementary_filter) StdoutLine: {'line': b'-- Looking for pthread.h - found\n'} +[1.585540] (imu_complementary_filter) StdoutLine: {'line': b'-- Performing Test CMAKE_HAVE_LIBC_PTHREAD\n'} +[1.602470] (-) TimerEvent: {} +[1.636686] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 20%] Built target laserscan_to_pointcloud_node\n'} +[1.639945] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 40%] Built target laserscan_to_pointcloud\n'} +[1.644034] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 60%] Built target pointcloud_to_laserscan_node\n'} +[1.668620] (imu_complementary_filter) StdoutLine: {'line': b'-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success\n'} +[1.669468] (imu_complementary_filter) StdoutLine: {'line': b'-- Found Threads: TRUE \n'} +[1.674398] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 80%] Built target pointcloud_to_laserscan\n'} +[1.675097] (octomap-distribution) JobEnded: {'identifier': 'octomap-distribution', 'rc': 0} +[1.702650] (-) TimerEvent: {} +[1.709900] (pointcloud_to_laserscan) StdoutLine: {'line': b'[100%] Built target dummy_pointcloud_publisher\n'} +[1.753817] (icp_localization_ros2) JobEnded: {'identifier': 'icp_localization_ros2', 'rc': 0} +[1.754719] (rm_serial_driver) StdoutLine: {'line': b'[ 40%] Built target rm_serial_driver_node\n'} +[1.755204] (rm_serial_driver) StdoutLine: {'line': b'[100%] Built target rm_serial_driver\n'} +[1.755389] (linefit_ground_segmentation_ros) JobStarted: {'identifier': 'linefit_ground_segmentation_ros'} +[1.802755] (-) TimerEvent: {} +[1.839827] (rm_urdf_ff) JobProgress: {'identifier': 'rm_urdf_ff', 'progress': 'cmake'} +[1.841098] (rm_urdf_ff) JobProgress: {'identifier': 'rm_urdf_ff', 'progress': 'build'} +[1.841769] (rm_urdf_ff) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/rm_urdf_ff', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/rm_urdf_ff', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_urdf_ff'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.843313] (serial) JobProgress: {'identifier': 'serial', 'progress': 'cmake'} +[1.843786] (serial) JobProgress: {'identifier': 'serial', 'progress': 'build'} +[1.844040] (serial) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/serial', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/serial', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/serial'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.845422] (livox_ros_driver2) CommandEnded: {'returncode': 0} +[1.858768] (imu_complementary_filter) StdoutLine: {'line': b'-- Found sensor_msgs: 4.2.3 (/opt/ros/humble/share/sensor_msgs/cmake)\n'} +[1.903747] (-) TimerEvent: {} +[1.906831] (rm_serial_driver) CommandEnded: {'returncode': 0} +[1.908504] (pointcloud_to_laserscan) CommandEnded: {'returncode': 0} +[1.909331] (serial) StdoutLine: {'line': b'[100%] Built target serial\n'} +[1.910925] (rm_urdf_ff) CommandEnded: {'returncode': 0} +[1.912709] (serial) CommandEnded: {'returncode': 0} +[1.920212] (linefit_ground_segmentation_ros) JobProgress: {'identifier': 'linefit_ground_segmentation_ros', 'progress': 'cmake'} +[1.924965] (linefit_ground_segmentation_ros) JobProgress: {'identifier': 'linefit_ground_segmentation_ros', 'progress': 'build'} +[1.925039] (linefit_ground_segmentation_ros) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.950599] (rm_urdf_ff) JobProgress: {'identifier': 'rm_urdf_ff', 'progress': 'install'} +[1.952155] (rm_urdf_ff) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/rm_urdf_ff'], 'cwd': '/home/firmament/codes/24navigation/build/rm_urdf_ff', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_urdf_ff'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.960978] (rm_urdf_ff) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.961636] (rm_urdf_ff) StdoutLine: {'line': b'-- Execute custom install script\n'} +[1.962334] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py\n'} +[1.962658] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml\n'} +[1.962988] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL\n'} +[1.963110] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL\n'} +[1.963310] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL\n'} +[1.963470] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL\n'} +[1.963568] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL\n'} +[1.963721] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv\n'} +[1.963817] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf\n'} +[1.964002] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff\n'} +[1.964178] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff\n'} +[1.964343] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh\n'} +[1.964499] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv\n'} +[1.964660] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh\n'} +[1.964869] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv\n'} +[1.964982] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash\n'} +[1.965124] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh\n'} +[1.965274] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh\n'} +[1.967467] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv\n'} +[1.967658] (rm_urdf_ff) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv\n'} +[1.975919] (imu_complementary_filter) StdoutLine: {'line': b'-- Found tf2: 0.25.5 (/opt/ros/humble/share/tf2/cmake)\n'} +[1.977963] (serial) JobProgress: {'identifier': 'serial', 'progress': 'install'} +[1.978612] (serial) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/serial'], 'cwd': '/home/firmament/codes/24navigation/build/serial', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/serial'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.980383] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff\n'} +[1.980544] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[1.980678] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake\n'} +[1.980782] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake\n'} +[1.980943] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml\n'} +[1.985817] (rm_urdf_ff) CommandEnded: {'returncode': 0} +[1.992272] (serial) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.993930] (serial) StdoutLine: {'line': b'-- Execute custom install script\n'} +[1.994107] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh\n'} +[1.994204] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv\n'} +[1.994673] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so\n'} +[1.994795] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h\n'} +[1.994953] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h\n'} +[1.995037] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial\n'} +[1.995180] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial\n'} +[1.995350] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh\n'} +[1.995467] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv\n'} +[1.995618] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh\n'} +[1.995713] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv\n'} +[1.995844] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash\n'} +[1.995978] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh\n'} +[1.996063] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh\n'} +[1.996219] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv\n'} +[1.996318] (serial) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv\n'} +[1.996898] (imu_complementary_filter) StdoutLine: {'line': b'-- Found tf2_ros: 0.25.5 (/opt/ros/humble/share/tf2_ros/cmake)\n'} +[2.003863] (-) TimerEvent: {} +[2.007658] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial\n'} +[2.007843] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[2.007968] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[2.008066] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake\n'} +[2.008168] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake\n'} +[2.008260] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml\n'} +[2.019220] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'[ 50%] Built target ground_segmentation_node\n'} +[2.021219] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'[100%] Built target ground_segmentation_test_node\n'} +[2.047131] (rm_serial_driver) JobProgress: {'identifier': 'rm_serial_driver', 'progress': 'install'} +[2.047581] (rm_serial_driver) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/rm_serial_driver'], 'cwd': '/home/firmament/codes/24navigation/build/rm_serial_driver', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_serial_driver'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.048497] (serial) CommandEnded: {'returncode': 0} +[2.104038] (-) TimerEvent: {} +[2.107512] (pointcloud_to_laserscan) JobProgress: {'identifier': 'pointcloud_to_laserscan', 'progress': 'install'} +[2.108314] (pointcloud_to_laserscan) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan'], 'cwd': '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.109087] (rm_serial_driver) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[2.109192] (rm_serial_driver) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.109267] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/rm_serial_driver/rm_serial_driver_node\n'} +[2.109333] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/crc.hpp\n'} +[2.109395] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/packet.hpp\n'} +[2.109456] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp\n'} +[2.109516] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.sh\n'} +[2.109576] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.dsv\n'} +[2.109634] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/librm_serial_driver.so\n'} +[2.109695] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/config/serial_driver.yaml\n'} +[2.109757] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/launch/serial_driver.launch.py\n'} +[2.109819] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/package_run_dependencies/rm_serial_driver\n'} +[2.109883] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/parent_prefix_path/rm_serial_driver\n'} +[2.109944] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.sh\n'} +[2.110005] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.dsv\n'} +[2.110064] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.sh\n'} +[2.110123] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.dsv\n'} +[2.110183] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.bash\n'} +[2.110244] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.sh\n'} +[2.110312] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.zsh\n'} +[2.110375] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.dsv\n'} +[2.110559] (rm_serial_driver) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv\n'} +[2.110650] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/packages/rm_serial_driver\n'} +[2.110749] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/rclcpp_components/rm_serial_driver\n'} +[2.110813] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.111361] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[2.111483] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[2.111546] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig.cmake\n'} +[2.111606] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig-version.cmake\n'} +[2.111665] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.xml\n'} +[2.111724] (linefit_ground_segmentation_ros) CommandEnded: {'returncode': 0} +[2.113957] (rm_serial_driver) CommandEnded: {'returncode': 0} +[2.116556] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[2.117227] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.117650] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node\n'} +[2.117939] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node\n'} +[2.118195] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp\n'} +[2.118366] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp\n'} +[2.118443] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h\n'} +[2.118951] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh\n'} +[2.119060] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv\n'} +[2.119309] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so\n'} +[2.119412] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so\n'} +[2.119480] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher\n'} +[2.119589] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py\n'} +[2.119808] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py\n'} +[2.119902] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py\n'} +[2.120074] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan\n'} +[2.120150] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan\n'} +[2.120256] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh\n'} +[2.120355] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv\n'} +[2.120583] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh\n'} +[2.120808] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv\n'} +[2.120896] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash\n'} +[2.121002] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh\n'} +[2.121199] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh\n'} +[2.121353] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv\n'} +[2.121464] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv\n'} +[2.132553] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan\n'} +[2.132756] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan\n'} +[2.132893] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.133001] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[2.133182] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[2.135921] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake\n'} +[2.136273] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake\n'} +[2.136374] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml\n'} +[2.204243] (-) TimerEvent: {} +[2.254899] (livox_ros_driver2) JobEnded: {'identifier': 'livox_ros_driver2', 'rc': 0} +[2.304356] (-) TimerEvent: {} +[2.312622] (rm_urdf_ff) JobEnded: {'identifier': 'rm_urdf_ff', 'rc': 0} +[2.313778] (fast_lio) JobStarted: {'identifier': 'fast_lio'} +[2.361595] (pointcloud_to_laserscan) CommandEnded: {'returncode': 0} +[2.404113] (imu_complementary_filter) StdoutLine: {'line': b'-- Configuring done\n'} +[2.404415] (-) TimerEvent: {} +[2.413849] (imu_complementary_filter) StdoutLine: {'line': b'-- Generating done\n'} +[2.415295] (imu_complementary_filter) StdoutLine: {'line': b'-- Build files have been written to: /home/firmament/codes/24navigation/build/imu_complementary_filter\n'} +[2.465200] (serial) JobEnded: {'identifier': 'serial', 'rc': 0} +[2.466388] (linefit_ground_segmentation_ros) JobProgress: {'identifier': 'linefit_ground_segmentation_ros', 'progress': 'install'} +[2.466456] (linefit_ground_segmentation_ros) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.504513] (-) TimerEvent: {} +[2.524721] (rm_serial_driver) JobEnded: {'identifier': 'rm_serial_driver', 'rc': 0} +[2.525670] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[2.526101] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.526262] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node\n'} +[2.526306] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node\n'} +[2.526345] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py\n'} +[2.526384] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml\n'} +[2.526422] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py\n'} +[2.526459] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros\n'} +[2.526498] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros\n'} +[2.526536] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh\n'} +[2.526572] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv\n'} +[2.526610] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh\n'} +[2.526648] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv\n'} +[2.526708] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash\n'} +[2.526747] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh\n'} +[2.526785] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh\n'} +[2.526837] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv\n'} +[2.526875] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv\n'} +[2.526911] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros\n'} +[2.526946] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.526981] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake\n'} +[2.527016] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake\n'} +[2.527052] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml\n'} +[2.527088] (fast_lio) JobProgress: {'identifier': 'fast_lio', 'progress': 'cmake'} +[2.527800] (fast_lio) JobProgress: {'identifier': 'fast_lio', 'progress': 'build'} +[2.528158] (fast_lio) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/fast_lio', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/fast_lio', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/fast_lio'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.529816] (imu_complementary_filter) CommandEnded: {'returncode': 0} +[2.530269] (imu_complementary_filter) JobProgress: {'identifier': 'imu_complementary_filter', 'progress': 'build'} +[2.530299] (imu_complementary_filter) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/imu_complementary_filter', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/imu_complementary_filter', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/imu_complementary_filter'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.601692] (pointcloud_to_laserscan) JobEnded: {'identifier': 'pointcloud_to_laserscan', 'rc': 0} +[2.602039] (linefit_ground_segmentation_ros) CommandEnded: {'returncode': 0} +[2.602539] (fast_lio) StdoutLine: {'line': b'[ 2%] Built target fast_lio__cpp\n'} +[2.602647] (fast_lio) StdoutLine: {'line': b'[ 11%] Built target fast_lio__rosidl_generator_c\n'} +[2.602716] (fast_lio) StdoutLine: {'line': b'[ 11%] Built target ament_cmake_python_symlink_fast_lio\n'} +[2.604806] (-) TimerEvent: {} +[2.609975] (fast_lio) StdoutLine: {'line': b'[ 20%] Built target fast_lio__rosidl_typesupport_introspection_cpp\n'} +[2.611517] (fast_lio) StdoutLine: {'line': b'[ 28%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp\n'} +[2.612976] (fast_lio) StdoutLine: {'line': b'[ 37%] Built target fast_lio__rosidl_typesupport_cpp\n'} +[2.615561] (fast_lio) StdoutLine: {'line': b'[ 45%] Built target fast_lio__rosidl_typesupport_fastrtps_c\n'} +[2.617603] (fast_lio) StdoutLine: {'line': b'[ 54%] Built target fast_lio__rosidl_typesupport_introspection_c\n'} +[2.621076] (fast_lio) StdoutLine: {'line': b'[ 62%] Built target fast_lio__rosidl_typesupport_c\n'} +[2.636726] (fast_lio) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target fastlio_mapping\x1b[0m\n'} +[2.648657] (fast_lio) StdoutLine: {'line': b'[ 62%] Built target fast_lio\n'} +[2.657509] (imu_complementary_filter) StdoutLine: {'line': b'[ 20%] \x1b[32mBuilding CXX object CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o\x1b[0m\n'} +[2.657666] (imu_complementary_filter) StdoutLine: {'line': b'[ 40%] \x1b[32mBuilding CXX object CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o\x1b[0m\n'} +[2.673401] (fast_lio) StdoutLine: {'line': b'[ 65%] Built target fast_lio__py\n'} +[2.681903] (fast_lio) StdoutLine: {'line': b'[ 77%] Built target fastlio_mapping\n'} +[2.699400] (fast_lio) StdoutLine: {'line': b'[ 82%] Built target fast_lio__rosidl_generator_py\n'} +[2.704929] (-) TimerEvent: {} +[2.727681] (fast_lio) StdoutLine: {'line': b'[ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext\n'} +[2.731098] (fast_lio) StdoutLine: {'line': b'[ 94%] Built target fast_lio__rosidl_typesupport_c__pyext\n'} +[2.735088] (fast_lio) StdoutLine: {'line': b'[100%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext\n'} +[2.748671] (linefit_ground_segmentation_ros) JobEnded: {'identifier': 'linefit_ground_segmentation_ros', 'rc': 0} +[2.805053] (-) TimerEvent: {} +[2.841370] (fast_lio) StdoutLine: {'line': b'running egg_info\n'} +[2.841880] (fast_lio) StdoutLine: {'line': b'writing fast_lio.egg-info/PKG-INFO\n'} +[2.842039] (fast_lio) StdoutLine: {'line': b'writing dependency_links to fast_lio.egg-info/dependency_links.txt\n'} +[2.842151] (fast_lio) StdoutLine: {'line': b'writing top-level names to fast_lio.egg-info/top_level.txt\n'} +[2.843811] (fast_lio) StdoutLine: {'line': b"reading manifest file 'fast_lio.egg-info/SOURCES.txt'\n"} +[2.844312] (fast_lio) StdoutLine: {'line': b"writing manifest file 'fast_lio.egg-info/SOURCES.txt'\n"} +[2.866411] (fast_lio) StdoutLine: {'line': b'[100%] Built target ament_cmake_python_build_fast_lio_egg\n'} +[2.875068] (fast_lio) CommandEnded: {'returncode': 0} +[2.905145] (-) TimerEvent: {} +[2.936246] (fast_lio) JobProgress: {'identifier': 'fast_lio', 'progress': 'install'} +[2.936812] (fast_lio) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/fast_lio'], 'cwd': '/home/firmament/codes/24navigation/build/fast_lio', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/fast_lio'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.943424] (fast_lio) StdoutLine: {'line': b'-- Install configuration: "Release"\n'} +[2.943845] (fast_lio) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.943984] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio\n'} +[2.944233] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h\n'} +[2.944297] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h\n'} +[2.944370] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h\n'} +[2.944459] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h\n'} +[2.944520] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h\n'} +[2.944633] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh\n'} +[2.944725] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv\n'} +[2.944968] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h\n'} +[2.945037] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h\n'} +[2.945237] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp\n'} +[2.945320] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp\n'} +[2.945389] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp\n'} +[2.945461] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp\n'} +[2.945700] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[2.945770] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h\n'} +[2.945958] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h\n'} +[2.946027] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h\n'} +[2.946200] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp\n'} +[2.946298] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh\n'} +[2.946390] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv\n'} +[2.946573] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO\n'} +[2.946642] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt\n'} +[2.946709] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt\n'} +[2.946788] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt\n'} +[2.947127] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py\n'} +[2.947189] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c\n'} +[2.947262] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c\n'} +[2.947333] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c\n'} +[2.947398] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.947471] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.947538] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.947611] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so\n'} +[2.947679] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py\n'} +[2.947746] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py\n'} +[2.947849] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c\n'} +[2.948129] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.948318] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.948551] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.948658] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl\n'} +[2.948754] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg\n'} +[2.948996] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping\n'} +[2.949193] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml\n'} +[2.949263] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml\n'} +[2.949329] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml\n'} +[2.949393] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml\n'} +[2.949456] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml\n'} +[2.949619] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch\n'} +[2.949679] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py\n'} +[2.949741] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch\n'} +[2.949802] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch\n'} +[2.949866] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch\n'} +[2.949927] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch\n'} +[2.950050] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz\n'} +[2.950161] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio\n'} +[2.950267] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio\n'} +[2.950371] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh\n'} +[2.950468] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv\n'} +[2.950559] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh\n'} +[2.950653] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv\n'} +[2.950739] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash\n'} +[2.950825] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh\n'} +[2.950911] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh\n'} +[2.951002] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv\n'} +[2.951067] (fast_lio) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv\n'} +[2.958398] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio\n'} +[2.958644] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake\n'} +[2.958767] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[2.958842] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[2.958942] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake\n'} +[2.959027] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake\n'} +[2.959091] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.959154] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake\n'} +[2.959250] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake\n'} +[2.959317] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake\n'} +[2.959409] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml\n'} +[2.959547] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so\n'} +[2.959816] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so\n'} +[2.960064] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so\n'} +[2.960285] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so\n'} +[2.960515] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so\n'} +[2.960792] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so\n'} +[2.960975] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so\n'} +[2.985394] (fast_lio) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'...\n"} +[2.985623] (fast_lio) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'...\n"} +[2.988960] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so\n'} +[2.989165] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake\n'} +[2.989263] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake\n'} +[2.989363] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake\n'} +[2.989428] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake\n'} +[2.989505] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake\n'} +[2.989617] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake\n'} +[2.989693] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake\n'} +[2.989803] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake\n'} +[2.989884] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake\n'} +[2.989988] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake\n'} +[2.990067] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake\n'} +[2.990142] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake\n'} +[2.990216] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake\n'} +[2.990296] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake\n'} +[2.990355] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake\n'} +[2.990452] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake\n'} +[2.990526] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake\n'} +[2.992112] (fast_lio) CommandEnded: {'returncode': 0} +[3.005258] (-) TimerEvent: {} +[3.105631] (-) TimerEvent: {} +[3.196034] (fast_lio) JobEnded: {'identifier': 'fast_lio', 'rc': 0} +[3.205734] (-) TimerEvent: {} +[3.306139] (-) TimerEvent: {} +[3.406403] (-) TimerEvent: {} +[3.506672] (-) TimerEvent: {} +[3.607024] (-) TimerEvent: {} +[3.707389] (-) TimerEvent: {} +[3.807740] (-) TimerEvent: {} +[3.908034] (-) TimerEvent: {} +[4.008307] (-) TimerEvent: {} +[4.108554] (-) TimerEvent: {} +[4.208787] (-) TimerEvent: {} +[4.309011] (-) TimerEvent: {} +[4.409293] (-) TimerEvent: {} +[4.509585] (-) TimerEvent: {} +[4.609871] (-) TimerEvent: {} +[4.710172] (-) TimerEvent: {} +[4.810463] (-) TimerEvent: {} +[4.910715] (-) TimerEvent: {} +[5.010975] (-) TimerEvent: {} +[5.111197] (-) TimerEvent: {} +[5.211428] (-) TimerEvent: {} +[5.311678] (-) TimerEvent: {} +[5.411921] (-) TimerEvent: {} +[5.512171] (-) TimerEvent: {} +[5.612442] (-) TimerEvent: {} +[5.712688] (-) TimerEvent: {} +[5.812947] (-) TimerEvent: {} +[5.913239] (-) TimerEvent: {} +[6.013519] (-) TimerEvent: {} +[6.113783] (-) TimerEvent: {} +[6.214052] (-) TimerEvent: {} +[6.314324] (-) TimerEvent: {} +[6.414566] (-) TimerEvent: {} +[6.514841] (-) TimerEvent: {} +[6.615117] (-) TimerEvent: {} +[6.715409] (-) TimerEvent: {} +[6.815663] (-) TimerEvent: {} +[6.915939] (-) TimerEvent: {} +[7.016356] (-) TimerEvent: {} +[7.116629] (-) TimerEvent: {} +[7.216899] (-) TimerEvent: {} +[7.317161] (-) TimerEvent: {} +[7.417422] (-) TimerEvent: {} +[7.517684] (-) TimerEvent: {} +[7.617925] (-) TimerEvent: {} +[7.718205] (-) TimerEvent: {} +[7.818469] (-) TimerEvent: {} +[7.918755] (-) TimerEvent: {} +[8.019016] (-) TimerEvent: {} +[8.119281] (-) TimerEvent: {} +[8.219560] (-) TimerEvent: {} +[8.319830] (-) TimerEvent: {} +[8.420155] (-) TimerEvent: {} +[8.520467] (-) TimerEvent: {} +[8.620743] (-) TimerEvent: {} +[8.721020] (-) TimerEvent: {} +[8.821343] (-) TimerEvent: {} +[8.921672] (-) TimerEvent: {} +[9.021967] (-) TimerEvent: {} +[9.122252] (-) TimerEvent: {} +[9.222520] (-) TimerEvent: {} +[9.322776] (-) TimerEvent: {} +[9.423070] (-) TimerEvent: {} +[9.523379] (-) TimerEvent: {} +[9.623741] (-) TimerEvent: {} +[9.724130] (-) TimerEvent: {} +[9.824407] (-) TimerEvent: {} +[9.924798] (-) TimerEvent: {} +[10.025193] (-) TimerEvent: {} +[10.125501] (-) TimerEvent: {} +[10.225805] (-) TimerEvent: {} +[10.326110] (-) TimerEvent: {} +[10.426358] (-) TimerEvent: {} +[10.526639] (-) TimerEvent: {} +[10.626996] (-) TimerEvent: {} +[10.727354] (-) TimerEvent: {} +[10.827651] (-) TimerEvent: {} +[10.928065] (-) TimerEvent: {} +[11.028373] (-) TimerEvent: {} +[11.128676] (-) TimerEvent: {} +[11.228945] (-) TimerEvent: {} +[11.329331] (-) TimerEvent: {} +[11.429612] (-) TimerEvent: {} +[11.529931] (-) TimerEvent: {} +[11.630202] (-) TimerEvent: {} +[11.730498] (-) TimerEvent: {} +[11.830782] (-) TimerEvent: {} +[11.931121] (-) TimerEvent: {} +[12.031504] (-) TimerEvent: {} +[12.131847] (-) TimerEvent: {} +[12.232111] (-) TimerEvent: {} +[12.332393] (-) TimerEvent: {} +[12.432704] (-) TimerEvent: {} +[12.532986] (-) TimerEvent: {} +[12.633316] (-) TimerEvent: {} +[12.733708] (-) TimerEvent: {} +[12.833969] (-) TimerEvent: {} +[12.934279] (-) TimerEvent: {} +[13.034565] (-) TimerEvent: {} +[13.134893] (-) TimerEvent: {} +[13.235296] (-) TimerEvent: {} +[13.335587] (-) TimerEvent: {} +[13.435950] (-) TimerEvent: {} +[13.536235] (-) TimerEvent: {} +[13.636523] (-) TimerEvent: {} +[13.736802] (-) TimerEvent: {} +[13.837151] (-) TimerEvent: {} +[13.937445] (-) TimerEvent: {} +[14.037746] (-) TimerEvent: {} +[14.138027] (-) TimerEvent: {} +[14.238271] (-) TimerEvent: {} +[14.338559] (-) TimerEvent: {} +[14.438838] (-) TimerEvent: {} +[14.539086] (-) TimerEvent: {} +[14.639472] (-) TimerEvent: {} +[14.739728] (-) TimerEvent: {} +[14.840092] (-) TimerEvent: {} +[14.940377] (-) TimerEvent: {} +[15.040653] (-) TimerEvent: {} +[15.140966] (-) TimerEvent: {} +[15.241267] (-) TimerEvent: {} +[15.341532] (-) TimerEvent: {} +[15.441823] (-) TimerEvent: {} +[15.542120] (-) TimerEvent: {} +[15.642429] (-) TimerEvent: {} +[15.742728] (-) TimerEvent: {} +[15.843016] (-) TimerEvent: {} +[15.943308] (-) TimerEvent: {} +[16.043576] (-) TimerEvent: {} +[16.143857] (-) TimerEvent: {} +[16.244203] (-) TimerEvent: {} +[16.344457] (-) TimerEvent: {} +[16.444701] (-) TimerEvent: {} +[16.497415] (imu_complementary_filter) StdoutLine: {'line': b'[ 60%] \x1b[32m\x1b[1mLinking CXX shared library libcomplementary_filter.so\x1b[0m\n'} +[16.544799] (-) TimerEvent: {} +[16.645022] (-) TimerEvent: {} +[16.666252] (imu_complementary_filter) StdoutLine: {'line': b'[ 60%] Built target complementary_filter\n'} +[16.684487] (imu_complementary_filter) StdoutLine: {'line': b'[ 80%] \x1b[32mBuilding CXX object CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o\x1b[0m\n'} +[16.745114] (-) TimerEvent: {} +[16.845361] (-) TimerEvent: {} +[16.945617] (-) TimerEvent: {} +[17.045881] (-) TimerEvent: {} +[17.146116] (-) TimerEvent: {} +[17.246379] (-) TimerEvent: {} +[17.346650] (-) TimerEvent: {} +[17.446957] (-) TimerEvent: {} +[17.547244] (-) TimerEvent: {} +[17.647526] (-) TimerEvent: {} +[17.747818] (-) TimerEvent: {} +[17.848116] (-) TimerEvent: {} +[17.948374] (-) TimerEvent: {} +[18.048631] (-) TimerEvent: {} +[18.148883] (-) TimerEvent: {} +[18.249198] (-) TimerEvent: {} +[18.349546] (-) TimerEvent: {} +[18.449910] (-) TimerEvent: {} +[18.550213] (-) TimerEvent: {} +[18.650642] (-) TimerEvent: {} +[18.692391] (imu_complementary_filter) StdoutLine: {'line': b'[100%] \x1b[32m\x1b[1mLinking CXX executable complementary_filter_node\x1b[0m\n'} +[18.750769] (-) TimerEvent: {} +[18.793485] (imu_complementary_filter) StdoutLine: {'line': b'[100%] Built target complementary_filter_node\n'} +[18.801954] (imu_complementary_filter) CommandEnded: {'returncode': 0} +[18.829545] (imu_complementary_filter) JobProgress: {'identifier': 'imu_complementary_filter', 'progress': 'install'} +[18.829759] (imu_complementary_filter) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/imu_complementary_filter'], 'cwd': '/home/firmament/codes/24navigation/build/imu_complementary_filter', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1590'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1590,unix/PaiQin-i7:/tmp/.ICE-unix/1590'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/93a38545_9f86_4c5e_8489_bee2096306f9'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.205'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/imu_complementary_filter'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=e41d7b919fc1e4ca516bfaf865f55b7d'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[18.836397] (imu_complementary_filter) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[18.836586] (imu_complementary_filter) StdoutLine: {'line': b'-- Execute custom install script\n'} +[18.836822] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node\n'} +[18.844163] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h\n'} +[18.850840] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h\n'} +[18.850951] (-) TimerEvent: {} +[18.857797] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py\n'} +[18.865313] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh\n'} +[18.872718] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv\n'} +[18.880282] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter\n'} +[18.890022] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter\n'} +[18.896984] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh\n'} +[18.903867] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv\n'} +[18.910460] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh\n'} +[18.916948] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv\n'} +[18.923248] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash\n'} +[18.929625] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh\n'} +[18.936426] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh\n'} +[18.943429] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv\n'} +[18.950994] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv\n'} +[18.951139] (-) TimerEvent: {} +[18.958257] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter\n'} +[18.964605] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[18.971262] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[18.977746] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake\n'} +[18.984642] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake\n'} +[18.991446] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake\n'} +[18.998076] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml\n'} +[19.004507] (imu_complementary_filter) StdoutLine: {'line': b'-- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so\n'} +[19.006030] (imu_complementary_filter) StdoutLine: {'line': b'-- Set runtime path of "/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so" to ""\n'} +[19.006103] (imu_complementary_filter) StdoutLine: {'line': b'-- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake\n'} +[19.006142] (imu_complementary_filter) StdoutLine: {'line': b'-- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake\n'} +[19.007189] (imu_complementary_filter) CommandEnded: {'returncode': 0} +[19.051260] (-) TimerEvent: {} +[19.128206] (imu_complementary_filter) JobEnded: {'identifier': 'imu_complementary_filter', 'rc': 0} +[19.128627] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-16_17-27-53/fast_lio/command.log b/log/build_2024-03-16_17-27-53/fast_lio/command.log new file mode 100644 index 00000000..f00d8da5 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/fast_lio/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio diff --git a/log/build_2024-03-16_17-27-53/fast_lio/stderr.log b/log/build_2024-03-16_17-27-53/fast_lio/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/fast_lio/stdout.log b/log/build_2024-03-16_17-27-53/fast_lio/stdout.log new file mode 100644 index 00000000..bee3f32b --- /dev/null +++ b/log/build_2024-03-16_17-27-53/fast_lio/stdout.log @@ -0,0 +1,129 @@ +[ 2%] Built target fast_lio__cpp +[ 11%] Built target fast_lio__rosidl_generator_c +[ 11%] Built target ament_cmake_python_symlink_fast_lio +[ 20%] Built target fast_lio__rosidl_typesupport_introspection_cpp +[ 28%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp +[ 37%] Built target fast_lio__rosidl_typesupport_cpp +[ 45%] Built target fast_lio__rosidl_typesupport_fastrtps_c +[ 54%] Built target fast_lio__rosidl_typesupport_introspection_c +[ 62%] Built target fast_lio__rosidl_typesupport_c +Consolidate compiler generated dependencies of target fastlio_mapping +[ 62%] Built target fast_lio +[ 65%] Built target fast_lio__py +[ 77%] Built target fastlio_mapping +[ 82%] Built target fast_lio__rosidl_generator_py +[ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext +[ 94%] Built target fast_lio__rosidl_typesupport_c__pyext +[100%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext +running egg_info +writing fast_lio.egg-info/PKG-INFO +writing dependency_links to fast_lio.egg-info/dependency_links.txt +writing top-level names to fast_lio.egg-info/top_level.txt +reading manifest file 'fast_lio.egg-info/SOURCES.txt' +writing manifest file 'fast_lio.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_fast_lio_egg +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'... +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake diff --git a/log/build_2024-03-16_17-27-53/fast_lio/stdout_stderr.log b/log/build_2024-03-16_17-27-53/fast_lio/stdout_stderr.log new file mode 100644 index 00000000..bee3f32b --- /dev/null +++ b/log/build_2024-03-16_17-27-53/fast_lio/stdout_stderr.log @@ -0,0 +1,129 @@ +[ 2%] Built target fast_lio__cpp +[ 11%] Built target fast_lio__rosidl_generator_c +[ 11%] Built target ament_cmake_python_symlink_fast_lio +[ 20%] Built target fast_lio__rosidl_typesupport_introspection_cpp +[ 28%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp +[ 37%] Built target fast_lio__rosidl_typesupport_cpp +[ 45%] Built target fast_lio__rosidl_typesupport_fastrtps_c +[ 54%] Built target fast_lio__rosidl_typesupport_introspection_c +[ 62%] Built target fast_lio__rosidl_typesupport_c +Consolidate compiler generated dependencies of target fastlio_mapping +[ 62%] Built target fast_lio +[ 65%] Built target fast_lio__py +[ 77%] Built target fastlio_mapping +[ 82%] Built target fast_lio__rosidl_generator_py +[ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext +[ 94%] Built target fast_lio__rosidl_typesupport_c__pyext +[100%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext +running egg_info +writing fast_lio.egg-info/PKG-INFO +writing dependency_links to fast_lio.egg-info/dependency_links.txt +writing top-level names to fast_lio.egg-info/top_level.txt +reading manifest file 'fast_lio.egg-info/SOURCES.txt' +writing manifest file 'fast_lio.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_fast_lio_egg +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'... +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake diff --git a/log/build_2024-03-16_17-27-53/fast_lio/streams.log b/log/build_2024-03-16_17-27-53/fast_lio/streams.log new file mode 100644 index 00000000..6b5875f6 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/fast_lio/streams.log @@ -0,0 +1,133 @@ +[0.216s] Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[0.289s] [ 2%] Built target fast_lio__cpp +[0.289s] [ 11%] Built target fast_lio__rosidl_generator_c +[0.289s] [ 11%] Built target ament_cmake_python_symlink_fast_lio +[0.296s] [ 20%] Built target fast_lio__rosidl_typesupport_introspection_cpp +[0.298s] [ 28%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp +[0.300s] [ 37%] Built target fast_lio__rosidl_typesupport_cpp +[0.302s] [ 45%] Built target fast_lio__rosidl_typesupport_fastrtps_c +[0.304s] [ 54%] Built target fast_lio__rosidl_typesupport_introspection_c +[0.307s] [ 62%] Built target fast_lio__rosidl_typesupport_c +[0.323s] Consolidate compiler generated dependencies of target fastlio_mapping +[0.335s] [ 62%] Built target fast_lio +[0.360s] [ 65%] Built target fast_lio__py +[0.368s] [ 77%] Built target fastlio_mapping +[0.386s] [ 82%] Built target fast_lio__rosidl_generator_py +[0.414s] [ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext +[0.417s] [ 94%] Built target fast_lio__rosidl_typesupport_c__pyext +[0.421s] [100%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext +[0.528s] running egg_info +[0.528s] writing fast_lio.egg-info/PKG-INFO +[0.528s] writing dependency_links to fast_lio.egg-info/dependency_links.txt +[0.528s] writing top-level names to fast_lio.egg-info/top_level.txt +[0.530s] reading manifest file 'fast_lio.egg-info/SOURCES.txt' +[0.530s] writing manifest file 'fast_lio.egg-info/SOURCES.txt' +[0.553s] [100%] Built target ament_cmake_python_build_fast_lio_egg +[0.561s] Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[0.623s] Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +[0.630s] -- Install configuration: "Release" +[0.630s] -- Execute custom install script +[0.630s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio +[0.630s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h +[0.630s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h +[0.630s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h +[0.631s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h +[0.631s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h +[0.631s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh +[0.631s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv +[0.631s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h +[0.631s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +[0.631s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp +[0.631s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp +[0.632s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp +[0.632s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp +[0.632s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp +[0.632s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +[0.632s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h +[0.632s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h +[0.632s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp +[0.632s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh +[0.633s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv +[0.633s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO +[0.633s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt +[0.633s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt +[0.633s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt +[0.633s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py +[0.633s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c +[0.633s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c +[0.633s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c +[0.634s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[0.634s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[0.634s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[0.634s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so +[0.634s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py +[0.634s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py +[0.634s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c +[0.634s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[0.634s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio +[0.636s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh +[0.637s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv +[0.637s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh +[0.637s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv +[0.637s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash +[0.637s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh +[0.637s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh +[0.637s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv +[0.637s] -- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv +[0.645s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio +[0.645s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake +[0.645s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake +[0.645s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake +[0.645s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake +[0.645s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +[0.645s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake +[0.645s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +[0.645s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake +[0.645s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake +[0.646s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml +[0.646s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so +[0.646s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so +[0.646s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so +[0.646s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so +[0.647s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so +[0.647s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so +[0.647s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so +[0.672s] Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'... +[0.672s] Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'... +[0.675s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so +[0.675s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake +[0.675s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake +[0.676s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake +[0.677s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake +[0.677s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake +[0.678s] Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio diff --git a/log/build_2024-03-16_17-27-53/icp_localization_ros2/command.log b/log/build_2024-03-16_17-27-53/icp_localization_ros2/command.log new file mode 100644 index 00000000..3071380d --- /dev/null +++ b/log/build_2024-03-16_17-27-53/icp_localization_ros2/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 diff --git a/log/build_2024-03-16_17-27-53/icp_localization_ros2/stderr.log b/log/build_2024-03-16_17-27-53/icp_localization_ros2/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/icp_localization_ros2/stdout.log b/log/build_2024-03-16_17-27-53/icp_localization_ros2/stdout.log new file mode 100644 index 00000000..361fc149 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/icp_localization_ros2/stdout.log @@ -0,0 +1,47 @@ +[100%] Built target icp_localization +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml diff --git a/log/build_2024-03-16_17-27-53/icp_localization_ros2/stdout_stderr.log b/log/build_2024-03-16_17-27-53/icp_localization_ros2/stdout_stderr.log new file mode 100644 index 00000000..361fc149 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/icp_localization_ros2/stdout_stderr.log @@ -0,0 +1,47 @@ +[100%] Built target icp_localization +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml diff --git a/log/build_2024-03-16_17-27-53/icp_localization_ros2/streams.log b/log/build_2024-03-16_17-27-53/icp_localization_ros2/streams.log new file mode 100644 index 00000000..d06846de --- /dev/null +++ b/log/build_2024-03-16_17-27-53/icp_localization_ros2/streams.log @@ -0,0 +1,51 @@ +[0.290s] Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[0.459s] [100%] Built target icp_localization +[0.489s] Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[0.916s] Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +[1.047s] -- Install configuration: "" +[1.048s] -- Execute custom install script +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp +[1.048s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml +[1.049s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2 +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2 +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh +[1.050s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv +[1.050s] -- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv +[1.051s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2 +[1.051s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake +[1.051s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake +[1.051s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake +[1.051s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake +[1.051s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml +[1.238s] Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 diff --git a/log/build_2024-03-16_17-27-53/imu_complementary_filter/command.log b/log/build_2024-03-16_17-27-53/imu_complementary_filter/command.log new file mode 100644 index 00000000..e29dd9c8 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/imu_complementary_filter/command.log @@ -0,0 +1,6 @@ +Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake /home/firmament/codes/24navigation/src/imu_complementary_filter -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/firmament/codes/24navigation/install/imu_complementary_filter +Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake /home/firmament/codes/24navigation/src/imu_complementary_filter -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/firmament/codes/24navigation/install/imu_complementary_filter +Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter diff --git a/log/build_2024-03-16_17-27-53/imu_complementary_filter/stderr.log b/log/build_2024-03-16_17-27-53/imu_complementary_filter/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/imu_complementary_filter/stdout.log b/log/build_2024-03-16_17-27-53/imu_complementary_filter/stdout.log new file mode 100644 index 00000000..dfe0ff50 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/imu_complementary_filter/stdout.log @@ -0,0 +1,73 @@ +-- 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 +-- Found ament_cmake: 1.3.6 (/opt/ros/humble/share/ament_cmake/cmake) +-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter +-- Override CMake install command with custom implementation using symlinks instead of copying resources +-- Found geometry_msgs: 4.2.3 (/opt/ros/humble/share/geometry_msgs/cmake) +-- Found rosidl_generator_c: 3.1.5 (/opt/ros/humble/share/rosidl_generator_c/cmake) +-- Found rosidl_adapter: 3.1.5 (/opt/ros/humble/share/rosidl_adapter/cmake) +-- Found rosidl_generator_cpp: 3.1.5 (/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 message_filters: 4.3.3 (/opt/ros/humble/share/message_filters/cmake) +-- Found rmw_implementation_cmake: 6.1.1 (/opt/ros/humble/share/rmw_implementation_cmake/cmake) +-- Found rmw_cyclonedds_cpp: 1.3.4 (/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake) +-- Using RMW implementation 'rmw_cyclonedds_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.2.3 (/opt/ros/humble/share/sensor_msgs/cmake) +-- Found tf2: 0.25.5 (/opt/ros/humble/share/tf2/cmake) +-- Found tf2_ros: 0.25.5 (/opt/ros/humble/share/tf2_ros/cmake) +-- Configuring done +-- Generating done +-- Build files have been written to: /home/firmament/codes/24navigation/build/imu_complementary_filter +[ 20%] Building CXX object CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o +[ 40%] Building CXX object CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o +[ 60%] Linking CXX shared library libcomplementary_filter.so +[ 60%] Built target complementary_filter +[ 80%] Building CXX object CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o +[100%] Linking CXX executable complementary_filter_node +[100%] Built target complementary_filter_node +-- Install configuration: "" +-- Execute custom install script +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml +-- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so +-- Set runtime path of "/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so" to "" +-- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake +-- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake diff --git a/log/build_2024-03-16_17-27-53/imu_complementary_filter/stdout_stderr.log b/log/build_2024-03-16_17-27-53/imu_complementary_filter/stdout_stderr.log new file mode 100644 index 00000000..dfe0ff50 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/imu_complementary_filter/stdout_stderr.log @@ -0,0 +1,73 @@ +-- 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 +-- Found ament_cmake: 1.3.6 (/opt/ros/humble/share/ament_cmake/cmake) +-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter +-- Override CMake install command with custom implementation using symlinks instead of copying resources +-- Found geometry_msgs: 4.2.3 (/opt/ros/humble/share/geometry_msgs/cmake) +-- Found rosidl_generator_c: 3.1.5 (/opt/ros/humble/share/rosidl_generator_c/cmake) +-- Found rosidl_adapter: 3.1.5 (/opt/ros/humble/share/rosidl_adapter/cmake) +-- Found rosidl_generator_cpp: 3.1.5 (/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 message_filters: 4.3.3 (/opt/ros/humble/share/message_filters/cmake) +-- Found rmw_implementation_cmake: 6.1.1 (/opt/ros/humble/share/rmw_implementation_cmake/cmake) +-- Found rmw_cyclonedds_cpp: 1.3.4 (/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake) +-- Using RMW implementation 'rmw_cyclonedds_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.2.3 (/opt/ros/humble/share/sensor_msgs/cmake) +-- Found tf2: 0.25.5 (/opt/ros/humble/share/tf2/cmake) +-- Found tf2_ros: 0.25.5 (/opt/ros/humble/share/tf2_ros/cmake) +-- Configuring done +-- Generating done +-- Build files have been written to: /home/firmament/codes/24navigation/build/imu_complementary_filter +[ 20%] Building CXX object CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o +[ 40%] Building CXX object CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o +[ 60%] Linking CXX shared library libcomplementary_filter.so +[ 60%] Built target complementary_filter +[ 80%] Building CXX object CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o +[100%] Linking CXX executable complementary_filter_node +[100%] Built target complementary_filter_node +-- Install configuration: "" +-- Execute custom install script +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml +-- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so +-- Set runtime path of "/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so" to "" +-- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake +-- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake diff --git a/log/build_2024-03-16_17-27-53/imu_complementary_filter/streams.log b/log/build_2024-03-16_17-27-53/imu_complementary_filter/streams.log new file mode 100644 index 00000000..7a622c77 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/imu_complementary_filter/streams.log @@ -0,0 +1,79 @@ +[0.249s] Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake /home/firmament/codes/24navigation/src/imu_complementary_filter -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/firmament/codes/24navigation/install/imu_complementary_filter +[0.364s] -- The C compiler identification is GNU 11.4.0 +[0.495s] -- The CXX compiler identification is GNU 11.4.0 +[0.513s] -- Detecting C compiler ABI info +[0.655s] -- Detecting C compiler ABI info - done +[0.664s] -- Check for working C compiler: /usr/bin/cc - skipped +[0.665s] -- Detecting C compile features +[0.666s] -- Detecting C compile features - done +[0.676s] -- Detecting CXX compiler ABI info +[0.769s] -- Detecting CXX compiler ABI info - done +[0.774s] -- Check for working CXX compiler: /usr/bin/c++ - skipped +[0.775s] -- Detecting CXX compile features +[0.775s] -- Detecting CXX compile features - done +[0.778s] -- Found ament_cmake: 1.3.6 (/opt/ros/humble/share/ament_cmake/cmake) +[0.931s] -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter +[0.990s] -- Override CMake install command with custom implementation using symlinks instead of copying resources +[1.037s] -- Found geometry_msgs: 4.2.3 (/opt/ros/humble/share/geometry_msgs/cmake) +[1.101s] -- Found rosidl_generator_c: 3.1.5 (/opt/ros/humble/share/rosidl_generator_c/cmake) +[1.110s] -- Found rosidl_adapter: 3.1.5 (/opt/ros/humble/share/rosidl_adapter/cmake) +[1.124s] -- Found rosidl_generator_cpp: 3.1.5 (/opt/ros/humble/share/rosidl_generator_cpp/cmake) +[1.142s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +[1.163s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +[1.258s] -- Found message_filters: 4.3.3 (/opt/ros/humble/share/message_filters/cmake) +[1.321s] -- Found rmw_implementation_cmake: 6.1.1 (/opt/ros/humble/share/rmw_implementation_cmake/cmake) +[1.325s] -- Found rmw_cyclonedds_cpp: 1.3.4 (/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake) +[1.371s] -- Using RMW implementation 'rmw_cyclonedds_cpp' as default +[1.384s] -- Looking for pthread.h +[1.454s] -- Looking for pthread.h - found +[1.454s] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD +[1.538s] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +[1.538s] -- Found Threads: TRUE +[1.728s] -- Found sensor_msgs: 4.2.3 (/opt/ros/humble/share/sensor_msgs/cmake) +[1.845s] -- Found tf2: 0.25.5 (/opt/ros/humble/share/tf2/cmake) +[1.866s] -- Found tf2_ros: 0.25.5 (/opt/ros/humble/share/tf2_ros/cmake) +[2.273s] -- Configuring done +[2.283s] -- Generating done +[2.284s] -- Build files have been written to: /home/firmament/codes/24navigation/build/imu_complementary_filter +[2.399s] Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake /home/firmament/codes/24navigation/src/imu_complementary_filter -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/firmament/codes/24navigation/install/imu_complementary_filter +[2.399s] Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[2.526s] [ 20%] Building CXX object CMakeFiles/complementary_filter.dir/src/complementary_filter.cpp.o +[2.526s] [ 40%] Building CXX object CMakeFiles/complementary_filter.dir/src/complementary_filter_ros.cpp.o +[16.366s] [ 60%] Linking CXX shared library libcomplementary_filter.so +[16.535s] [ 60%] Built target complementary_filter +[16.553s] [ 80%] Building CXX object CMakeFiles/complementary_filter_node.dir/src/complementary_filter_node.cpp.o +[18.561s] [100%] Linking CXX executable complementary_filter_node +[18.662s] [100%] Built target complementary_filter_node +[18.672s] Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[18.699s] Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +[18.705s] -- Install configuration: "" +[18.705s] -- Execute custom install script +[18.706s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node +[18.713s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h +[18.720s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h +[18.727s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py +[18.734s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh +[18.742s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv +[18.749s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter +[18.759s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter +[18.766s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh +[18.773s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv +[18.779s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh +[18.786s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv +[18.792s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash +[18.798s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh +[18.805s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh +[18.812s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv +[18.820s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv +[18.827s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter +[18.833s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake +[18.840s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake +[18.847s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake +[18.853s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake +[18.860s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake +[18.867s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml +[18.873s] -- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so +[18.875s] -- Set runtime path of "/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so" to "" +[18.875s] -- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake +[18.875s] -- Installing: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake +[18.876s] Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter diff --git a/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/command.log b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/command.log new file mode 100644 index 00000000..02402534 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation diff --git a/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stderr.log b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stdout.log b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stdout.log new file mode 100644 index 00000000..d1998c67 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stdout.log @@ -0,0 +1,29 @@ +[100%] Built target linefit_ground_segmentation +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml diff --git a/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stdout_stderr.log b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stdout_stderr.log new file mode 100644 index 00000000..d1998c67 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/stdout_stderr.log @@ -0,0 +1,29 @@ +[100%] Built target linefit_ground_segmentation +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml diff --git a/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/streams.log b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/streams.log new file mode 100644 index 00000000..4d2f6a60 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation/streams.log @@ -0,0 +1,33 @@ +[0.371s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[0.523s] [100%] Built target linefit_ground_segmentation +[0.571s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[0.829s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +[0.839s] -- Install configuration: "" +[0.840s] -- Execute custom install script +[0.840s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h +[0.840s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h +[0.840s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h +[0.841s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h +[0.841s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h +[0.841s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh +[0.841s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv +[0.842s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so +[0.842s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation +[0.842s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation +[0.842s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh +[0.842s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv +[0.843s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh +[0.843s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv +[0.843s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash +[0.843s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh +[0.843s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh +[0.843s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv +[0.844s] -- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv +[0.855s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation +[0.855s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake +[0.855s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake +[0.855s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake +[0.856s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake +[0.856s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake +[0.856s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml +[0.933s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation diff --git a/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/command.log b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/command.log new file mode 100644 index 00000000..0ed4c69a --- /dev/null +++ b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros diff --git a/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stderr.log b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stdout.log b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stdout.log new file mode 100644 index 00000000..21934220 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stdout.log @@ -0,0 +1,25 @@ +[ 50%] Built target ground_segmentation_node +[100%] Built target ground_segmentation_test_node +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml diff --git a/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stdout_stderr.log b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stdout_stderr.log new file mode 100644 index 00000000..21934220 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/stdout_stderr.log @@ -0,0 +1,25 @@ +[ 50%] Built target ground_segmentation_node +[100%] Built target ground_segmentation_test_node +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml diff --git a/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/streams.log b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/streams.log new file mode 100644 index 00000000..80c8313f --- /dev/null +++ b/log/build_2024-03-16_17-27-53/linefit_ground_segmentation_ros/streams.log @@ -0,0 +1,29 @@ +[0.170s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[0.264s] [ 50%] Built target ground_segmentation_node +[0.266s] [100%] Built target ground_segmentation_test_node +[0.357s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[0.711s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +[0.771s] -- Install configuration: "" +[0.771s] -- Execute custom install script +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh +[0.771s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv +[0.772s] -- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv +[0.772s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros +[0.772s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake +[0.772s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake +[0.772s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake +[0.772s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml +[0.847s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros diff --git a/log/build_2024-03-16_17-27-53/livox_ros_driver2/command.log b/log/build_2024-03-16_17-27-53/livox_ros_driver2/command.log new file mode 100644 index 00000000..8bd21de0 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/livox_ros_driver2/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 diff --git a/log/build_2024-03-16_17-27-53/livox_ros_driver2/stderr.log b/log/build_2024-03-16_17-27-53/livox_ros_driver2/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/livox_ros_driver2/stdout.log b/log/build_2024-03-16_17-27-53/livox_ros_driver2/stdout.log new file mode 100644 index 00000000..8e08de20 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/livox_ros_driver2/stdout.log @@ -0,0 +1,146 @@ +[ 1%] Built target livox_interfaces2__cpp +[ 1%] Built target ament_cmake_python_symlink_livox_ros_driver2 +[ 8%] Built target livox_interfaces2__rosidl_generator_c +[ 12%] Built target livox_ros_driver2_node +[ 19%] Built target livox_interfaces2__rosidl_typesupport_cpp +[ 26%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp +[ 33%] Built target livox_interfaces2__rosidl_typesupport_introspection_c +[ 40%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp +[ 47%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c +[ 54%] Built target livox_interfaces2__rosidl_typesupport_c +[ 82%] Built target livox_ros_driver2 +[ 82%] Built target livox_interfaces2 +[ 84%] Built target livox_interfaces2__py +[ 89%] Built target livox_interfaces2__rosidl_generator_py +[ 92%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext +[100%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext +[100%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext +running egg_info +writing livox_ros_driver2.egg-info/PKG-INFO +writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt +writing top-level names to livox_ros_driver2.egg-info/top_level.txt +reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_livox_ros_driver2_egg +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'... +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake diff --git a/log/build_2024-03-16_17-27-53/livox_ros_driver2/stdout_stderr.log b/log/build_2024-03-16_17-27-53/livox_ros_driver2/stdout_stderr.log new file mode 100644 index 00000000..8e08de20 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/livox_ros_driver2/stdout_stderr.log @@ -0,0 +1,146 @@ +[ 1%] Built target livox_interfaces2__cpp +[ 1%] Built target ament_cmake_python_symlink_livox_ros_driver2 +[ 8%] Built target livox_interfaces2__rosidl_generator_c +[ 12%] Built target livox_ros_driver2_node +[ 19%] Built target livox_interfaces2__rosidl_typesupport_cpp +[ 26%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp +[ 33%] Built target livox_interfaces2__rosidl_typesupport_introspection_c +[ 40%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp +[ 47%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c +[ 54%] Built target livox_interfaces2__rosidl_typesupport_c +[ 82%] Built target livox_ros_driver2 +[ 82%] Built target livox_interfaces2 +[ 84%] Built target livox_interfaces2__py +[ 89%] Built target livox_interfaces2__rosidl_generator_py +[ 92%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext +[100%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext +[100%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext +running egg_info +writing livox_ros_driver2.egg-info/PKG-INFO +writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt +writing top-level names to livox_ros_driver2.egg-info/top_level.txt +reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_livox_ros_driver2_egg +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'... +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake diff --git a/log/build_2024-03-16_17-27-53/livox_ros_driver2/streams.log b/log/build_2024-03-16_17-27-53/livox_ros_driver2/streams.log new file mode 100644 index 00000000..f86cd06c --- /dev/null +++ b/log/build_2024-03-16_17-27-53/livox_ros_driver2/streams.log @@ -0,0 +1,150 @@ +[0.328s] Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[0.417s] [ 1%] Built target livox_interfaces2__cpp +[0.444s] [ 1%] Built target ament_cmake_python_symlink_livox_ros_driver2 +[0.458s] [ 8%] Built target livox_interfaces2__rosidl_generator_c +[0.481s] [ 12%] Built target livox_ros_driver2_node +[0.492s] [ 19%] Built target livox_interfaces2__rosidl_typesupport_cpp +[0.505s] [ 26%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp +[0.524s] [ 33%] Built target livox_interfaces2__rosidl_typesupport_introspection_c +[0.526s] [ 40%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp +[0.545s] [ 47%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c +[0.559s] [ 54%] Built target livox_interfaces2__rosidl_typesupport_c +[0.592s] [ 82%] Built target livox_ros_driver2 +[0.604s] [ 82%] Built target livox_interfaces2 +[0.661s] [ 84%] Built target livox_interfaces2__py +[0.709s] [ 89%] Built target livox_interfaces2__rosidl_generator_py +[0.751s] [ 92%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext +[0.765s] [100%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext +[0.765s] [100%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext +[0.824s] running egg_info +[0.824s] writing livox_ros_driver2.egg-info/PKG-INFO +[0.824s] writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt +[0.825s] writing top-level names to livox_ros_driver2.egg-info/top_level.txt +[0.828s] reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[0.829s] writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[0.861s] [100%] Built target ament_cmake_python_build_livox_ros_driver2_egg +[1.028s] Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[1.434s] Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +[1.516s] -- Install configuration: "" +[1.517s] -- Execute custom install script +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2 +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h +[1.517s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h +[1.518s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +[1.518s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h +[1.518s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h +[1.518s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h +[1.518s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp +[1.518s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp +[1.519s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp +[1.519s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp +[1.519s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp +[1.519s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp +[1.520s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp +[1.520s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp +[1.520s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp +[1.520s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp +[1.520s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +[1.520s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp +[1.520s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp +[1.520s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh +[1.520s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv +[1.520s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py +[1.521s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c +[1.522s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py +[1.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c +[1.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[1.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[1.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[1.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl +[1.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json +[1.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2 +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2 +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh +[1.525s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv +[1.526s] -- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2 +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2 +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake +[1.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake +[1.527s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml +[1.527s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so +[1.527s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so +[1.527s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so +[1.527s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so +[1.527s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so +[1.527s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so +[1.527s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so +[1.528s] Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'... +[1.528s] Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'... +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake +[1.528s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake +[1.529s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +[1.529s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake +[1.529s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake +[1.529s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake +[1.529s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake +[1.529s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake +[1.529s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake +[1.799s] Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 diff --git a/log/build_2024-03-16_17-27-53/logger_all.log b/log/build_2024-03-16_17-27-53/logger_all.log new file mode 100644 index 00000000..bc6516f0 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/logger_all.log @@ -0,0 +1,1115 @@ +[0.680s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install'] +[0.680s] 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=True, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=8, 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=None, 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=, verb_extension=, main=>) +[0.715s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[0.715s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[0.715s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[0.715s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[0.715s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[0.715s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[0.715s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/firmament/codes/24navigation' +[0.716s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[0.716s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[0.716s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[0.716s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[0.716s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[0.716s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[0.716s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[0.716s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[0.716s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['ignore', 'ignore_ament_install'] +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'ignore' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'ignore_ament_install' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['colcon_pkg'] +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'colcon_pkg' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['colcon_meta'] +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'colcon_meta' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['ros'] +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'ros' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['cmake', 'python'] +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'cmake' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'python' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['python_setup_py'] +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'python_setup_py' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[0.724s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['ignore', 'ignore_ament_install'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'ignore' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'ignore_ament_install' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['colcon_pkg'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'colcon_pkg' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['colcon_meta'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'colcon_meta' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['ros'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'ros' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['cmake', 'python'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'cmake' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'python' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['python_setup_py'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'python_setup_py' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta'] +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros'] +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python'] +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py'] +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['ignore', 'ignore_ament_install'] +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'ignore' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'ignore_ament_install' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['colcon_pkg'] +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'colcon_pkg' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['colcon_meta'] +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'colcon_meta' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['ros'] +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'ros' +[0.728s] DEBUG:colcon.colcon_core.package_identification:Package 'src/FAST_LIO' with type 'ros.ament_cmake' and name 'fast_lio' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['ignore', 'ignore_ament_install'] +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'ignore' +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'ignore_ament_install' +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['colcon_pkg'] +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'colcon_pkg' +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['colcon_meta'] +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'colcon_meta' +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['ros'] +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'ros' +[0.730s] DEBUG:colcon.colcon_core.package_identification:Package 'src/icp_localization_ros2' with type 'ros.ament_cmake' and name 'icp_localization_ros2' +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['ignore', 'ignore_ament_install'] +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'ignore' +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'ignore_ament_install' +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['colcon_pkg'] +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'colcon_pkg' +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['colcon_meta'] +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'colcon_meta' +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['ros'] +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'ros' +[0.731s] DEBUG:colcon.colcon_core.package_identification:Package 'src/imu_complementary_filter' with type 'ros.ament_cmake' and name 'imu_complementary_filter' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['ignore', 'ignore_ament_install'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'ignore' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'ignore_ament_install' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['colcon_pkg'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'colcon_pkg' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['colcon_meta'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'colcon_meta' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['ros'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'ros' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['cmake', 'python'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'cmake' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'python' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['python_setup_py'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'python_setup_py' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['ignore', 'ignore_ament_install'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'ignore' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'ignore_ament_install' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['colcon_pkg'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'colcon_pkg' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['colcon_meta'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'colcon_meta' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['ros'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'ros' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['cmake', 'python'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'cmake' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'python' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['python_setup_py'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'python_setup_py' +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['ignore', 'ignore_ament_install'] +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'ignore' +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'ignore_ament_install' +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['colcon_pkg'] +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'colcon_pkg' +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['colcon_meta'] +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'colcon_meta' +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['ros'] +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'ros' +[0.732s] DEBUG:colcon.colcon_core.package_identification:Package 'src/linefit_ground_segementation_ros2/linefit_ground_segmentation' with type 'ros.ament_cmake' and name 'linefit_ground_segmentation' +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['ignore', 'ignore_ament_install'] +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'ignore' +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'ignore_ament_install' +[0.732s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['colcon_pkg'] +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'colcon_pkg' +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['colcon_meta'] +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'colcon_meta' +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['ros'] +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'ros' +[0.733s] DEBUG:colcon.colcon_core.package_identification:Package 'src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros' with type 'ros.ament_cmake' and name 'linefit_ground_segmentation_ros' +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['ignore', 'ignore_ament_install'] +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'ignore' +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'ignore_ament_install' +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['colcon_pkg'] +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'colcon_pkg' +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['colcon_meta'] +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'colcon_meta' +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['ros'] +[0.733s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'ros' +[0.734s] DEBUG:colcon.colcon_core.package_identification:Package 'src/livox_ros_driver2' with type 'ros.ament_cmake' and name 'livox_ros_driver2' +[0.734s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['ignore', 'ignore_ament_install'] +[0.734s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'ignore' +[0.734s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'ignore_ament_install' +[0.735s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['colcon_pkg'] +[0.735s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'colcon_pkg' +[0.735s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['colcon_meta'] +[0.735s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'colcon_meta' +[0.735s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['ros'] +[0.735s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'ros' +[0.735s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['cmake', 'python'] +[0.735s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'cmake' +[0.780s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'python' +[0.780s] DEBUG:colcon.colcon_core.package_identification:Package 'src/octomap' with type 'cmake' and name 'octomap-distribution' +[0.780s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['ignore', 'ignore_ament_install'] +[0.780s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'ignore' +[0.780s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'ignore_ament_install' +[0.780s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['colcon_pkg'] +[0.780s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'colcon_pkg' +[0.781s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['colcon_meta'] +[0.781s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'colcon_meta' +[0.781s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['ros'] +[0.781s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'ros' +[0.781s] DEBUG:colcon.colcon_core.package_identification:Package 'src/pcdmap2pgm' with type 'ros.ament_cmake' and name 'pcdmap2pgm' +[0.781s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['ignore', 'ignore_ament_install'] +[0.782s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'ignore' +[0.782s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'ignore_ament_install' +[0.782s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['colcon_pkg'] +[0.782s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'colcon_pkg' +[0.782s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['colcon_meta'] +[0.782s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'colcon_meta' +[0.782s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['ros'] +[0.782s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'ros' +[0.783s] DEBUG:colcon.colcon_core.package_identification:Package 'src/pointcloud_to_laserscan' with type 'ros.ament_cmake' and name 'pointcloud_to_laserscan' +[0.783s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['ignore', 'ignore_ament_install'] +[0.783s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'ignore' +[0.783s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'ignore_ament_install' +[0.783s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['colcon_pkg'] +[0.783s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'colcon_pkg' +[0.783s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['colcon_meta'] +[0.783s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'colcon_meta' +[0.783s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['ros'] +[0.783s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'ros' +[0.784s] DEBUG:colcon.colcon_core.package_identification:Package 'src/rm_serial_driver' with type 'ros.ament_cmake' and name 'rm_serial_driver' +[0.784s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['ignore', 'ignore_ament_install'] +[0.784s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'ignore' +[0.784s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'ignore_ament_install' +[0.784s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['colcon_pkg'] +[0.784s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'colcon_pkg' +[0.784s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['colcon_meta'] +[0.784s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'colcon_meta' +[0.784s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['ros'] +[0.784s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'ros' +[0.785s] DEBUG:colcon.colcon_core.package_identification:Package 'src/rm_urdf_ff' with type 'ros.ament_cmake' and name 'rm_urdf_ff' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['ignore', 'ignore_ament_install'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'ignore' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'ignore_ament_install' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['colcon_pkg'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'colcon_pkg' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['colcon_meta'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'colcon_meta' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['ros'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'ros' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['cmake', 'python'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'cmake' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'python' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['python_setup_py'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'python_setup_py' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['ignore', 'ignore_ament_install'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'ignore' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'ignore_ament_install' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['colcon_pkg'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'colcon_pkg' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['colcon_meta'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'colcon_meta' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['ros'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'ros' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['cmake', 'python'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'cmake' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'python' +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['python_setup_py'] +[0.785s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'python_setup_py' +[0.786s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['ignore', 'ignore_ament_install'] +[0.786s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'ignore' +[0.786s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'ignore_ament_install' +[0.786s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['colcon_pkg'] +[0.786s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'colcon_pkg' +[0.786s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['colcon_meta'] +[0.786s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'colcon_meta' +[0.786s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['ros'] +[0.786s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'ros' +[0.787s] DEBUG:colcon.colcon_core.package_identification:Package 'src/sentry_plan_control/omni_regulated_pure_pursuit_controller' with type 'ros.ament_cmake' and name 'omni_regulated_pure_pursuit_controller' +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['ignore', 'ignore_ament_install'] +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'ignore' +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'ignore_ament_install' +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['colcon_pkg'] +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'colcon_pkg' +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['colcon_meta'] +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'colcon_meta' +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['ros'] +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'ros' +[0.788s] DEBUG:colcon.colcon_core.package_identification:Package 'src/sentry_plan_control/plc_bringup' with type 'ros.ament_cmake' and name 'plc_bringup' +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['ignore', 'ignore_ament_install'] +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'ignore' +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'ignore_ament_install' +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['colcon_pkg'] +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'colcon_pkg' +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['colcon_meta'] +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'colcon_meta' +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['ros'] +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'ros' +[0.789s] DEBUG:colcon.colcon_core.package_identification:Package 'src/serial' with type 'ros.ament_cmake' and name 'serial' +[0.789s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[0.789s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[0.789s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[0.789s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[0.789s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[0.852s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters +[0.852s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover +[0.871s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 14 installed packages in /home/firmament/codes/24navigation/install +[0.888s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 414 installed packages in /opt/ros/humble +[0.889s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults +[0.963s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_args' from command line to 'None' +[0.963s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_target' from command line to 'None' +[0.963s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.963s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_clean_cache' from command line to 'False' +[0.963s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_clean_first' from command line to 'False' +[0.963s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_force_configure' from command line to 'False' +[0.963s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'ament_cmake_args' from command line to 'None' +[0.963s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'catkin_cmake_args' from command line to 'None' +[0.963s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.963s] DEBUG:colcon.colcon_core.verb:Building package 'icp_localization_ros2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/icp_localization_ros2', '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/firmament/codes/24navigation/install/icp_localization_ros2', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/icp_localization_ros2', 'symlink_install': True, 'test_result_base': None} +[0.972s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_args' from command line to 'None' +[0.972s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_target' from command line to 'None' +[0.972s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.972s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_clean_cache' from command line to 'False' +[0.972s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_clean_first' from command line to 'False' +[0.972s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_force_configure' from command line to 'False' +[0.972s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'ament_cmake_args' from command line to 'None' +[0.972s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'catkin_cmake_args' from command line to 'None' +[0.972s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.972s] DEBUG:colcon.colcon_core.verb:Building package 'imu_complementary_filter' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/imu_complementary_filter', '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/firmament/codes/24navigation/install/imu_complementary_filter', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/imu_complementary_filter', 'symlink_install': True, 'test_result_base': None} +[0.982s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_args' from command line to 'None' +[0.982s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_target' from command line to 'None' +[0.982s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.982s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_clean_cache' from command line to 'False' +[0.982s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_clean_first' from command line to 'False' +[0.982s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_force_configure' from command line to 'False' +[0.982s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'ament_cmake_args' from command line to 'None' +[0.982s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'catkin_cmake_args' from command line to 'None' +[0.982s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.982s] DEBUG:colcon.colcon_core.verb:Building package 'linefit_ground_segmentation' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', '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/firmament/codes/24navigation/install/linefit_ground_segmentation', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation', 'symlink_install': True, 'test_result_base': None} +[0.991s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_args' from command line to 'None' +[0.991s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_target' from command line to 'None' +[0.991s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.991s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_clean_cache' from command line to 'False' +[0.991s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_clean_first' from command line to 'False' +[0.991s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_force_configure' from command line to 'False' +[0.991s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'ament_cmake_args' from command line to 'None' +[0.991s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'catkin_cmake_args' from command line to 'None' +[0.991s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.992s] DEBUG:colcon.colcon_core.verb:Building package 'livox_ros_driver2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/livox_ros_driver2', '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/firmament/codes/24navigation/install/livox_ros_driver2', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/livox_ros_driver2', 'symlink_install': True, 'test_result_base': None} +[1.001s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_args' from command line to 'None' +[1.001s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_target' from command line to 'None' +[1.001s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.001s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_clean_cache' from command line to 'False' +[1.001s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_clean_first' from command line to 'False' +[1.001s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_force_configure' from command line to 'False' +[1.001s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'ament_cmake_args' from command line to 'None' +[1.001s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'catkin_cmake_args' from command line to 'None' +[1.001s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.001s] DEBUG:colcon.colcon_core.verb:Building package 'octomap-distribution' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/octomap-distribution', '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/firmament/codes/24navigation/install/octomap-distribution', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/octomap', 'symlink_install': True, 'test_result_base': None} +[1.010s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_args' from command line to 'None' +[1.010s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_target' from command line to 'None' +[1.010s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.010s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_clean_cache' from command line to 'False' +[1.010s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_clean_first' from command line to 'False' +[1.010s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_force_configure' from command line to 'False' +[1.010s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'ament_cmake_args' from command line to 'None' +[1.010s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'catkin_cmake_args' from command line to 'None' +[1.010s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.010s] DEBUG:colcon.colcon_core.verb:Building package 'omni_regulated_pure_pursuit_controller' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', '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/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/sentry_plan_control/omni_regulated_pure_pursuit_controller', 'symlink_install': True, 'test_result_base': None} +[1.019s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_args' from command line to 'None' +[1.019s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_target' from command line to 'None' +[1.019s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.019s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_clean_cache' from command line to 'False' +[1.019s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_clean_first' from command line to 'False' +[1.019s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_force_configure' from command line to 'False' +[1.019s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'ament_cmake_args' from command line to 'None' +[1.019s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'catkin_cmake_args' from command line to 'None' +[1.019s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.019s] DEBUG:colcon.colcon_core.verb:Building package 'pcdmap2pgm' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/pcdmap2pgm', '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/firmament/codes/24navigation/install/pcdmap2pgm', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/pcdmap2pgm', 'symlink_install': True, 'test_result_base': None} +[1.028s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_args' from command line to 'None' +[1.028s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_target' from command line to 'None' +[1.028s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.028s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_clean_cache' from command line to 'False' +[1.028s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_clean_first' from command line to 'False' +[1.028s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_force_configure' from command line to 'False' +[1.028s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'ament_cmake_args' from command line to 'None' +[1.028s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'catkin_cmake_args' from command line to 'None' +[1.028s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.028s] DEBUG:colcon.colcon_core.verb:Building package 'plc_bringup' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/plc_bringup', '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/firmament/codes/24navigation/install/plc_bringup', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup', 'symlink_install': True, 'test_result_base': None} +[1.038s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_args' from command line to 'None' +[1.038s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_target' from command line to 'None' +[1.038s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.038s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_clean_cache' from command line to 'False' +[1.038s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_clean_first' from command line to 'False' +[1.038s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_force_configure' from command line to 'False' +[1.038s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'ament_cmake_args' from command line to 'None' +[1.038s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'catkin_cmake_args' from command line to 'None' +[1.038s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.038s] DEBUG:colcon.colcon_core.verb:Building package 'pointcloud_to_laserscan' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', '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/firmament/codes/24navigation/install/pointcloud_to_laserscan', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/pointcloud_to_laserscan', 'symlink_install': True, 'test_result_base': None} +[1.047s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_args' from command line to 'None' +[1.048s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_target' from command line to 'None' +[1.048s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.048s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_clean_cache' from command line to 'False' +[1.048s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_clean_first' from command line to 'False' +[1.048s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_force_configure' from command line to 'False' +[1.048s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'ament_cmake_args' from command line to 'None' +[1.048s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'catkin_cmake_args' from command line to 'None' +[1.048s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.048s] DEBUG:colcon.colcon_core.verb:Building package 'rm_serial_driver' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/rm_serial_driver', '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/firmament/codes/24navigation/install/rm_serial_driver', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/rm_serial_driver', 'symlink_install': True, 'test_result_base': None} +[1.057s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_args' from command line to 'None' +[1.057s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_target' from command line to 'None' +[1.057s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.057s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_clean_cache' from command line to 'False' +[1.057s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_clean_first' from command line to 'False' +[1.057s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_force_configure' from command line to 'False' +[1.057s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'ament_cmake_args' from command line to 'None' +[1.057s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'catkin_cmake_args' from command line to 'None' +[1.057s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.057s] DEBUG:colcon.colcon_core.verb:Building package 'rm_urdf_ff' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/rm_urdf_ff', '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/firmament/codes/24navigation/install/rm_urdf_ff', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/rm_urdf_ff', 'symlink_install': True, 'test_result_base': None} +[1.066s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_args' from command line to 'None' +[1.066s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_target' from command line to 'None' +[1.066s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.066s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_clean_cache' from command line to 'False' +[1.066s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_clean_first' from command line to 'False' +[1.066s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_force_configure' from command line to 'False' +[1.066s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'ament_cmake_args' from command line to 'None' +[1.066s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'catkin_cmake_args' from command line to 'None' +[1.066s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.066s] DEBUG:colcon.colcon_core.verb:Building package 'serial' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/serial', '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/firmament/codes/24navigation/install/serial', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/serial', 'symlink_install': True, 'test_result_base': None} +[1.076s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_args' from command line to 'None' +[1.076s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_target' from command line to 'None' +[1.076s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.076s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_clean_cache' from command line to 'False' +[1.076s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_clean_first' from command line to 'False' +[1.076s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_force_configure' from command line to 'False' +[1.076s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'ament_cmake_args' from command line to 'None' +[1.076s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'catkin_cmake_args' from command line to 'None' +[1.076s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.076s] DEBUG:colcon.colcon_core.verb:Building package 'fast_lio' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/fast_lio', '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/firmament/codes/24navigation/install/fast_lio', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/FAST_LIO', 'symlink_install': True, 'test_result_base': None} +[1.085s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_args' from command line to 'None' +[1.085s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_target' from command line to 'None' +[1.085s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.085s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_clean_cache' from command line to 'False' +[1.085s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_clean_first' from command line to 'False' +[1.085s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_force_configure' from command line to 'False' +[1.085s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'ament_cmake_args' from command line to 'None' +[1.085s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'catkin_cmake_args' from command line to 'None' +[1.085s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.085s] DEBUG:colcon.colcon_core.verb:Building package 'linefit_ground_segmentation_ros' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', '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/firmament/codes/24navigation/install/linefit_ground_segmentation_ros', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros', 'symlink_install': True, 'test_result_base': None} +[1.093s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[1.103s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[1.103s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation' with build type 'ament_cmake' +[1.103s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation' +[1.118s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[1.118s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.118s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.150s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/livox_ros_driver2' with build type 'ament_cmake' +[1.150s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/livox_ros_driver2' +[1.160s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.160s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.192s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/icp_localization_ros2' with build type 'ament_cmake' +[1.192s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/icp_localization_ros2' +[1.202s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.202s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.234s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/imu_complementary_filter' with build type 'ament_cmake' +[1.234s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/imu_complementary_filter' +[1.244s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.244s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.277s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/octomap' +[1.290s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.290s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.324s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/sentry_plan_control/omni_regulated_pure_pursuit_controller' with build type 'ament_cmake' +[1.324s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/sentry_plan_control/omni_regulated_pure_pursuit_controller' +[1.337s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.338s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.371s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/pcdmap2pgm' with build type 'ament_cmake' +[1.371s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/pcdmap2pgm' +[1.382s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.382s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.418s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup' with build type 'ament_cmake' +[1.418s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup' +[1.428s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.428s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.475s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[1.478s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[1.482s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[1.484s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake /home/firmament/codes/24navigation/src/imu_complementary_filter -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/firmament/codes/24navigation/install/imu_complementary_filter +[1.485s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[1.488s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[1.493s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[1.506s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[1.642s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[1.648s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[1.660s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[1.674s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[1.681s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[1.773s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +[1.787s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +[1.793s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +[1.822s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(omni_regulated_pure_pursuit_controller) +[1.826s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +[1.849s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake module files +[1.850s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake config files +[1.850s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'cmake_prefix_path') +[1.876s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.ps1' +[1.877s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.dsv' +[1.878s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.sh' +[1.879s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib' +[1.879s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'ld_library_path_lib') +[1.897s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.ps1' +[1.898s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.dsv' +[1.898s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.sh' +[1.899s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[1.899s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/pkgconfig/omni_regulated_pure_pursuit_controller.pc' +[1.899s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/python3.10/site-packages' +[1.900s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[1.921s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.ps1' +[1.923s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv' +[1.924s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.sh' +[1.925s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.bash' +[1.925s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.zsh' +[1.926s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/colcon-core/packages/omni_regulated_pure_pursuit_controller) +[1.932s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +[1.933s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pcdmap2pgm) +[1.938s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +[1.955s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake module files +[1.956s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake config files +[1.957s] Level 1:colcon.colcon_core.shell:create_environment_hook('pcdmap2pgm', 'cmake_prefix_path') +[1.973s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.ps1' +[1.974s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.dsv' +[1.974s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.sh' +[1.975s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib' +[1.975s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[1.975s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pkgconfig/pcdmap2pgm.pc' +[1.975s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/python3.10/site-packages' +[1.975s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[1.986s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.ps1' +[1.987s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv' +[1.987s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.sh' +[1.987s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.bash' +[1.987s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.zsh' +[1.988s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pcdmap2pgm/share/colcon-core/packages/pcdmap2pgm) +[1.989s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(plc_bringup) +[1.990s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +[2.001s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake module files +[2.002s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake config files +[2.002s] Level 1:colcon.colcon_core.shell:create_environment_hook('plc_bringup', 'cmake_prefix_path') +[2.018s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.ps1' +[2.019s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.dsv' +[2.019s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.sh' +[2.019s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[2.019s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/pkgconfig/plc_bringup.pc' +[2.020s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/python3.10/site-packages' +[2.020s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[2.032s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.ps1' +[2.032s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv' +[2.033s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.sh' +[2.033s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.bash' +[2.033s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.zsh' +[2.034s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/plc_bringup/share/colcon-core/packages/plc_bringup) +[2.036s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[2.036s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation) +[2.037s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +[2.048s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake module files +[2.048s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake config files +[2.049s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'cmake_prefix_path') +[2.063s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.ps1' +[2.064s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.dsv' +[2.064s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.sh' +[2.065s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib' +[2.065s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'ld_library_path_lib') +[2.082s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.ps1' +[2.083s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.dsv' +[2.083s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.sh' +[2.083s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[2.083s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/pkgconfig/linefit_ground_segmentation.pc' +[2.084s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/python3.10/site-packages' +[2.084s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[2.102s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.ps1' +[2.102s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv' +[2.103s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.sh' +[2.103s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.bash' +[2.103s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.zsh' +[2.104s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/colcon-core/packages/linefit_ground_segmentation) +[2.109s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +[2.126s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(omni_regulated_pure_pursuit_controller) +[2.138s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake module files +[2.138s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake config files +[2.138s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'cmake_prefix_path') +[2.150s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.ps1' +[2.151s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.dsv' +[2.151s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.sh' +[2.151s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib' +[2.151s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'ld_library_path_lib') +[2.162s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.ps1' +[2.162s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.dsv' +[2.163s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.sh' +[2.163s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[2.163s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/pkgconfig/omni_regulated_pure_pursuit_controller.pc' +[2.163s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/python3.10/site-packages' +[2.163s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[2.175s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.ps1' +[2.175s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv' +[2.176s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.sh' +[2.176s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.bash' +[2.176s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.zsh' +[2.176s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/colcon-core/packages/omni_regulated_pure_pursuit_controller) +[2.178s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[2.192s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pcdmap2pgm) +[2.205s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake module files +[2.205s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake config files +[2.206s] Level 1:colcon.colcon_core.shell:create_environment_hook('pcdmap2pgm', 'cmake_prefix_path') +[2.220s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.ps1' +[2.221s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.dsv' +[2.221s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.sh' +[2.221s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib' +[2.221s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[2.222s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pkgconfig/pcdmap2pgm.pc' +[2.222s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/python3.10/site-packages' +[2.222s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[2.236s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.ps1' +[2.237s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv' +[2.237s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.sh' +[2.238s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.bash' +[2.238s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.zsh' +[2.238s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pcdmap2pgm/share/colcon-core/packages/pcdmap2pgm) +[2.238s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/pointcloud_to_laserscan' with build type 'ament_cmake' +[2.239s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/pointcloud_to_laserscan' +[2.255s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.255s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.307s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/rm_serial_driver' with build type 'ament_cmake' +[2.307s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/rm_serial_driver' +[2.324s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.324s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.390s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(plc_bringup) +[2.401s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake module files +[2.401s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake config files +[2.401s] Level 1:colcon.colcon_core.shell:create_environment_hook('plc_bringup', 'cmake_prefix_path') +[2.413s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.ps1' +[2.414s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.dsv' +[2.414s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.sh' +[2.414s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[2.414s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/pkgconfig/plc_bringup.pc' +[2.415s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/python3.10/site-packages' +[2.415s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[2.427s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.ps1' +[2.427s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv' +[2.428s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.sh' +[2.428s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.bash' +[2.428s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.zsh' +[2.429s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/plc_bringup/share/colcon-core/packages/plc_bringup) +[2.429s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(icp_localization_ros2) +[2.430s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +[2.440s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake module files +[2.441s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake config files +[2.441s] Level 1:colcon.colcon_core.shell:create_environment_hook('icp_localization_ros2', 'cmake_prefix_path') +[2.451s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.ps1' +[2.452s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.dsv' +[2.452s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.sh' +[2.452s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib' +[2.453s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.453s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/pkgconfig/icp_localization_ros2.pc' +[2.453s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/python3.10/site-packages' +[2.453s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.463s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.ps1' +[2.464s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv' +[2.464s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.sh' +[2.464s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.bash' +[2.465s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.zsh' +[2.465s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/icp_localization_ros2/share/colcon-core/packages/icp_localization_ros2) +[2.467s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +[2.484s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation) +[2.496s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake module files +[2.496s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake config files +[2.496s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'cmake_prefix_path') +[2.508s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.ps1' +[2.509s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.dsv' +[2.509s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.sh' +[2.510s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib' +[2.510s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'ld_library_path_lib') +[2.521s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.ps1' +[2.522s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.dsv' +[2.522s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.sh' +[2.522s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[2.522s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/pkgconfig/linefit_ground_segmentation.pc' +[2.522s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/python3.10/site-packages' +[2.523s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[2.533s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.ps1' +[2.533s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv' +[2.534s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.sh' +[2.534s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.bash' +[2.534s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.zsh' +[2.534s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/colcon-core/packages/linefit_ground_segmentation) +[2.535s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/rm_urdf_ff' with build type 'ament_cmake' +[2.535s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/rm_urdf_ff' +[2.546s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.546s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.584s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +[2.585s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/serial' with build type 'ament_cmake' +[2.585s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/serial' +[2.608s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.608s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.664s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[2.672s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(octomap-distribution) +[2.680s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[2.680s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +[2.693s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution' for CMake module files +[2.693s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution' for CMake config files +[2.693s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'cmake_prefix_path') +[2.705s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/cmake_prefix_path.ps1' +[2.706s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/cmake_prefix_path.dsv' +[2.706s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/cmake_prefix_path.sh' +[2.707s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/lib' +[2.707s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'ld_library_path_lib') +[2.723s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/ld_library_path_lib.ps1' +[2.723s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/ld_library_path_lib.dsv' +[2.723s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/ld_library_path_lib.sh' +[2.724s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/bin' +[2.724s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'path') +[2.743s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/path.ps1' +[2.743s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/path.dsv' +[2.744s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/path.sh' +[2.744s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap-distribution.pc' +[2.744s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/lib/python3.10/site-packages' +[2.745s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/bin' +[2.745s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'pythonscriptspath') +[2.762s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/pythonscriptspath.ps1' +[2.762s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/pythonscriptspath.dsv' +[2.762s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/pythonscriptspath.sh' +[2.776s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.ps1' +[2.777s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.dsv' +[2.777s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.sh' +[2.777s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.bash' +[2.778s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.zsh' +[2.778s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/octomap-distribution/share/colcon-core/packages/octomap-distribution) +[2.797s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(icp_localization_ros2) +[2.816s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake module files +[2.817s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake config files +[2.818s] Level 1:colcon.colcon_core.shell:create_environment_hook('icp_localization_ros2', 'cmake_prefix_path') +[2.835s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.ps1' +[2.836s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.dsv' +[2.837s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.sh' +[2.837s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib' +[2.837s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.837s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/pkgconfig/icp_localization_ros2.pc' +[2.837s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/python3.10/site-packages' +[2.838s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.854s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.ps1' +[2.855s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv' +[2.855s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.sh' +[2.856s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.bash' +[2.856s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.zsh' +[2.857s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/icp_localization_ros2/share/colcon-core/packages/icp_localization_ros2) +[2.858s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros' with build type 'ament_cmake' +[2.858s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros' +[2.888s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.888s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.946s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[2.947s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(livox_ros_driver2) +[2.948s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[2.949s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +[2.961s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake module files +[2.962s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake config files +[2.963s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'cmake_prefix_path') +[2.978s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.ps1' +[2.978s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.dsv' +[2.979s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.sh' +[2.979s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib' +[2.979s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'ld_library_path_lib') +[2.990s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.ps1' +[2.990s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.dsv' +[2.991s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.sh' +[2.991s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[2.991s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/pkgconfig/livox_ros_driver2.pc' +[2.991s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/python3.10/site-packages' +[2.991s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[3.007s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.ps1' +[3.007s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv' +[3.008s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.sh' +[3.008s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.bash' +[3.008s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.zsh' +[3.008s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/livox_ros_driver2/share/colcon-core/packages/livox_ros_driver2) +[3.010s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[3.012s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[3.014s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[3.016s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[3.029s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[3.056s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +[3.082s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +[3.087s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_urdf_ff) +[3.095s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +[3.110s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake module files +[3.110s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake config files +[3.111s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_urdf_ff', 'cmake_prefix_path') +[3.126s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.ps1' +[3.127s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.dsv' +[3.127s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.sh' +[3.127s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.127s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/pkgconfig/rm_urdf_ff.pc' +[3.128s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/python3.10/site-packages' +[3.128s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.146s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.ps1' +[3.147s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv' +[3.147s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.sh' +[3.148s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.bash' +[3.148s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.zsh' +[3.148s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_urdf_ff/share/colcon-core/packages/rm_urdf_ff) +[3.151s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver +[3.151s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(serial) +[3.157s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +[3.168s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake module files +[3.169s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake config files +[3.169s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'cmake_prefix_path') +[3.181s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.ps1' +[3.182s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.dsv' +[3.182s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.sh' +[3.182s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib' +[3.182s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'ld_library_path_lib') +[3.193s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.ps1' +[3.193s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.dsv' +[3.194s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.sh' +[3.194s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.194s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/pkgconfig/serial.pc' +[3.194s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/python3.10/site-packages' +[3.194s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.207s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.ps1' +[3.208s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/package.dsv' +[3.208s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.sh' +[3.209s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.bash' +[3.209s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.zsh' +[3.209s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/serial/share/colcon-core/packages/serial) +[3.212s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +[3.216s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[3.217s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_serial_driver) +[3.217s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver +[3.241s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver' for CMake module files +[3.242s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver' for CMake config files +[3.242s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_serial_driver', 'cmake_prefix_path') +[3.256s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.ps1' +[3.257s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.dsv' +[3.257s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.sh' +[3.258s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib' +[3.258s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_serial_driver', 'ld_library_path_lib') +[3.271s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.ps1' +[3.272s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.dsv' +[3.272s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.sh' +[3.273s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/bin' +[3.273s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib/pkgconfig/rm_serial_driver.pc' +[3.273s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib/python3.10/site-packages' +[3.273s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/bin' +[3.286s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.ps1' +[3.286s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv' +[3.287s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.sh' +[3.287s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.bash' +[3.287s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.zsh' +[3.287s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_serial_driver/share/colcon-core/packages/rm_serial_driver) +[3.298s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(livox_ros_driver2) +[3.310s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake module files +[3.310s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake config files +[3.311s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'cmake_prefix_path') +[3.326s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.ps1' +[3.327s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.dsv' +[3.327s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.sh' +[3.327s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib' +[3.327s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'ld_library_path_lib') +[3.341s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.ps1' +[3.342s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.dsv' +[3.342s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.sh' +[3.342s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[3.342s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/pkgconfig/livox_ros_driver2.pc' +[3.342s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/python3.10/site-packages' +[3.342s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[3.355s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.ps1' +[3.356s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv' +[3.356s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.sh' +[3.357s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.bash' +[3.357s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.zsh' +[3.358s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/livox_ros_driver2/share/colcon-core/packages/livox_ros_driver2) +[3.370s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_urdf_ff) +[3.385s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake module files +[3.385s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake config files +[3.385s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_urdf_ff', 'cmake_prefix_path') +[3.399s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.ps1' +[3.399s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.dsv' +[3.400s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.sh' +[3.400s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.400s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/pkgconfig/rm_urdf_ff.pc' +[3.400s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/python3.10/site-packages' +[3.401s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.414s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.ps1' +[3.414s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv' +[3.414s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.sh' +[3.415s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.bash' +[3.415s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.zsh' +[3.415s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_urdf_ff/share/colcon-core/packages/rm_urdf_ff) +[3.416s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/FAST_LIO' with build type 'ament_cmake' +[3.417s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/FAST_LIO' +[3.430s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.430s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.464s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pointcloud_to_laserscan) +[3.465s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +[3.475s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake module files +[3.475s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake config files +[3.476s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'cmake_prefix_path') +[3.486s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.ps1' +[3.486s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.dsv' +[3.487s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.sh' +[3.487s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib' +[3.487s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'ld_library_path_lib') +[3.497s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.ps1' +[3.498s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.dsv' +[3.498s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.sh' +[3.498s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.498s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pkgconfig/pointcloud_to_laserscan.pc' +[3.498s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/python3.10/site-packages' +[3.499s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.509s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.ps1' +[3.510s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv' +[3.510s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.sh' +[3.510s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.bash' +[3.510s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.zsh' +[3.511s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/colcon-core/packages/pointcloud_to_laserscan) +[3.523s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(serial) +[3.533s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake module files +[3.533s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake config files +[3.534s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'cmake_prefix_path') +[3.544s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.ps1' +[3.544s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.dsv' +[3.545s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.sh' +[3.545s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib' +[3.545s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'ld_library_path_lib') +[3.556s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.ps1' +[3.556s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.dsv' +[3.556s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.sh' +[3.557s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.557s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/pkgconfig/serial.pc' +[3.557s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/python3.10/site-packages' +[3.557s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.567s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.ps1' +[3.567s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/package.dsv' +[3.567s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.sh' +[3.568s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.bash' +[3.568s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.zsh' +[3.568s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/serial/share/colcon-core/packages/serial) +[3.570s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +[3.583s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_serial_driver) +[3.593s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver' for CMake module files +[3.594s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver' for CMake config files +[3.594s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_serial_driver', 'cmake_prefix_path') +[3.603s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.ps1' +[3.604s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.dsv' +[3.604s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.sh' +[3.604s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib' +[3.604s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_serial_driver', 'ld_library_path_lib') +[3.614s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.ps1' +[3.614s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.dsv' +[3.615s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.sh' +[3.615s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/bin' +[3.615s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib/pkgconfig/rm_serial_driver.pc' +[3.615s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib/python3.10/site-packages' +[3.615s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/bin' +[3.625s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.ps1' +[3.626s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv' +[3.626s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.sh' +[3.627s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.bash' +[3.627s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.zsh' +[3.627s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_serial_driver/share/colcon-core/packages/rm_serial_driver) +[3.633s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[3.633s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake /home/firmament/codes/24navigation/src/imu_complementary_filter -DAMENT_CMAKE_SYMLINK_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/home/firmament/codes/24navigation/install/imu_complementary_filter +[3.634s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[3.644s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pointcloud_to_laserscan) +[3.655s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake module files +[3.655s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake config files +[3.656s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'cmake_prefix_path') +[3.668s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.ps1' +[3.669s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.dsv' +[3.669s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.sh' +[3.669s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib' +[3.670s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'ld_library_path_lib') +[3.683s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.ps1' +[3.684s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.dsv' +[3.685s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.sh' +[3.686s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.686s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pkgconfig/pointcloud_to_laserscan.pc' +[3.686s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/python3.10/site-packages' +[3.687s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.701s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.ps1' +[3.701s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv' +[3.702s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.sh' +[3.702s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.bash' +[3.703s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.zsh' +[3.704s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/colcon-core/packages/pointcloud_to_laserscan) +[3.704s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation_ros) +[3.705s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +[3.726s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake module files +[3.726s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake config files +[3.727s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation_ros', 'cmake_prefix_path') +[3.738s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.ps1' +[3.738s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.dsv' +[3.738s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.sh' +[3.739s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib' +[3.739s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.739s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/pkgconfig/linefit_ground_segmentation_ros.pc' +[3.739s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/python3.10/site-packages' +[3.739s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.757s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.ps1' +[3.758s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv' +[3.758s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.sh' +[3.758s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.bash' +[3.759s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.zsh' +[3.759s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/colcon-core/packages/linefit_ground_segmentation_ros) +[3.801s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation_ros) +[3.817s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake module files +[3.817s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake config files +[3.818s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation_ros', 'cmake_prefix_path') +[3.836s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.ps1' +[3.836s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.dsv' +[3.837s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.sh' +[3.837s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib' +[3.837s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.837s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/pkgconfig/linefit_ground_segmentation_ros.pc' +[3.838s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/python3.10/site-packages' +[3.838s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.850s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.ps1' +[3.850s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv' +[3.851s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.sh' +[3.851s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.bash' +[3.851s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.zsh' +[3.851s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/colcon-core/packages/linefit_ground_segmentation_ros) +[3.978s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[4.041s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +[4.095s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(fast_lio) +[4.095s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +[4.113s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake module files +[4.114s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake config files +[4.115s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'cmake_prefix_path') +[4.131s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.ps1' +[4.131s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.dsv' +[4.131s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.sh' +[4.132s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib' +[4.132s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'ld_library_path_lib') +[4.143s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.ps1' +[4.143s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.dsv' +[4.143s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.sh' +[4.144s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[4.144s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/pkgconfig/fast_lio.pc' +[4.144s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/python3.10/site-packages' +[4.144s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[4.157s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.ps1' +[4.158s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv' +[4.158s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.sh' +[4.158s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.bash' +[4.159s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.zsh' +[4.159s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/fast_lio/share/colcon-core/packages/fast_lio) +[4.232s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(fast_lio) +[4.250s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake module files +[4.251s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake config files +[4.252s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'cmake_prefix_path') +[4.262s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.ps1' +[4.262s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.dsv' +[4.262s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.sh' +[4.263s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib' +[4.263s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'ld_library_path_lib') +[4.273s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.ps1' +[4.273s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.dsv' +[4.273s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.sh' +[4.274s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[4.274s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/pkgconfig/fast_lio.pc' +[4.274s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/python3.10/site-packages' +[4.274s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[4.297s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.ps1' +[4.298s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv' +[4.298s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.sh' +[4.298s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.bash' +[4.299s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.zsh' +[4.299s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/fast_lio/share/colcon-core/packages/fast_lio) +[19.906s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[19.933s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +[20.110s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(imu_complementary_filter) +[20.110s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +[20.121s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake module files +[20.122s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake config files +[20.122s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'cmake_prefix_path') +[20.131s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.ps1' +[20.132s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.dsv' +[20.132s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.sh' +[20.132s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib' +[20.132s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'ld_library_path_lib') +[20.142s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.ps1' +[20.142s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.dsv' +[20.142s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.sh' +[20.142s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[20.142s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/pkgconfig/imu_complementary_filter.pc' +[20.143s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/python3.10/site-packages' +[20.143s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[20.152s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.ps1' +[20.152s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv' +[20.152s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.sh' +[20.153s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.bash' +[20.153s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.zsh' +[20.153s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/imu_complementary_filter/share/colcon-core/packages/imu_complementary_filter) +[20.190s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(imu_complementary_filter) +[20.200s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake module files +[20.201s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake config files +[20.201s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'cmake_prefix_path') +[20.210s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.ps1' +[20.210s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.dsv' +[20.211s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.sh' +[20.211s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib' +[20.211s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'ld_library_path_lib') +[20.220s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.ps1' +[20.220s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.dsv' +[20.221s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.sh' +[20.221s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[20.221s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/pkgconfig/imu_complementary_filter.pc' +[20.221s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/python3.10/site-packages' +[20.221s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[20.230s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.ps1' +[20.230s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv' +[20.230s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.sh' +[20.231s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.bash' +[20.231s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.zsh' +[20.231s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/imu_complementary_filter/share/colcon-core/packages/imu_complementary_filter) +[20.231s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[20.231s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[20.231s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[20.232s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[20.246s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[20.246s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[20.246s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[20.257s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[20.267s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.ps1' +[20.268s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/firmament/codes/24navigation/install/_local_setup_util_ps1.py' +[20.269s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.ps1' +[20.280s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.sh' +[20.281s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/firmament/codes/24navigation/install/_local_setup_util_sh.py' +[20.281s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.sh' +[20.294s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.bash' +[20.294s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.bash' +[20.305s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.zsh' +[20.305s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.zsh' diff --git a/log/build_2024-03-16_17-27-53/octomap-distribution/command.log b/log/build_2024-03-16_17-27-53/octomap-distribution/command.log new file mode 100644 index 00000000..b96ef55d --- /dev/null +++ b/log/build_2024-03-16_17-27-53/octomap-distribution/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution diff --git a/log/build_2024-03-16_17-27-53/octomap-distribution/stderr.log b/log/build_2024-03-16_17-27-53/octomap-distribution/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/octomap-distribution/stdout.log b/log/build_2024-03-16_17-27-53/octomap-distribution/stdout.log new file mode 100644 index 00000000..13a31f11 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/octomap-distribution/stdout.log @@ -0,0 +1,123 @@ +[ 3%] Built target octomath-static +[ 7%] Built target octomath +[ 15%] Built target octomap-static +[ 23%] Built target octomap +[ 28%] Built target octovis-static +[ 30%] Built target dynamicedt3d-static +[ 31%] Built target graph2tree +[ 33%] Built target log2graph +[ 34%] Built target binvox2bt +[ 35%] Built target edit_octree +[ 37%] Built target bt2vrml +[ 38%] Built target simple_example +[ 40%] Built target convert_octree +[ 42%] Built target eval_octree_accuracy +[ 44%] Built target compare_octrees +[ 46%] Built target octree2pointcloud +[ 48%] Built target intersection_example +[ 49%] Built target test_raycasting +[ 50%] Built target test_iterators +[ 51%] Built target normals_example +[ 53%] Built target test_io +[ 55%] Built target test_changedkeys +[ 56%] Built target test_color_tree +[ 57%] Built target color_tree_histogram +[ 59%] Built target test_pruning +[ 62%] Built target test_mapcollection +[ 63%] Built target test_scans +[ 65%] Built target test_bbx +[ 67%] Built target unit_tests +[ 68%] Built target dynamicedt3d +[ 74%] Built target octovis-shared +[ 76%] Built target exampleEDT3D +[ 77%] Built target exampleEDTOctomap +[ 79%] Built target exampleEDTOctomapStamped +[100%] Built target octovis +-- Install configuration: "" +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake diff --git a/log/build_2024-03-16_17-27-53/octomap-distribution/stdout_stderr.log b/log/build_2024-03-16_17-27-53/octomap-distribution/stdout_stderr.log new file mode 100644 index 00000000..13a31f11 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/octomap-distribution/stdout_stderr.log @@ -0,0 +1,123 @@ +[ 3%] Built target octomath-static +[ 7%] Built target octomath +[ 15%] Built target octomap-static +[ 23%] Built target octomap +[ 28%] Built target octovis-static +[ 30%] Built target dynamicedt3d-static +[ 31%] Built target graph2tree +[ 33%] Built target log2graph +[ 34%] Built target binvox2bt +[ 35%] Built target edit_octree +[ 37%] Built target bt2vrml +[ 38%] Built target simple_example +[ 40%] Built target convert_octree +[ 42%] Built target eval_octree_accuracy +[ 44%] Built target compare_octrees +[ 46%] Built target octree2pointcloud +[ 48%] Built target intersection_example +[ 49%] Built target test_raycasting +[ 50%] Built target test_iterators +[ 51%] Built target normals_example +[ 53%] Built target test_io +[ 55%] Built target test_changedkeys +[ 56%] Built target test_color_tree +[ 57%] Built target color_tree_histogram +[ 59%] Built target test_pruning +[ 62%] Built target test_mapcollection +[ 63%] Built target test_scans +[ 65%] Built target test_bbx +[ 67%] Built target unit_tests +[ 68%] Built target dynamicedt3d +[ 74%] Built target octovis-shared +[ 76%] Built target exampleEDT3D +[ 77%] Built target exampleEDTOctomap +[ 79%] Built target exampleEDTOctomapStamped +[100%] Built target octovis +-- Install configuration: "" +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake diff --git a/log/build_2024-03-16_17-27-53/octomap-distribution/streams.log b/log/build_2024-03-16_17-27-53/octomap-distribution/streams.log new file mode 100644 index 00000000..a2147851 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/octomap-distribution/streams.log @@ -0,0 +1,127 @@ +[0.207s] Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[0.293s] [ 3%] Built target octomath-static +[0.297s] [ 7%] Built target octomath +[0.383s] [ 15%] Built target octomap-static +[0.397s] [ 23%] Built target octomap +[0.443s] [ 28%] Built target octovis-static +[0.453s] [ 30%] Built target dynamicedt3d-static +[0.458s] [ 31%] Built target graph2tree +[0.468s] [ 33%] Built target log2graph +[0.469s] [ 34%] Built target binvox2bt +[0.469s] [ 35%] Built target edit_octree +[0.471s] [ 37%] Built target bt2vrml +[0.498s] [ 38%] Built target simple_example +[0.510s] [ 40%] Built target convert_octree +[0.516s] [ 42%] Built target eval_octree_accuracy +[0.516s] [ 44%] Built target compare_octrees +[0.530s] [ 46%] Built target octree2pointcloud +[0.531s] [ 48%] Built target intersection_example +[0.541s] [ 49%] Built target test_raycasting +[0.542s] [ 50%] Built target test_iterators +[0.560s] [ 51%] Built target normals_example +[0.584s] [ 53%] Built target test_io +[0.585s] [ 55%] Built target test_changedkeys +[0.585s] [ 56%] Built target test_color_tree +[0.588s] [ 57%] Built target color_tree_histogram +[0.603s] [ 59%] Built target test_pruning +[0.604s] [ 62%] Built target test_mapcollection +[0.605s] [ 63%] Built target test_scans +[0.633s] [ 65%] Built target test_bbx +[0.638s] [ 67%] Built target unit_tests +[0.644s] [ 68%] Built target dynamicedt3d +[0.650s] [ 74%] Built target octovis-shared +[0.674s] [ 76%] Built target exampleEDT3D +[0.678s] [ 77%] Built target exampleEDTOctomap +[0.680s] [ 79%] Built target exampleEDTOctomapStamped +[0.702s] [100%] Built target octovis +[0.758s] Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[1.190s] Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +[1.308s] -- Install configuration: "" +[1.308s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h +[1.308s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h +[1.309s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h +[1.309s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h +[1.309s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h +[1.309s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h +[1.309s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx +[1.309s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h +[1.309s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h +[1.310s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8 +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9 +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8 +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9 +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree +[1.311s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8 +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9 +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h +[1.312s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc +[1.313s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8 +[1.314s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9 +[1.314s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so +[1.314s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a +[1.314s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake +[1.402s] Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution diff --git a/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/command.log b/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/command.log new file mode 100644 index 00000000..79f7c4c8 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller diff --git a/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stderr.log b/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stdout.log b/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stdout.log new file mode 100644 index 00000000..dd79e1a9 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stdout.log @@ -0,0 +1,27 @@ +[100%] Built target omni_regulated_pure_pursuit_controller +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml diff --git a/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stdout_stderr.log b/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stdout_stderr.log new file mode 100644 index 00000000..dd79e1a9 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/stdout_stderr.log @@ -0,0 +1,27 @@ +[100%] Built target omni_regulated_pure_pursuit_controller +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml diff --git a/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/streams.log b/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/streams.log new file mode 100644 index 00000000..d114a661 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/omni_regulated_pure_pursuit_controller/streams.log @@ -0,0 +1,31 @@ +[0.164s] Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[0.298s] [100%] Built target omni_regulated_pure_pursuit_controller +[0.318s] Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[0.449s] Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +[0.463s] -- Install configuration: "Release" +[0.463s] -- Execute custom install script +[0.463s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so +[0.463s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp +[0.463s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh +[0.463s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv +[0.464s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml +[0.464s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller +[0.470s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller +[0.470s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh +[0.470s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv +[0.470s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv +[0.473s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash +[0.474s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh +[0.474s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh +[0.475s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv +[0.476s] -- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv +[0.492s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller +[0.492s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller +[0.492s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake +[0.492s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake +[0.492s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake +[0.492s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake +[0.493s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake +[0.493s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml +[0.502s] Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller diff --git a/log/build_2024-03-16_17-27-53/pcdmap2pgm/command.log b/log/build_2024-03-16_17-27-53/pcdmap2pgm/command.log new file mode 100644 index 00000000..30427697 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/pcdmap2pgm/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm diff --git a/log/build_2024-03-16_17-27-53/pcdmap2pgm/stderr.log b/log/build_2024-03-16_17-27-53/pcdmap2pgm/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/pcdmap2pgm/stdout.log b/log/build_2024-03-16_17-27-53/pcdmap2pgm/stdout.log new file mode 100644 index 00000000..5a016f56 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/pcdmap2pgm/stdout.log @@ -0,0 +1,23 @@ +[100%] Built target convert_pcd2pgm +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml diff --git a/log/build_2024-03-16_17-27-53/pcdmap2pgm/stdout_stderr.log b/log/build_2024-03-16_17-27-53/pcdmap2pgm/stdout_stderr.log new file mode 100644 index 00000000..5a016f56 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/pcdmap2pgm/stdout_stderr.log @@ -0,0 +1,23 @@ +[100%] Built target convert_pcd2pgm +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml diff --git a/log/build_2024-03-16_17-27-53/pcdmap2pgm/streams.log b/log/build_2024-03-16_17-27-53/pcdmap2pgm/streams.log new file mode 100644 index 00000000..87e4517c --- /dev/null +++ b/log/build_2024-03-16_17-27-53/pcdmap2pgm/streams.log @@ -0,0 +1,27 @@ +[0.122s] Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[0.271s] [100%] Built target convert_pcd2pgm +[0.277s] Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[0.416s] Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +[0.431s] -- Install configuration: "" +[0.432s] -- Execute custom install script +[0.432s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm +[0.432s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py +[0.434s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json +[0.434s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp +[0.434s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm +[0.434s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm +[0.435s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh +[0.435s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv +[0.435s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh +[0.435s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv +[0.436s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash +[0.436s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh +[0.436s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh +[0.436s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv +[0.436s] -- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv +[0.455s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm +[0.455s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake +[0.456s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake +[0.456s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake +[0.456s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml +[0.567s] Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm diff --git a/log/build_2024-03-16_17-27-53/plc_bringup/command.log b/log/build_2024-03-16_17-27-53/plc_bringup/command.log new file mode 100644 index 00000000..8cd9b11a --- /dev/null +++ b/log/build_2024-03-16_17-27-53/plc_bringup/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup diff --git a/log/build_2024-03-16_17-27-53/plc_bringup/stderr.log b/log/build_2024-03-16_17-27-53/plc_bringup/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/plc_bringup/stdout.log b/log/build_2024-03-16_17-27-53/plc_bringup/stdout.log new file mode 100644 index 00000000..67559d9d --- /dev/null +++ b/log/build_2024-03-16_17-27-53/plc_bringup/stdout.log @@ -0,0 +1,51 @@ +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml diff --git a/log/build_2024-03-16_17-27-53/plc_bringup/stdout_stderr.log b/log/build_2024-03-16_17-27-53/plc_bringup/stdout_stderr.log new file mode 100644 index 00000000..67559d9d --- /dev/null +++ b/log/build_2024-03-16_17-27-53/plc_bringup/stdout_stderr.log @@ -0,0 +1,51 @@ +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml diff --git a/log/build_2024-03-16_17-27-53/plc_bringup/streams.log b/log/build_2024-03-16_17-27-53/plc_bringup/streams.log new file mode 100644 index 00000000..fe112d1c --- /dev/null +++ b/log/build_2024-03-16_17-27-53/plc_bringup/streams.log @@ -0,0 +1,55 @@ +[0.088s] Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[0.242s] Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[0.375s] Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +[0.385s] -- Install configuration: "Release" +[0.389s] -- Execute custom install script +[0.389s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py +[0.389s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py +[0.389s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py +[0.389s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py +[0.389s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py +[0.389s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py +[0.390s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py +[0.390s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py +[0.390s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py +[0.390s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py +[0.390s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm +[0.390s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml +[0.391s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm +[0.391s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml +[0.391s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm +[0.391s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml +[0.391s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm +[0.393s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz +[0.393s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz +[0.393s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world +[0.393s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world +[0.393s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model +[0.393s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model +[0.393s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model +[0.394s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml +[0.394s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml +[0.394s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml +[0.394s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml +[0.394s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml +[0.394s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot +[0.394s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf +[0.395s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf +[0.395s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf +[0.395s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro +[0.395s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup +[0.395s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup +[0.395s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh +[0.395s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv +[0.396s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh +[0.396s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv +[0.396s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash +[0.396s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh +[0.396s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh +[0.396s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv +[0.396s] -- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv +[0.409s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup +[0.409s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake +[0.409s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake +[0.409s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml +[0.572s] Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup diff --git a/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/command.log b/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/command.log new file mode 100644 index 00000000..eeef31a6 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan diff --git a/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stderr.log b/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stdout.log b/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stdout.log new file mode 100644 index 00000000..63008f58 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stdout.log @@ -0,0 +1,39 @@ +[ 20%] Built target laserscan_to_pointcloud_node +[ 40%] Built target laserscan_to_pointcloud +[ 60%] Built target pointcloud_to_laserscan_node +[ 80%] Built target pointcloud_to_laserscan +[100%] Built target dummy_pointcloud_publisher +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml diff --git a/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stdout_stderr.log b/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stdout_stderr.log new file mode 100644 index 00000000..63008f58 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/stdout_stderr.log @@ -0,0 +1,39 @@ +[ 20%] Built target laserscan_to_pointcloud_node +[ 40%] Built target laserscan_to_pointcloud +[ 60%] Built target pointcloud_to_laserscan_node +[ 80%] Built target pointcloud_to_laserscan +[100%] Built target dummy_pointcloud_publisher +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml diff --git a/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/streams.log b/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/streams.log new file mode 100644 index 00000000..381ed2a4 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/pointcloud_to_laserscan/streams.log @@ -0,0 +1,43 @@ +[0.425s] Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[0.501s] [ 20%] Built target laserscan_to_pointcloud_node +[0.504s] [ 40%] Built target laserscan_to_pointcloud +[0.508s] [ 60%] Built target pointcloud_to_laserscan_node +[0.538s] [ 80%] Built target pointcloud_to_laserscan +[0.574s] [100%] Built target dummy_pointcloud_publisher +[0.772s] Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[0.973s] Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +[0.980s] -- Install configuration: "" +[0.981s] -- Execute custom install script +[0.982s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node +[0.982s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node +[0.982s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp +[0.982s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp +[0.982s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h +[0.983s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh +[0.983s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv +[0.983s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so +[0.983s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so +[0.983s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher +[0.983s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py +[0.984s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py +[0.984s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py +[0.984s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan +[0.984s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan +[0.984s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh +[0.984s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv +[0.984s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh +[0.985s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv +[0.985s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash +[0.985s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh +[0.985s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh +[0.985s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv +[0.985s] -- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv +[0.996s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan +[0.997s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan +[0.997s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake +[0.997s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake +[0.997s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake +[1.000s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake +[1.000s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake +[1.000s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml +[1.226s] Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan diff --git a/log/build_2024-03-16_17-27-53/rm_serial_driver/command.log b/log/build_2024-03-16_17-27-53/rm_serial_driver/command.log new file mode 100644 index 00000000..e9ab7766 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/rm_serial_driver/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver +Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver diff --git a/log/build_2024-03-16_17-27-53/rm_serial_driver/stderr.log b/log/build_2024-03-16_17-27-53/rm_serial_driver/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/rm_serial_driver/stdout.log b/log/build_2024-03-16_17-27-53/rm_serial_driver/stdout.log new file mode 100644 index 00000000..3927012c --- /dev/null +++ b/log/build_2024-03-16_17-27-53/rm_serial_driver/stdout.log @@ -0,0 +1,32 @@ +[ 40%] Built target rm_serial_driver_node +[100%] Built target rm_serial_driver +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/rm_serial_driver/rm_serial_driver_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/crc.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/packet.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/librm_serial_driver.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/config/serial_driver.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/launch/serial_driver.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/package_run_dependencies/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/parent_prefix_path/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/packages/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/rclcpp_components/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.xml diff --git a/log/build_2024-03-16_17-27-53/rm_serial_driver/stdout_stderr.log b/log/build_2024-03-16_17-27-53/rm_serial_driver/stdout_stderr.log new file mode 100644 index 00000000..3927012c --- /dev/null +++ b/log/build_2024-03-16_17-27-53/rm_serial_driver/stdout_stderr.log @@ -0,0 +1,32 @@ +[ 40%] Built target rm_serial_driver_node +[100%] Built target rm_serial_driver +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/rm_serial_driver/rm_serial_driver_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/crc.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/packet.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/librm_serial_driver.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/config/serial_driver.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/launch/serial_driver.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/package_run_dependencies/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/parent_prefix_path/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/packages/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/rclcpp_components/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.xml diff --git a/log/build_2024-03-16_17-27-53/rm_serial_driver/streams.log b/log/build_2024-03-16_17-27-53/rm_serial_driver/streams.log new file mode 100644 index 00000000..5ead26e7 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/rm_serial_driver/streams.log @@ -0,0 +1,36 @@ +[0.372s] Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[0.551s] [ 40%] Built target rm_serial_driver_node +[0.551s] [100%] Built target rm_serial_driver +[0.703s] Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[0.844s] Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver +[0.905s] -- Install configuration: "" +[0.905s] -- Execute custom install script +[0.905s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/rm_serial_driver/rm_serial_driver_node +[0.905s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/crc.hpp +[0.905s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/packet.hpp +[0.905s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp +[0.905s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.sh +[0.905s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.dsv +[0.905s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/librm_serial_driver.so +[0.905s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/config/serial_driver.yaml +[0.905s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/launch/serial_driver.launch.py +[0.905s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/package_run_dependencies/rm_serial_driver +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/parent_prefix_path/rm_serial_driver +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.sh +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.dsv +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.sh +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.dsv +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.bash +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.sh +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.zsh +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.dsv +[0.906s] -- Symlinking: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/packages/rm_serial_driver +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/rclcpp_components/rm_serial_driver +[0.906s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_dependencies-extras.cmake +[0.907s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_include_directories-extras.cmake +[0.907s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_libraries-extras.cmake +[0.907s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig.cmake +[0.907s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig-version.cmake +[0.907s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.xml +[0.910s] Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver diff --git a/log/build_2024-03-16_17-27-53/rm_urdf_ff/command.log b/log/build_2024-03-16_17-27-53/rm_urdf_ff/command.log new file mode 100644 index 00000000..a48098e3 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/rm_urdf_ff/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff diff --git a/log/build_2024-03-16_17-27-53/rm_urdf_ff/stderr.log b/log/build_2024-03-16_17-27-53/rm_urdf_ff/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/rm_urdf_ff/stdout.log b/log/build_2024-03-16_17-27-53/rm_urdf_ff/stdout.log new file mode 100644 index 00000000..c65f1095 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/rm_urdf_ff/stdout.log @@ -0,0 +1,27 @@ +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml diff --git a/log/build_2024-03-16_17-27-53/rm_urdf_ff/stdout_stderr.log b/log/build_2024-03-16_17-27-53/rm_urdf_ff/stdout_stderr.log new file mode 100644 index 00000000..c65f1095 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/rm_urdf_ff/stdout_stderr.log @@ -0,0 +1,27 @@ +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml diff --git a/log/build_2024-03-16_17-27-53/rm_urdf_ff/streams.log b/log/build_2024-03-16_17-27-53/rm_urdf_ff/streams.log new file mode 100644 index 00000000..5d1d370a --- /dev/null +++ b/log/build_2024-03-16_17-27-53/rm_urdf_ff/streams.log @@ -0,0 +1,31 @@ +[0.411s] Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[0.479s] Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[0.520s] Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +[0.529s] -- Install configuration: "" +[0.530s] -- Execute custom install script +[0.530s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py +[0.531s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml +[0.531s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL +[0.531s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL +[0.531s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL +[0.531s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL +[0.531s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL +[0.532s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv +[0.532s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf +[0.532s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff +[0.532s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff +[0.532s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh +[0.532s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv +[0.533s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh +[0.533s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv +[0.533s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash +[0.533s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh +[0.533s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh +[0.535s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv +[0.536s] -- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv +[0.548s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff +[0.548s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake +[0.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake +[0.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake +[0.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml +[0.558s] Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff diff --git a/log/build_2024-03-16_17-27-53/serial/command.log b/log/build_2024-03-16_17-27-53/serial/command.log new file mode 100644 index 00000000..4ee1c455 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/serial/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial diff --git a/log/build_2024-03-16_17-27-53/serial/stderr.log b/log/build_2024-03-16_17-27-53/serial/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_17-27-53/serial/stdout.log b/log/build_2024-03-16_17-27-53/serial/stdout.log new file mode 100644 index 00000000..e84c0013 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/serial/stdout.log @@ -0,0 +1,25 @@ +[100%] Built target serial +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml diff --git a/log/build_2024-03-16_17-27-53/serial/stdout_stderr.log b/log/build_2024-03-16_17-27-53/serial/stdout_stderr.log new file mode 100644 index 00000000..e84c0013 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/serial/stdout_stderr.log @@ -0,0 +1,25 @@ +[100%] Built target serial +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml diff --git a/log/build_2024-03-16_17-27-53/serial/streams.log b/log/build_2024-03-16_17-27-53/serial/streams.log new file mode 100644 index 00000000..c5c00770 --- /dev/null +++ b/log/build_2024-03-16_17-27-53/serial/streams.log @@ -0,0 +1,29 @@ +[0.363s] Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[0.427s] [100%] Built target serial +[0.431s] Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[0.497s] Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +[0.510s] -- Install configuration: "" +[0.512s] -- Execute custom install script +[0.512s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh +[0.512s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv +[0.513s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so +[0.513s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h +[0.513s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h +[0.513s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial +[0.513s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial +[0.513s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh +[0.513s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv +[0.514s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh +[0.514s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv +[0.514s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash +[0.514s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh +[0.514s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh +[0.514s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv +[0.514s] -- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv +[0.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial +[0.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake +[0.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake +[0.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake +[0.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake +[0.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml +[0.572s] Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial diff --git a/log/build_2024-03-16_20-25-22/events.log b/log/build_2024-03-16_20-25-22/events.log new file mode 100644 index 00000000..5c5b8912 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/events.log @@ -0,0 +1,969 @@ +[0.000000] (-) TimerEvent: {} +[0.000118] (icp_localization_ros2) JobQueued: {'identifier': 'icp_localization_ros2', 'dependencies': OrderedDict()} +[0.000158] (imu_complementary_filter) JobQueued: {'identifier': 'imu_complementary_filter', 'dependencies': OrderedDict()} +[0.000176] (linefit_ground_segmentation) JobQueued: {'identifier': 'linefit_ground_segmentation', 'dependencies': OrderedDict()} +[0.000189] (livox_ros_driver2) JobQueued: {'identifier': 'livox_ros_driver2', 'dependencies': OrderedDict()} +[0.000212] (octomap-distribution) JobQueued: {'identifier': 'octomap-distribution', 'dependencies': OrderedDict()} +[0.000222] (omni_regulated_pure_pursuit_controller) JobQueued: {'identifier': 'omni_regulated_pure_pursuit_controller', 'dependencies': OrderedDict()} +[0.000232] (pcdmap2pgm) JobQueued: {'identifier': 'pcdmap2pgm', 'dependencies': OrderedDict()} +[0.000242] (plc_bringup) JobQueued: {'identifier': 'plc_bringup', 'dependencies': OrderedDict()} +[0.000251] (pointcloud_to_laserscan) JobQueued: {'identifier': 'pointcloud_to_laserscan', 'dependencies': OrderedDict()} +[0.000261] (rm_serial_driver) JobQueued: {'identifier': 'rm_serial_driver', 'dependencies': OrderedDict()} +[0.000285] (rm_urdf_ff) JobQueued: {'identifier': 'rm_urdf_ff', 'dependencies': OrderedDict()} +[0.000295] (serial) JobQueued: {'identifier': 'serial', 'dependencies': OrderedDict()} +[0.000308] (fast_lio) JobQueued: {'identifier': 'fast_lio', 'dependencies': OrderedDict([('livox_ros_driver2', '/home/firmament/codes/24navigation/install/livox_ros_driver2')])} +[0.000321] (linefit_ground_segmentation_ros) JobQueued: {'identifier': 'linefit_ground_segmentation_ros', 'dependencies': OrderedDict([('linefit_ground_segmentation', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation')])} +[0.000689] (linefit_ground_segmentation) JobStarted: {'identifier': 'linefit_ground_segmentation'} +[0.046921] (livox_ros_driver2) JobStarted: {'identifier': 'livox_ros_driver2'} +[0.089847] (icp_localization_ros2) JobStarted: {'identifier': 'icp_localization_ros2'} +[0.099889] (-) TimerEvent: {} +[0.143430] (imu_complementary_filter) JobStarted: {'identifier': 'imu_complementary_filter'} +[0.188503] (octomap-distribution) JobStarted: {'identifier': 'octomap-distribution'} +[0.200000] (-) TimerEvent: {} +[0.232856] (omni_regulated_pure_pursuit_controller) JobStarted: {'identifier': 'omni_regulated_pure_pursuit_controller'} +[0.274609] (pcdmap2pgm) JobStarted: {'identifier': 'pcdmap2pgm'} +[0.300113] (-) TimerEvent: {} +[0.317651] (plc_bringup) JobStarted: {'identifier': 'plc_bringup'} +[0.371111] (linefit_ground_segmentation) JobProgress: {'identifier': 'linefit_ground_segmentation', 'progress': 'cmake'} +[0.371879] (linefit_ground_segmentation) JobProgress: {'identifier': 'linefit_ground_segmentation', 'progress': 'build'} +[0.372468] (linefit_ground_segmentation) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.374309] (livox_ros_driver2) JobProgress: {'identifier': 'livox_ros_driver2', 'progress': 'cmake'} +[0.374867] (livox_ros_driver2) JobProgress: {'identifier': 'livox_ros_driver2', 'progress': 'build'} +[0.375208] (livox_ros_driver2) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/livox_ros_driver2', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/livox_ros_driver2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/livox_ros_driver2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.376702] (icp_localization_ros2) JobProgress: {'identifier': 'icp_localization_ros2', 'progress': 'cmake'} +[0.377075] (icp_localization_ros2) JobProgress: {'identifier': 'icp_localization_ros2', 'progress': 'build'} +[0.377670] (icp_localization_ros2) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/icp_localization_ros2', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/icp_localization_ros2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/icp_localization_ros2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.379068] (imu_complementary_filter) JobProgress: {'identifier': 'imu_complementary_filter', 'progress': 'cmake'} +[0.379212] (imu_complementary_filter) JobProgress: {'identifier': 'imu_complementary_filter', 'progress': 'build'} +[0.379682] (imu_complementary_filter) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/imu_complementary_filter', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/imu_complementary_filter', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/imu_complementary_filter'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.381106] (octomap-distribution) JobProgress: {'identifier': 'octomap-distribution', 'progress': 'cmake'} +[0.381319] (octomap-distribution) JobProgress: {'identifier': 'octomap-distribution', 'progress': 'build'} +[0.381971] (octomap-distribution) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/octomap-distribution', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/octomap-distribution', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/octomap-distribution'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.383605] (omni_regulated_pure_pursuit_controller) JobProgress: {'identifier': 'omni_regulated_pure_pursuit_controller', 'progress': 'cmake'} +[0.384118] (omni_regulated_pure_pursuit_controller) JobProgress: {'identifier': 'omni_regulated_pure_pursuit_controller', 'progress': 'build'} +[0.384317] (omni_regulated_pure_pursuit_controller) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.388256] (pcdmap2pgm) JobProgress: {'identifier': 'pcdmap2pgm', 'progress': 'cmake'} +[0.388290] (pcdmap2pgm) JobProgress: {'identifier': 'pcdmap2pgm', 'progress': 'build'} +[0.388311] (pcdmap2pgm) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/pcdmap2pgm', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/pcdmap2pgm', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pcdmap2pgm'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.398539] (plc_bringup) JobProgress: {'identifier': 'plc_bringup', 'progress': 'cmake'} +[0.399059] (plc_bringup) JobProgress: {'identifier': 'plc_bringup', 'progress': 'build'} +[0.399422] (plc_bringup) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/plc_bringup', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/plc_bringup', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/plc_bringup'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.401601] (-) TimerEvent: {} +[0.439488] (imu_complementary_filter) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target complementary_filter\x1b[0m\n'} +[0.461673] (octomap-distribution) StdoutLine: {'line': b'[ 3%] Built target octomath-static\n'} +[0.464966] (livox_ros_driver2) StdoutLine: {'line': b'[ 1%] Built target livox_interfaces2__cpp\n'} +[0.475066] (octomap-distribution) StdoutLine: {'line': b'[ 7%] Built target octomath\n'} +[0.475630] (livox_ros_driver2) StdoutLine: {'line': b'[ 8%] Built target livox_interfaces2__rosidl_generator_c\n'} +[0.476170] (imu_complementary_filter) StdoutLine: {'line': b'[ 60%] Built target complementary_filter\n'} +[0.484288] (linefit_ground_segmentation) StdoutLine: {'line': b'[100%] Built target linefit_ground_segmentation\n'} +[0.486353] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'[100%] Built target omni_regulated_pure_pursuit_controller\n'} +[0.494060] (livox_ros_driver2) StdoutLine: {'line': b'[ 12%] Built target livox_ros_driver2_node\n'} +[0.496182] (livox_ros_driver2) StdoutLine: {'line': b'[ 12%] Built target ament_cmake_python_symlink_livox_ros_driver2\n'} +[0.497083] (imu_complementary_filter) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target complementary_filter_node\x1b[0m\n'} +[0.501713] (-) TimerEvent: {} +[0.502502] (pcdmap2pgm) StdoutLine: {'line': b'[100%] Built target convert_pcd2pgm\n'} +[0.503787] (omni_regulated_pure_pursuit_controller) CommandEnded: {'returncode': 0} +[0.516135] (pcdmap2pgm) CommandEnded: {'returncode': 0} +[0.516912] (octomap-distribution) StdoutLine: {'line': b'[ 15%] Built target octomap-static\n'} +[0.517031] (livox_ros_driver2) StdoutLine: {'line': b'[ 19%] Built target livox_interfaces2__rosidl_typesupport_cpp\n'} +[0.521342] (octomap-distribution) StdoutLine: {'line': b'[ 23%] Built target octomap\n'} +[0.523198] (linefit_ground_segmentation) CommandEnded: {'returncode': 0} +[0.524649] (imu_complementary_filter) StdoutLine: {'line': b'[100%] Built target complementary_filter_node\n'} +[0.527047] (plc_bringup) CommandEnded: {'returncode': 0} +[0.541851] (icp_localization_ros2) StdoutLine: {'line': b'[100%] Built target icp_localization\n'} +[0.549010] (imu_complementary_filter) CommandEnded: {'returncode': 0} +[0.550131] (livox_ros_driver2) StdoutLine: {'line': b'[ 26%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp\n'} +[0.555074] (icp_localization_ros2) CommandEnded: {'returncode': 0} +[0.555878] (livox_ros_driver2) StdoutLine: {'line': b'[ 33%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp\n'} +[0.572177] (livox_ros_driver2) StdoutLine: {'line': b'[ 40%] Built target livox_interfaces2__rosidl_typesupport_c\n'} +[0.572642] (livox_ros_driver2) StdoutLine: {'line': b'[ 47%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c\n'} +[0.573701] (livox_ros_driver2) StdoutLine: {'line': b'[ 54%] Built target livox_interfaces2__rosidl_typesupport_introspection_c\n'} +[0.579060] (omni_regulated_pure_pursuit_controller) JobProgress: {'identifier': 'omni_regulated_pure_pursuit_controller', 'progress': 'install'} +[0.584616] (octomap-distribution) StdoutLine: {'line': b'[ 25%] Built target dynamicedt3d-static\n'} +[0.587050] (octomap-distribution) StdoutLine: {'line': b'[ 30%] Built target octovis-static\n'} +[0.593053] (omni_regulated_pure_pursuit_controller) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller'], 'cwd': '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.593647] (octomap-distribution) StdoutLine: {'line': b'[ 32%] Built target log2graph\n'} +[0.595431] (octomap-distribution) StdoutLine: {'line': b'[ 33%] Built target graph2tree\n'} +[0.601054] (octomap-distribution) StdoutLine: {'line': b'[ 34%] Built target binvox2bt\n'} +[0.601781] (-) TimerEvent: {} +[0.607760] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Install configuration: "Release"\n'} +[0.609039] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.609685] (octomap-distribution) StdoutLine: {'line': b'[ 36%] Built target bt2vrml\n'} +[0.609841] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so\n'} +[0.610621] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp\n'} +[0.611000] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh\n'} +[0.611352] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv\n'} +[0.611671] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml\n'} +[0.611988] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller\n'} +[0.612341] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller\n'} +[0.612664] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh\n'} +[0.612966] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv\n'} +[0.613103] (livox_ros_driver2) StdoutLine: {'line': b'[ 82%] Built target livox_ros_driver2\n'} +[0.613256] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh\n'} +[0.613399] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv\n'} +[0.613556] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash\n'} +[0.613692] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh\n'} +[0.613829] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh\n'} +[0.613972] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv\n'} +[0.614072] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv\n'} +[0.617065] (livox_ros_driver2) StdoutLine: {'line': b'[ 82%] Built target livox_interfaces2\n'} +[0.628922] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller\n'} +[0.629193] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller\n'} +[0.629279] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[0.629397] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[0.629622] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[0.629764] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake\n'} +[0.629850] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake\n'} +[0.629930] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml\n'} +[0.639198] (omni_regulated_pure_pursuit_controller) CommandEnded: {'returncode': 0} +[0.640158] (octomap-distribution) StdoutLine: {'line': b'[ 37%] Built target edit_octree\n'} +[0.655184] (livox_ros_driver2) StdoutLine: {'line': b'[ 84%] Built target livox_interfaces2__py\n'} +[0.661159] (octomap-distribution) StdoutLine: {'line': b'[ 39%] Built target compare_octrees\n'} +[0.663699] (octomap-distribution) StdoutLine: {'line': b'[ 40%] Built target simple_example\n'} +[0.663897] (octomap-distribution) StdoutLine: {'line': b'[ 44%] Built target convert_octree\n'} +[0.663970] (octomap-distribution) StdoutLine: {'line': b'[ 44%] Built target eval_octree_accuracy\n'} +[0.670577] (octomap-distribution) StdoutLine: {'line': b'[ 46%] Built target intersection_example\n'} +[0.686354] (octomap-distribution) StdoutLine: {'line': b'[ 47%] Built target normals_example\n'} +[0.690335] (livox_ros_driver2) StdoutLine: {'line': b'[ 89%] Built target livox_interfaces2__rosidl_generator_py\n'} +[0.690930] (octomap-distribution) StdoutLine: {'line': b'[ 49%] Built target octree2pointcloud\n'} +[0.701960] (-) TimerEvent: {} +[0.713323] (octomap-distribution) StdoutLine: {'line': b'[ 50%] Built target test_raycasting\n'} +[0.717041] (octomap-distribution) StdoutLine: {'line': b'[ 52%] Built target test_io\n'} +[0.719863] (octomap-distribution) StdoutLine: {'line': b'[ 53%] Built target test_iterators\n'} +[0.720436] (octomap-distribution) StdoutLine: {'line': b'[ 57%] Built target test_changedkeys\n'} +[0.720906] (octomap-distribution) StdoutLine: {'line': b'[ 57%] Built target test_scans\n'} +[0.729936] (octomap-distribution) StdoutLine: {'line': b'[ 58%] Built target test_color_tree\n'} +[0.734254] (livox_ros_driver2) StdoutLine: {'line': b'[ 92%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext\n'} +[0.742189] (livox_ros_driver2) StdoutLine: {'line': b'[ 96%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext\n'} +[0.743071] (livox_ros_driver2) StdoutLine: {'line': b'[100%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext\n'} +[0.748319] (plc_bringup) JobProgress: {'identifier': 'plc_bringup', 'progress': 'install'} +[0.748400] (plc_bringup) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/plc_bringup'], 'cwd': '/home/firmament/codes/24navigation/build/plc_bringup', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/plc_bringup'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.751705] (linefit_ground_segmentation) JobProgress: {'identifier': 'linefit_ground_segmentation', 'progress': 'install'} +[0.751797] (linefit_ground_segmentation) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.763828] (pcdmap2pgm) JobProgress: {'identifier': 'pcdmap2pgm', 'progress': 'install'} +[0.764555] (pcdmap2pgm) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/pcdmap2pgm'], 'cwd': '/home/firmament/codes/24navigation/build/pcdmap2pgm', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pcdmap2pgm'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.765523] (octomap-distribution) StdoutLine: {'line': b'[ 60%] Built target test_pruning\n'} +[0.766071] (octomap-distribution) StdoutLine: {'line': b'[ 62%] Built target test_mapcollection\n'} +[0.766735] (octomap-distribution) StdoutLine: {'line': b'[ 64%] Built target test_bbx\n'} +[0.768756] (octomap-distribution) StdoutLine: {'line': b'[ 66%] Built target unit_tests\n'} +[0.770661] (imu_complementary_filter) JobProgress: {'identifier': 'imu_complementary_filter', 'progress': 'install'} +[0.775088] (imu_complementary_filter) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/imu_complementary_filter'], 'cwd': '/home/firmament/codes/24navigation/build/imu_complementary_filter', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/imu_complementary_filter'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.776900] (octomap-distribution) StdoutLine: {'line': b'[ 67%] Built target dynamicedt3d\n'} +[0.778198] (octomap-distribution) StdoutLine: {'line': b'[ 68%] Built target color_tree_histogram\n'} +[0.780815] (plc_bringup) StdoutLine: {'line': b'-- Install configuration: "Release"\n'} +[0.785359] (plc_bringup) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.785528] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py\n'} +[0.785609] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py\n'} +[0.785688] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py\n'} +[0.785764] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py\n'} +[0.785864] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py\n'} +[0.785938] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py\n'} +[0.786017] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py\n'} +[0.786086] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py\n'} +[0.786161] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py\n'} +[0.786231] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py\n'} +[0.786300] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm\n'} +[0.786551] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml\n'} +[0.786638] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm\n'} +[0.786718] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml\n'} +[0.786790] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm\n'} +[0.786851] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml\n'} +[0.786923] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm\n'} +[0.786986] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz\n'} +[0.787064] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz\n'} +[0.787124] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world\n'} +[0.787184] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world\n'} +[0.787253] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model\n'} +[0.787314] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model\n'} +[0.788370] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model\n'} +[0.788461] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml\n'} +[0.788553] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml\n'} +[0.788642] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml\n'} +[0.788803] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml\n'} +[0.788896] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml\n'} +[0.788975] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot\n'} +[0.789043] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf\n'} +[0.789117] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf\n'} +[0.789187] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf\n'} +[0.789258] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro\n'} +[0.789324] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup\n'} +[0.789391] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup\n'} +[0.789460] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh\n'} +[0.789542] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv\n'} +[0.789655] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh\n'} +[0.789721] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv\n'} +[0.789788] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash\n'} +[0.789862] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh\n'} +[0.789931] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh\n'} +[0.790000] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv\n'} +[0.790058] (plc_bringup) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv\n'} +[0.790124] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[0.790202] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.790270] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h\n'} +[0.790339] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h\n'} +[0.790406] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h\n'} +[0.790473] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h\n'} +[0.790633] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h\n'} +[0.790708] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh\n'} +[0.790763] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv\n'} +[0.790817] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so\n'} +[0.790872] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation\n'} +[0.790929] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation\n'} +[0.790984] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh\n'} +[0.791041] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv\n'} +[0.791101] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh\n'} +[0.791167] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv\n'} +[0.791233] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash\n'} +[0.791310] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh\n'} +[0.791396] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh\n'} +[0.791465] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv\n'} +[0.791535] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv\n'} +[0.791604] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation\n'} +[0.791672] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[0.791774] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[0.796976] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[0.797073] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake\n'} +[0.797144] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake\n'} +[0.797216] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml\n'} +[0.797307] (pcdmap2pgm) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[0.797388] (pcdmap2pgm) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.797460] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm\n'} +[0.797531] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py\n'} +[0.797600] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json\n'} +[0.797666] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp\n'} +[0.797736] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm\n'} +[0.797809] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm\n'} +[0.798039] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh\n'} +[0.798206] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv\n'} +[0.798340] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh\n'} +[0.798438] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv\n'} +[0.798677] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash\n'} +[0.798840] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh\n'} +[0.798995] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh\n'} +[0.799276] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv\n'} +[0.800534] (pcdmap2pgm) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv\n'} +[0.800645] (octomap-distribution) StdoutLine: {'line': b'[ 74%] Built target octovis-shared\n'} +[0.800876] (linefit_ground_segmentation) CommandEnded: {'returncode': 0} +[0.801381] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup\n'} +[0.801577] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake\n'} +[0.801745] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake\n'} +[0.801966] (-) TimerEvent: {} +[0.802148] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml\n'} +[0.802241] (imu_complementary_filter) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[0.802619] (imu_complementary_filter) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.802759] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node\n'} +[0.802958] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h\n'} +[0.803021] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h\n'} +[0.803096] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py\n'} +[0.803267] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh\n'} +[0.803896] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv\n'} +[0.803978] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter\n'} +[0.804045] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter\n'} +[0.804118] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh\n'} +[0.804180] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv\n'} +[0.804241] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm\n'} +[0.804309] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[0.804375] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh\n'} +[0.804441] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv\n'} +[0.804503] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash\n'} +[0.804565] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh\n'} +[0.804627] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh\n'} +[0.804709] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv\n'} +[0.804771] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv\n'} +[0.804833] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake\n'} +[0.804896] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake\n'} +[0.804959] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml\n'} +[0.805022] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter\n'} +[0.805083] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[0.805152] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[0.805214] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake\n'} +[0.805276] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake\n'} +[0.805338] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake\n'} +[0.805408] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml\n'} +[0.805470] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so\n'} +[0.805542] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake\n'} +[0.805605] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake\n'} +[0.810773] (octomap-distribution) StdoutLine: {'line': b'[ 75%] Built target exampleEDTOctomap\n'} +[0.812817] (octomap-distribution) StdoutLine: {'line': b'[ 77%] Built target exampleEDT3D\n'} +[0.816580] (octomap-distribution) StdoutLine: {'line': b'[ 79%] Built target exampleEDTOctomapStamped\n'} +[0.833585] (octomap-distribution) StdoutLine: {'line': b'[100%] Built target octovis\n'} +[0.838707] (livox_ros_driver2) StdoutLine: {'line': b'running egg_info\n'} +[0.839600] (livox_ros_driver2) StdoutLine: {'line': b'writing livox_ros_driver2.egg-info/PKG-INFO\n'} +[0.839932] (livox_ros_driver2) StdoutLine: {'line': b'writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt\n'} +[0.840098] (livox_ros_driver2) StdoutLine: {'line': b'writing top-level names to livox_ros_driver2.egg-info/top_level.txt\n'} +[0.842758] (livox_ros_driver2) StdoutLine: {'line': b"reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt'\n"} +[0.843397] (livox_ros_driver2) StdoutLine: {'line': b"writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt'\n"} +[0.857385] (plc_bringup) CommandEnded: {'returncode': 0} +[0.868221] (livox_ros_driver2) StdoutLine: {'line': b'[100%] Built target ament_cmake_python_build_livox_ros_driver2_egg\n'} +[0.897092] (pcdmap2pgm) CommandEnded: {'returncode': 0} +[0.902083] (-) TimerEvent: {} +[0.933146] (imu_complementary_filter) CommandEnded: {'returncode': 0} +[1.002164] (-) TimerEvent: {} +[1.036854] (omni_regulated_pure_pursuit_controller) JobEnded: {'identifier': 'omni_regulated_pure_pursuit_controller', 'rc': 0} +[1.038459] (icp_localization_ros2) JobProgress: {'identifier': 'icp_localization_ros2', 'progress': 'install'} +[1.038556] (icp_localization_ros2) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/icp_localization_ros2'], 'cwd': '/home/firmament/codes/24navigation/build/icp_localization_ros2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/icp_localization_ros2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.039480] (octomap-distribution) CommandEnded: {'returncode': 0} +[1.040091] (pointcloud_to_laserscan) JobStarted: {'identifier': 'pointcloud_to_laserscan'} +[1.093097] (icp_localization_ros2) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.093658] (icp_localization_ros2) StdoutLine: {'line': b'-- Execute custom install script\n'} +[1.094094] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp\n'} +[1.094164] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp\n'} +[1.094221] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp\n'} +[1.094277] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp\n'} +[1.094323] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp\n'} +[1.094369] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp\n'} +[1.094413] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp\n'} +[1.094520] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp\n'} +[1.094631] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp\n'} +[1.094675] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp\n'} +[1.095189] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp\n'} +[1.095230] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp\n'} +[1.095270] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp\n'} +[1.095309] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp\n'} +[1.095365] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp\n'} +[1.095415] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp\n'} +[1.095455] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp\n'} +[1.095493] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp\n'} +[1.095531] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp\n'} +[1.095569] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp\n'} +[1.095606] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization\n'} +[1.095644] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py\n'} +[1.095688] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml\n'} +[1.095727] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml\n'} +[1.095766] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml\n'} +[1.095804] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml\n'} +[1.095842] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd\n'} +[1.095882] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2\n'} +[1.095965] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2\n'} +[1.096523] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh\n'} +[1.096684] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv\n'} +[1.096748] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh\n'} +[1.096812] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv\n'} +[1.097410] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash\n'} +[1.097535] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh\n'} +[1.097595] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh\n'} +[1.097683] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv\n'} +[1.097733] (icp_localization_ros2) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv\n'} +[1.097782] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2\n'} +[1.097931] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[1.097986] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[1.098116] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake\n'} +[1.098198] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake\n'} +[1.098373] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml\n'} +[1.098516] (livox_ros_driver2) CommandEnded: {'returncode': 0} +[1.102265] (-) TimerEvent: {} +[1.158606] (linefit_ground_segmentation) JobEnded: {'identifier': 'linefit_ground_segmentation', 'rc': 0} +[1.202372] (-) TimerEvent: {} +[1.205567] (plc_bringup) JobEnded: {'identifier': 'plc_bringup', 'rc': 0} +[1.271279] (pcdmap2pgm) JobEnded: {'identifier': 'pcdmap2pgm', 'rc': 0} +[1.302510] (-) TimerEvent: {} +[1.332304] (imu_complementary_filter) JobEnded: {'identifier': 'imu_complementary_filter', 'rc': 0} +[1.333139] (rm_serial_driver) JobStarted: {'identifier': 'rm_serial_driver'} +[1.376495] (icp_localization_ros2) CommandEnded: {'returncode': 0} +[1.402638] (-) TimerEvent: {} +[1.412747] (rm_urdf_ff) JobStarted: {'identifier': 'rm_urdf_ff'} +[1.461097] (serial) JobStarted: {'identifier': 'serial'} +[1.503217] (-) TimerEvent: {} +[1.505102] (linefit_ground_segmentation_ros) JobStarted: {'identifier': 'linefit_ground_segmentation_ros'} +[1.570816] (pointcloud_to_laserscan) JobProgress: {'identifier': 'pointcloud_to_laserscan', 'progress': 'cmake'} +[1.571421] (pointcloud_to_laserscan) JobProgress: {'identifier': 'pointcloud_to_laserscan', 'progress': 'build'} +[1.571725] (pointcloud_to_laserscan) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.575666] (octomap-distribution) JobProgress: {'identifier': 'octomap-distribution', 'progress': 'install'} +[1.575713] (octomap-distribution) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/octomap-distribution'], 'cwd': '/home/firmament/codes/24navigation/build/octomap-distribution', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/octomap-distribution'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.577246] (livox_ros_driver2) JobProgress: {'identifier': 'livox_ros_driver2', 'progress': 'install'} +[1.577376] (livox_ros_driver2) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/livox_ros_driver2'], 'cwd': '/home/firmament/codes/24navigation/build/livox_ros_driver2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/livox_ros_driver2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.579336] (rm_serial_driver) JobProgress: {'identifier': 'rm_serial_driver', 'progress': 'cmake'} +[1.579802] (rm_serial_driver) JobProgress: {'identifier': 'rm_serial_driver', 'progress': 'build'} +[1.580257] (rm_serial_driver) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/rm_serial_driver', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/rm_serial_driver', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_serial_driver'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.582498] (octomap-distribution) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.582756] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h\n'} +[1.582844] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h\n'} +[1.582938] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h\n'} +[1.583088] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h\n'} +[1.583171] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h\n'} +[1.583387] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h\n'} +[1.583573] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx\n'} +[1.583660] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h\n'} +[1.583797] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx\n'} +[1.583866] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h\n'} +[1.583945] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h\n'} +[1.584136] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h\n'} +[1.584218] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx\n'} +[1.584355] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h\n'} +[1.584438] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx\n'} +[1.584652] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx\n'} +[1.584799] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h\n'} +[1.584885] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h\n'} +[1.585014] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h\n'} +[1.585086] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h\n'} +[1.585142] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx\n'} +[1.585215] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h\n'} +[1.585276] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h\n'} +[1.585673] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h\n'} +[1.585769] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h\n'} +[1.586107] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h\n'} +[1.586327] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h\n'} +[1.586690] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h\n'} +[1.586872] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h\n'} +[1.587177] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h\n'} +[1.587252] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h\n'} +[1.587315] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h\n'} +[1.587472] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml\n'} +[1.587550] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap\n'} +[1.587808] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake\n'} +[1.587872] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake\n'} +[1.587949] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc\n'} +[1.588010] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8\n'} +[1.588071] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9\n'} +[1.588139] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so\n'} +[1.588200] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a\n'} +[1.588259] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8\n'} +[1.588325] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9\n'} +[1.588800] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so\n'} +[1.588864] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a\n'} +[1.588944] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake\n'} +[1.589033] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree\n'} +[1.589093] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph\n'} +[1.589152] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt\n'} +[1.589209] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml\n'} +[1.589266] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree\n'} +[1.589323] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree\n'} +[1.589411] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy\n'} +[1.589472] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees\n'} +[1.589537] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis\n'} +[1.589616] (livox_ros_driver2) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.589856] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a\n'} +[1.589943] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8\n'} +[1.590008] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9\n'} +[1.590071] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so\n'} +[1.590129] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake\n'} +[1.590191] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h\n'} +[1.590503] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h\n'} +[1.590656] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h\n'} +[1.590729] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h\n'} +[1.590794] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h\n'} +[1.590973] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h\n'} +[1.591043] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h\n'} +[1.591107] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake\n'} +[1.591171] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake\n'} +[1.591233] (livox_ros_driver2) StdoutLine: {'line': b'-- Execute custom install script\n'} +[1.591817] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2\n'} +[1.592071] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml\n'} +[1.592168] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis\n'} +[1.592301] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h\n'} +[1.592363] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h\n'} +[1.592423] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx\n'} +[1.592484] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h\n'} +[1.592544] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h\n'} +[1.592604] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx\n'} +[1.592663] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h\n'} +[1.592721] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h\n'} +[1.592778] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml\n'} +[1.592834] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D\n'} +[1.592888] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake\n'} +[1.592990] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake\n'} +[1.593049] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h\n'} +[1.593109] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h\n'} +[1.593168] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h\n'} +[1.593226] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h\n'} +[1.594022] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc\n'} +[1.594173] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8\n'} +[1.594244] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9\n'} +[1.594587] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h\n'} +[1.594804] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so\n'} +[1.594912] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a\n'} +[1.594980] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake\n'} +[1.595086] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h\n'} +[1.595624] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h\n'} +[1.595747] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh\n'} +[1.595850] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv\n'} +[1.596098] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h\n'} +[1.596152] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h\n'} +[1.596198] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h\n'} +[1.596241] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h\n'} +[1.596366] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h\n'} +[1.596420] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h\n'} +[1.596478] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp\n'} +[1.596538] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp\n'} +[1.596599] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp\n'} +[1.596646] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp\n'} +[1.596814] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp\n'} +[1.596917] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp\n'} +[1.596986] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp\n'} +[1.597048] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp\n'} +[1.597104] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[1.597158] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[1.597222] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h\n'} +[1.597403] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp\n'} +[1.597471] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp\n'} +[1.597572] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh\n'} +[1.597664] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv\n'} +[1.597731] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO\n'} +[1.597880] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt\n'} +[1.597937] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt\n'} +[1.598055] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt\n'} +[1.598157] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py\n'} +[1.598224] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c\n'} +[1.598274] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c\n'} +[1.598383] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c\n'} +[1.598582] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so\n'} +[1.598651] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.598776] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.598830] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.598881] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py\n'} +[1.598999] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py\n'} +[1.599110] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c\n'} +[1.599236] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py\n'} +[1.599357] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c\n'} +[1.599452] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.599983] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.600044] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.600088] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl\n'} +[1.600129] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl\n'} +[1.600177] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg\n'} +[1.600216] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg\n'} +[1.600253] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node\n'} +[1.600288] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so\n'} +[1.600325] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json\n'} +[1.600361] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json\n'} +[1.600396] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz\n'} +[1.600438] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz\n'} +[1.600474] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz\n'} +[1.600510] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json\n'} +[1.600547] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py\n'} +[1.600593] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py\n'} +[1.600630] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py\n'} +[1.600666] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py\n'} +[1.600706] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py\n'} +[1.600742] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2\n'} +[1.600778] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2\n'} +[1.600816] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh\n'} +[1.600852] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv\n'} +[1.600887] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh\n'} +[1.600923] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv\n'} +[1.600961] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash\n'} +[1.600997] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh\n'} +[1.601032] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh\n'} +[1.601068] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv\n'} +[1.601105] (livox_ros_driver2) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv\n'} +[1.603528] (-) TimerEvent: {} +[1.609939] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2\n'} +[1.610153] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2\n'} +[1.610224] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake\n'} +[1.610303] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[1.610369] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[1.610674] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[1.610917] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake\n'} +[1.611061] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake\n'} +[1.611129] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake\n'} +[1.611191] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake\n'} +[1.611253] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake\n'} +[1.611321] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml\n'} +[1.611401] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so\n'} +[1.611468] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so\n'} +[1.611539] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so\n'} +[1.611598] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so\n'} +[1.611660] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so\n'} +[1.611726] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so\n'} +[1.611786] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so\n'} +[1.642072] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 20%] Built target pointcloud_to_laserscan_node\n'} +[1.645159] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 40%] Built target laserscan_to_pointcloud_node\n'} +[1.648747] (livox_ros_driver2) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'...\n"} +[1.648927] (livox_ros_driver2) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'...\n"} +[1.659758] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so\n'} +[1.659943] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake\n'} +[1.660021] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake\n'} +[1.660093] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake\n'} +[1.660161] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake\n'} +[1.660229] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake\n'} +[1.660297] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake\n'} +[1.660372] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake\n'} +[1.660440] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake\n'} +[1.660514] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake\n'} +[1.660582] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake\n'} +[1.660650] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake\n'} +[1.660718] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake\n'} +[1.660953] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake\n'} +[1.661063] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake\n'} +[1.661132] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake\n'} +[1.661192] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake\n'} +[1.661256] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake\n'} +[1.661354] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 60%] Built target laserscan_to_pointcloud\n'} +[1.686892] (icp_localization_ros2) JobEnded: {'identifier': 'icp_localization_ros2', 'rc': 0} +[1.687543] (rm_urdf_ff) JobProgress: {'identifier': 'rm_urdf_ff', 'progress': 'cmake'} +[1.688110] (rm_urdf_ff) JobProgress: {'identifier': 'rm_urdf_ff', 'progress': 'build'} +[1.688655] (rm_urdf_ff) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/rm_urdf_ff', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/rm_urdf_ff', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_urdf_ff'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.690656] (serial) JobProgress: {'identifier': 'serial', 'progress': 'cmake'} +[1.691157] (serial) JobProgress: {'identifier': 'serial', 'progress': 'build'} +[1.691395] (serial) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/serial', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/serial', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/serial'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.700798] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 80%] Built target pointcloud_to_laserscan\n'} +[1.701909] (rm_serial_driver) StdoutLine: {'line': b'[ 40%] Built target rm_serial_driver_node\n'} +[1.702066] (rm_serial_driver) StdoutLine: {'line': b'[ 60%] \x1b[32mBuilding CXX object CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o\x1b[0m\n'} +[1.704536] (linefit_ground_segmentation_ros) JobProgress: {'identifier': 'linefit_ground_segmentation_ros', 'progress': 'cmake'} +[1.704593] (-) TimerEvent: {} +[1.704734] (linefit_ground_segmentation_ros) JobProgress: {'identifier': 'linefit_ground_segmentation_ros', 'progress': 'build'} +[1.704760] (linefit_ground_segmentation_ros) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.719040] (livox_ros_driver2) CommandEnded: {'returncode': 0} +[1.738194] (pointcloud_to_laserscan) StdoutLine: {'line': b'[100%] Built target dummy_pointcloud_publisher\n'} +[1.758599] (serial) StdoutLine: {'line': b'[100%] Built target serial\n'} +[1.782281] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'[ 50%] Built target ground_segmentation_test_node\n'} +[1.790774] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'[100%] Built target ground_segmentation_node\n'} +[1.800667] (octomap-distribution) CommandEnded: {'returncode': 0} +[1.804693] (-) TimerEvent: {} +[1.903958] (octomap-distribution) JobEnded: {'identifier': 'octomap-distribution', 'rc': 0} +[1.904769] (-) TimerEvent: {} +[1.905870] (pointcloud_to_laserscan) CommandEnded: {'returncode': 0} +[1.907025] (rm_urdf_ff) CommandEnded: {'returncode': 0} +[1.914375] (serial) CommandEnded: {'returncode': 0} +[1.923566] (linefit_ground_segmentation_ros) CommandEnded: {'returncode': 0} +[2.004901] (-) TimerEvent: {} +[2.014907] (livox_ros_driver2) JobEnded: {'identifier': 'livox_ros_driver2', 'rc': 0} +[2.015711] (fast_lio) JobStarted: {'identifier': 'fast_lio'} +[2.066448] (rm_urdf_ff) JobProgress: {'identifier': 'rm_urdf_ff', 'progress': 'install'} +[2.066535] (rm_urdf_ff) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/rm_urdf_ff'], 'cwd': '/home/firmament/codes/24navigation/build/rm_urdf_ff', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_urdf_ff'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.067344] (pointcloud_to_laserscan) JobProgress: {'identifier': 'pointcloud_to_laserscan', 'progress': 'install'} +[2.067670] (pointcloud_to_laserscan) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan'], 'cwd': '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.068903] (serial) JobProgress: {'identifier': 'serial', 'progress': 'install'} +[2.069224] (serial) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/serial'], 'cwd': '/home/firmament/codes/24navigation/build/serial', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/serial'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.070769] (linefit_ground_segmentation_ros) JobProgress: {'identifier': 'linefit_ground_segmentation_ros', 'progress': 'install'} +[2.071189] (linefit_ground_segmentation_ros) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.073678] (fast_lio) JobProgress: {'identifier': 'fast_lio', 'progress': 'cmake'} +[2.074790] (fast_lio) JobProgress: {'identifier': 'fast_lio', 'progress': 'build'} +[2.075631] (fast_lio) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/fast_lio', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/fast_lio', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/fast_lio'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.077391] (rm_urdf_ff) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[2.077752] (rm_urdf_ff) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.077892] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py\n'} +[2.077986] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml\n'} +[2.078089] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL\n'} +[2.078153] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL\n'} +[2.078309] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL\n'} +[2.078420] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[2.078517] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.078618] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL\n'} +[2.078726] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL\n'} +[2.078829] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv\n'} +[2.078917] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf\n'} +[2.078982] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node\n'} +[2.079076] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff\n'} +[2.079169] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node\n'} +[2.079234] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff\n'} +[2.079300] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh\n'} +[2.079419] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp\n'} +[2.079524] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv\n'} +[2.079609] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp\n'} +[2.079675] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh\n'} +[2.079773] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h\n'} +[2.079841] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv\n'} +[2.079943] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash\n'} +[2.080031] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh\n'} +[2.080104] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv\n'} +[2.080216] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh\n'} +[2.080291] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh\n'} +[2.080418] (serial) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[2.080524] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so\n'} +[2.080591] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so\n'} +[2.080848] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv\n'} +[2.080970] (rm_urdf_ff) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv\n'} +[2.081034] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher\n'} +[2.081145] (serial) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.081244] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py\n'} +[2.081320] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh\n'} +[2.081408] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py\n'} +[2.081477] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv\n'} +[2.081573] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py\n'} +[2.081642] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so\n'} +[2.081718] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan\n'} +[2.081800] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h\n'} +[2.081886] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan\n'} +[2.081947] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h\n'} +[2.082004] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh\n'} +[2.084766] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial\n'} +[2.084911] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv\n'} +[2.084993] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[2.085071] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh\n'} +[2.085154] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial\n'} +[2.085225] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv\n'} +[2.085295] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh\n'} +[2.085358] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.085424] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash\n'} +[2.085486] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh\n'} +[2.085545] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv\n'} +[2.085603] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh\n'} +[2.085666] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh\n'} +[2.085727] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv\n'} +[2.085787] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash\n'} +[2.085848] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv\n'} +[2.085902] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv\n'} +[2.085958] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node\n'} +[2.086015] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh\n'} +[2.086071] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node\n'} +[2.086130] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh\n'} +[2.086190] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv\n'} +[2.086251] (serial) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv\n'} +[2.086316] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py\n'} +[2.086381] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml\n'} +[2.086447] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py\n'} +[2.086524] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros\n'} +[2.086598] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros\n'} +[2.086665] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh\n'} +[2.086730] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv\n'} +[2.086799] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh\n'} +[2.086868] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv\n'} +[2.086945] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash\n'} +[2.087016] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh\n'} +[2.087084] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh\n'} +[2.087150] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv\n'} +[2.087216] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv\n'} +[2.091084] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan\n'} +[2.091697] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan\n'} +[2.091909] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.092009] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[2.092685] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[2.092859] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake\n'} +[2.092942] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake\n'} +[2.093031] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml\n'} +[2.093087] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial\n'} +[2.093334] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[2.096162] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[2.096293] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake\n'} +[2.096361] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake\n'} +[2.096422] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml\n'} +[2.096483] (pointcloud_to_laserscan) CommandEnded: {'returncode': 0} +[2.104302] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros\n'} +[2.104531] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.104580] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake\n'} +[2.104621] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake\n'} +[2.104662] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml\n'} +[2.104704] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff\n'} +[2.104795] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.104835] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake\n'} +[2.104873] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake\n'} +[2.104909] (-) TimerEvent: {} +[2.105219] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml\n'} +[2.143949] (fast_lio) StdoutLine: {'line': b'[ 2%] Built target fast_lio__cpp\n'} +[2.145064] (fast_lio) StdoutLine: {'line': b'[ 11%] Built target fast_lio__rosidl_generator_c\n'} +[2.151641] (fast_lio) StdoutLine: {'line': b'[ 11%] Built target ament_cmake_python_symlink_fast_lio\n'} +[2.172934] (serial) CommandEnded: {'returncode': 0} +[2.176652] (fast_lio) StdoutLine: {'line': b'[ 34%] Built target fast_lio__rosidl_typesupport_c\n'} +[2.176832] (fast_lio) StdoutLine: {'line': b'[ 34%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp\n'} +[2.177668] (fast_lio) StdoutLine: {'line': b'[ 37%] Built target fast_lio__rosidl_typesupport_cpp\n'} +[2.186640] (fast_lio) StdoutLine: {'line': b'[ 45%] Built target fast_lio__rosidl_typesupport_introspection_c\n'} +[2.186881] (fast_lio) StdoutLine: {'line': b'[ 54%] Built target fast_lio__rosidl_typesupport_introspection_cpp\n'} +[2.198325] (fast_lio) StdoutLine: {'line': b'[ 62%] Built target fast_lio__rosidl_typesupport_fastrtps_c\n'} +[2.205044] (-) TimerEvent: {} +[2.224124] (fast_lio) StdoutLine: {'line': b'[ 62%] Built target fast_lio\n'} +[2.242330] (fast_lio) StdoutLine: {'line': b'[ 74%] Built target fastlio_mapping\n'} +[2.255262] (rm_urdf_ff) CommandEnded: {'returncode': 0} +[2.261858] (fast_lio) StdoutLine: {'line': b'[ 77%] Built target fast_lio__py\n'} +[2.290071] (fast_lio) StdoutLine: {'line': b'[ 82%] Built target fast_lio__rosidl_generator_py\n'} +[2.305171] (-) TimerEvent: {} +[2.318838] (linefit_ground_segmentation_ros) CommandEnded: {'returncode': 0} +[2.319462] (fast_lio) StdoutLine: {'line': b'[ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext\n'} +[2.320265] (fast_lio) StdoutLine: {'line': b'[ 94%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext\n'} +[2.329911] (fast_lio) StdoutLine: {'line': b'[100%] Built target fast_lio__rosidl_typesupport_c__pyext\n'} +[2.405593] (-) TimerEvent: {} +[2.428573] (fast_lio) StdoutLine: {'line': b'running egg_info\n'} +[2.431036] (fast_lio) StdoutLine: {'line': b'writing fast_lio.egg-info/PKG-INFO\n'} +[2.431188] (fast_lio) StdoutLine: {'line': b'writing dependency_links to fast_lio.egg-info/dependency_links.txt\n'} +[2.431260] (fast_lio) StdoutLine: {'line': b'writing top-level names to fast_lio.egg-info/top_level.txt\n'} +[2.439091] (fast_lio) StdoutLine: {'line': b"reading manifest file 'fast_lio.egg-info/SOURCES.txt'\n"} +[2.439291] (fast_lio) StdoutLine: {'line': b"writing manifest file 'fast_lio.egg-info/SOURCES.txt'\n"} +[2.471805] (pointcloud_to_laserscan) JobEnded: {'identifier': 'pointcloud_to_laserscan', 'rc': 0} +[2.472140] (fast_lio) StdoutLine: {'line': b'[100%] Built target ament_cmake_python_build_fast_lio_egg\n'} +[2.505732] (-) TimerEvent: {} +[2.537517] (serial) JobEnded: {'identifier': 'serial', 'rc': 0} +[2.582275] (rm_urdf_ff) JobEnded: {'identifier': 'rm_urdf_ff', 'rc': 0} +[2.605913] (-) TimerEvent: {} +[2.661273] (linefit_ground_segmentation_ros) JobEnded: {'identifier': 'linefit_ground_segmentation_ros', 'rc': 0} +[2.662494] (fast_lio) CommandEnded: {'returncode': 0} +[2.706004] (-) TimerEvent: {} +[2.728094] (fast_lio) JobProgress: {'identifier': 'fast_lio', 'progress': 'install'} +[2.728743] (fast_lio) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/fast_lio'], 'cwd': '/home/firmament/codes/24navigation/build/fast_lio', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/fast_lio'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.735824] (fast_lio) StdoutLine: {'line': b'-- Install configuration: "Release"\n'} +[2.736262] (fast_lio) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.736459] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio\n'} +[2.736877] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h\n'} +[2.736954] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h\n'} +[2.737063] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h\n'} +[2.737176] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h\n'} +[2.737281] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h\n'} +[2.737444] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh\n'} +[2.737588] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv\n'} +[2.737961] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h\n'} +[2.738069] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h\n'} +[2.738422] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp\n'} +[2.738483] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp\n'} +[2.738589] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp\n'} +[2.738696] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp\n'} +[2.739098] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[2.739175] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h\n'} +[2.739489] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h\n'} +[2.739600] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h\n'} +[2.739947] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp\n'} +[2.740057] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh\n'} +[2.740216] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv\n'} +[2.740486] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO\n'} +[2.740585] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt\n'} +[2.740698] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt\n'} +[2.740830] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt\n'} +[2.741335] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py\n'} +[2.741439] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c\n'} +[2.741527] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c\n'} +[2.741647] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c\n'} +[2.741752] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.741842] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.741943] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.742044] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so\n'} +[2.742183] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py\n'} +[2.742271] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py\n'} +[2.742376] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c\n'} +[2.742630] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.742864] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.743086] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.743243] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl\n'} +[2.743399] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg\n'} +[2.743625] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping\n'} +[2.743921] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml\n'} +[2.744012] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml\n'} +[2.744109] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml\n'} +[2.744203] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml\n'} +[2.744296] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml\n'} +[2.744549] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch\n'} +[2.744646] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py\n'} +[2.744733] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch\n'} +[2.744829] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch\n'} +[2.744933] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch\n'} +[2.745018] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch\n'} +[2.745213] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz\n'} +[2.745385] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio\n'} +[2.745545] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio\n'} +[2.745696] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh\n'} +[2.745839] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv\n'} +[2.745985] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh\n'} +[2.746124] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv\n'} +[2.746261] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash\n'} +[2.746399] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh\n'} +[2.746533] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh\n'} +[2.746701] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv\n'} +[2.746799] (fast_lio) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv\n'} +[2.753951] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio\n'} +[2.754074] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake\n'} +[2.754180] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[2.754327] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[2.754470] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake\n'} +[2.754610] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake\n'} +[2.754751] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.754895] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake\n'} +[2.755041] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake\n'} +[2.755143] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake\n'} +[2.755281] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml\n'} +[2.755487] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so\n'} +[2.755758] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so\n'} +[2.755993] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so\n'} +[2.756242] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so\n'} +[2.756444] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so\n'} +[2.756653] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so\n'} +[2.756870] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so\n'} +[2.779363] (fast_lio) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'...\n"} +[2.779577] (fast_lio) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'...\n"} +[2.782476] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so\n'} +[2.782698] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake\n'} +[2.782814] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake\n'} +[2.782925] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake\n'} +[2.783021] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake\n'} +[2.783113] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake\n'} +[2.783195] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake\n'} +[2.783285] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake\n'} +[2.783373] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake\n'} +[2.783435] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake\n'} +[2.783498] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake\n'} +[2.783565] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake\n'} +[2.783631] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake\n'} +[2.783696] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake\n'} +[2.783760] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake\n'} +[2.783825] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake\n'} +[2.783897] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake\n'} +[2.783967] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake\n'} +[2.784723] (fast_lio) CommandEnded: {'returncode': 0} +[2.806136] (-) TimerEvent: {} +[2.906697] (-) TimerEvent: {} +[2.968574] (fast_lio) JobEnded: {'identifier': 'fast_lio', 'rc': 0} +[3.006880] (-) TimerEvent: {} +[3.107127] (-) TimerEvent: {} +[3.207410] (-) TimerEvent: {} +[3.307719] (-) TimerEvent: {} +[3.408004] (-) TimerEvent: {} +[3.508288] (-) TimerEvent: {} +[3.608573] (-) TimerEvent: {} +[3.708893] (-) TimerEvent: {} +[3.809206] (-) TimerEvent: {} +[3.909563] (-) TimerEvent: {} +[4.009920] (-) TimerEvent: {} +[4.110260] (-) TimerEvent: {} +[4.210613] (-) TimerEvent: {} +[4.310907] (-) TimerEvent: {} +[4.411175] (-) TimerEvent: {} +[4.413620] (rm_serial_driver) StderrLine: {'line': b'\x1b[01m\x1b[K/home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid rm_serial_driver::RMSerialDriver::chassis_cmd_cb(geometry_msgs::msg::Twist_ >::SharedPtr)\x1b[m\x1b[K\xe2\x80\x99:\n'} +[4.413748] (rm_serial_driver) StderrLine: {'line': b'\x1b[01m\x1b[K/home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:299:3:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kthis \xe2\x80\x98\x1b[01m\x1b[Kelse\x1b[m\x1b[K\xe2\x80\x99 clause does not guard... [\x1b[01;31m\x1b[K\x1b]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation\x07-Werror=misleading-indentation\x1b]8;;\x07\x1b[m\x1b[K]\n'} +[4.413795] (rm_serial_driver) StderrLine: {'line': b' 299 | \x1b[01;31m\x1b[Kelse\x1b[m\x1b[K\n'} +[4.413833] (rm_serial_driver) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~\x1b[m\x1b[K\n'} +[4.413869] (rm_serial_driver) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp:27\x1b[m\x1b[K,\n'} +[4.413907] (rm_serial_driver) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp:25\x1b[m\x1b[K,\n'} +[4.413943] (rm_serial_driver) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp:31\x1b[m\x1b[K,\n'} +[4.413979] (rm_serial_driver) StderrLine: {'line': b' from \x1b[01m\x1b[K/opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp:35\x1b[m\x1b[K,\n'} +[4.414015] (rm_serial_driver) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/firmament/codes/24navigation/src/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp:7\x1b[m\x1b[K,\n'} +[4.414052] (rm_serial_driver) StderrLine: {'line': b' from \x1b[01m\x1b[K/home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:4\x1b[m\x1b[K:\n'} +[4.414087] (rm_serial_driver) StderrLine: {'line': b'\x1b[01m\x1b[K/home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:304:5:\x1b[m\x1b[K \x1b[01;36m\x1b[Knote: \x1b[m\x1b[K...this statement, but the latter is misleadingly indented as if it were guarded by the \xe2\x80\x98\x1b[01m\x1b[Kelse\x1b[m\x1b[K\xe2\x80\x99\n'} +[4.414124] (rm_serial_driver) StderrLine: {'line': b' 304 | \x1b[01;36m\x1b[KRCLCPP_INFO\x1b[m\x1b[K(get_logger(), "hhhh %f",packet_.cmd_vx);\n'} +[4.414158] (rm_serial_driver) StderrLine: {'line': b' | \x1b[01;36m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'} +[4.511286] (-) TimerEvent: {} +[4.611602] (-) TimerEvent: {} +[4.711884] (-) TimerEvent: {} +[4.812235] (-) TimerEvent: {} +[4.912559] (-) TimerEvent: {} +[5.012900] (-) TimerEvent: {} +[5.113228] (-) TimerEvent: {} +[5.213572] (-) TimerEvent: {} +[5.313881] (-) TimerEvent: {} +[5.414217] (-) TimerEvent: {} +[5.514491] (-) TimerEvent: {} +[5.614761] (-) TimerEvent: {} +[5.715054] (-) TimerEvent: {} +[5.815315] (-) TimerEvent: {} +[5.915592] (-) TimerEvent: {} +[6.015845] (-) TimerEvent: {} +[6.116165] (-) TimerEvent: {} +[6.216465] (-) TimerEvent: {} +[6.316775] (-) TimerEvent: {} +[6.417070] (-) TimerEvent: {} +[6.517430] (-) TimerEvent: {} +[6.617731] (-) TimerEvent: {} +[6.718087] (-) TimerEvent: {} +[6.818400] (-) TimerEvent: {} +[6.918733] (-) TimerEvent: {} +[7.019065] (-) TimerEvent: {} +[7.119395] (-) TimerEvent: {} +[7.219719] (-) TimerEvent: {} +[7.319974] (-) TimerEvent: {} +[7.420235] (-) TimerEvent: {} +[7.520518] (-) TimerEvent: {} +[7.620777] (-) TimerEvent: {} +[7.721029] (-) TimerEvent: {} +[7.821299] (-) TimerEvent: {} +[7.921578] (-) TimerEvent: {} +[8.021891] (-) TimerEvent: {} +[8.122114] (-) TimerEvent: {} +[8.222394] (-) TimerEvent: {} +[8.322657] (-) TimerEvent: {} +[8.422900] (-) TimerEvent: {} +[8.523173] (-) TimerEvent: {} +[8.623516] (-) TimerEvent: {} +[8.723820] (-) TimerEvent: {} +[8.743101] (rm_serial_driver) StderrLine: {'line': b'cc1plus: all warnings being treated as errors\n'} +[8.766742] (rm_serial_driver) StderrLine: {'line': b'gmake[2]: *** [CMakeFiles/rm_serial_driver.dir/build.make:76: CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o] Error 1\n'} +[8.767200] (rm_serial_driver) StderrLine: {'line': b'gmake[1]: *** [CMakeFiles/Makefile2:139: CMakeFiles/rm_serial_driver.dir/all] Error 2\n'} +[8.767325] (rm_serial_driver) StderrLine: {'line': b'gmake: *** [Makefile:146: all] Error 2\n'} +[8.768667] (rm_serial_driver) CommandEnded: {'returncode': 2} +[8.823906] (-) TimerEvent: {} +[8.848298] (rm_serial_driver) JobEnded: {'identifier': 'rm_serial_driver', 'rc': 2} +[8.858840] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-16_20-25-22/fast_lio/command.log b/log/build_2024-03-16_20-25-22/fast_lio/command.log new file mode 100644 index 00000000..c7800961 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/fast_lio/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio diff --git a/log/build_2024-03-16_20-25-22/fast_lio/stderr.log b/log/build_2024-03-16_20-25-22/fast_lio/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/fast_lio/stdout.log b/log/build_2024-03-16_20-25-22/fast_lio/stdout.log new file mode 100644 index 00000000..8020ed24 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/fast_lio/stdout.log @@ -0,0 +1,128 @@ +[ 2%] Built target fast_lio__cpp +[ 11%] Built target fast_lio__rosidl_generator_c +[ 11%] Built target ament_cmake_python_symlink_fast_lio +[ 34%] Built target fast_lio__rosidl_typesupport_c +[ 34%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp +[ 37%] Built target fast_lio__rosidl_typesupport_cpp +[ 45%] Built target fast_lio__rosidl_typesupport_introspection_c +[ 54%] Built target fast_lio__rosidl_typesupport_introspection_cpp +[ 62%] Built target fast_lio__rosidl_typesupport_fastrtps_c +[ 62%] Built target fast_lio +[ 74%] Built target fastlio_mapping +[ 77%] Built target fast_lio__py +[ 82%] Built target fast_lio__rosidl_generator_py +[ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext +[ 94%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext +[100%] Built target fast_lio__rosidl_typesupport_c__pyext +running egg_info +writing fast_lio.egg-info/PKG-INFO +writing dependency_links to fast_lio.egg-info/dependency_links.txt +writing top-level names to fast_lio.egg-info/top_level.txt +reading manifest file 'fast_lio.egg-info/SOURCES.txt' +writing manifest file 'fast_lio.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_fast_lio_egg +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'... +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake diff --git a/log/build_2024-03-16_20-25-22/fast_lio/stdout_stderr.log b/log/build_2024-03-16_20-25-22/fast_lio/stdout_stderr.log new file mode 100644 index 00000000..8020ed24 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/fast_lio/stdout_stderr.log @@ -0,0 +1,128 @@ +[ 2%] Built target fast_lio__cpp +[ 11%] Built target fast_lio__rosidl_generator_c +[ 11%] Built target ament_cmake_python_symlink_fast_lio +[ 34%] Built target fast_lio__rosidl_typesupport_c +[ 34%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp +[ 37%] Built target fast_lio__rosidl_typesupport_cpp +[ 45%] Built target fast_lio__rosidl_typesupport_introspection_c +[ 54%] Built target fast_lio__rosidl_typesupport_introspection_cpp +[ 62%] Built target fast_lio__rosidl_typesupport_fastrtps_c +[ 62%] Built target fast_lio +[ 74%] Built target fastlio_mapping +[ 77%] Built target fast_lio__py +[ 82%] Built target fast_lio__rosidl_generator_py +[ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext +[ 94%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext +[100%] Built target fast_lio__rosidl_typesupport_c__pyext +running egg_info +writing fast_lio.egg-info/PKG-INFO +writing dependency_links to fast_lio.egg-info/dependency_links.txt +writing top-level names to fast_lio.egg-info/top_level.txt +reading manifest file 'fast_lio.egg-info/SOURCES.txt' +writing manifest file 'fast_lio.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_fast_lio_egg +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'... +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake diff --git a/log/build_2024-03-16_20-25-22/fast_lio/streams.log b/log/build_2024-03-16_20-25-22/fast_lio/streams.log new file mode 100644 index 00000000..6edbe729 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/fast_lio/streams.log @@ -0,0 +1,132 @@ +[0.061s] Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[0.128s] [ 2%] Built target fast_lio__cpp +[0.130s] [ 11%] Built target fast_lio__rosidl_generator_c +[0.136s] [ 11%] Built target ament_cmake_python_symlink_fast_lio +[0.161s] [ 34%] Built target fast_lio__rosidl_typesupport_c +[0.161s] [ 34%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp +[0.162s] [ 37%] Built target fast_lio__rosidl_typesupport_cpp +[0.171s] [ 45%] Built target fast_lio__rosidl_typesupport_introspection_c +[0.171s] [ 54%] Built target fast_lio__rosidl_typesupport_introspection_cpp +[0.183s] [ 62%] Built target fast_lio__rosidl_typesupport_fastrtps_c +[0.209s] [ 62%] Built target fast_lio +[0.227s] [ 74%] Built target fastlio_mapping +[0.246s] [ 77%] Built target fast_lio__py +[0.274s] [ 82%] Built target fast_lio__rosidl_generator_py +[0.304s] [ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext +[0.305s] [ 94%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext +[0.314s] [100%] Built target fast_lio__rosidl_typesupport_c__pyext +[0.413s] running egg_info +[0.415s] writing fast_lio.egg-info/PKG-INFO +[0.416s] writing dependency_links to fast_lio.egg-info/dependency_links.txt +[0.416s] writing top-level names to fast_lio.egg-info/top_level.txt +[0.423s] reading manifest file 'fast_lio.egg-info/SOURCES.txt' +[0.424s] writing manifest file 'fast_lio.egg-info/SOURCES.txt' +[0.456s] [100%] Built target ament_cmake_python_build_fast_lio_egg +[0.647s] Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[0.714s] Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +[0.720s] -- Install configuration: "Release" +[0.721s] -- Execute custom install script +[0.721s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio +[0.721s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h +[0.721s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h +[0.721s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h +[0.721s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h +[0.722s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h +[0.722s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh +[0.722s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv +[0.722s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h +[0.722s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +[0.723s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp +[0.723s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp +[0.723s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp +[0.723s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp +[0.723s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp +[0.723s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +[0.724s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h +[0.724s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h +[0.724s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp +[0.724s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh +[0.725s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv +[0.725s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO +[0.725s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt +[0.725s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt +[0.725s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt +[0.726s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py +[0.726s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c +[0.726s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c +[0.726s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c +[0.726s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[0.726s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[0.726s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[0.726s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so +[0.726s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py +[0.727s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py +[0.727s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c +[0.727s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[0.727s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[0.727s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[0.728s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl +[0.728s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg +[0.728s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping +[0.728s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml +[0.728s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml +[0.728s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml +[0.728s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml +[0.729s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml +[0.729s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch +[0.729s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py +[0.729s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch +[0.729s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch +[0.729s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch +[0.729s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch +[0.730s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz +[0.730s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio +[0.730s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio +[0.730s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh +[0.730s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv +[0.730s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh +[0.730s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv +[0.731s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash +[0.731s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh +[0.731s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh +[0.731s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv +[0.731s] -- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv +[0.738s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio +[0.738s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake +[0.738s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake +[0.739s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake +[0.739s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake +[0.739s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +[0.739s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake +[0.739s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +[0.739s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake +[0.739s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake +[0.740s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml +[0.740s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so +[0.740s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so +[0.740s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so +[0.741s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so +[0.741s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so +[0.741s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so +[0.741s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so +[0.764s] Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'... +[0.764s] Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'... +[0.767s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so +[0.767s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake +[0.767s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake +[0.767s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake +[0.767s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake +[0.767s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake +[0.768s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake +[0.769s] Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio diff --git a/log/build_2024-03-16_20-25-22/icp_localization_ros2/command.log b/log/build_2024-03-16_20-25-22/icp_localization_ros2/command.log new file mode 100644 index 00000000..3071380d --- /dev/null +++ b/log/build_2024-03-16_20-25-22/icp_localization_ros2/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 diff --git a/log/build_2024-03-16_20-25-22/icp_localization_ros2/stderr.log b/log/build_2024-03-16_20-25-22/icp_localization_ros2/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/icp_localization_ros2/stdout.log b/log/build_2024-03-16_20-25-22/icp_localization_ros2/stdout.log new file mode 100644 index 00000000..361fc149 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/icp_localization_ros2/stdout.log @@ -0,0 +1,47 @@ +[100%] Built target icp_localization +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml diff --git a/log/build_2024-03-16_20-25-22/icp_localization_ros2/stdout_stderr.log b/log/build_2024-03-16_20-25-22/icp_localization_ros2/stdout_stderr.log new file mode 100644 index 00000000..361fc149 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/icp_localization_ros2/stdout_stderr.log @@ -0,0 +1,47 @@ +[100%] Built target icp_localization +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml diff --git a/log/build_2024-03-16_20-25-22/icp_localization_ros2/streams.log b/log/build_2024-03-16_20-25-22/icp_localization_ros2/streams.log new file mode 100644 index 00000000..2c2cc7d2 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/icp_localization_ros2/streams.log @@ -0,0 +1,51 @@ +[0.289s] Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[0.452s] [100%] Built target icp_localization +[0.465s] Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[0.949s] Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +[1.004s] -- Install configuration: "" +[1.004s] -- Execute custom install script +[1.004s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp +[1.004s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp +[1.004s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp +[1.004s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp +[1.004s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp +[1.004s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp +[1.004s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp +[1.005s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp +[1.005s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp +[1.005s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp +[1.005s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp +[1.005s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp +[1.005s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp +[1.005s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp +[1.005s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp +[1.005s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2 +[1.006s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2 +[1.007s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh +[1.007s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv +[1.007s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh +[1.007s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv +[1.008s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash +[1.008s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh +[1.008s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh +[1.008s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv +[1.008s] -- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv +[1.008s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2 +[1.008s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake +[1.008s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake +[1.008s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake +[1.008s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake +[1.009s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml +[1.287s] Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 diff --git a/log/build_2024-03-16_20-25-22/imu_complementary_filter/command.log b/log/build_2024-03-16_20-25-22/imu_complementary_filter/command.log new file mode 100644 index 00000000..25651970 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/imu_complementary_filter/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter diff --git a/log/build_2024-03-16_20-25-22/imu_complementary_filter/stderr.log b/log/build_2024-03-16_20-25-22/imu_complementary_filter/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/imu_complementary_filter/stdout.log b/log/build_2024-03-16_20-25-22/imu_complementary_filter/stdout.log new file mode 100644 index 00000000..109108da --- /dev/null +++ b/log/build_2024-03-16_20-25-22/imu_complementary_filter/stdout.log @@ -0,0 +1,33 @@ +Consolidate compiler generated dependencies of target complementary_filter +[ 60%] Built target complementary_filter +Consolidate compiler generated dependencies of target complementary_filter_node +[100%] Built target complementary_filter_node +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake diff --git a/log/build_2024-03-16_20-25-22/imu_complementary_filter/stdout_stderr.log b/log/build_2024-03-16_20-25-22/imu_complementary_filter/stdout_stderr.log new file mode 100644 index 00000000..109108da --- /dev/null +++ b/log/build_2024-03-16_20-25-22/imu_complementary_filter/stdout_stderr.log @@ -0,0 +1,33 @@ +Consolidate compiler generated dependencies of target complementary_filter +[ 60%] Built target complementary_filter +Consolidate compiler generated dependencies of target complementary_filter_node +[100%] Built target complementary_filter_node +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake diff --git a/log/build_2024-03-16_20-25-22/imu_complementary_filter/streams.log b/log/build_2024-03-16_20-25-22/imu_complementary_filter/streams.log new file mode 100644 index 00000000..4c5e6454 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/imu_complementary_filter/streams.log @@ -0,0 +1,37 @@ +[0.237s] Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[0.296s] Consolidate compiler generated dependencies of target complementary_filter +[0.333s] [ 60%] Built target complementary_filter +[0.354s] Consolidate compiler generated dependencies of target complementary_filter_node +[0.381s] [100%] Built target complementary_filter_node +[0.406s] Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[0.632s] Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +[0.659s] -- Install configuration: "" +[0.659s] -- Execute custom install script +[0.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node +[0.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h +[0.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h +[0.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py +[0.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh +[0.661s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv +[0.661s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv +[0.662s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter +[0.662s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake +[0.662s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake +[0.662s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake +[0.662s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake +[0.662s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake +[0.662s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml +[0.662s] -- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so +[0.662s] -- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake +[0.662s] -- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake +[0.790s] Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter diff --git a/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/command.log b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/command.log new file mode 100644 index 00000000..02402534 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation diff --git a/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stderr.log b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stdout.log b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stdout.log new file mode 100644 index 00000000..d1998c67 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stdout.log @@ -0,0 +1,29 @@ +[100%] Built target linefit_ground_segmentation +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml diff --git a/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stdout_stderr.log b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stdout_stderr.log new file mode 100644 index 00000000..d1998c67 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/stdout_stderr.log @@ -0,0 +1,29 @@ +[100%] Built target linefit_ground_segmentation +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml diff --git a/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/streams.log b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/streams.log new file mode 100644 index 00000000..3f8c85da --- /dev/null +++ b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation/streams.log @@ -0,0 +1,33 @@ +[0.373s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[0.484s] [100%] Built target linefit_ground_segmentation +[0.523s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[0.751s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +[0.789s] -- Install configuration: "" +[0.790s] -- Execute custom install script +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv +[0.790s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh +[0.791s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv +[0.791s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash +[0.791s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh +[0.791s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh +[0.791s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv +[0.791s] -- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv +[0.791s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation +[0.791s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake +[0.796s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake +[0.796s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake +[0.796s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake +[0.796s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake +[0.797s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml +[0.800s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation diff --git a/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/command.log b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/command.log new file mode 100644 index 00000000..1f4a87d4 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros diff --git a/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stderr.log b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stdout.log b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stdout.log new file mode 100644 index 00000000..f9fc885f --- /dev/null +++ b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stdout.log @@ -0,0 +1,25 @@ +[ 50%] Built target ground_segmentation_test_node +[100%] Built target ground_segmentation_node +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml diff --git a/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stdout_stderr.log b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stdout_stderr.log new file mode 100644 index 00000000..f9fc885f --- /dev/null +++ b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/stdout_stderr.log @@ -0,0 +1,25 @@ +[ 50%] Built target ground_segmentation_test_node +[100%] Built target ground_segmentation_node +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml diff --git a/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/streams.log b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/streams.log new file mode 100644 index 00000000..ba1d5975 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/linefit_ground_segmentation_ros/streams.log @@ -0,0 +1,29 @@ +[0.200s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[0.277s] [ 50%] Built target ground_segmentation_test_node +[0.286s] [100%] Built target ground_segmentation_node +[0.419s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[0.566s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +[0.580s] -- Install configuration: "" +[0.580s] -- Execute custom install script +[0.581s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node +[0.581s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node +[0.581s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py +[0.581s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml +[0.581s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py +[0.581s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros +[0.581s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros +[0.582s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh +[0.582s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv +[0.582s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh +[0.582s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv +[0.582s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash +[0.582s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh +[0.582s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh +[0.582s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv +[0.582s] -- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv +[0.599s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros +[0.599s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake +[0.599s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake +[0.599s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake +[0.599s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml +[0.814s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros diff --git a/log/build_2024-03-16_20-25-22/livox_ros_driver2/command.log b/log/build_2024-03-16_20-25-22/livox_ros_driver2/command.log new file mode 100644 index 00000000..8bd21de0 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/livox_ros_driver2/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 diff --git a/log/build_2024-03-16_20-25-22/livox_ros_driver2/stderr.log b/log/build_2024-03-16_20-25-22/livox_ros_driver2/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/livox_ros_driver2/stdout.log b/log/build_2024-03-16_20-25-22/livox_ros_driver2/stdout.log new file mode 100644 index 00000000..f25ebac4 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/livox_ros_driver2/stdout.log @@ -0,0 +1,146 @@ +[ 1%] Built target livox_interfaces2__cpp +[ 8%] Built target livox_interfaces2__rosidl_generator_c +[ 12%] Built target livox_ros_driver2_node +[ 12%] Built target ament_cmake_python_symlink_livox_ros_driver2 +[ 19%] Built target livox_interfaces2__rosidl_typesupport_cpp +[ 26%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp +[ 33%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp +[ 40%] Built target livox_interfaces2__rosidl_typesupport_c +[ 47%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c +[ 54%] Built target livox_interfaces2__rosidl_typesupport_introspection_c +[ 82%] Built target livox_ros_driver2 +[ 82%] Built target livox_interfaces2 +[ 84%] Built target livox_interfaces2__py +[ 89%] Built target livox_interfaces2__rosidl_generator_py +[ 92%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext +[ 96%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext +[100%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext +running egg_info +writing livox_ros_driver2.egg-info/PKG-INFO +writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt +writing top-level names to livox_ros_driver2.egg-info/top_level.txt +reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_livox_ros_driver2_egg +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'... +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake diff --git a/log/build_2024-03-16_20-25-22/livox_ros_driver2/stdout_stderr.log b/log/build_2024-03-16_20-25-22/livox_ros_driver2/stdout_stderr.log new file mode 100644 index 00000000..f25ebac4 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/livox_ros_driver2/stdout_stderr.log @@ -0,0 +1,146 @@ +[ 1%] Built target livox_interfaces2__cpp +[ 8%] Built target livox_interfaces2__rosidl_generator_c +[ 12%] Built target livox_ros_driver2_node +[ 12%] Built target ament_cmake_python_symlink_livox_ros_driver2 +[ 19%] Built target livox_interfaces2__rosidl_typesupport_cpp +[ 26%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp +[ 33%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp +[ 40%] Built target livox_interfaces2__rosidl_typesupport_c +[ 47%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c +[ 54%] Built target livox_interfaces2__rosidl_typesupport_introspection_c +[ 82%] Built target livox_ros_driver2 +[ 82%] Built target livox_interfaces2 +[ 84%] Built target livox_interfaces2__py +[ 89%] Built target livox_interfaces2__rosidl_generator_py +[ 92%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext +[ 96%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext +[100%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext +running egg_info +writing livox_ros_driver2.egg-info/PKG-INFO +writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt +writing top-level names to livox_ros_driver2.egg-info/top_level.txt +reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_livox_ros_driver2_egg +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'... +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake diff --git a/log/build_2024-03-16_20-25-22/livox_ros_driver2/streams.log b/log/build_2024-03-16_20-25-22/livox_ros_driver2/streams.log new file mode 100644 index 00000000..28b26a55 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/livox_ros_driver2/streams.log @@ -0,0 +1,150 @@ +[0.329s] Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[0.418s] [ 1%] Built target livox_interfaces2__cpp +[0.429s] [ 8%] Built target livox_interfaces2__rosidl_generator_c +[0.448s] [ 12%] Built target livox_ros_driver2_node +[0.450s] [ 12%] Built target ament_cmake_python_symlink_livox_ros_driver2 +[0.470s] [ 19%] Built target livox_interfaces2__rosidl_typesupport_cpp +[0.503s] [ 26%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp +[0.509s] [ 33%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp +[0.525s] [ 40%] Built target livox_interfaces2__rosidl_typesupport_c +[0.526s] [ 47%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c +[0.527s] [ 54%] Built target livox_interfaces2__rosidl_typesupport_introspection_c +[0.566s] [ 82%] Built target livox_ros_driver2 +[0.570s] [ 82%] Built target livox_interfaces2 +[0.609s] [ 84%] Built target livox_interfaces2__py +[0.643s] [ 89%] Built target livox_interfaces2__rosidl_generator_py +[0.688s] [ 92%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext +[0.696s] [ 96%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext +[0.697s] [100%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext +[0.792s] running egg_info +[0.793s] writing livox_ros_driver2.egg-info/PKG-INFO +[0.793s] writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt +[0.793s] writing top-level names to livox_ros_driver2.egg-info/top_level.txt +[0.796s] reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[0.797s] writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[0.821s] [100%] Built target ament_cmake_python_build_livox_ros_driver2_egg +[1.052s] Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[1.531s] Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +[1.543s] -- Install configuration: "" +[1.545s] -- Execute custom install script +[1.545s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2 +[1.545s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h +[1.546s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h +[1.546s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h +[1.546s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h +[1.546s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h +[1.547s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h +[1.548s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h +[1.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h +[1.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h +[1.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh +[1.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv +[1.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h +[1.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h +[1.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +[1.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h +[1.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h +[1.549s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +[1.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp +[1.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp +[1.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh +[1.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv +[1.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO +[1.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt +[1.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt +[1.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt +[1.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py +[1.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c +[1.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c +[1.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c +[1.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so +[1.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[1.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[1.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[1.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py +[1.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py +[1.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c +[1.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py +[1.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz +[1.553s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2 +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2 +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh +[1.554s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv +[1.554s] -- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv +[1.563s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2 +[1.563s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2 +[1.563s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake +[1.563s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake +[1.563s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake +[1.564s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake +[1.564s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake +[1.564s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +[1.564s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +[1.564s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake +[1.564s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake +[1.564s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml +[1.564s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so +[1.565s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so +[1.565s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so +[1.565s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so +[1.565s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so +[1.565s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so +[1.565s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so +[1.602s] Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'... +[1.602s] Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'... +[1.613s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so +[1.613s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake +[1.613s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake +[1.613s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake +[1.613s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +[1.613s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake +[1.613s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake +[1.613s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake +[1.614s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake +[1.614s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake +[1.614s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake +[1.614s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +[1.614s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake +[1.614s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake +[1.614s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake +[1.614s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake +[1.614s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake +[1.614s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake +[1.672s] Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 diff --git a/log/build_2024-03-16_20-25-22/logger_all.log b/log/build_2024-03-16_20-25-22/logger_all.log new file mode 100644 index 00000000..14be12cc --- /dev/null +++ b/log/build_2024-03-16_20-25-22/logger_all.log @@ -0,0 +1,1089 @@ +[0.678s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install'] +[0.678s] 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=True, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=8, 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=None, 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=, verb_extension=, main=>) +[0.712s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[0.712s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[0.712s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[0.712s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[0.712s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[0.712s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[0.713s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/firmament/codes/24navigation' +[0.713s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[0.713s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[0.713s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[0.713s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[0.713s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[0.713s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[0.713s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[0.713s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[0.713s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[0.720s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['ignore', 'ignore_ament_install'] +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'ignore' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'ignore_ament_install' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['colcon_pkg'] +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'colcon_pkg' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['colcon_meta'] +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'colcon_meta' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['ros'] +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'ros' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['cmake', 'python'] +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'cmake' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'python' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['python_setup_py'] +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'python_setup_py' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[0.721s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['ignore', 'ignore_ament_install'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'ignore' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'ignore_ament_install' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['colcon_pkg'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'colcon_pkg' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['colcon_meta'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'colcon_meta' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['ros'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'ros' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['cmake', 'python'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'cmake' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'python' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['python_setup_py'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'python_setup_py' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python' +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py'] +[0.722s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py' +[0.723s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['ignore', 'ignore_ament_install'] +[0.723s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'ignore' +[0.723s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'ignore_ament_install' +[0.723s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['colcon_pkg'] +[0.723s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'colcon_pkg' +[0.723s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['colcon_meta'] +[0.723s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'colcon_meta' +[0.723s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['ros'] +[0.723s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'ros' +[0.725s] DEBUG:colcon.colcon_core.package_identification:Package 'src/FAST_LIO' with type 'ros.ament_cmake' and name 'fast_lio' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['ignore', 'ignore_ament_install'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'ignore' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'ignore_ament_install' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['colcon_pkg'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'colcon_pkg' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['colcon_meta'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'colcon_meta' +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['ros'] +[0.725s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'ros' +[0.726s] DEBUG:colcon.colcon_core.package_identification:Package 'src/icp_localization_ros2' with type 'ros.ament_cmake' and name 'icp_localization_ros2' +[0.726s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['ignore', 'ignore_ament_install'] +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'ignore' +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'ignore_ament_install' +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['colcon_pkg'] +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'colcon_pkg' +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['colcon_meta'] +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'colcon_meta' +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['ros'] +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'ros' +[0.727s] DEBUG:colcon.colcon_core.package_identification:Package 'src/imu_complementary_filter' with type 'ros.ament_cmake' and name 'imu_complementary_filter' +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['ignore', 'ignore_ament_install'] +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'ignore' +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'ignore_ament_install' +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['colcon_pkg'] +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'colcon_pkg' +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['colcon_meta'] +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'colcon_meta' +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['ros'] +[0.727s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'ros' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['cmake', 'python'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'cmake' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'python' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['python_setup_py'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'python_setup_py' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['ignore', 'ignore_ament_install'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'ignore' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'ignore_ament_install' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['colcon_pkg'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'colcon_pkg' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['colcon_meta'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'colcon_meta' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['ros'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'ros' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['cmake', 'python'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'cmake' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'python' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['python_setup_py'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'python_setup_py' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['ignore', 'ignore_ament_install'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'ignore' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'ignore_ament_install' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['colcon_pkg'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'colcon_pkg' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['colcon_meta'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'colcon_meta' +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['ros'] +[0.728s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'ros' +[0.729s] DEBUG:colcon.colcon_core.package_identification:Package 'src/linefit_ground_segementation_ros2/linefit_ground_segmentation' with type 'ros.ament_cmake' and name 'linefit_ground_segmentation' +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['ignore', 'ignore_ament_install'] +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'ignore' +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'ignore_ament_install' +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['colcon_pkg'] +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'colcon_pkg' +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['colcon_meta'] +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'colcon_meta' +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['ros'] +[0.729s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'ros' +[0.730s] DEBUG:colcon.colcon_core.package_identification:Package 'src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros' with type 'ros.ament_cmake' and name 'linefit_ground_segmentation_ros' +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['ignore', 'ignore_ament_install'] +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'ignore' +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'ignore_ament_install' +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['colcon_pkg'] +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'colcon_pkg' +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['colcon_meta'] +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'colcon_meta' +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['ros'] +[0.730s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'ros' +[0.731s] DEBUG:colcon.colcon_core.package_identification:Package 'src/livox_ros_driver2' with type 'ros.ament_cmake' and name 'livox_ros_driver2' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['ignore', 'ignore_ament_install'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'ignore' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'ignore_ament_install' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['colcon_pkg'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'colcon_pkg' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['colcon_meta'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'colcon_meta' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['ros'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'ros' +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['cmake', 'python'] +[0.731s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'cmake' +[0.786s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'python' +[0.787s] DEBUG:colcon.colcon_core.package_identification:Package 'src/octomap' with type 'cmake' and name 'octomap-distribution' +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['ignore', 'ignore_ament_install'] +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'ignore' +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'ignore_ament_install' +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['colcon_pkg'] +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'colcon_pkg' +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['colcon_meta'] +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'colcon_meta' +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['ros'] +[0.787s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'ros' +[0.788s] DEBUG:colcon.colcon_core.package_identification:Package 'src/pcdmap2pgm' with type 'ros.ament_cmake' and name 'pcdmap2pgm' +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['ignore', 'ignore_ament_install'] +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'ignore' +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'ignore_ament_install' +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['colcon_pkg'] +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'colcon_pkg' +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['colcon_meta'] +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'colcon_meta' +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['ros'] +[0.788s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'ros' +[0.789s] DEBUG:colcon.colcon_core.package_identification:Package 'src/pointcloud_to_laserscan' with type 'ros.ament_cmake' and name 'pointcloud_to_laserscan' +[0.789s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['ignore', 'ignore_ament_install'] +[0.789s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'ignore' +[0.789s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'ignore_ament_install' +[0.789s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['colcon_pkg'] +[0.789s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'colcon_pkg' +[0.789s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['colcon_meta'] +[0.789s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'colcon_meta' +[0.789s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['ros'] +[0.789s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'ros' +[0.790s] DEBUG:colcon.colcon_core.package_identification:Package 'src/rm_serial_driver' with type 'ros.ament_cmake' and name 'rm_serial_driver' +[0.790s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['ignore', 'ignore_ament_install'] +[0.790s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'ignore' +[0.790s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'ignore_ament_install' +[0.790s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['colcon_pkg'] +[0.790s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'colcon_pkg' +[0.790s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['colcon_meta'] +[0.790s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'colcon_meta' +[0.790s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['ros'] +[0.790s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'ros' +[0.790s] DEBUG:colcon.colcon_core.package_identification:Package 'src/rm_urdf_ff' with type 'ros.ament_cmake' and name 'rm_urdf_ff' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['ignore', 'ignore_ament_install'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'ignore' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'ignore_ament_install' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['colcon_pkg'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'colcon_pkg' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['colcon_meta'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'colcon_meta' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['ros'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'ros' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['cmake', 'python'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'cmake' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'python' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['python_setup_py'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'python_setup_py' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['ignore', 'ignore_ament_install'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'ignore' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'ignore_ament_install' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['colcon_pkg'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'colcon_pkg' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['colcon_meta'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'colcon_meta' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['ros'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'ros' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['cmake', 'python'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'cmake' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'python' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['python_setup_py'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'python_setup_py' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['ignore', 'ignore_ament_install'] +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'ignore' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'ignore_ament_install' +[0.791s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['colcon_pkg'] +[0.792s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'colcon_pkg' +[0.792s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['colcon_meta'] +[0.792s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'colcon_meta' +[0.792s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['ros'] +[0.792s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'ros' +[0.793s] DEBUG:colcon.colcon_core.package_identification:Package 'src/sentry_plan_control/omni_regulated_pure_pursuit_controller' with type 'ros.ament_cmake' and name 'omni_regulated_pure_pursuit_controller' +[0.793s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['ignore', 'ignore_ament_install'] +[0.793s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'ignore' +[0.793s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'ignore_ament_install' +[0.793s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['colcon_pkg'] +[0.793s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'colcon_pkg' +[0.793s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['colcon_meta'] +[0.793s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'colcon_meta' +[0.793s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['ros'] +[0.793s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'ros' +[0.794s] DEBUG:colcon.colcon_core.package_identification:Package 'src/sentry_plan_control/plc_bringup' with type 'ros.ament_cmake' and name 'plc_bringup' +[0.794s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['ignore', 'ignore_ament_install'] +[0.794s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'ignore' +[0.794s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'ignore_ament_install' +[0.794s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['colcon_pkg'] +[0.794s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'colcon_pkg' +[0.794s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['colcon_meta'] +[0.794s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'colcon_meta' +[0.794s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['ros'] +[0.794s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'ros' +[0.794s] DEBUG:colcon.colcon_core.package_identification:Package 'src/serial' with type 'ros.ament_cmake' and name 'serial' +[0.794s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[0.794s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[0.794s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[0.794s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[0.794s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[0.857s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters +[0.857s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover +[0.884s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 15 installed packages in /home/firmament/codes/24navigation/install +[0.901s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 414 installed packages in /opt/ros/humble +[0.903s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults +[0.974s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_args' from command line to 'None' +[0.974s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_target' from command line to 'None' +[0.974s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.974s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_clean_cache' from command line to 'False' +[0.974s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_clean_first' from command line to 'False' +[0.974s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_force_configure' from command line to 'False' +[0.974s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'ament_cmake_args' from command line to 'None' +[0.974s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'catkin_cmake_args' from command line to 'None' +[0.974s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.974s] DEBUG:colcon.colcon_core.verb:Building package 'icp_localization_ros2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/icp_localization_ros2', '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/firmament/codes/24navigation/install/icp_localization_ros2', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/icp_localization_ros2', 'symlink_install': True, 'test_result_base': None} +[0.984s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_args' from command line to 'None' +[0.984s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_target' from command line to 'None' +[0.984s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.984s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_clean_cache' from command line to 'False' +[0.984s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_clean_first' from command line to 'False' +[0.984s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_force_configure' from command line to 'False' +[0.984s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'ament_cmake_args' from command line to 'None' +[0.984s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'catkin_cmake_args' from command line to 'None' +[0.984s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.984s] DEBUG:colcon.colcon_core.verb:Building package 'imu_complementary_filter' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/imu_complementary_filter', '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/firmament/codes/24navigation/install/imu_complementary_filter', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/imu_complementary_filter', 'symlink_install': True, 'test_result_base': None} +[0.993s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_args' from command line to 'None' +[0.993s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_target' from command line to 'None' +[0.993s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.993s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_clean_cache' from command line to 'False' +[0.993s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_clean_first' from command line to 'False' +[0.993s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_force_configure' from command line to 'False' +[0.993s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'ament_cmake_args' from command line to 'None' +[0.993s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'catkin_cmake_args' from command line to 'None' +[0.993s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.993s] DEBUG:colcon.colcon_core.verb:Building package 'linefit_ground_segmentation' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', '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/firmament/codes/24navigation/install/linefit_ground_segmentation', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation', 'symlink_install': True, 'test_result_base': None} +[1.003s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_args' from command line to 'None' +[1.003s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_target' from command line to 'None' +[1.004s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.004s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_clean_cache' from command line to 'False' +[1.004s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_clean_first' from command line to 'False' +[1.004s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_force_configure' from command line to 'False' +[1.004s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'ament_cmake_args' from command line to 'None' +[1.004s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'catkin_cmake_args' from command line to 'None' +[1.004s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.004s] DEBUG:colcon.colcon_core.verb:Building package 'livox_ros_driver2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/livox_ros_driver2', '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/firmament/codes/24navigation/install/livox_ros_driver2', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/livox_ros_driver2', 'symlink_install': True, 'test_result_base': None} +[1.014s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_args' from command line to 'None' +[1.014s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_target' from command line to 'None' +[1.014s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.014s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_clean_cache' from command line to 'False' +[1.014s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_clean_first' from command line to 'False' +[1.014s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_force_configure' from command line to 'False' +[1.014s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'ament_cmake_args' from command line to 'None' +[1.014s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'catkin_cmake_args' from command line to 'None' +[1.014s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.014s] DEBUG:colcon.colcon_core.verb:Building package 'octomap-distribution' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/octomap-distribution', '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/firmament/codes/24navigation/install/octomap-distribution', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/octomap', 'symlink_install': True, 'test_result_base': None} +[1.024s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_args' from command line to 'None' +[1.024s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_target' from command line to 'None' +[1.024s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.024s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_clean_cache' from command line to 'False' +[1.024s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_clean_first' from command line to 'False' +[1.024s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_force_configure' from command line to 'False' +[1.024s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'ament_cmake_args' from command line to 'None' +[1.024s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'catkin_cmake_args' from command line to 'None' +[1.024s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.024s] DEBUG:colcon.colcon_core.verb:Building package 'omni_regulated_pure_pursuit_controller' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', '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/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/sentry_plan_control/omni_regulated_pure_pursuit_controller', 'symlink_install': True, 'test_result_base': None} +[1.034s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_args' from command line to 'None' +[1.034s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_target' from command line to 'None' +[1.034s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.034s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_clean_cache' from command line to 'False' +[1.034s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_clean_first' from command line to 'False' +[1.034s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_force_configure' from command line to 'False' +[1.034s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'ament_cmake_args' from command line to 'None' +[1.034s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'catkin_cmake_args' from command line to 'None' +[1.034s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.034s] DEBUG:colcon.colcon_core.verb:Building package 'pcdmap2pgm' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/pcdmap2pgm', '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/firmament/codes/24navigation/install/pcdmap2pgm', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/pcdmap2pgm', 'symlink_install': True, 'test_result_base': None} +[1.044s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_args' from command line to 'None' +[1.044s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_target' from command line to 'None' +[1.044s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.044s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_clean_cache' from command line to 'False' +[1.044s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_clean_first' from command line to 'False' +[1.044s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_force_configure' from command line to 'False' +[1.044s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'ament_cmake_args' from command line to 'None' +[1.044s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'catkin_cmake_args' from command line to 'None' +[1.044s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.044s] DEBUG:colcon.colcon_core.verb:Building package 'plc_bringup' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/plc_bringup', '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/firmament/codes/24navigation/install/plc_bringup', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup', 'symlink_install': True, 'test_result_base': None} +[1.053s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_args' from command line to 'None' +[1.053s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_target' from command line to 'None' +[1.053s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.053s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_clean_cache' from command line to 'False' +[1.053s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_clean_first' from command line to 'False' +[1.053s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_force_configure' from command line to 'False' +[1.053s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'ament_cmake_args' from command line to 'None' +[1.053s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'catkin_cmake_args' from command line to 'None' +[1.053s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.053s] DEBUG:colcon.colcon_core.verb:Building package 'pointcloud_to_laserscan' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', '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/firmament/codes/24navigation/install/pointcloud_to_laserscan', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/pointcloud_to_laserscan', 'symlink_install': True, 'test_result_base': None} +[1.062s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_args' from command line to 'None' +[1.063s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_target' from command line to 'None' +[1.063s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.063s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_clean_cache' from command line to 'False' +[1.063s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_clean_first' from command line to 'False' +[1.063s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_force_configure' from command line to 'False' +[1.063s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'ament_cmake_args' from command line to 'None' +[1.063s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'catkin_cmake_args' from command line to 'None' +[1.063s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.063s] DEBUG:colcon.colcon_core.verb:Building package 'rm_serial_driver' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/rm_serial_driver', '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/firmament/codes/24navigation/install/rm_serial_driver', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/rm_serial_driver', 'symlink_install': True, 'test_result_base': None} +[1.072s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_args' from command line to 'None' +[1.072s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_target' from command line to 'None' +[1.072s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.072s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_clean_cache' from command line to 'False' +[1.072s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_clean_first' from command line to 'False' +[1.072s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_force_configure' from command line to 'False' +[1.072s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'ament_cmake_args' from command line to 'None' +[1.072s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'catkin_cmake_args' from command line to 'None' +[1.072s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.072s] DEBUG:colcon.colcon_core.verb:Building package 'rm_urdf_ff' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/rm_urdf_ff', '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/firmament/codes/24navigation/install/rm_urdf_ff', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/rm_urdf_ff', 'symlink_install': True, 'test_result_base': None} +[1.083s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_args' from command line to 'None' +[1.083s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_target' from command line to 'None' +[1.083s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.083s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_clean_cache' from command line to 'False' +[1.083s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_clean_first' from command line to 'False' +[1.083s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_force_configure' from command line to 'False' +[1.083s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'ament_cmake_args' from command line to 'None' +[1.083s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'catkin_cmake_args' from command line to 'None' +[1.083s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.083s] DEBUG:colcon.colcon_core.verb:Building package 'serial' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/serial', '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/firmament/codes/24navigation/install/serial', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/serial', 'symlink_install': True, 'test_result_base': None} +[1.092s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_args' from command line to 'None' +[1.092s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_target' from command line to 'None' +[1.092s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.092s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_clean_cache' from command line to 'False' +[1.092s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_clean_first' from command line to 'False' +[1.092s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_force_configure' from command line to 'False' +[1.092s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'ament_cmake_args' from command line to 'None' +[1.092s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'catkin_cmake_args' from command line to 'None' +[1.092s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.092s] DEBUG:colcon.colcon_core.verb:Building package 'fast_lio' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/fast_lio', '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/firmament/codes/24navigation/install/fast_lio', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/FAST_LIO', 'symlink_install': True, 'test_result_base': None} +[1.102s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_args' from command line to 'None' +[1.102s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_target' from command line to 'None' +[1.102s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.102s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_clean_cache' from command line to 'False' +[1.102s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_clean_first' from command line to 'False' +[1.102s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_force_configure' from command line to 'False' +[1.102s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'ament_cmake_args' from command line to 'None' +[1.102s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'catkin_cmake_args' from command line to 'None' +[1.102s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.102s] DEBUG:colcon.colcon_core.verb:Building package 'linefit_ground_segmentation_ros' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', '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/firmament/codes/24navigation/install/linefit_ground_segmentation_ros', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros', 'symlink_install': True, 'test_result_base': None} +[1.111s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[1.121s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[1.122s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation' with build type 'ament_cmake' +[1.122s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation' +[1.135s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[1.135s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.135s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.168s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/livox_ros_driver2' with build type 'ament_cmake' +[1.168s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/livox_ros_driver2' +[1.178s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.178s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.211s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/icp_localization_ros2' with build type 'ament_cmake' +[1.211s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/icp_localization_ros2' +[1.227s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.227s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.264s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/imu_complementary_filter' with build type 'ament_cmake' +[1.265s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/imu_complementary_filter' +[1.276s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.276s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.309s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/octomap' +[1.320s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.320s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.354s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/sentry_plan_control/omni_regulated_pure_pursuit_controller' with build type 'ament_cmake' +[1.354s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/sentry_plan_control/omni_regulated_pure_pursuit_controller' +[1.364s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.364s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.396s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/pcdmap2pgm' with build type 'ament_cmake' +[1.396s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/pcdmap2pgm' +[1.406s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.407s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.439s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup' with build type 'ament_cmake' +[1.439s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup' +[1.449s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.449s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.495s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[1.497s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[1.500s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[1.502s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[1.504s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[1.509s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[1.510s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[1.522s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[1.626s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[1.638s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[1.645s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[1.648s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[1.670s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[1.676s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[1.715s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +[1.753s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(omni_regulated_pure_pursuit_controller) +[1.761s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +[1.780s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake module files +[1.780s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake config files +[1.781s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'cmake_prefix_path') +[1.800s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.ps1' +[1.801s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.dsv' +[1.802s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.sh' +[1.803s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib' +[1.804s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'ld_library_path_lib') +[1.826s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.ps1' +[1.827s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.dsv' +[1.827s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.sh' +[1.827s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[1.828s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/pkgconfig/omni_regulated_pure_pursuit_controller.pc' +[1.828s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/python3.10/site-packages' +[1.829s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[1.851s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.ps1' +[1.853s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv' +[1.856s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.sh' +[1.858s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.bash' +[1.859s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.zsh' +[1.860s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/colcon-core/packages/omni_regulated_pure_pursuit_controller) +[1.870s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +[1.873s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +[1.886s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +[1.898s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +[1.904s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation) +[1.922s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +[1.938s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake module files +[1.938s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake config files +[1.938s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'cmake_prefix_path') +[1.950s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.ps1' +[1.950s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.dsv' +[1.950s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.sh' +[1.951s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib' +[1.951s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'ld_library_path_lib') +[1.962s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.ps1' +[1.963s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.dsv' +[1.963s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.sh' +[1.963s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[1.963s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/pkgconfig/linefit_ground_segmentation.pc' +[1.963s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/python3.10/site-packages' +[1.963s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[1.975s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.ps1' +[1.976s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv' +[1.976s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.sh' +[1.976s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.bash' +[1.976s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.zsh' +[1.976s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/colcon-core/packages/linefit_ground_segmentation) +[1.978s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(plc_bringup) +[1.979s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +[1.990s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake module files +[1.991s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake config files +[1.991s] Level 1:colcon.colcon_core.shell:create_environment_hook('plc_bringup', 'cmake_prefix_path') +[2.004s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.ps1' +[2.004s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.dsv' +[2.005s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.sh' +[2.005s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[2.005s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/pkgconfig/plc_bringup.pc' +[2.005s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/python3.10/site-packages' +[2.006s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[2.016s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.ps1' +[2.016s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv' +[2.016s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.sh' +[2.017s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.bash' +[2.017s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.zsh' +[2.017s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/plc_bringup/share/colcon-core/packages/plc_bringup) +[2.018s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pcdmap2pgm) +[2.018s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +[2.029s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake module files +[2.030s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake config files +[2.030s] Level 1:colcon.colcon_core.shell:create_environment_hook('pcdmap2pgm', 'cmake_prefix_path') +[2.040s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.ps1' +[2.041s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.dsv' +[2.041s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.sh' +[2.041s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib' +[2.041s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[2.041s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pkgconfig/pcdmap2pgm.pc' +[2.042s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/python3.10/site-packages' +[2.042s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[2.052s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.ps1' +[2.052s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv' +[2.053s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.sh' +[2.053s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.bash' +[2.053s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.zsh' +[2.053s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pcdmap2pgm/share/colcon-core/packages/pcdmap2pgm) +[2.054s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(imu_complementary_filter) +[2.055s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +[2.066s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake module files +[2.066s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake config files +[2.066s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'cmake_prefix_path') +[2.077s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.ps1' +[2.077s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.dsv' +[2.077s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.sh' +[2.078s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib' +[2.078s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'ld_library_path_lib') +[2.088s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.ps1' +[2.089s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.dsv' +[2.089s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.sh' +[2.090s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[2.090s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/pkgconfig/imu_complementary_filter.pc' +[2.090s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/python3.10/site-packages' +[2.090s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[2.100s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.ps1' +[2.100s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv' +[2.101s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.sh' +[2.101s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.bash' +[2.101s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.zsh' +[2.101s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/imu_complementary_filter/share/colcon-core/packages/imu_complementary_filter) +[2.112s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(omni_regulated_pure_pursuit_controller) +[2.122s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake module files +[2.123s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake config files +[2.123s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'cmake_prefix_path') +[2.133s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.ps1' +[2.134s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.dsv' +[2.134s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.sh' +[2.135s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib' +[2.135s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'ld_library_path_lib') +[2.144s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.ps1' +[2.145s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.dsv' +[2.145s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.sh' +[2.145s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[2.145s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/pkgconfig/omni_regulated_pure_pursuit_controller.pc' +[2.145s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/python3.10/site-packages' +[2.146s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[2.156s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.ps1' +[2.157s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv' +[2.157s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.sh' +[2.157s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.bash' +[2.157s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.zsh' +[2.158s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/colcon-core/packages/omni_regulated_pure_pursuit_controller) +[2.160s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +[2.161s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[2.161s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/pointcloud_to_laserscan' with build type 'ament_cmake' +[2.161s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/pointcloud_to_laserscan' +[2.176s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.176s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.220s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[2.234s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation) +[2.244s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake module files +[2.245s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake config files +[2.245s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'cmake_prefix_path') +[2.255s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.ps1' +[2.255s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.dsv' +[2.255s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.sh' +[2.256s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib' +[2.256s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'ld_library_path_lib') +[2.266s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.ps1' +[2.266s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.dsv' +[2.266s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.sh' +[2.267s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[2.267s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/pkgconfig/linefit_ground_segmentation.pc' +[2.267s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/python3.10/site-packages' +[2.267s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[2.278s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.ps1' +[2.279s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv' +[2.279s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.sh' +[2.279s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.bash' +[2.279s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.zsh' +[2.279s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/colcon-core/packages/linefit_ground_segmentation) +[2.291s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(plc_bringup) +[2.302s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake module files +[2.302s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake config files +[2.303s] Level 1:colcon.colcon_core.shell:create_environment_hook('plc_bringup', 'cmake_prefix_path') +[2.313s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.ps1' +[2.313s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.dsv' +[2.313s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.sh' +[2.314s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[2.314s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/pkgconfig/plc_bringup.pc' +[2.314s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/python3.10/site-packages' +[2.314s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[2.325s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.ps1' +[2.325s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv' +[2.326s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.sh' +[2.326s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.bash' +[2.326s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.zsh' +[2.326s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/plc_bringup/share/colcon-core/packages/plc_bringup) +[2.343s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pcdmap2pgm) +[2.356s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake module files +[2.356s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake config files +[2.357s] Level 1:colcon.colcon_core.shell:create_environment_hook('pcdmap2pgm', 'cmake_prefix_path') +[2.370s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.ps1' +[2.371s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.dsv' +[2.371s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.sh' +[2.371s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib' +[2.371s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[2.372s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pkgconfig/pcdmap2pgm.pc' +[2.372s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/python3.10/site-packages' +[2.372s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[2.390s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.ps1' +[2.390s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv' +[2.391s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.sh' +[2.391s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.bash' +[2.392s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.zsh' +[2.392s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pcdmap2pgm/share/colcon-core/packages/pcdmap2pgm) +[2.406s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(imu_complementary_filter) +[2.417s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake module files +[2.417s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake config files +[2.418s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'cmake_prefix_path') +[2.428s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.ps1' +[2.429s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.dsv' +[2.429s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.sh' +[2.429s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib' +[2.429s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'ld_library_path_lib') +[2.440s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.ps1' +[2.441s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.dsv' +[2.441s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.sh' +[2.441s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[2.441s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/pkgconfig/imu_complementary_filter.pc' +[2.441s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/python3.10/site-packages' +[2.441s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[2.452s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.ps1' +[2.452s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv' +[2.452s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.sh' +[2.453s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.bash' +[2.453s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.zsh' +[2.453s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/imu_complementary_filter/share/colcon-core/packages/imu_complementary_filter) +[2.453s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/rm_serial_driver' with build type 'ament_cmake' +[2.453s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/rm_serial_driver' +[2.464s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.464s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.497s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(icp_localization_ros2) +[2.498s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +[2.509s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake module files +[2.509s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake config files +[2.509s] Level 1:colcon.colcon_core.shell:create_environment_hook('icp_localization_ros2', 'cmake_prefix_path') +[2.520s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.ps1' +[2.520s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.dsv' +[2.520s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.sh' +[2.521s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib' +[2.521s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.521s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/pkgconfig/icp_localization_ros2.pc' +[2.521s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/python3.10/site-packages' +[2.521s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.531s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.ps1' +[2.532s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv' +[2.532s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.sh' +[2.532s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.bash' +[2.532s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.zsh' +[2.533s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/icp_localization_ros2/share/colcon-core/packages/icp_localization_ros2) +[2.534s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/rm_urdf_ff' with build type 'ament_cmake' +[2.534s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/rm_urdf_ff' +[2.545s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.545s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.582s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/serial' with build type 'ament_cmake' +[2.582s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/serial' +[2.593s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.593s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.626s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros' with build type 'ament_cmake' +[2.626s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros' +[2.637s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.637s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.696s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[2.698s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +[2.699s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +[2.703s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[2.737s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(icp_localization_ros2) +[2.756s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake module files +[2.757s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake config files +[2.757s] Level 1:colcon.colcon_core.shell:create_environment_hook('icp_localization_ros2', 'cmake_prefix_path') +[2.786s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.ps1' +[2.787s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.dsv' +[2.787s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.sh' +[2.788s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib' +[2.788s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.788s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/pkgconfig/icp_localization_ros2.pc' +[2.788s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/python3.10/site-packages' +[2.788s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.805s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.ps1' +[2.806s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv' +[2.806s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.sh' +[2.806s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.bash' +[2.807s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.zsh' +[2.807s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/icp_localization_ros2/share/colcon-core/packages/icp_localization_ros2) +[2.811s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[2.813s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[2.826s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[2.829s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(livox_ros_driver2) +[2.840s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +[2.857s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake module files +[2.857s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake config files +[2.858s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'cmake_prefix_path') +[2.876s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.ps1' +[2.877s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.dsv' +[2.877s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.sh' +[2.878s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib' +[2.878s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'ld_library_path_lib') +[2.892s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.ps1' +[2.893s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.dsv' +[2.893s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.sh' +[2.893s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[2.893s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/pkgconfig/livox_ros_driver2.pc' +[2.893s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/python3.10/site-packages' +[2.893s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[2.909s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.ps1' +[2.910s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv' +[2.910s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.sh' +[2.911s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.bash' +[2.911s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.zsh' +[2.911s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/livox_ros_driver2/share/colcon-core/packages/livox_ros_driver2) +[2.913s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(octomap-distribution) +[2.922s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +[2.933s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution' for CMake module files +[2.934s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution' for CMake config files +[2.934s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'cmake_prefix_path') +[2.951s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/cmake_prefix_path.ps1' +[2.952s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/cmake_prefix_path.dsv' +[2.952s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/cmake_prefix_path.sh' +[2.953s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/lib' +[2.953s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'ld_library_path_lib') +[2.970s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/ld_library_path_lib.ps1' +[2.970s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/ld_library_path_lib.dsv' +[2.970s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/ld_library_path_lib.sh' +[2.971s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/bin' +[2.971s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'path') +[2.988s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/path.ps1' +[2.989s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/path.dsv' +[2.989s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/path.sh' +[2.989s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap-distribution.pc' +[2.990s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/lib/python3.10/site-packages' +[2.990s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/bin' +[2.990s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'pythonscriptspath') +[3.007s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/pythonscriptspath.ps1' +[3.007s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/pythonscriptspath.dsv' +[3.007s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/pythonscriptspath.sh' +[3.023s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.ps1' +[3.023s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.dsv' +[3.024s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.sh' +[3.024s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.bash' +[3.024s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.zsh' +[3.025s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/octomap-distribution/share/colcon-core/packages/octomap-distribution) +[3.028s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[3.028s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[3.036s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[3.045s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[3.075s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(livox_ros_driver2) +[3.090s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake module files +[3.091s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake config files +[3.091s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'cmake_prefix_path') +[3.104s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.ps1' +[3.105s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.dsv' +[3.105s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.sh' +[3.106s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib' +[3.106s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'ld_library_path_lib') +[3.120s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.ps1' +[3.121s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.dsv' +[3.121s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.sh' +[3.121s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[3.121s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/pkgconfig/livox_ros_driver2.pc' +[3.121s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/python3.10/site-packages' +[3.122s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[3.134s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.ps1' +[3.135s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv' +[3.135s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.sh' +[3.135s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.bash' +[3.136s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.zsh' +[3.136s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/livox_ros_driver2/share/colcon-core/packages/livox_ros_driver2) +[3.136s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/FAST_LIO' with build type 'ament_cmake' +[3.137s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/FAST_LIO' +[3.147s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.147s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.188s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +[3.190s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +[3.191s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +[3.193s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +[3.198s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[3.215s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pointcloud_to_laserscan) +[3.218s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +[3.232s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake module files +[3.233s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake config files +[3.233s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'cmake_prefix_path') +[3.248s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.ps1' +[3.249s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.dsv' +[3.249s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.sh' +[3.250s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib' +[3.250s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'ld_library_path_lib') +[3.267s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.ps1' +[3.268s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.dsv' +[3.268s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.sh' +[3.268s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.269s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pkgconfig/pointcloud_to_laserscan.pc' +[3.269s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/python3.10/site-packages' +[3.269s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.286s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.ps1' +[3.287s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv' +[3.287s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.sh' +[3.288s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.bash' +[3.289s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.zsh' +[3.289s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/colcon-core/packages/pointcloud_to_laserscan) +[3.293s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(serial) +[3.295s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +[3.313s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake module files +[3.314s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake config files +[3.314s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'cmake_prefix_path') +[3.330s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.ps1' +[3.331s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.dsv' +[3.331s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.sh' +[3.332s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib' +[3.332s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'ld_library_path_lib') +[3.348s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.ps1' +[3.349s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.dsv' +[3.349s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.sh' +[3.349s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.349s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/pkgconfig/serial.pc' +[3.350s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/python3.10/site-packages' +[3.350s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.371s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.ps1' +[3.372s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/package.dsv' +[3.372s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.sh' +[3.373s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.bash' +[3.373s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.zsh' +[3.375s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/serial/share/colcon-core/packages/serial) +[3.376s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_urdf_ff) +[3.377s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +[3.394s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake module files +[3.394s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake config files +[3.395s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_urdf_ff', 'cmake_prefix_path') +[3.411s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.ps1' +[3.411s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.dsv' +[3.411s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.sh' +[3.412s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.412s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/pkgconfig/rm_urdf_ff.pc' +[3.412s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/python3.10/site-packages' +[3.413s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.430s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.ps1' +[3.431s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv' +[3.432s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.sh' +[3.432s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.bash' +[3.432s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.zsh' +[3.433s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_urdf_ff/share/colcon-core/packages/rm_urdf_ff) +[3.437s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation_ros) +[3.440s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +[3.457s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake module files +[3.457s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake config files +[3.458s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation_ros', 'cmake_prefix_path') +[3.475s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.ps1' +[3.476s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.dsv' +[3.476s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.sh' +[3.477s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib' +[3.477s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.477s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/pkgconfig/linefit_ground_segmentation_ros.pc' +[3.477s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/python3.10/site-packages' +[3.478s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.495s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.ps1' +[3.496s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv' +[3.496s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.sh' +[3.497s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.bash' +[3.497s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.zsh' +[3.497s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/colcon-core/packages/linefit_ground_segmentation_ros) +[3.516s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pointcloud_to_laserscan) +[3.532s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake module files +[3.533s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake config files +[3.533s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'cmake_prefix_path') +[3.549s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.ps1' +[3.550s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.dsv' +[3.551s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.sh' +[3.551s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib' +[3.551s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'ld_library_path_lib') +[3.570s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.ps1' +[3.571s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.dsv' +[3.571s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.sh' +[3.571s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.572s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pkgconfig/pointcloud_to_laserscan.pc' +[3.572s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/python3.10/site-packages' +[3.572s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.590s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.ps1' +[3.590s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv' +[3.591s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.sh' +[3.592s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.bash' +[3.592s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.zsh' +[3.592s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/colcon-core/packages/pointcloud_to_laserscan) +[3.611s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(serial) +[3.622s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake module files +[3.622s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake config files +[3.623s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'cmake_prefix_path') +[3.634s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.ps1' +[3.634s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.dsv' +[3.634s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.sh' +[3.635s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib' +[3.635s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'ld_library_path_lib') +[3.646s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.ps1' +[3.646s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.dsv' +[3.646s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.sh' +[3.646s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.646s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/pkgconfig/serial.pc' +[3.647s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/python3.10/site-packages' +[3.647s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.657s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.ps1' +[3.657s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/package.dsv' +[3.658s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.sh' +[3.658s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.bash' +[3.658s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.zsh' +[3.658s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/serial/share/colcon-core/packages/serial) +[3.669s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_urdf_ff) +[3.679s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake module files +[3.680s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake config files +[3.680s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_urdf_ff', 'cmake_prefix_path') +[3.690s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.ps1' +[3.690s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.dsv' +[3.690s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.sh' +[3.691s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.691s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/pkgconfig/rm_urdf_ff.pc' +[3.691s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/python3.10/site-packages' +[3.691s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.702s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.ps1' +[3.702s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv' +[3.702s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.sh' +[3.703s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.bash' +[3.703s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.zsh' +[3.703s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_urdf_ff/share/colcon-core/packages/rm_urdf_ff) +[3.722s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation_ros) +[3.740s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake module files +[3.741s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake config files +[3.741s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation_ros', 'cmake_prefix_path') +[3.759s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.ps1' +[3.760s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.dsv' +[3.760s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.sh' +[3.761s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib' +[3.761s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.761s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/pkgconfig/linefit_ground_segmentation_ros.pc' +[3.761s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/python3.10/site-packages' +[3.761s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.780s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.ps1' +[3.780s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv' +[3.781s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.sh' +[3.781s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.bash' +[3.782s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.zsh' +[3.782s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/colcon-core/packages/linefit_ground_segmentation_ros) +[3.784s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[3.851s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +[3.906s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(fast_lio) +[3.906s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +[3.918s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake module files +[3.918s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake config files +[3.919s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'cmake_prefix_path') +[3.929s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.ps1' +[3.929s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.dsv' +[3.930s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.sh' +[3.930s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib' +[3.930s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'ld_library_path_lib') +[3.940s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.ps1' +[3.941s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.dsv' +[3.941s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.sh' +[3.941s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[3.941s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/pkgconfig/fast_lio.pc' +[3.941s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/python3.10/site-packages' +[3.941s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[3.951s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.ps1' +[3.952s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv' +[3.952s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.sh' +[3.952s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.bash' +[3.952s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.zsh' +[3.953s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/fast_lio/share/colcon-core/packages/fast_lio) +[4.028s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(fast_lio) +[4.040s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake module files +[4.041s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake config files +[4.041s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'cmake_prefix_path') +[4.053s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.ps1' +[4.054s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.dsv' +[4.054s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.sh' +[4.054s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib' +[4.054s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'ld_library_path_lib') +[4.066s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.ps1' +[4.067s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.dsv' +[4.067s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.sh' +[4.067s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[4.067s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/pkgconfig/fast_lio.pc' +[4.067s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/python3.10/site-packages' +[4.068s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[4.088s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.ps1' +[4.088s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv' +[4.089s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.sh' +[4.089s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.bash' +[4.089s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.zsh' +[4.089s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/fast_lio/share/colcon-core/packages/fast_lio) +[9.890s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[9.928s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_serial_driver) +[9.937s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver' for CMake module files +[9.937s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver' for CMake config files +[9.938s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_serial_driver', 'cmake_prefix_path') +[9.947s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.ps1' +[9.947s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.dsv' +[9.947s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.sh' +[9.948s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib' +[9.948s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_serial_driver', 'ld_library_path_lib') +[9.957s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.ps1' +[9.957s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.dsv' +[9.957s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.sh' +[9.958s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/bin' +[9.958s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib/pkgconfig/rm_serial_driver.pc' +[9.958s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib/python3.10/site-packages' +[9.958s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/bin' +[9.968s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.ps1' +[9.968s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv' +[9.968s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.sh' +[9.969s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.bash' +[9.969s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.zsh' +[9.969s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_serial_driver/share/colcon-core/packages/rm_serial_driver) +[9.980s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[9.980s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[9.980s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2' +[9.980s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[9.994s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[9.994s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[9.994s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[10.008s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[10.018s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.ps1' +[10.019s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/firmament/codes/24navigation/install/_local_setup_util_ps1.py' +[10.020s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.ps1' +[10.031s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.sh' +[10.031s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/firmament/codes/24navigation/install/_local_setup_util_sh.py' +[10.032s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.sh' +[10.042s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.bash' +[10.043s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.bash' +[10.054s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.zsh' +[10.054s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.zsh' diff --git a/log/build_2024-03-16_20-25-22/octomap-distribution/command.log b/log/build_2024-03-16_20-25-22/octomap-distribution/command.log new file mode 100644 index 00000000..b96ef55d --- /dev/null +++ b/log/build_2024-03-16_20-25-22/octomap-distribution/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution diff --git a/log/build_2024-03-16_20-25-22/octomap-distribution/stderr.log b/log/build_2024-03-16_20-25-22/octomap-distribution/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/octomap-distribution/stdout.log b/log/build_2024-03-16_20-25-22/octomap-distribution/stdout.log new file mode 100644 index 00000000..a9f8630d --- /dev/null +++ b/log/build_2024-03-16_20-25-22/octomap-distribution/stdout.log @@ -0,0 +1,123 @@ +[ 3%] Built target octomath-static +[ 7%] Built target octomath +[ 15%] Built target octomap-static +[ 23%] Built target octomap +[ 25%] Built target dynamicedt3d-static +[ 30%] Built target octovis-static +[ 32%] Built target log2graph +[ 33%] Built target graph2tree +[ 34%] Built target binvox2bt +[ 36%] Built target bt2vrml +[ 37%] Built target edit_octree +[ 39%] Built target compare_octrees +[ 40%] Built target simple_example +[ 44%] Built target convert_octree +[ 44%] Built target eval_octree_accuracy +[ 46%] Built target intersection_example +[ 47%] Built target normals_example +[ 49%] Built target octree2pointcloud +[ 50%] Built target test_raycasting +[ 52%] Built target test_io +[ 53%] Built target test_iterators +[ 57%] Built target test_changedkeys +[ 57%] Built target test_scans +[ 58%] Built target test_color_tree +[ 60%] Built target test_pruning +[ 62%] Built target test_mapcollection +[ 64%] Built target test_bbx +[ 66%] Built target unit_tests +[ 67%] Built target dynamicedt3d +[ 68%] Built target color_tree_histogram +[ 74%] Built target octovis-shared +[ 75%] Built target exampleEDTOctomap +[ 77%] Built target exampleEDT3D +[ 79%] Built target exampleEDTOctomapStamped +[100%] Built target octovis +-- Install configuration: "" +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake diff --git a/log/build_2024-03-16_20-25-22/octomap-distribution/stdout_stderr.log b/log/build_2024-03-16_20-25-22/octomap-distribution/stdout_stderr.log new file mode 100644 index 00000000..a9f8630d --- /dev/null +++ b/log/build_2024-03-16_20-25-22/octomap-distribution/stdout_stderr.log @@ -0,0 +1,123 @@ +[ 3%] Built target octomath-static +[ 7%] Built target octomath +[ 15%] Built target octomap-static +[ 23%] Built target octomap +[ 25%] Built target dynamicedt3d-static +[ 30%] Built target octovis-static +[ 32%] Built target log2graph +[ 33%] Built target graph2tree +[ 34%] Built target binvox2bt +[ 36%] Built target bt2vrml +[ 37%] Built target edit_octree +[ 39%] Built target compare_octrees +[ 40%] Built target simple_example +[ 44%] Built target convert_octree +[ 44%] Built target eval_octree_accuracy +[ 46%] Built target intersection_example +[ 47%] Built target normals_example +[ 49%] Built target octree2pointcloud +[ 50%] Built target test_raycasting +[ 52%] Built target test_io +[ 53%] Built target test_iterators +[ 57%] Built target test_changedkeys +[ 57%] Built target test_scans +[ 58%] Built target test_color_tree +[ 60%] Built target test_pruning +[ 62%] Built target test_mapcollection +[ 64%] Built target test_bbx +[ 66%] Built target unit_tests +[ 67%] Built target dynamicedt3d +[ 68%] Built target color_tree_histogram +[ 74%] Built target octovis-shared +[ 75%] Built target exampleEDTOctomap +[ 77%] Built target exampleEDT3D +[ 79%] Built target exampleEDTOctomapStamped +[100%] Built target octovis +-- Install configuration: "" +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake diff --git a/log/build_2024-03-16_20-25-22/octomap-distribution/streams.log b/log/build_2024-03-16_20-25-22/octomap-distribution/streams.log new file mode 100644 index 00000000..bfb8b0e1 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/octomap-distribution/streams.log @@ -0,0 +1,127 @@ +[0.194s] Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[0.273s] [ 3%] Built target octomath-static +[0.287s] [ 7%] Built target octomath +[0.328s] [ 15%] Built target octomap-static +[0.333s] [ 23%] Built target octomap +[0.396s] [ 25%] Built target dynamicedt3d-static +[0.399s] [ 30%] Built target octovis-static +[0.405s] [ 32%] Built target log2graph +[0.407s] [ 33%] Built target graph2tree +[0.413s] [ 34%] Built target binvox2bt +[0.421s] [ 36%] Built target bt2vrml +[0.452s] [ 37%] Built target edit_octree +[0.473s] [ 39%] Built target compare_octrees +[0.475s] [ 40%] Built target simple_example +[0.475s] [ 44%] Built target convert_octree +[0.475s] [ 44%] Built target eval_octree_accuracy +[0.482s] [ 46%] Built target intersection_example +[0.498s] [ 47%] Built target normals_example +[0.502s] [ 49%] Built target octree2pointcloud +[0.525s] [ 50%] Built target test_raycasting +[0.529s] [ 52%] Built target test_io +[0.532s] [ 53%] Built target test_iterators +[0.532s] [ 57%] Built target test_changedkeys +[0.533s] [ 57%] Built target test_scans +[0.542s] [ 58%] Built target test_color_tree +[0.577s] [ 60%] Built target test_pruning +[0.578s] [ 62%] Built target test_mapcollection +[0.579s] [ 64%] Built target test_bbx +[0.580s] [ 66%] Built target unit_tests +[0.589s] [ 67%] Built target dynamicedt3d +[0.590s] [ 68%] Built target color_tree_histogram +[0.612s] [ 74%] Built target octovis-shared +[0.622s] [ 75%] Built target exampleEDTOctomap +[0.624s] [ 77%] Built target exampleEDT3D +[0.628s] [ 79%] Built target exampleEDTOctomapStamped +[0.645s] [100%] Built target octovis +[0.851s] Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[1.388s] Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +[1.394s] -- Install configuration: "" +[1.394s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h +[1.394s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h +[1.394s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h +[1.395s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h +[1.395s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h +[1.395s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h +[1.395s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx +[1.395s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h +[1.395s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx +[1.395s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h +[1.396s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h +[1.396s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h +[1.396s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx +[1.396s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h +[1.396s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx +[1.396s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx +[1.396s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h +[1.396s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h +[1.396s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h +[1.397s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h +[1.397s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx +[1.397s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h +[1.397s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h +[1.397s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h +[1.397s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h +[1.398s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h +[1.398s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h +[1.398s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h +[1.399s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h +[1.399s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h +[1.399s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h +[1.399s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h +[1.399s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml +[1.399s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap +[1.399s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake +[1.399s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake +[1.399s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc +[1.399s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8 +[1.400s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9 +[1.400s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so +[1.400s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a +[1.400s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8 +[1.400s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9 +[1.400s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so +[1.400s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a +[1.400s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake +[1.400s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8 +[1.401s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9 +[1.402s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so +[1.402s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake +[1.402s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h +[1.402s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h +[1.402s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h +[1.402s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h +[1.402s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h +[1.402s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h +[1.403s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h +[1.403s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake +[1.403s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake +[1.404s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake +[1.406s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc +[1.406s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8 +[1.406s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9 +[1.406s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so +[1.406s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a +[1.406s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake +[1.612s] Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution diff --git a/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/command.log b/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/command.log new file mode 100644 index 00000000..79f7c4c8 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller diff --git a/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stderr.log b/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stdout.log b/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stdout.log new file mode 100644 index 00000000..dd79e1a9 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stdout.log @@ -0,0 +1,27 @@ +[100%] Built target omni_regulated_pure_pursuit_controller +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml diff --git a/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stdout_stderr.log b/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stdout_stderr.log new file mode 100644 index 00000000..dd79e1a9 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/stdout_stderr.log @@ -0,0 +1,27 @@ +[100%] Built target omni_regulated_pure_pursuit_controller +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml diff --git a/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/streams.log b/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/streams.log new file mode 100644 index 00000000..fbbc5866 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/omni_regulated_pure_pursuit_controller/streams.log @@ -0,0 +1,31 @@ +[0.155s] Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[0.254s] [100%] Built target omni_regulated_pure_pursuit_controller +[0.272s] Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[0.360s] Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +[0.375s] -- Install configuration: "Release" +[0.376s] -- Execute custom install script +[0.377s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so +[0.378s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp +[0.378s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh +[0.378s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv +[0.379s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml +[0.379s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller +[0.379s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller +[0.380s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh +[0.380s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv +[0.380s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh +[0.380s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv +[0.381s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash +[0.381s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh +[0.381s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh +[0.381s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv +[0.381s] -- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv +[0.396s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller +[0.396s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller +[0.396s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake +[0.396s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake +[0.397s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake +[0.397s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake +[0.397s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake +[0.397s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml +[0.407s] Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller diff --git a/log/build_2024-03-16_20-25-22/pcdmap2pgm/command.log b/log/build_2024-03-16_20-25-22/pcdmap2pgm/command.log new file mode 100644 index 00000000..30427697 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/pcdmap2pgm/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm diff --git a/log/build_2024-03-16_20-25-22/pcdmap2pgm/stderr.log b/log/build_2024-03-16_20-25-22/pcdmap2pgm/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/pcdmap2pgm/stdout.log b/log/build_2024-03-16_20-25-22/pcdmap2pgm/stdout.log new file mode 100644 index 00000000..5a016f56 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/pcdmap2pgm/stdout.log @@ -0,0 +1,23 @@ +[100%] Built target convert_pcd2pgm +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml diff --git a/log/build_2024-03-16_20-25-22/pcdmap2pgm/stdout_stderr.log b/log/build_2024-03-16_20-25-22/pcdmap2pgm/stdout_stderr.log new file mode 100644 index 00000000..5a016f56 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/pcdmap2pgm/stdout_stderr.log @@ -0,0 +1,23 @@ +[100%] Built target convert_pcd2pgm +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml diff --git a/log/build_2024-03-16_20-25-22/pcdmap2pgm/streams.log b/log/build_2024-03-16_20-25-22/pcdmap2pgm/streams.log new file mode 100644 index 00000000..fea30184 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/pcdmap2pgm/streams.log @@ -0,0 +1,27 @@ +[0.114s] Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[0.228s] [100%] Built target convert_pcd2pgm +[0.242s] Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[0.490s] Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +[0.523s] -- Install configuration: "" +[0.523s] -- Execute custom install script +[0.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm +[0.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py +[0.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json +[0.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp +[0.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm +[0.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm +[0.523s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh +[0.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv +[0.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh +[0.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv +[0.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash +[0.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh +[0.524s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh +[0.526s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv +[0.526s] -- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv +[0.530s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm +[0.530s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake +[0.530s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake +[0.530s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake +[0.530s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml +[0.623s] Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm diff --git a/log/build_2024-03-16_20-25-22/plc_bringup/command.log b/log/build_2024-03-16_20-25-22/plc_bringup/command.log new file mode 100644 index 00000000..8cd9b11a --- /dev/null +++ b/log/build_2024-03-16_20-25-22/plc_bringup/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup diff --git a/log/build_2024-03-16_20-25-22/plc_bringup/stderr.log b/log/build_2024-03-16_20-25-22/plc_bringup/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/plc_bringup/stdout.log b/log/build_2024-03-16_20-25-22/plc_bringup/stdout.log new file mode 100644 index 00000000..67559d9d --- /dev/null +++ b/log/build_2024-03-16_20-25-22/plc_bringup/stdout.log @@ -0,0 +1,51 @@ +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml diff --git a/log/build_2024-03-16_20-25-22/plc_bringup/stdout_stderr.log b/log/build_2024-03-16_20-25-22/plc_bringup/stdout_stderr.log new file mode 100644 index 00000000..67559d9d --- /dev/null +++ b/log/build_2024-03-16_20-25-22/plc_bringup/stdout_stderr.log @@ -0,0 +1,51 @@ +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml diff --git a/log/build_2024-03-16_20-25-22/plc_bringup/streams.log b/log/build_2024-03-16_20-25-22/plc_bringup/streams.log new file mode 100644 index 00000000..80c3a87e --- /dev/null +++ b/log/build_2024-03-16_20-25-22/plc_bringup/streams.log @@ -0,0 +1,55 @@ +[0.083s] Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[0.210s] Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[0.431s] Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +[0.465s] -- Install configuration: "Release" +[0.468s] -- Execute custom install script +[0.468s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py +[0.468s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py +[0.468s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py +[0.468s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py +[0.468s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py +[0.468s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py +[0.468s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py +[0.468s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py +[0.468s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world +[0.469s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world +[0.470s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf +[0.471s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh +[0.472s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv +[0.472s] -- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv +[0.484s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup +[0.484s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake +[0.484s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake +[0.484s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml +[0.540s] Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup diff --git a/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/command.log b/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/command.log new file mode 100644 index 00000000..eeef31a6 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan diff --git a/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stderr.log b/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stdout.log b/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stdout.log new file mode 100644 index 00000000..2c00351b --- /dev/null +++ b/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stdout.log @@ -0,0 +1,39 @@ +[ 20%] Built target pointcloud_to_laserscan_node +[ 40%] Built target laserscan_to_pointcloud_node +[ 60%] Built target laserscan_to_pointcloud +[ 80%] Built target pointcloud_to_laserscan +[100%] Built target dummy_pointcloud_publisher +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml diff --git a/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stdout_stderr.log b/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stdout_stderr.log new file mode 100644 index 00000000..2c00351b --- /dev/null +++ b/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/stdout_stderr.log @@ -0,0 +1,39 @@ +[ 20%] Built target pointcloud_to_laserscan_node +[ 40%] Built target laserscan_to_pointcloud_node +[ 60%] Built target laserscan_to_pointcloud +[ 80%] Built target pointcloud_to_laserscan +[100%] Built target dummy_pointcloud_publisher +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml diff --git a/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/streams.log b/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/streams.log new file mode 100644 index 00000000..2f288a84 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/pointcloud_to_laserscan/streams.log @@ -0,0 +1,43 @@ +[0.535s] Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[0.602s] [ 20%] Built target pointcloud_to_laserscan_node +[0.605s] [ 40%] Built target laserscan_to_pointcloud_node +[0.621s] [ 60%] Built target laserscan_to_pointcloud +[0.661s] [ 80%] Built target pointcloud_to_laserscan +[0.698s] [100%] Built target dummy_pointcloud_publisher +[0.866s] Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[1.028s] Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +[1.038s] -- Install configuration: "" +[1.038s] -- Execute custom install script +[1.039s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node +[1.039s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node +[1.039s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp +[1.039s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp +[1.040s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h +[1.040s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh +[1.040s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv +[1.040s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so +[1.041s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so +[1.041s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher +[1.041s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py +[1.041s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py +[1.041s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py +[1.042s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan +[1.042s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan +[1.044s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh +[1.045s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv +[1.045s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh +[1.045s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv +[1.045s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash +[1.045s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh +[1.046s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh +[1.046s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv +[1.046s] -- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv +[1.051s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan +[1.052s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan +[1.052s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake +[1.052s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake +[1.053s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake +[1.053s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake +[1.053s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake +[1.053s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml +[1.056s] Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan diff --git a/log/build_2024-03-16_20-25-22/rm_serial_driver/command.log b/log/build_2024-03-16_20-25-22/rm_serial_driver/command.log new file mode 100644 index 00000000..7e52d0ed --- /dev/null +++ b/log/build_2024-03-16_20-25-22/rm_serial_driver/command.log @@ -0,0 +1,2 @@ +Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 diff --git a/log/build_2024-03-16_20-25-22/rm_serial_driver/stderr.log b/log/build_2024-03-16_20-25-22/rm_serial_driver/stderr.log new file mode 100644 index 00000000..ddc54e1d --- /dev/null +++ b/log/build_2024-03-16_20-25-22/rm_serial_driver/stderr.log @@ -0,0 +1,17 @@ +/home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp: In member function ‘void rm_serial_driver::RMSerialDriver::chassis_cmd_cb(geometry_msgs::msg::Twist_ >::SharedPtr)’: +/home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:299:3: error: this ‘else’ clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Werror=misleading-indentation]8;;] + 299 | else + | ^~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp:27, + from /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp:31, + from /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp:35, + from /home/firmament/codes/24navigation/src/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp:7, + from /home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:4: +/home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:304:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ + 304 | RCLCPP_INFO(get_logger(), "hhhh %f",packet_.cmd_vx); + | ^~~~~~~~~~~ +cc1plus: all warnings being treated as errors +gmake[2]: *** [CMakeFiles/rm_serial_driver.dir/build.make:76: CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:139: CMakeFiles/rm_serial_driver.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-16_20-25-22/rm_serial_driver/stdout.log b/log/build_2024-03-16_20-25-22/rm_serial_driver/stdout.log new file mode 100644 index 00000000..98624584 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/rm_serial_driver/stdout.log @@ -0,0 +1,2 @@ +[ 40%] Built target rm_serial_driver_node +[ 60%] Building CXX object CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o diff --git a/log/build_2024-03-16_20-25-22/rm_serial_driver/stdout_stderr.log b/log/build_2024-03-16_20-25-22/rm_serial_driver/stdout_stderr.log new file mode 100644 index 00000000..1c5c2b11 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/rm_serial_driver/stdout_stderr.log @@ -0,0 +1,19 @@ +[ 40%] Built target rm_serial_driver_node +[ 60%] Building CXX object CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o +/home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp: In member function ‘void rm_serial_driver::RMSerialDriver::chassis_cmd_cb(geometry_msgs::msg::Twist_ >::SharedPtr)’: +/home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:299:3: error: this ‘else’ clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Werror=misleading-indentation]8;;] + 299 | else + | ^~~~ +In file included from /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp:27, + from /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp:25, + from /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp:31, + from /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp:35, + from /home/firmament/codes/24navigation/src/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp:7, + from /home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:4: +/home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:304:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ + 304 | RCLCPP_INFO(get_logger(), "hhhh %f",packet_.cmd_vx); + | ^~~~~~~~~~~ +cc1plus: all warnings being treated as errors +gmake[2]: *** [CMakeFiles/rm_serial_driver.dir/build.make:76: CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o] Error 1 +gmake[1]: *** [CMakeFiles/Makefile2:139: CMakeFiles/rm_serial_driver.dir/all] Error 2 +gmake: *** [Makefile:146: all] Error 2 diff --git a/log/build_2024-03-16_20-25-22/rm_serial_driver/streams.log b/log/build_2024-03-16_20-25-22/rm_serial_driver/streams.log new file mode 100644 index 00000000..5b44b596 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/rm_serial_driver/streams.log @@ -0,0 +1,21 @@ +[0.249s] Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[0.369s] [ 40%] Built target rm_serial_driver_node +[0.369s] [ 60%] Building CXX object CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o +[3.081s] /home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp: In member function ‘void rm_serial_driver::RMSerialDriver::chassis_cmd_cb(geometry_msgs::msg::Twist_ >::SharedPtr)’: +[3.081s] /home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:299:3: error: this ‘else’ clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Werror=misleading-indentation]8;;] +[3.081s] 299 | else +[3.081s] | ^~~~ +[3.081s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp:27, +[3.081s] from /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp:25, +[3.081s] from /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp:31, +[3.081s] from /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp:35, +[3.081s] from /home/firmament/codes/24navigation/src/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp:7, +[3.081s] from /home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:4: +[3.081s] /home/firmament/codes/24navigation/src/rm_serial_driver/src/rm_serial_driver.cpp:304:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ +[3.081s] 304 | RCLCPP_INFO(get_logger(), "hhhh %f",packet_.cmd_vx); +[3.081s] | ^~~~~~~~~~~ +[7.410s] cc1plus: all warnings being treated as errors +[7.434s] gmake[2]: *** [CMakeFiles/rm_serial_driver.dir/build.make:76: CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o] Error 1 +[7.434s] gmake[1]: *** [CMakeFiles/Makefile2:139: CMakeFiles/rm_serial_driver.dir/all] Error 2 +[7.434s] gmake: *** [Makefile:146: all] Error 2 +[7.436s] Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 diff --git a/log/build_2024-03-16_20-25-22/rm_urdf_ff/command.log b/log/build_2024-03-16_20-25-22/rm_urdf_ff/command.log new file mode 100644 index 00000000..a48098e3 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/rm_urdf_ff/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff diff --git a/log/build_2024-03-16_20-25-22/rm_urdf_ff/stderr.log b/log/build_2024-03-16_20-25-22/rm_urdf_ff/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/rm_urdf_ff/stdout.log b/log/build_2024-03-16_20-25-22/rm_urdf_ff/stdout.log new file mode 100644 index 00000000..c65f1095 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/rm_urdf_ff/stdout.log @@ -0,0 +1,27 @@ +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml diff --git a/log/build_2024-03-16_20-25-22/rm_urdf_ff/stdout_stderr.log b/log/build_2024-03-16_20-25-22/rm_urdf_ff/stdout_stderr.log new file mode 100644 index 00000000..c65f1095 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/rm_urdf_ff/stdout_stderr.log @@ -0,0 +1,27 @@ +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml diff --git a/log/build_2024-03-16_20-25-22/rm_urdf_ff/streams.log b/log/build_2024-03-16_20-25-22/rm_urdf_ff/streams.log new file mode 100644 index 00000000..9cc17eb8 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/rm_urdf_ff/streams.log @@ -0,0 +1,31 @@ +[0.277s] Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[0.494s] Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[0.654s] Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +[0.665s] -- Install configuration: "" +[0.665s] -- Execute custom install script +[0.665s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py +[0.665s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml +[0.665s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL +[0.665s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL +[0.666s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL +[0.666s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL +[0.666s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL +[0.666s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv +[0.666s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf +[0.666s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff +[0.666s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff +[0.667s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh +[0.667s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv +[0.667s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh +[0.667s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv +[0.667s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash +[0.667s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh +[0.668s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh +[0.668s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv +[0.668s] -- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv +[0.692s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff +[0.692s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake +[0.692s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake +[0.692s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake +[0.693s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml +[0.843s] Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff diff --git a/log/build_2024-03-16_20-25-22/serial/command.log b/log/build_2024-03-16_20-25-22/serial/command.log new file mode 100644 index 00000000..4ee1c455 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/serial/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial diff --git a/log/build_2024-03-16_20-25-22/serial/stderr.log b/log/build_2024-03-16_20-25-22/serial/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-25-22/serial/stdout.log b/log/build_2024-03-16_20-25-22/serial/stdout.log new file mode 100644 index 00000000..e84c0013 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/serial/stdout.log @@ -0,0 +1,25 @@ +[100%] Built target serial +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml diff --git a/log/build_2024-03-16_20-25-22/serial/stdout_stderr.log b/log/build_2024-03-16_20-25-22/serial/stdout_stderr.log new file mode 100644 index 00000000..e84c0013 --- /dev/null +++ b/log/build_2024-03-16_20-25-22/serial/stdout_stderr.log @@ -0,0 +1,25 @@ +[100%] Built target serial +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml diff --git a/log/build_2024-03-16_20-25-22/serial/streams.log b/log/build_2024-03-16_20-25-22/serial/streams.log new file mode 100644 index 00000000..0c8e9b2c --- /dev/null +++ b/log/build_2024-03-16_20-25-22/serial/streams.log @@ -0,0 +1,29 @@ +[0.231s] Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[0.298s] [100%] Built target serial +[0.454s] Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[0.609s] Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +[0.619s] -- Install configuration: "" +[0.620s] -- Execute custom install script +[0.620s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh +[0.620s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv +[0.621s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so +[0.621s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h +[0.621s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h +[0.624s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial +[0.624s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial +[0.624s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh +[0.624s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv +[0.625s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh +[0.625s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv +[0.625s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash +[0.625s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh +[0.625s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh +[0.625s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv +[0.625s] -- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv +[0.632s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial +[0.634s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake +[0.635s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml +[0.713s] Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial diff --git a/log/build_2024-03-16_20-26-24/events.log b/log/build_2024-03-16_20-26-24/events.log new file mode 100644 index 00000000..ebfbbc81 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/events.log @@ -0,0 +1,992 @@ +[0.000000] (-) TimerEvent: {} +[0.000147] (icp_localization_ros2) JobQueued: {'identifier': 'icp_localization_ros2', 'dependencies': OrderedDict()} +[0.000172] (imu_complementary_filter) JobQueued: {'identifier': 'imu_complementary_filter', 'dependencies': OrderedDict()} +[0.000188] (linefit_ground_segmentation) JobQueued: {'identifier': 'linefit_ground_segmentation', 'dependencies': OrderedDict()} +[0.000204] (livox_ros_driver2) JobQueued: {'identifier': 'livox_ros_driver2', 'dependencies': OrderedDict()} +[0.000213] (octomap-distribution) JobQueued: {'identifier': 'octomap-distribution', 'dependencies': OrderedDict()} +[0.000223] (omni_regulated_pure_pursuit_controller) JobQueued: {'identifier': 'omni_regulated_pure_pursuit_controller', 'dependencies': OrderedDict()} +[0.000233] (pcdmap2pgm) JobQueued: {'identifier': 'pcdmap2pgm', 'dependencies': OrderedDict()} +[0.000242] (plc_bringup) JobQueued: {'identifier': 'plc_bringup', 'dependencies': OrderedDict()} +[0.000264] (pointcloud_to_laserscan) JobQueued: {'identifier': 'pointcloud_to_laserscan', 'dependencies': OrderedDict()} +[0.000273] (rm_serial_driver) JobQueued: {'identifier': 'rm_serial_driver', 'dependencies': OrderedDict()} +[0.000283] (rm_urdf_ff) JobQueued: {'identifier': 'rm_urdf_ff', 'dependencies': OrderedDict()} +[0.000295] (serial) JobQueued: {'identifier': 'serial', 'dependencies': OrderedDict()} +[0.000305] (fast_lio) JobQueued: {'identifier': 'fast_lio', 'dependencies': OrderedDict([('livox_ros_driver2', '/home/firmament/codes/24navigation/install/livox_ros_driver2')])} +[0.000317] (linefit_ground_segmentation_ros) JobQueued: {'identifier': 'linefit_ground_segmentation_ros', 'dependencies': OrderedDict([('linefit_ground_segmentation', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation')])} +[0.000714] (linefit_ground_segmentation) JobStarted: {'identifier': 'linefit_ground_segmentation'} +[0.042877] (livox_ros_driver2) JobStarted: {'identifier': 'livox_ros_driver2'} +[0.085097] (icp_localization_ros2) JobStarted: {'identifier': 'icp_localization_ros2'} +[0.099814] (-) TimerEvent: {} +[0.129015] (imu_complementary_filter) JobStarted: {'identifier': 'imu_complementary_filter'} +[0.170593] (octomap-distribution) JobStarted: {'identifier': 'octomap-distribution'} +[0.199904] (-) TimerEvent: {} +[0.215503] (omni_regulated_pure_pursuit_controller) JobStarted: {'identifier': 'omni_regulated_pure_pursuit_controller'} +[0.256978] (pcdmap2pgm) JobStarted: {'identifier': 'pcdmap2pgm'} +[0.300252] (plc_bringup) JobStarted: {'identifier': 'plc_bringup'} +[0.300344] (-) TimerEvent: {} +[0.354792] (linefit_ground_segmentation) JobProgress: {'identifier': 'linefit_ground_segmentation', 'progress': 'cmake'} +[0.355502] (linefit_ground_segmentation) JobProgress: {'identifier': 'linefit_ground_segmentation', 'progress': 'build'} +[0.356034] (linefit_ground_segmentation) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.358020] (livox_ros_driver2) JobProgress: {'identifier': 'livox_ros_driver2', 'progress': 'cmake'} +[0.358671] (livox_ros_driver2) JobProgress: {'identifier': 'livox_ros_driver2', 'progress': 'build'} +[0.359087] (livox_ros_driver2) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/livox_ros_driver2', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/livox_ros_driver2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/livox_ros_driver2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.360426] (icp_localization_ros2) JobProgress: {'identifier': 'icp_localization_ros2', 'progress': 'cmake'} +[0.361013] (icp_localization_ros2) JobProgress: {'identifier': 'icp_localization_ros2', 'progress': 'build'} +[0.361383] (icp_localization_ros2) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/icp_localization_ros2', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/icp_localization_ros2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/icp_localization_ros2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.363030] (imu_complementary_filter) JobProgress: {'identifier': 'imu_complementary_filter', 'progress': 'cmake'} +[0.363197] (imu_complementary_filter) JobProgress: {'identifier': 'imu_complementary_filter', 'progress': 'build'} +[0.363452] (imu_complementary_filter) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/imu_complementary_filter', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/imu_complementary_filter', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/imu_complementary_filter'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.364983] (octomap-distribution) JobProgress: {'identifier': 'octomap-distribution', 'progress': 'cmake'} +[0.365450] (octomap-distribution) JobProgress: {'identifier': 'octomap-distribution', 'progress': 'build'} +[0.365787] (octomap-distribution) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/octomap-distribution', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/octomap-distribution', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/octomap-distribution'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.367731] (omni_regulated_pure_pursuit_controller) JobProgress: {'identifier': 'omni_regulated_pure_pursuit_controller', 'progress': 'cmake'} +[0.368350] (omni_regulated_pure_pursuit_controller) JobProgress: {'identifier': 'omni_regulated_pure_pursuit_controller', 'progress': 'build'} +[0.368654] (omni_regulated_pure_pursuit_controller) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.370436] (pcdmap2pgm) JobProgress: {'identifier': 'pcdmap2pgm', 'progress': 'cmake'} +[0.371070] (pcdmap2pgm) JobProgress: {'identifier': 'pcdmap2pgm', 'progress': 'build'} +[0.371906] (pcdmap2pgm) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/pcdmap2pgm', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/pcdmap2pgm', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pcdmap2pgm'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.385155] (plc_bringup) JobProgress: {'identifier': 'plc_bringup', 'progress': 'cmake'} +[0.385236] (plc_bringup) JobProgress: {'identifier': 'plc_bringup', 'progress': 'build'} +[0.385419] (plc_bringup) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/plc_bringup', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/plc_bringup', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/plc_bringup'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.400470] (-) TimerEvent: {} +[0.435307] (imu_complementary_filter) StdoutLine: {'line': b'[ 60%] Built target complementary_filter\n'} +[0.435942] (linefit_ground_segmentation) StdoutLine: {'line': b'[100%] Built target linefit_ground_segmentation\n'} +[0.443652] (octomap-distribution) StdoutLine: {'line': b'[ 4%] Built target octomath\n'} +[0.444015] (livox_ros_driver2) StdoutLine: {'line': b'[ 1%] Built target livox_interfaces2__cpp\n'} +[0.446464] (livox_ros_driver2) StdoutLine: {'line': b'[ 8%] Built target livox_interfaces2__rosidl_generator_c\n'} +[0.455533] (livox_ros_driver2) StdoutLine: {'line': b'[ 12%] Built target livox_ros_driver2_node\n'} +[0.460077] (livox_ros_driver2) StdoutLine: {'line': b'[ 12%] Built target ament_cmake_python_symlink_livox_ros_driver2\n'} +[0.461829] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'[100%] Built target omni_regulated_pure_pursuit_controller\n'} +[0.469791] (linefit_ground_segmentation) CommandEnded: {'returncode': 0} +[0.470939] (pcdmap2pgm) StdoutLine: {'line': b'[100%] Built target convert_pcd2pgm\n'} +[0.471099] (octomap-distribution) StdoutLine: {'line': b'[ 7%] Built target octomath-static\n'} +[0.481721] (omni_regulated_pure_pursuit_controller) CommandEnded: {'returncode': 0} +[0.482596] (livox_ros_driver2) StdoutLine: {'line': b'[ 19%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp\n'} +[0.484413] (plc_bringup) CommandEnded: {'returncode': 0} +[0.490959] (imu_complementary_filter) StdoutLine: {'line': b'[100%] Built target complementary_filter_node\n'} +[0.494866] (livox_ros_driver2) StdoutLine: {'line': b'[ 26%] Built target livox_interfaces2__rosidl_typesupport_cpp\n'} +[0.499231] (icp_localization_ros2) StdoutLine: {'line': b'[100%] Built target icp_localization\n'} +[0.500825] (pcdmap2pgm) CommandEnded: {'returncode': 0} +[0.501218] (-) TimerEvent: {} +[0.501371] (livox_ros_driver2) StdoutLine: {'line': b'[ 33%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp\n'} +[0.503318] (imu_complementary_filter) CommandEnded: {'returncode': 0} +[0.505410] (octomap-distribution) StdoutLine: {'line': b'[ 15%] Built target octomap\n'} +[0.510403] (livox_ros_driver2) StdoutLine: {'line': b'[ 40%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c\n'} +[0.527625] (livox_ros_driver2) StdoutLine: {'line': b'[ 47%] Built target livox_interfaces2__rosidl_typesupport_introspection_c\n'} +[0.533594] (icp_localization_ros2) CommandEnded: {'returncode': 0} +[0.538354] (octomap-distribution) StdoutLine: {'line': b'[ 23%] Built target octomap-static\n'} +[0.545430] (plc_bringup) JobProgress: {'identifier': 'plc_bringup', 'progress': 'install'} +[0.549068] (livox_ros_driver2) StdoutLine: {'line': b'[ 54%] Built target livox_interfaces2__rosidl_typesupport_c\n'} +[0.560053] (plc_bringup) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/plc_bringup'], 'cwd': '/home/firmament/codes/24navigation/build/plc_bringup', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/plc_bringup'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.562341] (octomap-distribution) StdoutLine: {'line': b'[ 25%] Built target log2graph\n'} +[0.565458] (omni_regulated_pure_pursuit_controller) JobProgress: {'identifier': 'omni_regulated_pure_pursuit_controller', 'progress': 'install'} +[0.565537] (omni_regulated_pure_pursuit_controller) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller'], 'cwd': '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.566073] (octomap-distribution) StdoutLine: {'line': b'[ 26%] Built target graph2tree\n'} +[0.571526] (pcdmap2pgm) JobProgress: {'identifier': 'pcdmap2pgm', 'progress': 'install'} +[0.571606] (pcdmap2pgm) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/pcdmap2pgm'], 'cwd': '/home/firmament/codes/24navigation/build/pcdmap2pgm', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pcdmap2pgm'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.572137] (octomap-distribution) StdoutLine: {'line': b'[ 28%] Built target bt2vrml\n'} +[0.575083] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Install configuration: "Release"\n'} +[0.575287] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.575368] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so\n'} +[0.575437] (plc_bringup) StdoutLine: {'line': b'-- Install configuration: "Release"\n'} +[0.575628] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp\n'} +[0.575704] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh\n'} +[0.575799] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv\n'} +[0.575867] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml\n'} +[0.577202] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller\n'} +[0.577288] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller\n'} +[0.577351] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh\n'} +[0.577459] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv\n'} +[0.577548] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh\n'} +[0.577611] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv\n'} +[0.577671] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash\n'} +[0.577731] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh\n'} +[0.577791] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh\n'} +[0.577858] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv\n'} +[0.577945] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv\n'} +[0.578412] (plc_bringup) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.578831] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py\n'} +[0.578968] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py\n'} +[0.579048] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py\n'} +[0.579132] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py\n'} +[0.579228] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py\n'} +[0.579327] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py\n'} +[0.579425] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py\n'} +[0.579525] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py\n'} +[0.579629] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py\n'} +[0.579722] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py\n'} +[0.580039] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm\n'} +[0.580142] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml\n'} +[0.580233] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm\n'} +[0.580331] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml\n'} +[0.580429] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm\n'} +[0.580526] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml\n'} +[0.580624] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm\n'} +[0.580889] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz\n'} +[0.580993] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz\n'} +[0.581239] (octomap-distribution) StdoutLine: {'line': b'[ 29%] Built target binvox2bt\n'} +[0.581395] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world\n'} +[0.581519] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world\n'} +[0.581605] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model\n'} +[0.581702] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model\n'} +[0.581772] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model\n'} +[0.581976] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml\n'} +[0.582088] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml\n'} +[0.583353] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml\n'} +[0.583719] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml\n'} +[0.583952] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml\n'} +[0.584234] (octomap-distribution) StdoutLine: {'line': b'[ 30%] Built target edit_octree\n'} +[0.584476] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot\n'} +[0.584613] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf\n'} +[0.584693] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf\n'} +[0.584783] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf\n'} +[0.584896] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro\n'} +[0.584990] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup\n'} +[0.585174] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup\n'} +[0.585375] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh\n'} +[0.585649] (pcdmap2pgm) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[0.590247] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv\n'} +[0.590361] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh\n'} +[0.590416] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv\n'} +[0.590469] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash\n'} +[0.590520] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh\n'} +[0.590584] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh\n'} +[0.590635] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv\n'} +[0.590694] (plc_bringup) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv\n'} +[0.590745] (pcdmap2pgm) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.590801] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm\n'} +[0.590878] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py\n'} +[0.590934] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json\n'} +[0.590985] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp\n'} +[0.591037] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm\n'} +[0.591099] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm\n'} +[0.591163] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh\n'} +[0.591223] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv\n'} +[0.591282] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh\n'} +[0.591339] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv\n'} +[0.591393] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash\n'} +[0.591443] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh\n'} +[0.591496] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh\n'} +[0.591549] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv\n'} +[0.591601] (pcdmap2pgm) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv\n'} +[0.591657] (livox_ros_driver2) StdoutLine: {'line': b'[ 54%] Built target livox_interfaces2\n'} +[0.594162] (linefit_ground_segmentation) JobProgress: {'identifier': 'linefit_ground_segmentation', 'progress': 'install'} +[0.594370] (linefit_ground_segmentation) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.599810] (octomap-distribution) StdoutLine: {'line': b'[ 32%] Built target convert_octree\n'} +[0.600818] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup\n'} +[0.601022] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake\n'} +[0.601122] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake\n'} +[0.601248] (plc_bringup) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml\n'} +[0.601309] (-) TimerEvent: {} +[0.603670] (livox_ros_driver2) StdoutLine: {'line': b'[ 82%] Built target livox_ros_driver2\n'} +[0.609163] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[0.609345] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.609899] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm\n'} +[0.609987] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[0.610063] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake\n'} +[0.610127] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake\n'} +[0.610184] (pcdmap2pgm) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml\n'} +[0.610238] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h\n'} +[0.610296] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h\n'} +[0.610359] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h\n'} +[0.610419] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h\n'} +[0.610477] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h\n'} +[0.610535] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh\n'} +[0.610596] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv\n'} +[0.610657] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so\n'} +[0.610721] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation\n'} +[0.610796] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation\n'} +[0.610860] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh\n'} +[0.610917] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv\n'} +[0.615774] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh\n'} +[0.615930] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv\n'} +[0.615996] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash\n'} +[0.616068] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh\n'} +[0.616132] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh\n'} +[0.616225] (plc_bringup) CommandEnded: {'returncode': 0} +[0.616602] (octomap-distribution) StdoutLine: {'line': b'[ 34%] Built target eval_octree_accuracy\n'} +[0.616693] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv\n'} +[0.616769] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv\n'} +[0.623364] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller\n'} +[0.623633] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation\n'} +[0.623830] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller\n'} +[0.623940] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[0.624023] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[0.624098] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[0.624184] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[0.624261] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[0.624321] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[0.624422] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake\n'} +[0.624485] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake\n'} +[0.624561] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake\n'} +[0.624625] (omni_regulated_pure_pursuit_controller) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml\n'} +[0.624692] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake\n'} +[0.624766] (linefit_ground_segmentation) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml\n'} +[0.640325] (livox_ros_driver2) StdoutLine: {'line': b'[ 84%] Built target livox_interfaces2__py\n'} +[0.645281] (octomap-distribution) StdoutLine: {'line': b'[ 35%] Built target normals_example\n'} +[0.653846] (octomap-distribution) StdoutLine: {'line': b'[ 36%] Built target simple_example\n'} +[0.669969] (octomap-distribution) StdoutLine: {'line': b'[ 38%] Built target compare_octrees\n'} +[0.672989] (octomap-distribution) StdoutLine: {'line': b'[ 41%] Built target intersection_example\n'} +[0.673188] (octomap-distribution) StdoutLine: {'line': b'[ 41%] Built target test_iterators\n'} +[0.685030] (octomap-distribution) StdoutLine: {'line': b'[ 43%] Built target octree2pointcloud\n'} +[0.685213] (octomap-distribution) StdoutLine: {'line': b'[ 44%] Built target test_raycasting\n'} +[0.685280] (octomap-distribution) StdoutLine: {'line': b'[ 46%] Built target test_io\n'} +[0.689941] (livox_ros_driver2) StdoutLine: {'line': b'[ 89%] Built target livox_interfaces2__rosidl_generator_py\n'} +[0.697609] (pcdmap2pgm) CommandEnded: {'returncode': 0} +[0.701446] (-) TimerEvent: {} +[0.755856] (livox_ros_driver2) StdoutLine: {'line': b'[ 92%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext\n'} +[0.771386] (octomap-distribution) StdoutLine: {'line': b'[ 48%] Built target test_scans\n'} +[0.773670] (octomap-distribution) StdoutLine: {'line': b'[ 50%] Built target test_changedkeys\n'} +[0.778345] (livox_ros_driver2) StdoutLine: {'line': b'[ 96%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext\n'} +[0.783573] (imu_complementary_filter) JobProgress: {'identifier': 'imu_complementary_filter', 'progress': 'install'} +[0.783962] (imu_complementary_filter) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/imu_complementary_filter'], 'cwd': '/home/firmament/codes/24navigation/build/imu_complementary_filter', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/imu_complementary_filter'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[0.784629] (octomap-distribution) StdoutLine: {'line': b'[ 52%] Built target test_bbx\n'} +[0.792207] (livox_ros_driver2) StdoutLine: {'line': b'[100%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext\n'} +[0.792465] (octomap-distribution) StdoutLine: {'line': b'[ 54%] Built target test_mapcollection\n'} +[0.792554] (octomap-distribution) StdoutLine: {'line': b'[ 55%] Built target test_color_tree\n'} +[0.795014] (octomap-distribution) StdoutLine: {'line': b'[ 57%] Built target test_pruning\n'} +[0.796370] (octomap-distribution) StdoutLine: {'line': b'[ 58%] Built target color_tree_histogram\n'} +[0.803964] (omni_regulated_pure_pursuit_controller) CommandEnded: {'returncode': 0} +[0.804445] (-) TimerEvent: {} +[0.815672] (octomap-distribution) StdoutLine: {'line': b'[ 60%] Built target unit_tests\n'} +[0.827062] (octomap-distribution) StdoutLine: {'line': b'[ 61%] Built target dynamicedt3d\n'} +[0.828568] (octomap-distribution) StdoutLine: {'line': b'[ 67%] Built target octovis-shared\n'} +[0.830676] (octomap-distribution) StdoutLine: {'line': b'[ 69%] Built target dynamicedt3d-static\n'} +[0.842606] (octomap-distribution) StdoutLine: {'line': b'[ 74%] Built target octovis-static\n'} +[0.857062] (octomap-distribution) StdoutLine: {'line': b'[ 76%] Built target exampleEDTOctomapStamped\n'} +[0.857223] (octomap-distribution) StdoutLine: {'line': b'[ 77%] Built target exampleEDTOctomap\n'} +[0.863719] (octomap-distribution) StdoutLine: {'line': b'[ 79%] Built target exampleEDT3D\n'} +[0.863950] (livox_ros_driver2) StdoutLine: {'line': b'running egg_info\n'} +[0.864405] (livox_ros_driver2) StdoutLine: {'line': b'writing livox_ros_driver2.egg-info/PKG-INFO\n'} +[0.864758] (livox_ros_driver2) StdoutLine: {'line': b'writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt\n'} +[0.864860] (livox_ros_driver2) StdoutLine: {'line': b'writing top-level names to livox_ros_driver2.egg-info/top_level.txt\n'} +[0.867263] (livox_ros_driver2) StdoutLine: {'line': b"reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt'\n"} +[0.867810] (livox_ros_driver2) StdoutLine: {'line': b"writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt'\n"} +[0.872855] (octomap-distribution) StdoutLine: {'line': b'[100%] Built target octovis\n'} +[0.884310] (linefit_ground_segmentation) CommandEnded: {'returncode': 0} +[0.885054] (imu_complementary_filter) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[0.885174] (imu_complementary_filter) StdoutLine: {'line': b'-- Execute custom install script\n'} +[0.885253] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node\n'} +[0.885336] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h\n'} +[0.885402] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h\n'} +[0.885466] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py\n'} +[0.885530] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh\n'} +[0.885595] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv\n'} +[0.885657] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter\n'} +[0.885725] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter\n'} +[0.885787] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh\n'} +[0.885859] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv\n'} +[0.885921] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh\n'} +[0.886690] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv\n'} +[0.886764] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash\n'} +[0.886822] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh\n'} +[0.886882] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh\n'} +[0.886942] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv\n'} +[0.887007] (imu_complementary_filter) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv\n'} +[0.887070] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter\n'} +[0.887135] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[0.887195] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[0.887528] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake\n'} +[0.887633] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake\n'} +[0.887688] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake\n'} +[0.887745] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml\n'} +[0.887916] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so\n'} +[0.888009] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake\n'} +[0.888070] (imu_complementary_filter) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake\n'} +[0.897810] (livox_ros_driver2) StdoutLine: {'line': b'[100%] Built target ament_cmake_python_build_livox_ros_driver2_egg\n'} +[0.905128] (-) TimerEvent: {} +[0.991804] (plc_bringup) JobEnded: {'identifier': 'plc_bringup', 'rc': 0} +[0.992949] (icp_localization_ros2) JobProgress: {'identifier': 'icp_localization_ros2', 'progress': 'install'} +[0.993030] (icp_localization_ros2) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/icp_localization_ros2'], 'cwd': '/home/firmament/codes/24navigation/build/icp_localization_ros2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/icp_localization_ros2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.005294] (-) TimerEvent: {} +[1.042197] (pcdmap2pgm) JobEnded: {'identifier': 'pcdmap2pgm', 'rc': 0} +[1.042817] (imu_complementary_filter) CommandEnded: {'returncode': 0} +[1.088625] (octomap-distribution) CommandEnded: {'returncode': 0} +[1.089852] (pointcloud_to_laserscan) JobStarted: {'identifier': 'pointcloud_to_laserscan'} +[1.105399] (-) TimerEvent: {} +[1.148301] (rm_serial_driver) JobStarted: {'identifier': 'rm_serial_driver'} +[1.193425] (livox_ros_driver2) CommandEnded: {'returncode': 0} +[1.193978] (icp_localization_ros2) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.194068] (icp_localization_ros2) StdoutLine: {'line': b'-- Execute custom install script\n'} +[1.194118] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp\n'} +[1.194168] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp\n'} +[1.194207] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp\n'} +[1.194245] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp\n'} +[1.194296] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp\n'} +[1.194333] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp\n'} +[1.194370] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp\n'} +[1.194408] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp\n'} +[1.194444] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp\n'} +[1.194480] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp\n'} +[1.194516] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp\n'} +[1.194626] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp\n'} +[1.194675] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp\n'} +[1.194729] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp\n'} +[1.195647] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp\n'} +[1.196031] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp\n'} +[1.196234] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp\n'} +[1.196302] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp\n'} +[1.196391] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp\n'} +[1.196457] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp\n'} +[1.196520] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization\n'} +[1.196581] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py\n'} +[1.196740] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml\n'} +[1.196828] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml\n'} +[1.196892] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml\n'} +[1.196963] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml\n'} +[1.197025] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd\n'} +[1.197087] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2\n'} +[1.197228] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2\n'} +[1.197293] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh\n'} +[1.197420] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv\n'} +[1.197482] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh\n'} +[1.197545] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv\n'} +[1.197627] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash\n'} +[1.197690] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh\n'} +[1.197752] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh\n'} +[1.197882] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv\n'} +[1.197992] (icp_localization_ros2) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv\n'} +[1.198056] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2\n'} +[1.198153] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[1.198314] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[1.198403] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake\n'} +[1.198542] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake\n'} +[1.198607] (icp_localization_ros2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml\n'} +[1.205530] (-) TimerEvent: {} +[1.293626] (omni_regulated_pure_pursuit_controller) JobEnded: {'identifier': 'omni_regulated_pure_pursuit_controller', 'rc': 0} +[1.294988] (rm_urdf_ff) JobStarted: {'identifier': 'rm_urdf_ff'} +[1.305685] (-) TimerEvent: {} +[1.406059] (-) TimerEvent: {} +[1.422459] (linefit_ground_segmentation) JobEnded: {'identifier': 'linefit_ground_segmentation', 'rc': 0} +[1.423433] (icp_localization_ros2) CommandEnded: {'returncode': 0} +[1.461404] (serial) JobStarted: {'identifier': 'serial'} +[1.506199] (-) TimerEvent: {} +[1.585511] (imu_complementary_filter) JobEnded: {'identifier': 'imu_complementary_filter', 'rc': 0} +[1.587058] (octomap-distribution) JobProgress: {'identifier': 'octomap-distribution', 'progress': 'install'} +[1.587280] (octomap-distribution) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/octomap-distribution'], 'cwd': '/home/firmament/codes/24navigation/build/octomap-distribution', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/octomap-distribution'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.587787] (pointcloud_to_laserscan) JobProgress: {'identifier': 'pointcloud_to_laserscan', 'progress': 'cmake'} +[1.587940] (pointcloud_to_laserscan) JobProgress: {'identifier': 'pointcloud_to_laserscan', 'progress': 'build'} +[1.588207] (pointcloud_to_laserscan) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.591139] (rm_serial_driver) JobProgress: {'identifier': 'rm_serial_driver', 'progress': 'cmake'} +[1.591169] (rm_serial_driver) JobProgress: {'identifier': 'rm_serial_driver', 'progress': 'build'} +[1.591189] (rm_serial_driver) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/rm_serial_driver', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/rm_serial_driver', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_serial_driver'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.592398] (livox_ros_driver2) JobProgress: {'identifier': 'livox_ros_driver2', 'progress': 'install'} +[1.593094] (livox_ros_driver2) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/livox_ros_driver2'], 'cwd': '/home/firmament/codes/24navigation/build/livox_ros_driver2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/livox_ros_driver2'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.594231] (linefit_ground_segmentation_ros) JobStarted: {'identifier': 'linefit_ground_segmentation_ros'} +[1.606558] (-) TimerEvent: {} +[1.680912] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 40%] Built target laserscan_to_pointcloud\n'} +[1.681679] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 40%] Built target pointcloud_to_laserscan_node\n'} +[1.681898] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 60%] Built target laserscan_to_pointcloud_node\n'} +[1.681970] (rm_serial_driver) StdoutLine: {'line': b'\x1b[35m\x1b[1mConsolidate compiler generated dependencies of target rm_serial_driver\x1b[0m\n'} +[1.682545] (rm_serial_driver) StdoutLine: {'line': b'[ 40%] Built target rm_serial_driver_node\n'} +[1.685163] (octomap-distribution) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.685317] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h\n'} +[1.685939] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h\n'} +[1.686055] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h\n'} +[1.688066] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h\n'} +[1.688272] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h\n'} +[1.688391] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h\n'} +[1.688461] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx\n'} +[1.688525] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h\n'} +[1.688602] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx\n'} +[1.688664] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h\n'} +[1.688725] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h\n'} +[1.688812] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h\n'} +[1.688877] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx\n'} +[1.688937] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h\n'} +[1.688998] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx\n'} +[1.689322] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx\n'} +[1.689386] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h\n'} +[1.689456] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h\n'} +[1.689515] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h\n'} +[1.689573] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h\n'} +[1.689631] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx\n'} +[1.689694] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h\n'} +[1.689754] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h\n'} +[1.689814] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h\n'} +[1.689874] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h\n'} +[1.689932] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h\n'} +[1.690002] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h\n'} +[1.690061] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h\n'} +[1.690117] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h\n'} +[1.691915] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h\n'} +[1.691990] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h\n'} +[1.692789] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h\n'} +[1.692884] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml\n'} +[1.692950] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap\n'} +[1.693014] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake\n'} +[1.693087] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake\n'} +[1.693147] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc\n'} +[1.693208] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8\n'} +[1.693269] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9\n'} +[1.693329] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so\n'} +[1.693389] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a\n'} +[1.693449] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8\n'} +[1.693511] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9\n'} +[1.693572] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so\n'} +[1.693634] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a\n'} +[1.694643] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake\n'} +[1.694743] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree\n'} +[1.694807] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph\n'} +[1.694870] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt\n'} +[1.694931] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml\n'} +[1.694992] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree\n'} +[1.695053] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree\n'} +[1.695121] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy\n'} +[1.695183] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees\n'} +[1.695243] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis\n'} +[1.695307] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a\n'} +[1.695367] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8\n'} +[1.695428] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9\n'} +[1.695489] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so\n'} +[1.695549] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake\n'} +[1.695614] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h\n'} +[1.695675] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h\n'} +[1.695735] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h\n'} +[1.695797] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h\n'} +[1.695860] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h\n'} +[1.695929] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h\n'} +[1.695991] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h\n'} +[1.696053] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake\n'} +[1.696115] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake\n'} +[1.696177] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml\n'} +[1.696238] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis\n'} +[1.696300] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h\n'} +[1.696362] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx\n'} +[1.696423] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h\n'} +[1.696485] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h\n'} +[1.696546] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx\n'} +[1.696607] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h\n'} +[1.696667] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml\n'} +[1.696727] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D\n'} +[1.696788] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake\n'} +[1.696851] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake\n'} +[1.696911] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc\n'} +[1.696973] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8\n'} +[1.697039] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9\n'} +[1.697100] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so\n'} +[1.697163] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a\n'} +[1.697225] (octomap-distribution) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake\n'} +[1.697292] (livox_ros_driver2) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.697369] (livox_ros_driver2) StdoutLine: {'line': b'-- Execute custom install script\n'} +[1.697436] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2\n'} +[1.697502] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h\n'} +[1.697569] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h\n'} +[1.697637] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h\n'} +[1.697702] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h\n'} +[1.697769] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h\n'} +[1.697835] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h\n'} +[1.697900] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h\n'} +[1.697962] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h\n'} +[1.698023] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h\n'} +[1.698092] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh\n'} +[1.698168] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv\n'} +[1.698227] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h\n'} +[1.698285] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h\n'} +[1.698349] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h\n'} +[1.698424] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h\n'} +[1.698504] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h\n'} +[1.698569] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h\n'} +[1.698633] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp\n'} +[1.698698] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp\n'} +[1.698765] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp\n'} +[1.698829] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp\n'} +[1.698907] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp\n'} +[1.698972] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp\n'} +[1.699035] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp\n'} +[1.699097] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp\n'} +[1.699160] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[1.699225] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[1.699288] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h\n'} +[1.699352] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp\n'} +[1.699415] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp\n'} +[1.699479] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh\n'} +[1.699541] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv\n'} +[1.699612] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO\n'} +[1.699676] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt\n'} +[1.699740] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt\n'} +[1.699803] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt\n'} +[1.699863] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py\n'} +[1.699924] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c\n'} +[1.699986] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c\n'} +[1.700049] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c\n'} +[1.700119] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so\n'} +[1.700181] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.700245] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.700310] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.700373] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py\n'} +[1.700437] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py\n'} +[1.700554] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c\n'} +[1.700622] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py\n'} +[1.700684] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c\n'} +[1.700752] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.700814] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.700875] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[1.700936] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl\n'} +[1.700997] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl\n'} +[1.701062] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg\n'} +[1.701123] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg\n'} +[1.701184] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node\n'} +[1.701245] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so\n'} +[1.701306] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json\n'} +[1.701368] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json\n'} +[1.701428] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz\n'} +[1.701488] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz\n'} +[1.701550] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz\n'} +[1.701612] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json\n'} +[1.701673] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py\n'} +[1.701743] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py\n'} +[1.701803] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py\n'} +[1.701865] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py\n'} +[1.701926] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py\n'} +[1.701990] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2\n'} +[1.702051] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2\n'} +[1.702112] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh\n'} +[1.702191] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv\n'} +[1.702252] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh\n'} +[1.702312] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv\n'} +[1.702372] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash\n'} +[1.702433] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh\n'} +[1.702492] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh\n'} +[1.702554] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv\n'} +[1.702615] (livox_ros_driver2) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv\n'} +[1.702676] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2\n'} +[1.702737] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2\n'} +[1.702800] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake\n'} +[1.702869] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[1.702931] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[1.702993] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[1.703055] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake\n'} +[1.703118] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake\n'} +[1.703180] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake\n'} +[1.703242] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake\n'} +[1.703308] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake\n'} +[1.703369] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml\n'} +[1.703430] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so\n'} +[1.703491] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so\n'} +[1.703564] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so\n'} +[1.703625] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so\n'} +[1.703685] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so\n'} +[1.703747] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so\n'} +[1.703809] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so\n'} +[1.703871] (livox_ros_driver2) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'...\n"} +[1.703932] (livox_ros_driver2) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'...\n"} +[1.704005] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so\n'} +[1.704067] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake\n'} +[1.704131] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake\n'} +[1.704193] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake\n'} +[1.704255] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake\n'} +[1.704318] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake\n'} +[1.704383] (rm_urdf_ff) JobProgress: {'identifier': 'rm_urdf_ff', 'progress': 'cmake'} +[1.704405] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake\n'} +[1.704476] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake\n'} +[1.704677] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake\n'} +[1.704770] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake\n'} +[1.704838] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake\n'} +[1.704902] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake\n'} +[1.704966] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake\n'} +[1.705029] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake\n'} +[1.705299] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake\n'} +[1.705723] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake\n'} +[1.706296] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake\n'} +[1.706412] (livox_ros_driver2) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake\n'} +[1.706485] (rm_serial_driver) StdoutLine: {'line': b'[ 60%] \x1b[32mBuilding CXX object CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o\x1b[0m\n'} +[1.706653] (-) TimerEvent: {} +[1.706785] (rm_urdf_ff) JobProgress: {'identifier': 'rm_urdf_ff', 'progress': 'build'} +[1.706843] (rm_urdf_ff) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/rm_urdf_ff', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/rm_urdf_ff', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_urdf_ff'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.707771] (pointcloud_to_laserscan) StdoutLine: {'line': b'[ 80%] Built target pointcloud_to_laserscan\n'} +[1.728436] (pointcloud_to_laserscan) StdoutLine: {'line': b'[100%] Built target dummy_pointcloud_publisher\n'} +[1.778170] (icp_localization_ros2) JobEnded: {'identifier': 'icp_localization_ros2', 'rc': 0} +[1.779296] (serial) JobProgress: {'identifier': 'serial', 'progress': 'cmake'} +[1.779773] (serial) JobProgress: {'identifier': 'serial', 'progress': 'build'} +[1.780133] (serial) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/serial', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/serial', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/serial'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.781694] (octomap-distribution) CommandEnded: {'returncode': 0} +[1.807314] (-) TimerEvent: {} +[1.864310] (octomap-distribution) JobEnded: {'identifier': 'octomap-distribution', 'rc': 0} +[1.865330] (serial) StdoutLine: {'line': b'[100%] Built target serial\n'} +[1.865598] (livox_ros_driver2) CommandEnded: {'returncode': 0} +[1.907439] (-) TimerEvent: {} +[1.925956] (linefit_ground_segmentation_ros) JobProgress: {'identifier': 'linefit_ground_segmentation_ros', 'progress': 'cmake'} +[1.926951] (linefit_ground_segmentation_ros) JobProgress: {'identifier': 'linefit_ground_segmentation_ros', 'progress': 'build'} +[1.927491] (linefit_ground_segmentation_ros) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.930980] (pointcloud_to_laserscan) CommandEnded: {'returncode': 0} +[1.932031] (rm_urdf_ff) CommandEnded: {'returncode': 0} +[1.932708] (serial) CommandEnded: {'returncode': 0} +[1.965195] (rm_urdf_ff) JobProgress: {'identifier': 'rm_urdf_ff', 'progress': 'install'} +[1.965392] (rm_urdf_ff) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/rm_urdf_ff'], 'cwd': '/home/firmament/codes/24navigation/build/rm_urdf_ff', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_urdf_ff'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[1.973002] (rm_urdf_ff) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[1.974342] (rm_urdf_ff) StdoutLine: {'line': b'-- Execute custom install script\n'} +[1.975492] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py\n'} +[1.976348] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml\n'} +[1.977241] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL\n'} +[1.977909] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL\n'} +[1.978525] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL\n'} +[1.979126] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL\n'} +[1.979731] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL\n'} +[1.980524] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv\n'} +[1.981149] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf\n'} +[1.981859] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff\n'} +[1.982650] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff\n'} +[1.983372] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh\n'} +[1.984126] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv\n'} +[1.984215] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh\n'} +[1.985464] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv\n'} +[1.985550] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash\n'} +[1.985614] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh\n'} +[1.985687] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh\n'} +[1.985748] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv\n'} +[1.985809] (rm_urdf_ff) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv\n'} +[2.002106] (serial) JobProgress: {'identifier': 'serial', 'progress': 'install'} +[2.002207] (serial) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/serial'], 'cwd': '/home/firmament/codes/24navigation/build/serial', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/serial'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.002706] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff\n'} +[2.002771] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.002811] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake\n'} +[2.002869] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake\n'} +[2.002931] (rm_urdf_ff) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml\n'} +[2.005179] (rm_urdf_ff) CommandEnded: {'returncode': 0} +[2.007541] (-) TimerEvent: {} +[2.010287] (serial) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[2.011480] (serial) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.011642] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh\n'} +[2.011863] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv\n'} +[2.012127] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so\n'} +[2.012187] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h\n'} +[2.012347] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h\n'} +[2.012389] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial\n'} +[2.012427] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial\n'} +[2.012496] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh\n'} +[2.012583] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv\n'} +[2.012670] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh\n'} +[2.013326] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv\n'} +[2.013405] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash\n'} +[2.013465] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh\n'} +[2.013528] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh\n'} +[2.013587] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv\n'} +[2.013642] (serial) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv\n'} +[2.024589] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'[ 50%] Built target ground_segmentation_test_node\n'} +[2.024792] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial\n'} +[2.024880] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[2.024945] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[2.026440] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake\n'} +[2.026567] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake\n'} +[2.026626] (serial) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml\n'} +[2.030524] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'[100%] Built target ground_segmentation_node\n'} +[2.056146] (pointcloud_to_laserscan) JobProgress: {'identifier': 'pointcloud_to_laserscan', 'progress': 'install'} +[2.056422] (pointcloud_to_laserscan) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan'], 'cwd': '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.057826] (serial) CommandEnded: {'returncode': 0} +[2.065468] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[2.065930] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.066213] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node\n'} +[2.066411] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node\n'} +[2.066756] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp\n'} +[2.066883] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp\n'} +[2.067338] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h\n'} +[2.067659] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh\n'} +[2.067835] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv\n'} +[2.067903] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so\n'} +[2.067968] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so\n'} +[2.068029] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher\n'} +[2.068091] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py\n'} +[2.068156] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py\n'} +[2.068232] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py\n'} +[2.068296] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan\n'} +[2.068494] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan\n'} +[2.068821] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh\n'} +[2.068934] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv\n'} +[2.069000] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh\n'} +[2.069190] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv\n'} +[2.069274] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash\n'} +[2.069341] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh\n'} +[2.069382] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh\n'} +[2.069428] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv\n'} +[2.069467] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv\n'} +[2.078330] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan\n'} +[2.078522] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan\n'} +[2.078619] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.078713] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[2.078850] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[2.078949] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake\n'} +[2.079006] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake\n'} +[2.079090] (pointcloud_to_laserscan) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml\n'} +[2.107651] (-) TimerEvent: {} +[2.122611] (linefit_ground_segmentation_ros) CommandEnded: {'returncode': 0} +[2.188499] (livox_ros_driver2) JobEnded: {'identifier': 'livox_ros_driver2', 'rc': 0} +[2.207748] (-) TimerEvent: {} +[2.236896] (rm_urdf_ff) JobEnded: {'identifier': 'rm_urdf_ff', 'rc': 0} +[2.237599] (fast_lio) JobStarted: {'identifier': 'fast_lio'} +[2.280260] (pointcloud_to_laserscan) CommandEnded: {'returncode': 0} +[2.307828] (-) TimerEvent: {} +[2.398690] (serial) JobEnded: {'identifier': 'serial', 'rc': 0} +[2.399930] (linefit_ground_segmentation_ros) JobProgress: {'identifier': 'linefit_ground_segmentation_ros', 'progress': 'install'} +[2.400020] (linefit_ground_segmentation_ros) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros'], 'cwd': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.401553] (fast_lio) JobProgress: {'identifier': 'fast_lio', 'progress': 'cmake'} +[2.402488] (fast_lio) JobProgress: {'identifier': 'fast_lio', 'progress': 'build'} +[2.403063] (fast_lio) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/firmament/codes/24navigation/build/fast_lio', '--', '-j8', '-l8'], 'cwd': '/home/firmament/codes/24navigation/build/fast_lio', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/fast_lio'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.407578] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[2.407914] (-) TimerEvent: {} +[2.408590] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.408695] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node\n'} +[2.408799] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node\n'} +[2.409187] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py\n'} +[2.409264] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml\n'} +[2.409391] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py\n'} +[2.409462] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros\n'} +[2.409710] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros\n'} +[2.410052] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh\n'} +[2.410230] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv\n'} +[2.410303] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh\n'} +[2.410395] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv\n'} +[2.410468] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash\n'} +[2.410608] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh\n'} +[2.410675] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh\n'} +[2.410732] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv\n'} +[2.410815] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv\n'} +[2.419906] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros\n'} +[2.420486] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.420678] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake\n'} +[2.420758] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake\n'} +[2.420828] (linefit_ground_segmentation_ros) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml\n'} +[2.450930] (fast_lio) StdoutLine: {'line': b'[ 8%] Built target fast_lio__rosidl_generator_c\n'} +[2.451168] (fast_lio) StdoutLine: {'line': b'[ 11%] Built target fast_lio__cpp\n'} +[2.458983] (fast_lio) StdoutLine: {'line': b'[ 11%] Built target ament_cmake_python_symlink_fast_lio\n'} +[2.475097] (fast_lio) StdoutLine: {'line': b'[ 25%] Built target fast_lio__rosidl_typesupport_fastrtps_c\n'} +[2.475503] (fast_lio) StdoutLine: {'line': b'[ 28%] Built target fast_lio__rosidl_typesupport_c\n'} +[2.477332] (fast_lio) StdoutLine: {'line': b'[ 37%] Built target fast_lio__rosidl_typesupport_introspection_cpp\n'} +[2.481613] (fast_lio) StdoutLine: {'line': b'[ 45%] Built target fast_lio__rosidl_typesupport_introspection_c\n'} +[2.484627] (fast_lio) StdoutLine: {'line': b'[ 54%] Built target fast_lio__rosidl_typesupport_cpp\n'} +[2.486339] (fast_lio) StdoutLine: {'line': b'[ 62%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp\n'} +[2.504781] (fast_lio) StdoutLine: {'line': b'[ 62%] Built target fast_lio\n'} +[2.508215] (-) TimerEvent: {} +[2.516604] (pointcloud_to_laserscan) JobEnded: {'identifier': 'pointcloud_to_laserscan', 'rc': 0} +[2.517732] (linefit_ground_segmentation_ros) CommandEnded: {'returncode': 0} +[2.520493] (fast_lio) StdoutLine: {'line': b'[ 74%] Built target fastlio_mapping\n'} +[2.523101] (fast_lio) StdoutLine: {'line': b'[ 77%] Built target fast_lio__py\n'} +[2.545491] (fast_lio) StdoutLine: {'line': b'[ 82%] Built target fast_lio__rosidl_generator_py\n'} +[2.576971] (fast_lio) StdoutLine: {'line': b'[ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext\n'} +[2.577419] (fast_lio) StdoutLine: {'line': b'[ 94%] Built target fast_lio__rosidl_typesupport_c__pyext\n'} +[2.578577] (fast_lio) StdoutLine: {'line': b'[100%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext\n'} +[2.608363] (-) TimerEvent: {} +[2.645957] (linefit_ground_segmentation_ros) JobEnded: {'identifier': 'linefit_ground_segmentation_ros', 'rc': 0} +[2.708469] (-) TimerEvent: {} +[2.713777] (fast_lio) StdoutLine: {'line': b'running egg_info\n'} +[2.714224] (fast_lio) StdoutLine: {'line': b'writing fast_lio.egg-info/PKG-INFO\n'} +[2.714448] (fast_lio) StdoutLine: {'line': b'writing dependency_links to fast_lio.egg-info/dependency_links.txt\n'} +[2.714598] (fast_lio) StdoutLine: {'line': b'writing top-level names to fast_lio.egg-info/top_level.txt\n'} +[2.716318] (fast_lio) StdoutLine: {'line': b"reading manifest file 'fast_lio.egg-info/SOURCES.txt'\n"} +[2.716735] (fast_lio) StdoutLine: {'line': b"writing manifest file 'fast_lio.egg-info/SOURCES.txt'\n"} +[2.737250] (fast_lio) StdoutLine: {'line': b'[100%] Built target ament_cmake_python_build_fast_lio_egg\n'} +[2.746388] (fast_lio) CommandEnded: {'returncode': 0} +[2.808545] (-) TimerEvent: {} +[2.811569] (fast_lio) JobProgress: {'identifier': 'fast_lio', 'progress': 'install'} +[2.811944] (fast_lio) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/fast_lio'], 'cwd': '/home/firmament/codes/24navigation/build/fast_lio', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/fast_lio'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[2.820465] (fast_lio) StdoutLine: {'line': b'-- Install configuration: "Release"\n'} +[2.820677] (fast_lio) StdoutLine: {'line': b'-- Execute custom install script\n'} +[2.820820] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio\n'} +[2.821070] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h\n'} +[2.821133] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h\n'} +[2.821199] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h\n'} +[2.821256] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h\n'} +[2.821314] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h\n'} +[2.821411] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh\n'} +[2.821496] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv\n'} +[2.821717] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h\n'} +[2.821778] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h\n'} +[2.821979] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp\n'} +[2.822044] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp\n'} +[2.822103] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp\n'} +[2.822601] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp\n'} +[2.822912] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[2.822979] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h\n'} +[2.823147] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h\n'} +[2.823205] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h\n'} +[2.823367] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp\n'} +[2.823511] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh\n'} +[2.823608] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv\n'} +[2.823817] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO\n'} +[2.823891] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt\n'} +[2.823953] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt\n'} +[2.824017] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt\n'} +[2.824350] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py\n'} +[2.824405] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c\n'} +[2.824461] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c\n'} +[2.824517] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c\n'} +[2.824572] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.824633] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.824690] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.824755] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so\n'} +[2.824811] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py\n'} +[2.824865] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py\n'} +[2.824922] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c\n'} +[2.825083] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.825226] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.825363] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[2.825457] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl\n'} +[2.825540] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg\n'} +[2.825667] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping\n'} +[2.825854] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml\n'} +[2.825923] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml\n'} +[2.826005] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml\n'} +[2.826083] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml\n'} +[2.826164] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml\n'} +[2.826386] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch\n'} +[2.826469] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py\n'} +[2.826555] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch\n'} +[2.826638] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch\n'} +[2.826718] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch\n'} +[2.826774] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch\n'} +[2.826922] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz\n'} +[2.827029] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio\n'} +[2.827121] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio\n'} +[2.827209] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh\n'} +[2.827290] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv\n'} +[2.827370] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh\n'} +[2.827446] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv\n'} +[2.827523] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash\n'} +[2.827600] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh\n'} +[2.827674] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh\n'} +[2.827747] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv\n'} +[2.827803] (fast_lio) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv\n'} +[2.834972] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio\n'} +[2.835123] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake\n'} +[2.835215] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[2.835286] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[2.835326] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake\n'} +[2.835383] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake\n'} +[2.835441] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[2.835535] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake\n'} +[2.835630] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake\n'} +[2.835689] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake\n'} +[2.835827] (fast_lio) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml\n'} +[2.836012] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so\n'} +[2.836274] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so\n'} +[2.836477] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so\n'} +[2.836675] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so\n'} +[2.836866] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so\n'} +[2.837042] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so\n'} +[2.837374] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so\n'} +[2.861842] (fast_lio) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'...\n"} +[2.861997] (fast_lio) StdoutLine: {'line': b"Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'...\n"} +[2.865188] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so\n'} +[2.865375] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake\n'} +[2.865471] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake\n'} +[2.865566] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake\n'} +[2.865651] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake\n'} +[2.865736] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake\n'} +[2.865813] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake\n'} +[2.865900] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake\n'} +[2.865979] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake\n'} +[2.866056] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake\n'} +[2.866140] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake\n'} +[2.866219] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake\n'} +[2.866303] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake\n'} +[2.866379] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake\n'} +[2.866465] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake\n'} +[2.866531] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake\n'} +[2.866590] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake\n'} +[2.866650] (fast_lio) StdoutLine: {'line': b'-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake\n'} +[2.868133] (fast_lio) CommandEnded: {'returncode': 0} +[2.908684] (-) TimerEvent: {} +[3.009021] (-) TimerEvent: {} +[3.055941] (fast_lio) JobEnded: {'identifier': 'fast_lio', 'rc': 0} +[3.109145] (-) TimerEvent: {} +[3.209521] (-) TimerEvent: {} +[3.309861] (-) TimerEvent: {} +[3.410221] (-) TimerEvent: {} +[3.510564] (-) TimerEvent: {} +[3.610895] (-) TimerEvent: {} +[3.711230] (-) TimerEvent: {} +[3.811591] (-) TimerEvent: {} +[3.911905] (-) TimerEvent: {} +[4.012196] (-) TimerEvent: {} +[4.112485] (-) TimerEvent: {} +[4.212783] (-) TimerEvent: {} +[4.313050] (-) TimerEvent: {} +[4.413325] (-) TimerEvent: {} +[4.513561] (-) TimerEvent: {} +[4.613826] (-) TimerEvent: {} +[4.714136] (-) TimerEvent: {} +[4.814413] (-) TimerEvent: {} +[4.914709] (-) TimerEvent: {} +[5.015037] (-) TimerEvent: {} +[5.115406] (-) TimerEvent: {} +[5.215810] (-) TimerEvent: {} +[5.316172] (-) TimerEvent: {} +[5.416530] (-) TimerEvent: {} +[5.516892] (-) TimerEvent: {} +[5.617194] (-) TimerEvent: {} +[5.717419] (-) TimerEvent: {} +[5.817704] (-) TimerEvent: {} +[5.917984] (-) TimerEvent: {} +[6.018289] (-) TimerEvent: {} +[6.118649] (-) TimerEvent: {} +[6.218962] (-) TimerEvent: {} +[6.319306] (-) TimerEvent: {} +[6.419667] (-) TimerEvent: {} +[6.520001] (-) TimerEvent: {} +[6.620324] (-) TimerEvent: {} +[6.720636] (-) TimerEvent: {} +[6.820950] (-) TimerEvent: {} +[6.921304] (-) TimerEvent: {} +[7.021668] (-) TimerEvent: {} +[7.122035] (-) TimerEvent: {} +[7.222330] (-) TimerEvent: {} +[7.322662] (-) TimerEvent: {} +[7.422966] (-) TimerEvent: {} +[7.523274] (-) TimerEvent: {} +[7.623543] (-) TimerEvent: {} +[7.723864] (-) TimerEvent: {} +[7.824157] (-) TimerEvent: {} +[7.924454] (-) TimerEvent: {} +[8.024825] (-) TimerEvent: {} +[8.125110] (-) TimerEvent: {} +[8.225401] (-) TimerEvent: {} +[8.325748] (-) TimerEvent: {} +[8.426103] (-) TimerEvent: {} +[8.526362] (-) TimerEvent: {} +[8.626658] (-) TimerEvent: {} +[8.726948] (-) TimerEvent: {} +[8.827253] (-) TimerEvent: {} +[8.892513] (rm_serial_driver) StdoutLine: {'line': b'[ 80%] \x1b[32m\x1b[1mLinking CXX shared library librm_serial_driver.so\x1b[0m\n'} +[8.927425] (-) TimerEvent: {} +[9.027796] (-) TimerEvent: {} +[9.128119] (-) TimerEvent: {} +[9.228405] (-) TimerEvent: {} +[9.315757] (rm_serial_driver) StdoutLine: {'line': b'[100%] Built target rm_serial_driver\n'} +[9.324447] (rm_serial_driver) CommandEnded: {'returncode': 0} +[9.328509] (-) TimerEvent: {} +[9.352978] (rm_serial_driver) JobProgress: {'identifier': 'rm_serial_driver', 'progress': 'install'} +[9.353204] (rm_serial_driver) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/firmament/codes/24navigation/build/rm_serial_driver'], 'cwd': '/home/firmament/codes/24navigation/build/rm_serial_driver', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'firmament'), ('XDG_SESSION_TYPE', 'x11'), ('ALLUSERSPROFILE', '/opt/MVS/MVFG'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:'), ('HOME', '/home/firmament'), ('DESKTOP_SESSION', 'ubuntu-xorg'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('DBUS_STARTER_BUS_TYPE', 'session'), ('SYSTEMD_EXEC_PID', '1593'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('COLORTERM', 'truecolor'), ('MANDATORY_PATH', '/usr/share/gconf/ubuntu-xorg.mandatory.path'), ('COLCON_PREFIX_PATH', '/home/firmament/codes/24navigation/install'), ('ROS_DISTRO', 'humble'), ('GTK_IM_MODULE', 'ibus'), ('LOGNAME', 'firmament'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('DEFAULTS_PATH', '/usr/share/gconf/ubuntu-xorg.default.path'), ('USERNAME', 'firmament'), ('TERM', 'xterm-256color'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('WINDOWPATH', '2'), ('MVCAM_SDK_PATH', '/opt/MVS'), ('PATH', '/home/firmament/codes/24navigation/install/octomap-distribution/bin:/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/PaiQin-i7:@/tmp/.ICE-unix/1593,unix/PaiQin-i7:/tmp/.ICE-unix/1593'), ('MVCAM_GENICAM_CLPROTOCOL', '/opt/MVS/lib/CLProtocol'), ('XDG_MENU_PREFIX', 'gnome-'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/fe6f39bc_7b96_4caf_8571_b6e1843d2894'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu-xorg'), ('XAUTHORITY', '/run/user/1000/gdm/Xauthority'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.198'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('AMENT_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu-xorg'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('GPG_AGENT_INFO', '/run/user/1000/gnupg/S.gpg-agent:0:1'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/firmament/codes/24navigation/build/rm_serial_driver'), ('TURTLEBOT3_MODEL', 'waffle'), ('LC_ALL', 'en_US.UTF-8'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu-xorg:/etc/xdg'), ('DBUS_STARTER_ADDRESS', 'unix:path=/run/user/1000/bus,guid=9b71946674897658290da2b565f585c3'), ('XDG_DATA_DIRS', '/usr/share/ubuntu-xorg:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages:/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble'), ('MVCAM_COMMON_RUNENV', '/opt/MVS/lib')]), 'shell': False} +[9.360102] (rm_serial_driver) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[9.360476] (rm_serial_driver) StdoutLine: {'line': b'-- Execute custom install script\n'} +[9.360730] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/rm_serial_driver/rm_serial_driver_node\n'} +[9.360985] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/crc.hpp\n'} +[9.361087] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/packet.hpp\n'} +[9.361180] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp\n'} +[9.361324] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.sh\n'} +[9.361451] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.dsv\n'} +[9.361632] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/librm_serial_driver.so\n'} +[9.361912] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/config/serial_driver.yaml\n'} +[9.362088] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/launch/serial_driver.launch.py\n'} +[9.362238] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/package_run_dependencies/rm_serial_driver\n'} +[9.362377] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/parent_prefix_path/rm_serial_driver\n'} +[9.362508] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.sh\n'} +[9.362689] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.dsv\n'} +[9.362777] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.sh\n'} +[9.362902] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.dsv\n'} +[9.363024] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.bash\n'} +[9.363145] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.sh\n'} +[9.363265] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.zsh\n'} +[9.363384] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.dsv\n'} +[9.363483] (rm_serial_driver) StdoutLine: {'line': b'-- Symlinking: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv\n'} +[9.371169] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/packages/rm_serial_driver\n'} +[9.371360] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/rclcpp_components/rm_serial_driver\n'} +[9.371460] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[9.371550] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[9.371674] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[9.371807] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig.cmake\n'} +[9.371908] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig-version.cmake\n'} +[9.372037] (rm_serial_driver) StdoutLine: {'line': b'-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.xml\n'} +[9.373412] (rm_serial_driver) CommandEnded: {'returncode': 0} +[9.428605] (-) TimerEvent: {} +[9.498984] (rm_serial_driver) JobEnded: {'identifier': 'rm_serial_driver', 'rc': 0} +[9.499722] (-) EventReactorShutdown: {} diff --git a/log/build_2024-03-16_20-26-24/fast_lio/command.log b/log/build_2024-03-16_20-26-24/fast_lio/command.log new file mode 100644 index 00000000..c7800961 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/fast_lio/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio diff --git a/log/build_2024-03-16_20-26-24/fast_lio/stderr.log b/log/build_2024-03-16_20-26-24/fast_lio/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/fast_lio/stdout.log b/log/build_2024-03-16_20-26-24/fast_lio/stdout.log new file mode 100644 index 00000000..6dea1e83 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/fast_lio/stdout.log @@ -0,0 +1,128 @@ +[ 8%] Built target fast_lio__rosidl_generator_c +[ 11%] Built target fast_lio__cpp +[ 11%] Built target ament_cmake_python_symlink_fast_lio +[ 25%] Built target fast_lio__rosidl_typesupport_fastrtps_c +[ 28%] Built target fast_lio__rosidl_typesupport_c +[ 37%] Built target fast_lio__rosidl_typesupport_introspection_cpp +[ 45%] Built target fast_lio__rosidl_typesupport_introspection_c +[ 54%] Built target fast_lio__rosidl_typesupport_cpp +[ 62%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp +[ 62%] Built target fast_lio +[ 74%] Built target fastlio_mapping +[ 77%] Built target fast_lio__py +[ 82%] Built target fast_lio__rosidl_generator_py +[ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext +[ 94%] Built target fast_lio__rosidl_typesupport_c__pyext +[100%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext +running egg_info +writing fast_lio.egg-info/PKG-INFO +writing dependency_links to fast_lio.egg-info/dependency_links.txt +writing top-level names to fast_lio.egg-info/top_level.txt +reading manifest file 'fast_lio.egg-info/SOURCES.txt' +writing manifest file 'fast_lio.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_fast_lio_egg +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'... +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake diff --git a/log/build_2024-03-16_20-26-24/fast_lio/stdout_stderr.log b/log/build_2024-03-16_20-26-24/fast_lio/stdout_stderr.log new file mode 100644 index 00000000..6dea1e83 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/fast_lio/stdout_stderr.log @@ -0,0 +1,128 @@ +[ 8%] Built target fast_lio__rosidl_generator_c +[ 11%] Built target fast_lio__cpp +[ 11%] Built target ament_cmake_python_symlink_fast_lio +[ 25%] Built target fast_lio__rosidl_typesupport_fastrtps_c +[ 28%] Built target fast_lio__rosidl_typesupport_c +[ 37%] Built target fast_lio__rosidl_typesupport_introspection_cpp +[ 45%] Built target fast_lio__rosidl_typesupport_introspection_c +[ 54%] Built target fast_lio__rosidl_typesupport_cpp +[ 62%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp +[ 62%] Built target fast_lio +[ 74%] Built target fastlio_mapping +[ 77%] Built target fast_lio__py +[ 82%] Built target fast_lio__rosidl_generator_py +[ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext +[ 94%] Built target fast_lio__rosidl_typesupport_c__pyext +[100%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext +running egg_info +writing fast_lio.egg-info/PKG-INFO +writing dependency_links to fast_lio.egg-info/dependency_links.txt +writing top-level names to fast_lio.egg-info/top_level.txt +reading manifest file 'fast_lio.egg-info/SOURCES.txt' +writing manifest file 'fast_lio.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_fast_lio_egg +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'... +Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake diff --git a/log/build_2024-03-16_20-26-24/fast_lio/streams.log b/log/build_2024-03-16_20-26-24/fast_lio/streams.log new file mode 100644 index 00000000..3e5b6d37 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/fast_lio/streams.log @@ -0,0 +1,132 @@ +[0.167s] Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[0.213s] [ 8%] Built target fast_lio__rosidl_generator_c +[0.214s] [ 11%] Built target fast_lio__cpp +[0.221s] [ 11%] Built target ament_cmake_python_symlink_fast_lio +[0.238s] [ 25%] Built target fast_lio__rosidl_typesupport_fastrtps_c +[0.238s] [ 28%] Built target fast_lio__rosidl_typesupport_c +[0.240s] [ 37%] Built target fast_lio__rosidl_typesupport_introspection_cpp +[0.244s] [ 45%] Built target fast_lio__rosidl_typesupport_introspection_c +[0.247s] [ 54%] Built target fast_lio__rosidl_typesupport_cpp +[0.249s] [ 62%] Built target fast_lio__rosidl_typesupport_fastrtps_cpp +[0.267s] [ 62%] Built target fast_lio +[0.283s] [ 74%] Built target fastlio_mapping +[0.286s] [ 77%] Built target fast_lio__py +[0.308s] [ 82%] Built target fast_lio__rosidl_generator_py +[0.339s] [ 88%] Built target fast_lio__rosidl_typesupport_introspection_c__pyext +[0.340s] [ 94%] Built target fast_lio__rosidl_typesupport_c__pyext +[0.341s] [100%] Built target fast_lio__rosidl_typesupport_fastrtps_c__pyext +[0.476s] running egg_info +[0.477s] writing fast_lio.egg-info/PKG-INFO +[0.477s] writing dependency_links to fast_lio.egg-info/dependency_links.txt +[0.477s] writing top-level names to fast_lio.egg-info/top_level.txt +[0.479s] reading manifest file 'fast_lio.egg-info/SOURCES.txt' +[0.479s] writing manifest file 'fast_lio.egg-info/SOURCES.txt' +[0.500s] [100%] Built target ament_cmake_python_build_fast_lio_egg +[0.509s] Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[0.575s] Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +[0.583s] -- Install configuration: "Release" +[0.583s] -- Execute custom install script +[0.583s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/rosidl_interfaces/fast_lio +[0.583s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__functions.h +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.h +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__type_support.h +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.h +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_generator_c__visibility_control.h +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.sh +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/library_path.dsv +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_c.h +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__builder.hpp +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__struct.hpp +[0.584s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__traits.hpp +[0.585s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/pose6_d.hpp +[0.585s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_fastrtps_cpp.hpp +[0.585s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +[0.586s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_c.h +[0.586s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/rosidl_typesupport_introspection_c__visibility_control.h +[0.586s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/include/fast_lio/fast_lio/msg/detail/pose6_d__rosidl_typesupport_introspection_cpp.hpp +[0.586s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.sh +[0.586s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/pythonpath.dsv +[0.586s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/PKG-INFO +[0.586s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/SOURCES.txt +[0.586s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/dependency_links.txt +[0.586s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio-0.0.0-py3.10.egg-info/top_level.txt +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/__init__.py +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_c.c +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_fastrtps_c.c +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/_fast_lio_s.ep.rosidl_typesupport_introspection_c.c +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/libfast_lio__rosidl_generator_py.so +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/__init__.py +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d.py +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg/_pose6_d_s.c +[0.587s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[0.588s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[0.588s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/fast_lio_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[0.588s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.idl +[0.588s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/msg/Pose6D.msg +[0.588s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/lib/fast_lio/fastlio_mapping +[0.588s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/avia.yaml +[0.588s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/horizon.yaml +[0.588s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/mid360.yaml +[0.588s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/ouster64.yaml +[0.589s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/config/velodyne.yaml +[0.589s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/gdb_debug_example.launch +[0.589s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping.launch.py +[0.589s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_avia.launch +[0.589s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_horizon.launch +[0.589s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_ouster64.launch +[0.589s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/launch/mapping_velodyne.launch +[0.589s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/rviz/fastlio.rviz +[0.589s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/package_run_dependencies/fast_lio +[0.590s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/parent_prefix_path/fast_lio +[0.590s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.sh +[0.590s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/ament_prefix_path.dsv +[0.590s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.sh +[0.590s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/environment/path.dsv +[0.590s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.bash +[0.590s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.sh +[0.590s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.zsh +[0.590s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/local_setup.dsv +[0.590s] -- Symlinking: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv +[0.597s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/ament_index/resource_index/packages/fast_lio +[0.598s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake-extras.cmake +[0.598s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_include_directories-extras.cmake +[0.598s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_libraries-extras.cmake +[0.598s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_targets-extras.cmake +[0.598s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +[0.598s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/ament_cmake_export_dependencies-extras.cmake +[0.598s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +[0.598s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig.cmake +[0.598s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lioConfig-version.cmake +[0.598s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.xml +[0.598s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_c.so +[0.599s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_c.so +[0.599s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_fastrtps_cpp.so +[0.599s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_c.so +[0.599s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_c.so +[0.599s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_introspection_cpp.so +[0.600s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_typesupport_cpp.so +[0.624s] Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio'... +[0.624s] Listing '/home/firmament/codes/24navigation/install/fast_lio/local/lib/python3.10/dist-packages/fast_lio/msg'... +[0.628s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/lib/libfast_lio__rosidl_generator_py.so +[0.628s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport.cmake +[0.628s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cExport-release.cmake +[0.628s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport.cmake +[0.628s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cExport-release.cmake +[0.628s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_cppExport.cmake +[0.628s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport.cmake +[0.628s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_typesupport_fastrtps_cppExport-release.cmake +[0.628s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport.cmake +[0.628s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cExport-release.cmake +[0.629s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport.cmake +[0.629s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cExport-release.cmake +[0.629s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport.cmake +[0.629s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_introspection_cppExport-release.cmake +[0.629s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport.cmake +[0.629s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/fast_lio__rosidl_typesupport_cppExport-release.cmake +[0.629s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport.cmake +[0.629s] -- Up-to-date: /home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/cmake/export_fast_lio__rosidl_generator_pyExport-release.cmake +[0.631s] Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio diff --git a/log/build_2024-03-16_20-26-24/icp_localization_ros2/command.log b/log/build_2024-03-16_20-26-24/icp_localization_ros2/command.log new file mode 100644 index 00000000..3071380d --- /dev/null +++ b/log/build_2024-03-16_20-26-24/icp_localization_ros2/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 diff --git a/log/build_2024-03-16_20-26-24/icp_localization_ros2/stderr.log b/log/build_2024-03-16_20-26-24/icp_localization_ros2/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/icp_localization_ros2/stdout.log b/log/build_2024-03-16_20-26-24/icp_localization_ros2/stdout.log new file mode 100644 index 00000000..361fc149 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/icp_localization_ros2/stdout.log @@ -0,0 +1,47 @@ +[100%] Built target icp_localization +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml diff --git a/log/build_2024-03-16_20-26-24/icp_localization_ros2/stdout_stderr.log b/log/build_2024-03-16_20-26-24/icp_localization_ros2/stdout_stderr.log new file mode 100644 index 00000000..361fc149 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/icp_localization_ros2/stdout_stderr.log @@ -0,0 +1,47 @@ +[100%] Built target icp_localization +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml diff --git a/log/build_2024-03-16_20-26-24/icp_localization_ros2/streams.log b/log/build_2024-03-16_20-26-24/icp_localization_ros2/streams.log new file mode 100644 index 00000000..c761e9cb --- /dev/null +++ b/log/build_2024-03-16_20-26-24/icp_localization_ros2/streams.log @@ -0,0 +1,51 @@ +[0.278s] Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[0.414s] [100%] Built target icp_localization +[0.449s] Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[0.908s] Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +[1.109s] -- Install configuration: "" +[1.109s] -- Execute custom install script +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/ICPlocalization.hpp +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/Parameters.hpp +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/RangeDataAccumulator.hpp +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/assert.hpp +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/math.hpp +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/output.hpp +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/time.hpp +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/common/typedefs.hpp +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/helpers.hpp +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/FrameTracker.hpp +[1.109s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuInterpolationBuffer.hpp +[1.110s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuReading.hpp +[1.110s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/ImuTracker.hpp +[1.110s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/RigidTransform.hpp +[1.111s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TfPublisher.hpp +[1.111s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TransformInterpolationBuffer.hpp +[1.111s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/Twist.hpp +[1.111s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBuffer.hpp +[1.111s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/TwistIntegrationBufferRos.hpp +[1.111s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/include/icp_localization_ros2/transform/math.hpp +[1.111s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/lib/icp_localization_ros2/icp_localization +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/launch/bringup.launch.py +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/icp.yaml +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_ouster_os1.yaml +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/input_filters_velodyne_puck.yaml +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/node_params.yaml +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/config/plane_noisy.pcd +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/package_run_dependencies/icp_localization_ros2 +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/parent_prefix_path/icp_localization_ros2 +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.sh +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/ament_prefix_path.dsv +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.sh +[1.112s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/environment/path.dsv +[1.113s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.bash +[1.113s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.sh +[1.113s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.zsh +[1.113s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/local_setup.dsv +[1.113s] -- Symlinking: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv +[1.113s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/ament_index/resource_index/packages/icp_localization_ros2 +[1.113s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_dependencies-extras.cmake +[1.113s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/ament_cmake_export_include_directories-extras.cmake +[1.113s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config.cmake +[1.113s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/cmake/icp_localization_ros2Config-version.cmake +[1.114s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.xml +[1.339s] Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 diff --git a/log/build_2024-03-16_20-26-24/imu_complementary_filter/command.log b/log/build_2024-03-16_20-26-24/imu_complementary_filter/command.log new file mode 100644 index 00000000..25651970 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/imu_complementary_filter/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter diff --git a/log/build_2024-03-16_20-26-24/imu_complementary_filter/stderr.log b/log/build_2024-03-16_20-26-24/imu_complementary_filter/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/imu_complementary_filter/stdout.log b/log/build_2024-03-16_20-26-24/imu_complementary_filter/stdout.log new file mode 100644 index 00000000..e87ce20f --- /dev/null +++ b/log/build_2024-03-16_20-26-24/imu_complementary_filter/stdout.log @@ -0,0 +1,31 @@ +[ 60%] Built target complementary_filter +[100%] Built target complementary_filter_node +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake diff --git a/log/build_2024-03-16_20-26-24/imu_complementary_filter/stdout_stderr.log b/log/build_2024-03-16_20-26-24/imu_complementary_filter/stdout_stderr.log new file mode 100644 index 00000000..e87ce20f --- /dev/null +++ b/log/build_2024-03-16_20-26-24/imu_complementary_filter/stdout_stderr.log @@ -0,0 +1,31 @@ +[ 60%] Built target complementary_filter +[100%] Built target complementary_filter_node +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake diff --git a/log/build_2024-03-16_20-26-24/imu_complementary_filter/streams.log b/log/build_2024-03-16_20-26-24/imu_complementary_filter/streams.log new file mode 100644 index 00000000..6c0cd1c7 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/imu_complementary_filter/streams.log @@ -0,0 +1,35 @@ +[0.235s] Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[0.307s] [ 60%] Built target complementary_filter +[0.362s] [100%] Built target complementary_filter_node +[0.374s] Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[0.655s] Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +[0.756s] -- Install configuration: "" +[0.756s] -- Execute custom install script +[0.756s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/imu_complementary_filter/complementary_filter_node +[0.756s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h +[0.756s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h +[0.756s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/launch/complementary_filter.launch.py +[0.757s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.sh +[0.757s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/library_path.dsv +[0.757s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/package_run_dependencies/imu_complementary_filter +[0.757s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/parent_prefix_path/imu_complementary_filter +[0.757s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.sh +[0.757s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/ament_prefix_path.dsv +[0.758s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.sh +[0.758s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/environment/path.dsv +[0.758s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.bash +[0.758s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.sh +[0.758s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.zsh +[0.758s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/local_setup.dsv +[0.758s] -- Symlinking: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv +[0.758s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/ament_index/resource_index/packages/imu_complementary_filter +[0.758s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_include_directories-extras.cmake +[0.758s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_libraries-extras.cmake +[0.759s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/ament_cmake_export_targets-extras.cmake +[0.759s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig.cmake +[0.759s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/imu_complementary_filterConfig-version.cmake +[0.759s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.xml +[0.759s] -- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/lib/libcomplementary_filter.so +[0.759s] -- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport.cmake +[0.759s] -- Up-to-date: /home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/cmake/export_imu_complementary_filterExport-noconfig.cmake +[0.914s] Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter diff --git a/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/command.log b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/command.log new file mode 100644 index 00000000..02402534 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation diff --git a/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stderr.log b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stdout.log b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stdout.log new file mode 100644 index 00000000..d1998c67 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stdout.log @@ -0,0 +1,29 @@ +[100%] Built target linefit_ground_segmentation +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml diff --git a/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stdout_stderr.log b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stdout_stderr.log new file mode 100644 index 00000000..d1998c67 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/stdout_stderr.log @@ -0,0 +1,29 @@ +[100%] Built target linefit_ground_segmentation +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml diff --git a/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/streams.log b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/streams.log new file mode 100644 index 00000000..df9a818a --- /dev/null +++ b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation/streams.log @@ -0,0 +1,33 @@ +[0.357s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[0.436s] [100%] Built target linefit_ground_segmentation +[0.469s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[0.594s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +[0.609s] -- Install configuration: "" +[0.609s] -- Execute custom install script +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/bin.h +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/ground_segmentation.h +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/segment.h +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/typedefs.h +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/include/ground_segmentation/viewer.h +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.sh +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/library_path.dsv +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/liblinefit_ground_segmentation.so +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.sh +[0.610s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/ament_prefix_path.dsv +[0.615s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.sh +[0.615s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/environment/path.dsv +[0.615s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.bash +[0.615s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.sh +[0.615s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.zsh +[0.616s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/local_setup.dsv +[0.616s] -- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv +[0.623s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/ament_index/resource_index/packages/linefit_ground_segmentation +[0.623s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_dependencies-extras.cmake +[0.624s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_include_directories-extras.cmake +[0.624s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/ament_cmake_export_libraries-extras.cmake +[0.624s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig.cmake +[0.624s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/cmake/linefit_ground_segmentationConfig-version.cmake +[0.624s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.xml +[0.884s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation diff --git a/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/command.log b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/command.log new file mode 100644 index 00000000..1f4a87d4 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros diff --git a/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stderr.log b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stdout.log b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stdout.log new file mode 100644 index 00000000..f9fc885f --- /dev/null +++ b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stdout.log @@ -0,0 +1,25 @@ +[ 50%] Built target ground_segmentation_test_node +[100%] Built target ground_segmentation_node +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml diff --git a/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stdout_stderr.log b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stdout_stderr.log new file mode 100644 index 00000000..f9fc885f --- /dev/null +++ b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/stdout_stderr.log @@ -0,0 +1,25 @@ +[ 50%] Built target ground_segmentation_test_node +[100%] Built target ground_segmentation_node +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml diff --git a/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/streams.log b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/streams.log new file mode 100644 index 00000000..58d0258a --- /dev/null +++ b/log/build_2024-03-16_20-26-24/linefit_ground_segmentation_ros/streams.log @@ -0,0 +1,29 @@ +[0.336s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[0.430s] [ 50%] Built target ground_segmentation_test_node +[0.437s] [100%] Built target ground_segmentation_node +[0.529s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[0.806s] Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +[0.814s] -- Install configuration: "" +[0.814s] -- Execute custom install script +[0.815s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_node +[0.815s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/linefit_ground_segmentation_ros/ground_segmentation_test_node +[0.815s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation.launch.py +[0.815s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/segmentation_params.yaml +[0.815s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/launch/test.launch.py +[0.815s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/package_run_dependencies/linefit_ground_segmentation_ros +[0.816s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/parent_prefix_path/linefit_ground_segmentation_ros +[0.816s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.sh +[0.816s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/ament_prefix_path.dsv +[0.816s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.sh +[0.816s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/environment/path.dsv +[0.816s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.bash +[0.816s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.sh +[0.816s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.zsh +[0.817s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/local_setup.dsv +[0.817s] -- Symlinking: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv +[0.826s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/ament_index/resource_index/packages/linefit_ground_segmentation_ros +[0.826s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/ament_cmake_export_dependencies-extras.cmake +[0.826s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig.cmake +[0.827s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/cmake/linefit_ground_segmentation_rosConfig-version.cmake +[0.827s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.xml +[0.924s] Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros diff --git a/log/build_2024-03-16_20-26-24/livox_ros_driver2/command.log b/log/build_2024-03-16_20-26-24/livox_ros_driver2/command.log new file mode 100644 index 00000000..8bd21de0 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/livox_ros_driver2/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 diff --git a/log/build_2024-03-16_20-26-24/livox_ros_driver2/stderr.log b/log/build_2024-03-16_20-26-24/livox_ros_driver2/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/livox_ros_driver2/stdout.log b/log/build_2024-03-16_20-26-24/livox_ros_driver2/stdout.log new file mode 100644 index 00000000..55042a08 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/livox_ros_driver2/stdout.log @@ -0,0 +1,146 @@ +[ 1%] Built target livox_interfaces2__cpp +[ 8%] Built target livox_interfaces2__rosidl_generator_c +[ 12%] Built target livox_ros_driver2_node +[ 12%] Built target ament_cmake_python_symlink_livox_ros_driver2 +[ 19%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp +[ 26%] Built target livox_interfaces2__rosidl_typesupport_cpp +[ 33%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp +[ 40%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c +[ 47%] Built target livox_interfaces2__rosidl_typesupport_introspection_c +[ 54%] Built target livox_interfaces2__rosidl_typesupport_c +[ 54%] Built target livox_interfaces2 +[ 82%] Built target livox_ros_driver2 +[ 84%] Built target livox_interfaces2__py +[ 89%] Built target livox_interfaces2__rosidl_generator_py +[ 92%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext +[ 96%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext +[100%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext +running egg_info +writing livox_ros_driver2.egg-info/PKG-INFO +writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt +writing top-level names to livox_ros_driver2.egg-info/top_level.txt +reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_livox_ros_driver2_egg +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'... +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake diff --git a/log/build_2024-03-16_20-26-24/livox_ros_driver2/stdout_stderr.log b/log/build_2024-03-16_20-26-24/livox_ros_driver2/stdout_stderr.log new file mode 100644 index 00000000..55042a08 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/livox_ros_driver2/stdout_stderr.log @@ -0,0 +1,146 @@ +[ 1%] Built target livox_interfaces2__cpp +[ 8%] Built target livox_interfaces2__rosidl_generator_c +[ 12%] Built target livox_ros_driver2_node +[ 12%] Built target ament_cmake_python_symlink_livox_ros_driver2 +[ 19%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp +[ 26%] Built target livox_interfaces2__rosidl_typesupport_cpp +[ 33%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp +[ 40%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c +[ 47%] Built target livox_interfaces2__rosidl_typesupport_introspection_c +[ 54%] Built target livox_interfaces2__rosidl_typesupport_c +[ 54%] Built target livox_interfaces2 +[ 82%] Built target livox_ros_driver2 +[ 84%] Built target livox_interfaces2__py +[ 89%] Built target livox_interfaces2__rosidl_generator_py +[ 92%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext +[ 96%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext +[100%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext +running egg_info +writing livox_ros_driver2.egg-info/PKG-INFO +writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt +writing top-level names to livox_ros_driver2.egg-info/top_level.txt +reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[100%] Built target ament_cmake_python_build_livox_ros_driver2_egg +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2 +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'... +Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'... +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake diff --git a/log/build_2024-03-16_20-26-24/livox_ros_driver2/streams.log b/log/build_2024-03-16_20-26-24/livox_ros_driver2/streams.log new file mode 100644 index 00000000..97a1db3e --- /dev/null +++ b/log/build_2024-03-16_20-26-24/livox_ros_driver2/streams.log @@ -0,0 +1,150 @@ +[0.317s] Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[0.401s] [ 1%] Built target livox_interfaces2__cpp +[0.404s] [ 8%] Built target livox_interfaces2__rosidl_generator_c +[0.413s] [ 12%] Built target livox_ros_driver2_node +[0.417s] [ 12%] Built target ament_cmake_python_symlink_livox_ros_driver2 +[0.440s] [ 19%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_cpp +[0.452s] [ 26%] Built target livox_interfaces2__rosidl_typesupport_cpp +[0.458s] [ 33%] Built target livox_interfaces2__rosidl_typesupport_introspection_cpp +[0.468s] [ 40%] Built target livox_interfaces2__rosidl_typesupport_fastrtps_c +[0.485s] [ 47%] Built target livox_interfaces2__rosidl_typesupport_introspection_c +[0.506s] [ 54%] Built target livox_interfaces2__rosidl_typesupport_c +[0.549s] [ 54%] Built target livox_interfaces2 +[0.561s] [ 82%] Built target livox_ros_driver2 +[0.597s] [ 84%] Built target livox_interfaces2__py +[0.647s] [ 89%] Built target livox_interfaces2__rosidl_generator_py +[0.713s] [ 92%] Built target livox_ros_driver2__rosidl_typesupport_c__pyext +[0.736s] [ 96%] Built target livox_ros_driver2__rosidl_typesupport_introspection_c__pyext +[0.749s] [100%] Built target livox_ros_driver2__rosidl_typesupport_fastrtps_c__pyext +[0.821s] running egg_info +[0.822s] writing livox_ros_driver2.egg-info/PKG-INFO +[0.822s] writing dependency_links to livox_ros_driver2.egg-info/dependency_links.txt +[0.822s] writing top-level names to livox_ros_driver2.egg-info/top_level.txt +[0.825s] reading manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[0.825s] writing manifest file 'livox_ros_driver2.egg-info/SOURCES.txt' +[0.855s] [100%] Built target ament_cmake_python_build_livox_ros_driver2_egg +[1.151s] Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[1.551s] Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +[1.654s] -- Install configuration: "" +[1.654s] -- Execute custom install script +[1.654s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rosidl_interfaces/livox_ros_driver2 +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__functions.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__type_support.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__functions.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__type_support.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_generator_c__visibility_control.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.sh +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/library_path.dsv +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_c.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_c.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +[1.655s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_c.h +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_c.h +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_introspection_c__visibility_control.h +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_msg.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/custom_point.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__builder.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__struct.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__traits.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__builder.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__struct.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__traits.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_fastrtps_cpp.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_fastrtps_cpp.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_msg__rosidl_typesupport_introspection_cpp.hpp +[1.656s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/include/livox_ros_driver2/livox_ros_driver2/msg/detail/custom_point__rosidl_typesupport_introspection_cpp.hpp +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.sh +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/pythonpath.dsv +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/PKG-INFO +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/SOURCES.txt +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/dependency_links.txt +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2-1.0.0-py3.10.egg-info/top_level.txt +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/__init__.py +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_c.c +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_fastrtps_c.c +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/_livox_ros_driver2_s.ep.rosidl_typesupport_introspection_c.c +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/liblivox_interfaces2__rosidl_generator_py.so +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/__init__.py +[1.657s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg.py +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_msg_s.c +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point.py +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg/_custom_point_s.c +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/livox_ros_driver2_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.idl +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.idl +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomPoint.msg +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/msg/CustomMsg.msg +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/livox_ros_driver2/livox_ros_driver2_node +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2.so +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/HAP_config.json +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/MID360_config.json +[1.658s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud.rviz +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS1.rviz +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/display_point_cloud_ROS2.rviz +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/config/mixed_HAP_MID360_config.json +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_HAP_launch.py +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/msg_MID360_launch.py +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_HAP_launch.py +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_MID360_launch.py +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/launch/rviz_mixed.py +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/package_run_dependencies/livox_ros_driver2 +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/parent_prefix_path/livox_ros_driver2 +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.sh +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/ament_prefix_path.dsv +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.sh +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/environment/path.dsv +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.bash +[1.659s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.sh +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.zsh +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/local_setup.dsv +[1.660s] -- Symlinking: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/packages/livox_ros_driver2 +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/ament_index/resource_index/rclcpp_components/livox_ros_driver2 +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake-extras.cmake +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_dependencies-extras.cmake +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_include_directories-extras.cmake +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_libraries-extras.cmake +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/ament_cmake_export_targets-extras.cmake +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config.cmake +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_ros_driver2Config-version.cmake +[1.660s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.xml +[1.660s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_generator_c.so +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_c.so +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_c.so +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_c.so +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_fastrtps_cpp.so +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_introspection_cpp.so +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_ros_driver2__rosidl_typesupport_cpp.so +[1.661s] Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2'... +[1.661s] Listing '/home/firmament/codes/24navigation/install/livox_ros_driver2/local/lib/python3.10/dist-packages/livox_ros_driver2/msg'... +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/lib/liblivox_interfaces2__rosidl_generator_py.so +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport.cmake +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cExport-noconfig.cmake +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport.cmake +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport.cmake +[1.661s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cExport-noconfig.cmake +[1.662s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport.cmake +[1.662s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cExport-noconfig.cmake +[1.662s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_cppExport.cmake +[1.662s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport.cmake +[1.662s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +[1.662s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport.cmake +[1.662s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_introspection_cppExport-noconfig.cmake +[1.663s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport.cmake +[1.663s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/livox_interfaces2__rosidl_typesupport_cppExport-noconfig.cmake +[1.663s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport.cmake +[1.663s] -- Up-to-date: /home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/cmake/export_livox_interfaces2__rosidl_generator_pyExport-noconfig.cmake +[1.823s] Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 diff --git a/log/build_2024-03-16_20-26-24/logger_all.log b/log/build_2024-03-16_20-26-24/logger_all.log new file mode 100644 index 00000000..cca00799 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/logger_all.log @@ -0,0 +1,1113 @@ +[0.616s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--symlink-install'] +[0.616s] 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=True, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=8, 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=None, 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=, verb_extension=, main=>) +[0.645s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[0.646s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[0.646s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[0.646s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[0.646s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[0.646s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[0.646s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/firmament/codes/24navigation' +[0.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[0.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[0.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[0.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[0.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[0.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[0.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[0.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[0.646s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['ignore', 'ignore_ament_install'] +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'ignore' +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'ignore_ament_install' +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['colcon_pkg'] +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'colcon_pkg' +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['colcon_meta'] +[0.653s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'colcon_meta' +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['ros'] +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'ros' +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['cmake', 'python'] +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'cmake' +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'python' +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extensions ['python_setup_py'] +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(bag) by extension 'python_setup_py' +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[0.654s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['ignore', 'ignore_ament_install'] +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'ignore' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'ignore_ament_install' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['colcon_pkg'] +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'colcon_pkg' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['colcon_meta'] +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'colcon_meta' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['ros'] +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'ros' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['cmake', 'python'] +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'cmake' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'python' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extensions ['python_setup_py'] +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(pgm) by extension 'python_setup_py' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install'] +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg'] +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg' +[0.655s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta'] +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta' +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros'] +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros' +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python'] +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake' +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python' +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py'] +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py' +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['ignore', 'ignore_ament_install'] +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'ignore' +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'ignore_ament_install' +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['colcon_pkg'] +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'colcon_pkg' +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['colcon_meta'] +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'colcon_meta' +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extensions ['ros'] +[0.656s] Level 1:colcon.colcon_core.package_identification:_identify(src/FAST_LIO) by extension 'ros' +[0.658s] DEBUG:colcon.colcon_core.package_identification:Package 'src/FAST_LIO' with type 'ros.ament_cmake' and name 'fast_lio' +[0.658s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['ignore', 'ignore_ament_install'] +[0.659s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'ignore' +[0.659s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'ignore_ament_install' +[0.659s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['colcon_pkg'] +[0.659s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'colcon_pkg' +[0.659s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['colcon_meta'] +[0.659s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'colcon_meta' +[0.659s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extensions ['ros'] +[0.659s] Level 1:colcon.colcon_core.package_identification:_identify(src/icp_localization_ros2) by extension 'ros' +[0.660s] DEBUG:colcon.colcon_core.package_identification:Package 'src/icp_localization_ros2' with type 'ros.ament_cmake' and name 'icp_localization_ros2' +[0.660s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['ignore', 'ignore_ament_install'] +[0.660s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'ignore' +[0.660s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'ignore_ament_install' +[0.660s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['colcon_pkg'] +[0.660s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'colcon_pkg' +[0.660s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['colcon_meta'] +[0.660s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'colcon_meta' +[0.660s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extensions ['ros'] +[0.660s] Level 1:colcon.colcon_core.package_identification:_identify(src/imu_complementary_filter) by extension 'ros' +[0.660s] DEBUG:colcon.colcon_core.package_identification:Package 'src/imu_complementary_filter' with type 'ros.ament_cmake' and name 'imu_complementary_filter' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['ignore', 'ignore_ament_install'] +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'ignore' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'ignore_ament_install' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['colcon_pkg'] +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'colcon_pkg' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['colcon_meta'] +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'colcon_meta' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['ros'] +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'ros' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['cmake', 'python'] +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'cmake' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'python' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extensions ['python_setup_py'] +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2) by extension 'python_setup_py' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['ignore', 'ignore_ament_install'] +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'ignore' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'ignore_ament_install' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['colcon_pkg'] +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'colcon_pkg' +[0.661s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['colcon_meta'] +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'colcon_meta' +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['ros'] +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'ros' +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['cmake', 'python'] +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'cmake' +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'python' +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extensions ['python_setup_py'] +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/doc) by extension 'python_setup_py' +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['ignore', 'ignore_ament_install'] +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'ignore' +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'ignore_ament_install' +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['colcon_pkg'] +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'colcon_pkg' +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['colcon_meta'] +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'colcon_meta' +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extensions ['ros'] +[0.662s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation) by extension 'ros' +[0.663s] DEBUG:colcon.colcon_core.package_identification:Package 'src/linefit_ground_segementation_ros2/linefit_ground_segmentation' with type 'ros.ament_cmake' and name 'linefit_ground_segmentation' +[0.663s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['ignore', 'ignore_ament_install'] +[0.663s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'ignore' +[0.663s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'ignore_ament_install' +[0.663s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['colcon_pkg'] +[0.663s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'colcon_pkg' +[0.663s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['colcon_meta'] +[0.663s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'colcon_meta' +[0.663s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extensions ['ros'] +[0.663s] Level 1:colcon.colcon_core.package_identification:_identify(src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros) by extension 'ros' +[0.664s] DEBUG:colcon.colcon_core.package_identification:Package 'src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros' with type 'ros.ament_cmake' and name 'linefit_ground_segmentation_ros' +[0.664s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['ignore', 'ignore_ament_install'] +[0.664s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'ignore' +[0.664s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'ignore_ament_install' +[0.664s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['colcon_pkg'] +[0.664s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'colcon_pkg' +[0.664s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['colcon_meta'] +[0.664s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'colcon_meta' +[0.664s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extensions ['ros'] +[0.664s] Level 1:colcon.colcon_core.package_identification:_identify(src/livox_ros_driver2) by extension 'ros' +[0.665s] DEBUG:colcon.colcon_core.package_identification:Package 'src/livox_ros_driver2' with type 'ros.ament_cmake' and name 'livox_ros_driver2' +[0.665s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['ignore', 'ignore_ament_install'] +[0.665s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'ignore' +[0.665s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'ignore_ament_install' +[0.665s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['colcon_pkg'] +[0.665s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'colcon_pkg' +[0.665s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['colcon_meta'] +[0.665s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'colcon_meta' +[0.665s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['ros'] +[0.665s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'ros' +[0.665s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extensions ['cmake', 'python'] +[0.666s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'cmake' +[0.700s] Level 1:colcon.colcon_core.package_identification:_identify(src/octomap) by extension 'python' +[0.700s] DEBUG:colcon.colcon_core.package_identification:Package 'src/octomap' with type 'cmake' and name 'octomap-distribution' +[0.700s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['ignore', 'ignore_ament_install'] +[0.701s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'ignore' +[0.701s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'ignore_ament_install' +[0.701s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['colcon_pkg'] +[0.701s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'colcon_pkg' +[0.701s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['colcon_meta'] +[0.701s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'colcon_meta' +[0.701s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extensions ['ros'] +[0.701s] Level 1:colcon.colcon_core.package_identification:_identify(src/pcdmap2pgm) by extension 'ros' +[0.701s] DEBUG:colcon.colcon_core.package_identification:Package 'src/pcdmap2pgm' with type 'ros.ament_cmake' and name 'pcdmap2pgm' +[0.702s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['ignore', 'ignore_ament_install'] +[0.702s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'ignore' +[0.702s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'ignore_ament_install' +[0.702s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['colcon_pkg'] +[0.702s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'colcon_pkg' +[0.702s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['colcon_meta'] +[0.702s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'colcon_meta' +[0.702s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extensions ['ros'] +[0.702s] Level 1:colcon.colcon_core.package_identification:_identify(src/pointcloud_to_laserscan) by extension 'ros' +[0.703s] DEBUG:colcon.colcon_core.package_identification:Package 'src/pointcloud_to_laserscan' with type 'ros.ament_cmake' and name 'pointcloud_to_laserscan' +[0.703s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['ignore', 'ignore_ament_install'] +[0.703s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'ignore' +[0.703s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'ignore_ament_install' +[0.703s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['colcon_pkg'] +[0.703s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'colcon_pkg' +[0.703s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['colcon_meta'] +[0.703s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'colcon_meta' +[0.703s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extensions ['ros'] +[0.703s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_serial_driver) by extension 'ros' +[0.704s] DEBUG:colcon.colcon_core.package_identification:Package 'src/rm_serial_driver' with type 'ros.ament_cmake' and name 'rm_serial_driver' +[0.704s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['ignore', 'ignore_ament_install'] +[0.704s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'ignore' +[0.704s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'ignore_ament_install' +[0.704s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['colcon_pkg'] +[0.704s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'colcon_pkg' +[0.704s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['colcon_meta'] +[0.704s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'colcon_meta' +[0.704s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extensions ['ros'] +[0.704s] Level 1:colcon.colcon_core.package_identification:_identify(src/rm_urdf_ff) by extension 'ros' +[0.704s] DEBUG:colcon.colcon_core.package_identification:Package 'src/rm_urdf_ff' with type 'ros.ament_cmake' and name 'rm_urdf_ff' +[0.704s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['ignore', 'ignore_ament_install'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'ignore' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'ignore_ament_install' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['colcon_pkg'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'colcon_pkg' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['colcon_meta'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'colcon_meta' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['ros'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'ros' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['cmake', 'python'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'cmake' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'python' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extensions ['python_setup_py'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control) by extension 'python_setup_py' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['ignore', 'ignore_ament_install'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'ignore' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'ignore_ament_install' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['colcon_pkg'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'colcon_pkg' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['colcon_meta'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'colcon_meta' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['ros'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'ros' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['cmake', 'python'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'cmake' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'python' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extensions ['python_setup_py'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/gazebo_model) by extension 'python_setup_py' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['ignore', 'ignore_ament_install'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'ignore' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'ignore_ament_install' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['colcon_pkg'] +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'colcon_pkg' +[0.705s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['colcon_meta'] +[0.706s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'colcon_meta' +[0.706s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extensions ['ros'] +[0.706s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/omni_regulated_pure_pursuit_controller) by extension 'ros' +[0.707s] DEBUG:colcon.colcon_core.package_identification:Package 'src/sentry_plan_control/omni_regulated_pure_pursuit_controller' with type 'ros.ament_cmake' and name 'omni_regulated_pure_pursuit_controller' +[0.707s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['ignore', 'ignore_ament_install'] +[0.707s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'ignore' +[0.707s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'ignore_ament_install' +[0.707s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['colcon_pkg'] +[0.707s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'colcon_pkg' +[0.707s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['colcon_meta'] +[0.707s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'colcon_meta' +[0.707s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extensions ['ros'] +[0.707s] Level 1:colcon.colcon_core.package_identification:_identify(src/sentry_plan_control/plc_bringup) by extension 'ros' +[0.708s] DEBUG:colcon.colcon_core.package_identification:Package 'src/sentry_plan_control/plc_bringup' with type 'ros.ament_cmake' and name 'plc_bringup' +[0.708s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['ignore', 'ignore_ament_install'] +[0.708s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'ignore' +[0.708s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'ignore_ament_install' +[0.708s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['colcon_pkg'] +[0.708s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'colcon_pkg' +[0.708s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['colcon_meta'] +[0.708s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'colcon_meta' +[0.708s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extensions ['ros'] +[0.708s] Level 1:colcon.colcon_core.package_identification:_identify(src/serial) by extension 'ros' +[0.708s] DEBUG:colcon.colcon_core.package_identification:Package 'src/serial' with type 'ros.ament_cmake' and name 'serial' +[0.708s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[0.708s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[0.708s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[0.708s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[0.708s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[0.767s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters +[0.767s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover +[0.785s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 15 installed packages in /home/firmament/codes/24navigation/install +[0.802s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 414 installed packages in /opt/ros/humble +[0.803s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults +[0.878s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_args' from command line to 'None' +[0.878s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_target' from command line to 'None' +[0.878s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.878s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_clean_cache' from command line to 'False' +[0.878s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_clean_first' from command line to 'False' +[0.878s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'cmake_force_configure' from command line to 'False' +[0.878s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'ament_cmake_args' from command line to 'None' +[0.878s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'catkin_cmake_args' from command line to 'None' +[0.878s] Level 5:colcon.colcon_core.verb:set package 'icp_localization_ros2' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.878s] DEBUG:colcon.colcon_core.verb:Building package 'icp_localization_ros2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/icp_localization_ros2', '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/firmament/codes/24navigation/install/icp_localization_ros2', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/icp_localization_ros2', 'symlink_install': True, 'test_result_base': None} +[0.888s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_args' from command line to 'None' +[0.889s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_target' from command line to 'None' +[0.889s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.889s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_clean_cache' from command line to 'False' +[0.889s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_clean_first' from command line to 'False' +[0.889s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'cmake_force_configure' from command line to 'False' +[0.889s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'ament_cmake_args' from command line to 'None' +[0.889s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'catkin_cmake_args' from command line to 'None' +[0.889s] Level 5:colcon.colcon_core.verb:set package 'imu_complementary_filter' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.889s] DEBUG:colcon.colcon_core.verb:Building package 'imu_complementary_filter' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/imu_complementary_filter', '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/firmament/codes/24navigation/install/imu_complementary_filter', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/imu_complementary_filter', 'symlink_install': True, 'test_result_base': None} +[0.898s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_args' from command line to 'None' +[0.898s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_target' from command line to 'None' +[0.898s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.898s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_clean_cache' from command line to 'False' +[0.898s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_clean_first' from command line to 'False' +[0.898s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'cmake_force_configure' from command line to 'False' +[0.898s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'ament_cmake_args' from command line to 'None' +[0.898s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'catkin_cmake_args' from command line to 'None' +[0.898s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.898s] DEBUG:colcon.colcon_core.verb:Building package 'linefit_ground_segmentation' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation', '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/firmament/codes/24navigation/install/linefit_ground_segmentation', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation', 'symlink_install': True, 'test_result_base': None} +[0.908s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_args' from command line to 'None' +[0.908s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_target' from command line to 'None' +[0.908s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.908s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_clean_cache' from command line to 'False' +[0.908s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_clean_first' from command line to 'False' +[0.908s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'cmake_force_configure' from command line to 'False' +[0.908s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'ament_cmake_args' from command line to 'None' +[0.908s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'catkin_cmake_args' from command line to 'None' +[0.908s] Level 5:colcon.colcon_core.verb:set package 'livox_ros_driver2' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.908s] DEBUG:colcon.colcon_core.verb:Building package 'livox_ros_driver2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/livox_ros_driver2', '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/firmament/codes/24navigation/install/livox_ros_driver2', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/livox_ros_driver2', 'symlink_install': True, 'test_result_base': None} +[0.917s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_args' from command line to 'None' +[0.917s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_target' from command line to 'None' +[0.917s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.917s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_clean_cache' from command line to 'False' +[0.917s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_clean_first' from command line to 'False' +[0.917s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'cmake_force_configure' from command line to 'False' +[0.917s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'ament_cmake_args' from command line to 'None' +[0.917s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'catkin_cmake_args' from command line to 'None' +[0.917s] Level 5:colcon.colcon_core.verb:set package 'octomap-distribution' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.917s] DEBUG:colcon.colcon_core.verb:Building package 'octomap-distribution' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/octomap-distribution', '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/firmament/codes/24navigation/install/octomap-distribution', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/octomap', 'symlink_install': True, 'test_result_base': None} +[0.926s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_args' from command line to 'None' +[0.926s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_target' from command line to 'None' +[0.926s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.926s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_clean_cache' from command line to 'False' +[0.926s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_clean_first' from command line to 'False' +[0.926s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'cmake_force_configure' from command line to 'False' +[0.926s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'ament_cmake_args' from command line to 'None' +[0.926s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'catkin_cmake_args' from command line to 'None' +[0.926s] Level 5:colcon.colcon_core.verb:set package 'omni_regulated_pure_pursuit_controller' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.926s] DEBUG:colcon.colcon_core.verb:Building package 'omni_regulated_pure_pursuit_controller' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller', '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/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/sentry_plan_control/omni_regulated_pure_pursuit_controller', 'symlink_install': True, 'test_result_base': None} +[0.936s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_args' from command line to 'None' +[0.936s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_target' from command line to 'None' +[0.936s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.936s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_clean_cache' from command line to 'False' +[0.936s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_clean_first' from command line to 'False' +[0.936s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'cmake_force_configure' from command line to 'False' +[0.936s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'ament_cmake_args' from command line to 'None' +[0.936s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'catkin_cmake_args' from command line to 'None' +[0.936s] Level 5:colcon.colcon_core.verb:set package 'pcdmap2pgm' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.936s] DEBUG:colcon.colcon_core.verb:Building package 'pcdmap2pgm' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/pcdmap2pgm', '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/firmament/codes/24navigation/install/pcdmap2pgm', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/pcdmap2pgm', 'symlink_install': True, 'test_result_base': None} +[0.946s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_args' from command line to 'None' +[0.946s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_target' from command line to 'None' +[0.947s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.947s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_clean_cache' from command line to 'False' +[0.947s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_clean_first' from command line to 'False' +[0.947s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'cmake_force_configure' from command line to 'False' +[0.947s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'ament_cmake_args' from command line to 'None' +[0.947s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'catkin_cmake_args' from command line to 'None' +[0.947s] Level 5:colcon.colcon_core.verb:set package 'plc_bringup' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.947s] DEBUG:colcon.colcon_core.verb:Building package 'plc_bringup' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/plc_bringup', '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/firmament/codes/24navigation/install/plc_bringup', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup', 'symlink_install': True, 'test_result_base': None} +[0.957s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_args' from command line to 'None' +[0.957s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_target' from command line to 'None' +[0.957s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.957s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_clean_cache' from command line to 'False' +[0.957s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_clean_first' from command line to 'False' +[0.957s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'cmake_force_configure' from command line to 'False' +[0.957s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'ament_cmake_args' from command line to 'None' +[0.957s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'catkin_cmake_args' from command line to 'None' +[0.957s] Level 5:colcon.colcon_core.verb:set package 'pointcloud_to_laserscan' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.957s] DEBUG:colcon.colcon_core.verb:Building package 'pointcloud_to_laserscan' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan', '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/firmament/codes/24navigation/install/pointcloud_to_laserscan', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/pointcloud_to_laserscan', 'symlink_install': True, 'test_result_base': None} +[0.966s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_args' from command line to 'None' +[0.967s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_target' from command line to 'None' +[0.967s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.967s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_clean_cache' from command line to 'False' +[0.967s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_clean_first' from command line to 'False' +[0.967s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'cmake_force_configure' from command line to 'False' +[0.967s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'ament_cmake_args' from command line to 'None' +[0.967s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'catkin_cmake_args' from command line to 'None' +[0.967s] Level 5:colcon.colcon_core.verb:set package 'rm_serial_driver' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.967s] DEBUG:colcon.colcon_core.verb:Building package 'rm_serial_driver' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/rm_serial_driver', '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/firmament/codes/24navigation/install/rm_serial_driver', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/rm_serial_driver', 'symlink_install': True, 'test_result_base': None} +[0.976s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_args' from command line to 'None' +[0.976s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_target' from command line to 'None' +[0.976s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.976s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_clean_cache' from command line to 'False' +[0.976s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_clean_first' from command line to 'False' +[0.976s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'cmake_force_configure' from command line to 'False' +[0.976s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'ament_cmake_args' from command line to 'None' +[0.976s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'catkin_cmake_args' from command line to 'None' +[0.976s] Level 5:colcon.colcon_core.verb:set package 'rm_urdf_ff' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.976s] DEBUG:colcon.colcon_core.verb:Building package 'rm_urdf_ff' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/rm_urdf_ff', '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/firmament/codes/24navigation/install/rm_urdf_ff', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/rm_urdf_ff', 'symlink_install': True, 'test_result_base': None} +[0.985s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_args' from command line to 'None' +[0.985s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_target' from command line to 'None' +[0.985s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.985s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_clean_cache' from command line to 'False' +[0.985s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_clean_first' from command line to 'False' +[0.985s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'cmake_force_configure' from command line to 'False' +[0.985s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'ament_cmake_args' from command line to 'None' +[0.985s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'catkin_cmake_args' from command line to 'None' +[0.985s] Level 5:colcon.colcon_core.verb:set package 'serial' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.985s] DEBUG:colcon.colcon_core.verb:Building package 'serial' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/serial', '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/firmament/codes/24navigation/install/serial', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/serial', 'symlink_install': True, 'test_result_base': None} +[0.995s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_args' from command line to 'None' +[0.995s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_target' from command line to 'None' +[0.995s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[0.995s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_clean_cache' from command line to 'False' +[0.995s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_clean_first' from command line to 'False' +[0.995s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'cmake_force_configure' from command line to 'False' +[0.995s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'ament_cmake_args' from command line to 'None' +[0.995s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'catkin_cmake_args' from command line to 'None' +[0.995s] Level 5:colcon.colcon_core.verb:set package 'fast_lio' build argument 'catkin_skip_building_tests' from command line to 'False' +[0.995s] DEBUG:colcon.colcon_core.verb:Building package 'fast_lio' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/fast_lio', '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/firmament/codes/24navigation/install/fast_lio', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/FAST_LIO', 'symlink_install': True, 'test_result_base': None} +[1.004s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_args' from command line to 'None' +[1.004s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_target' from command line to 'None' +[1.004s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[1.005s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_clean_cache' from command line to 'False' +[1.005s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_clean_first' from command line to 'False' +[1.005s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'cmake_force_configure' from command line to 'False' +[1.005s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'ament_cmake_args' from command line to 'None' +[1.005s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'catkin_cmake_args' from command line to 'None' +[1.005s] Level 5:colcon.colcon_core.verb:set package 'linefit_ground_segmentation_ros' build argument 'catkin_skip_building_tests' from command line to 'False' +[1.005s] DEBUG:colcon.colcon_core.verb:Building package 'linefit_ground_segmentation_ros' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros', '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/firmament/codes/24navigation/install/linefit_ground_segmentation_ros', 'merge_install': False, 'path': '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros', 'symlink_install': True, 'test_result_base': None} +[1.014s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[1.025s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[1.025s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation' with build type 'ament_cmake' +[1.025s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation' +[1.036s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[1.036s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.036s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.067s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/livox_ros_driver2' with build type 'ament_cmake' +[1.067s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/livox_ros_driver2' +[1.077s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.077s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.109s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/icp_localization_ros2' with build type 'ament_cmake' +[1.109s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/icp_localization_ros2' +[1.120s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.120s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.153s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/imu_complementary_filter' with build type 'ament_cmake' +[1.153s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/imu_complementary_filter' +[1.163s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.163s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.195s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/octomap' +[1.207s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.207s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.240s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/sentry_plan_control/omni_regulated_pure_pursuit_controller' with build type 'ament_cmake' +[1.240s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/sentry_plan_control/omni_regulated_pure_pursuit_controller' +[1.250s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.250s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.281s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/pcdmap2pgm' with build type 'ament_cmake' +[1.281s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/pcdmap2pgm' +[1.292s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.292s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.324s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup' with build type 'ament_cmake' +[1.324s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup' +[1.335s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[1.335s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[1.382s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[1.384s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[1.387s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[1.388s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[1.391s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[1.393s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[1.397s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[1.410s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[1.495s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation -- -j8 -l8 +[1.506s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[1.509s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[1.525s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[1.528s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/imu_complementary_filter -- -j8 -l8 +[1.558s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/icp_localization_ros2 -- -j8 -l8 +[1.585s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +[1.590s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +[1.596s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +[1.619s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +[1.635s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(plc_bringup) +[1.641s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +[1.659s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake module files +[1.660s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake config files +[1.662s] Level 1:colcon.colcon_core.shell:create_environment_hook('plc_bringup', 'cmake_prefix_path') +[1.681s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.ps1' +[1.682s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.dsv' +[1.682s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.sh' +[1.683s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[1.683s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/pkgconfig/plc_bringup.pc' +[1.683s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/python3.10/site-packages' +[1.684s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[1.702s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.ps1' +[1.703s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv' +[1.704s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.sh' +[1.705s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.bash' +[1.705s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.zsh' +[1.706s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/plc_bringup/share/colcon-core/packages/plc_bringup) +[1.716s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pcdmap2pgm) +[1.722s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +[1.735s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake module files +[1.735s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake config files +[1.736s] Level 1:colcon.colcon_core.shell:create_environment_hook('pcdmap2pgm', 'cmake_prefix_path') +[1.766s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.ps1' +[1.768s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.dsv' +[1.768s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.sh' +[1.769s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib' +[1.769s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[1.770s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pkgconfig/pcdmap2pgm.pc' +[1.770s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/python3.10/site-packages' +[1.770s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[1.789s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.ps1' +[1.790s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv' +[1.790s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.sh' +[1.791s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.bash' +[1.792s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.zsh' +[1.792s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pcdmap2pgm/share/colcon-core/packages/pcdmap2pgm) +[1.809s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/imu_complementary_filter': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +[1.821s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(omni_regulated_pure_pursuit_controller) +[1.828s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +[1.842s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake module files +[1.842s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake config files +[1.843s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'cmake_prefix_path') +[1.861s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.ps1' +[1.862s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.dsv' +[1.863s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.sh' +[1.866s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib' +[1.866s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'ld_library_path_lib') +[1.884s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.ps1' +[1.885s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.dsv' +[1.885s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.sh' +[1.885s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[1.885s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/pkgconfig/omni_regulated_pure_pursuit_controller.pc' +[1.885s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/python3.10/site-packages' +[1.885s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[1.905s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.ps1' +[1.905s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv' +[1.906s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.sh' +[1.906s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.bash' +[1.906s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.zsh' +[1.907s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/colcon-core/packages/omni_regulated_pure_pursuit_controller) +[1.908s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation) +[1.909s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation +[1.929s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake module files +[1.930s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake config files +[1.930s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'cmake_prefix_path') +[1.941s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.ps1' +[1.942s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.dsv' +[1.942s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.sh' +[1.942s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib' +[1.943s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'ld_library_path_lib') +[1.953s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.ps1' +[1.954s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.dsv' +[1.954s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.sh' +[1.954s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[1.954s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/pkgconfig/linefit_ground_segmentation.pc' +[1.954s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/python3.10/site-packages' +[1.955s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[1.966s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.ps1' +[1.967s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv' +[1.967s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.sh' +[1.968s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.bash' +[1.968s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.zsh' +[1.968s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/colcon-core/packages/linefit_ground_segmentation) +[1.980s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(plc_bringup) +[1.992s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake module files +[1.993s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup' for CMake config files +[1.993s] Level 1:colcon.colcon_core.shell:create_environment_hook('plc_bringup', 'cmake_prefix_path') +[2.004s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.ps1' +[2.004s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.dsv' +[2.004s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/hook/cmake_prefix_path.sh' +[2.004s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[2.004s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/pkgconfig/plc_bringup.pc' +[2.005s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/lib/python3.10/site-packages' +[2.005s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/plc_bringup/bin' +[2.014s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.ps1' +[2.015s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv' +[2.015s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.sh' +[2.015s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.bash' +[2.015s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.zsh' +[2.016s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/plc_bringup/share/colcon-core/packages/plc_bringup) +[2.017s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/icp_localization_ros2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +[2.029s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pcdmap2pgm) +[2.041s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake module files +[2.041s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm' for CMake config files +[2.041s] Level 1:colcon.colcon_core.shell:create_environment_hook('pcdmap2pgm', 'cmake_prefix_path') +[2.053s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.ps1' +[2.053s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.dsv' +[2.053s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/hook/cmake_prefix_path.sh' +[2.054s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib' +[2.054s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[2.054s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pkgconfig/pcdmap2pgm.pc' +[2.054s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/lib/python3.10/site-packages' +[2.054s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pcdmap2pgm/bin' +[2.065s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.ps1' +[2.065s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv' +[2.065s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.sh' +[2.066s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.bash' +[2.066s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.zsh' +[2.066s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pcdmap2pgm/share/colcon-core/packages/pcdmap2pgm) +[2.067s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(imu_complementary_filter) +[2.067s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/imu_complementary_filter' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/imu_complementary_filter +[2.077s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake module files +[2.078s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake config files +[2.078s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'cmake_prefix_path') +[2.088s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.ps1' +[2.089s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.dsv' +[2.089s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.sh' +[2.089s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib' +[2.089s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'ld_library_path_lib') +[2.099s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.ps1' +[2.100s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.dsv' +[2.100s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.sh' +[2.100s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[2.100s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/pkgconfig/imu_complementary_filter.pc' +[2.101s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/python3.10/site-packages' +[2.101s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[2.111s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.ps1' +[2.111s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv' +[2.111s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.sh' +[2.112s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.bash' +[2.112s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.zsh' +[2.112s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/imu_complementary_filter/share/colcon-core/packages/imu_complementary_filter) +[2.113s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[2.114s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/pointcloud_to_laserscan' with build type 'ament_cmake' +[2.114s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/pointcloud_to_laserscan' +[2.129s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.129s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.172s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/rm_serial_driver' with build type 'ament_cmake' +[2.173s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/rm_serial_driver' +[2.184s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.184s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.218s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/livox_ros_driver2 -- -j8 -l8 +[2.240s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(omni_regulated_pure_pursuit_controller) +[2.258s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake module files +[2.259s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller' for CMake config files +[2.259s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'cmake_prefix_path') +[2.276s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.ps1' +[2.277s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.dsv' +[2.277s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/cmake_prefix_path.sh' +[2.278s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib' +[2.278s] Level 1:colcon.colcon_core.shell:create_environment_hook('omni_regulated_pure_pursuit_controller', 'ld_library_path_lib') +[2.296s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.ps1' +[2.296s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.dsv' +[2.297s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/hook/ld_library_path_lib.sh' +[2.297s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[2.297s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/pkgconfig/omni_regulated_pure_pursuit_controller.pc' +[2.297s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/python3.10/site-packages' +[2.297s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/bin' +[2.315s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.ps1' +[2.316s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv' +[2.316s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.sh' +[2.317s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.bash' +[2.317s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.zsh' +[2.318s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/colcon-core/packages/omni_regulated_pure_pursuit_controller) +[2.319s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/rm_urdf_ff' with build type 'ament_cmake' +[2.319s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/rm_urdf_ff' +[2.337s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.337s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.387s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation) +[2.397s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake module files +[2.397s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation' for CMake config files +[2.397s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'cmake_prefix_path') +[2.408s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.ps1' +[2.408s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.dsv' +[2.408s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/cmake_prefix_path.sh' +[2.409s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib' +[2.409s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation', 'ld_library_path_lib') +[2.426s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.ps1' +[2.427s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.dsv' +[2.427s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/hook/ld_library_path_lib.sh' +[2.427s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[2.427s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/pkgconfig/linefit_ground_segmentation.pc' +[2.428s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib/python3.10/site-packages' +[2.428s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/bin' +[2.445s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.ps1' +[2.445s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.dsv' +[2.445s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.sh' +[2.446s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.bash' +[2.446s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/linefit_ground_segmentation/package.zsh' +[2.446s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation/share/colcon-core/packages/linefit_ground_segmentation) +[2.447s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(icp_localization_ros2) +[2.448s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/icp_localization_ros2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/icp_localization_ros2 +[2.460s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake module files +[2.461s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake config files +[2.461s] Level 1:colcon.colcon_core.shell:create_environment_hook('icp_localization_ros2', 'cmake_prefix_path') +[2.471s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.ps1' +[2.472s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.dsv' +[2.472s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.sh' +[2.472s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib' +[2.472s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.472s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/pkgconfig/icp_localization_ros2.pc' +[2.473s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/python3.10/site-packages' +[2.473s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.483s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.ps1' +[2.483s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv' +[2.484s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.sh' +[2.484s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.bash' +[2.484s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.zsh' +[2.484s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/icp_localization_ros2/share/colcon-core/packages/icp_localization_ros2) +[2.485s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/serial' with build type 'ament_cmake' +[2.486s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/serial' +[2.498s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.498s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.550s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(imu_complementary_filter) +[2.562s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake module files +[2.562s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter' for CMake config files +[2.563s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'cmake_prefix_path') +[2.578s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.ps1' +[2.579s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.dsv' +[2.579s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/cmake_prefix_path.sh' +[2.579s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib' +[2.579s] Level 1:colcon.colcon_core.shell:create_environment_hook('imu_complementary_filter', 'ld_library_path_lib') +[2.594s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.ps1' +[2.594s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.dsv' +[2.595s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/hook/ld_library_path_lib.sh' +[2.595s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[2.595s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/pkgconfig/imu_complementary_filter.pc' +[2.595s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/lib/python3.10/site-packages' +[2.595s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/imu_complementary_filter/bin' +[2.608s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.ps1' +[2.608s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.dsv' +[2.609s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.sh' +[2.609s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.bash' +[2.609s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/imu_complementary_filter/share/imu_complementary_filter/package.zsh' +[2.609s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/imu_complementary_filter/share/colcon-core/packages/imu_complementary_filter) +[2.612s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +[2.615s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[2.616s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[2.618s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/livox_ros_driver2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +[2.618s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros' with build type 'ament_cmake' +[2.619s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros' +[2.637s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[2.637s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[2.732s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[2.749s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(icp_localization_ros2) +[2.768s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake module files +[2.768s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2' for CMake config files +[2.769s] Level 1:colcon.colcon_core.shell:create_environment_hook('icp_localization_ros2', 'cmake_prefix_path') +[2.786s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.ps1' +[2.786s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.dsv' +[2.787s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/hook/cmake_prefix_path.sh' +[2.787s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib' +[2.787s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.787s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/pkgconfig/icp_localization_ros2.pc' +[2.787s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/lib/python3.10/site-packages' +[2.788s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/icp_localization_ros2/bin' +[2.800s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.ps1' +[2.801s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.dsv' +[2.801s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.sh' +[2.801s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.bash' +[2.802s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/icp_localization_ros2/share/icp_localization_ros2/package.zsh' +[2.802s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/icp_localization_ros2/share/colcon-core/packages/icp_localization_ros2) +[2.805s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(octomap-distribution) +[2.806s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[2.806s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +[2.817s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution' for CMake module files +[2.817s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution' for CMake config files +[2.817s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'cmake_prefix_path') +[2.828s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/cmake_prefix_path.ps1' +[2.828s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/cmake_prefix_path.dsv' +[2.828s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/cmake_prefix_path.sh' +[2.829s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/lib' +[2.829s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'ld_library_path_lib') +[2.843s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/ld_library_path_lib.ps1' +[2.844s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/ld_library_path_lib.dsv' +[2.844s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/ld_library_path_lib.sh' +[2.844s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/bin' +[2.845s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'path') +[2.858s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/path.ps1' +[2.859s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/path.dsv' +[2.859s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/path.sh' +[2.859s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap-distribution.pc' +[2.859s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/lib/python3.10/site-packages' +[2.860s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/octomap-distribution/bin' +[2.860s] Level 1:colcon.colcon_core.shell:create_environment_hook('octomap-distribution', 'pythonscriptspath') +[2.873s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/pythonscriptspath.ps1' +[2.874s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/pythonscriptspath.dsv' +[2.874s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/hook/pythonscriptspath.sh' +[2.886s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.ps1' +[2.887s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.dsv' +[2.887s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.sh' +[2.888s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.bash' +[2.888s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/octomap-distribution/share/octomap-distribution/package.zsh' +[2.888s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/octomap-distribution/share/colcon-core/packages/octomap-distribution) +[2.889s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(livox_ros_driver2) +[2.890s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/livox_ros_driver2' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/livox_ros_driver2 +[2.907s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake module files +[2.908s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake config files +[2.909s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'cmake_prefix_path') +[2.920s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.ps1' +[2.920s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.dsv' +[2.921s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.sh' +[2.921s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib' +[2.921s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'ld_library_path_lib') +[2.934s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.ps1' +[2.934s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.dsv' +[2.935s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.sh' +[2.935s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[2.935s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/pkgconfig/livox_ros_driver2.pc' +[2.935s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/python3.10/site-packages' +[2.935s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[2.947s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.ps1' +[2.947s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv' +[2.948s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.sh' +[2.948s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.bash' +[2.948s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.zsh' +[2.948s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/livox_ros_driver2/share/colcon-core/packages/livox_ros_driver2) +[2.955s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[2.956s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[2.957s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[2.957s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[2.990s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +[3.027s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +[3.029s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_urdf_ff) +[3.030s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +[3.048s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake module files +[3.050s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake config files +[3.050s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_urdf_ff', 'cmake_prefix_path') +[3.064s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.ps1' +[3.065s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.dsv' +[3.065s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.sh' +[3.066s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.066s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/pkgconfig/rm_urdf_ff.pc' +[3.066s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/python3.10/site-packages' +[3.066s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.077s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.ps1' +[3.078s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv' +[3.078s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.sh' +[3.078s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.bash' +[3.079s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.zsh' +[3.079s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_urdf_ff/share/colcon-core/packages/rm_urdf_ff) +[3.081s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +[3.082s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(serial) +[3.082s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +[3.101s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake module files +[3.102s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake config files +[3.103s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'cmake_prefix_path') +[3.116s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.ps1' +[3.116s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.dsv' +[3.116s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.sh' +[3.117s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib' +[3.117s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'ld_library_path_lib') +[3.127s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.ps1' +[3.128s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.dsv' +[3.128s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.sh' +[3.128s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.128s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/pkgconfig/serial.pc' +[3.129s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/python3.10/site-packages' +[3.129s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.144s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.ps1' +[3.145s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/package.dsv' +[3.145s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.sh' +[3.145s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.bash' +[3.146s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.zsh' +[3.146s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/serial/share/colcon-core/packages/serial) +[3.147s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros -- -j8 -l8 +[3.163s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(livox_ros_driver2) +[3.174s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake module files +[3.174s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2' for CMake config files +[3.175s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'cmake_prefix_path') +[3.189s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.ps1' +[3.189s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.dsv' +[3.189s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/cmake_prefix_path.sh' +[3.190s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib' +[3.190s] Level 1:colcon.colcon_core.shell:create_environment_hook('livox_ros_driver2', 'ld_library_path_lib') +[3.200s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.ps1' +[3.200s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.dsv' +[3.200s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/hook/ld_library_path_lib.sh' +[3.200s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[3.201s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/pkgconfig/livox_ros_driver2.pc' +[3.201s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/lib/python3.10/site-packages' +[3.201s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/livox_ros_driver2/bin' +[3.211s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.ps1' +[3.211s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.dsv' +[3.212s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.sh' +[3.212s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.bash' +[3.212s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/livox_ros_driver2/share/livox_ros_driver2/package.zsh' +[3.212s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/livox_ros_driver2/share/colcon-core/packages/livox_ros_driver2) +[3.224s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_urdf_ff) +[3.234s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake module files +[3.234s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff' for CMake config files +[3.235s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_urdf_ff', 'cmake_prefix_path') +[3.246s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.ps1' +[3.247s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.dsv' +[3.247s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/hook/cmake_prefix_path.sh' +[3.247s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.247s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/pkgconfig/rm_urdf_ff.pc' +[3.248s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/lib/python3.10/site-packages' +[3.248s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_urdf_ff/bin' +[3.260s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.ps1' +[3.260s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv' +[3.260s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.sh' +[3.260s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.bash' +[3.261s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.zsh' +[3.261s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_urdf_ff/share/colcon-core/packages/rm_urdf_ff) +[3.262s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/firmament/codes/24navigation/src/FAST_LIO' with build type 'ament_cmake' +[3.262s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/firmament/codes/24navigation/src/FAST_LIO' +[3.272s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[3.272s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[3.304s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pointcloud_to_laserscan) +[3.305s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +[3.319s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake module files +[3.319s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake config files +[3.319s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'cmake_prefix_path') +[3.329s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.ps1' +[3.330s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.dsv' +[3.330s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.sh' +[3.330s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib' +[3.330s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'ld_library_path_lib') +[3.342s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.ps1' +[3.342s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.dsv' +[3.342s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.sh' +[3.342s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.342s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pkgconfig/pointcloud_to_laserscan.pc' +[3.343s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/python3.10/site-packages' +[3.343s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.353s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.ps1' +[3.354s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv' +[3.354s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.sh' +[3.354s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.bash' +[3.355s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.zsh' +[3.355s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/colcon-core/packages/pointcloud_to_laserscan) +[3.368s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(serial) +[3.383s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake module files +[3.384s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial' for CMake config files +[3.384s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'cmake_prefix_path') +[3.398s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.ps1' +[3.399s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.dsv' +[3.399s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/cmake_prefix_path.sh' +[3.399s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib' +[3.399s] Level 1:colcon.colcon_core.shell:create_environment_hook('serial', 'ld_library_path_lib') +[3.410s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.ps1' +[3.410s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.dsv' +[3.411s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/serial/share/serial/hook/ld_library_path_lib.sh' +[3.411s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.411s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/pkgconfig/serial.pc' +[3.411s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/lib/python3.10/site-packages' +[3.411s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/serial/bin' +[3.421s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.ps1' +[3.422s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/serial/share/serial/package.dsv' +[3.422s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.sh' +[3.422s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.bash' +[3.422s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/serial/share/serial/package.zsh' +[3.423s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/serial/share/colcon-core/packages/serial) +[3.425s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +[3.429s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[3.452s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(pointcloud_to_laserscan) +[3.471s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake module files +[3.472s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan' for CMake config files +[3.472s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'cmake_prefix_path') +[3.492s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.ps1' +[3.493s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.dsv' +[3.494s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/cmake_prefix_path.sh' +[3.495s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib' +[3.495s] Level 1:colcon.colcon_core.shell:create_environment_hook('pointcloud_to_laserscan', 'ld_library_path_lib') +[3.517s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.ps1' +[3.517s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.dsv' +[3.518s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/hook/ld_library_path_lib.sh' +[3.518s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.518s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pkgconfig/pointcloud_to_laserscan.pc' +[3.518s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/python3.10/site-packages' +[3.518s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/bin' +[3.538s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.ps1' +[3.539s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv' +[3.539s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.sh' +[3.540s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.bash' +[3.540s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.zsh' +[3.540s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/colcon-core/packages/pointcloud_to_laserscan) +[3.542s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation_ros) +[3.542s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/linefit_ground_segmentation_ros +[3.556s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake module files +[3.556s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake config files +[3.556s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation_ros', 'cmake_prefix_path') +[3.569s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.ps1' +[3.570s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.dsv' +[3.570s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.sh' +[3.571s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib' +[3.571s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.571s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/pkgconfig/linefit_ground_segmentation_ros.pc' +[3.571s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/python3.10/site-packages' +[3.571s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.588s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.ps1' +[3.589s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv' +[3.589s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.sh' +[3.590s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.bash' +[3.590s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.zsh' +[3.590s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/colcon-core/packages/linefit_ground_segmentation_ros) +[3.635s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(linefit_ground_segmentation_ros) +[3.645s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake module files +[3.646s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros' for CMake config files +[3.646s] Level 1:colcon.colcon_core.shell:create_environment_hook('linefit_ground_segmentation_ros', 'cmake_prefix_path') +[3.657s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.ps1' +[3.657s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.dsv' +[3.657s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/hook/cmake_prefix_path.sh' +[3.657s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib' +[3.658s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.658s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/pkgconfig/linefit_ground_segmentation_ros.pc' +[3.658s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/lib/python3.10/site-packages' +[3.658s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/bin' +[3.668s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.ps1' +[3.669s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.dsv' +[3.669s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.sh' +[3.669s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.bash' +[3.670s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/linefit_ground_segmentation_ros/package.zsh' +[3.670s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros/share/colcon-core/packages/linefit_ground_segmentation_ros) +[3.771s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --build /home/firmament/codes/24navigation/build/fast_lio -- -j8 -l8 +[3.837s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/fast_lio': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +[3.892s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(fast_lio) +[3.893s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/fast_lio' returned '0': CMAKE_PREFIX_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2:/home/firmament/codes/24navigation/install/serial:/home/firmament/codes/24navigation/install/rm_urdf_ff:/home/firmament/codes/24navigation/install/rm_serial_driver:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan:/home/firmament/codes/24navigation/install/plc_bringup:/home/firmament/codes/24navigation/install/pcdmap2pgm:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller:/home/firmament/codes/24navigation/install/octomap-distribution:/home/firmament/codes/24navigation/install/nav2_bringup:/home/firmament/codes/24navigation/install/fast_lio:/home/firmament/codes/24navigation/install/linefit_ground_segmentation_ros:/home/firmament/codes/24navigation/install/linefit_ground_segmentation:/home/firmament/codes/24navigation/install/imu_complementary_filter:/home/firmament/codes/24navigation/install/icp_localization_ros2:/opt/ros/humble LD_LIBRARY_PATH=/home/firmament/codes/24navigation/install/livox_ros_driver2/lib:/home/firmament/codes/24navigation/install/serial/lib:/home/firmament/codes/24navigation/install/rm_serial_driver/lib:/home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib:/home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib:/home/firmament/codes/24navigation/install/octomap-distribution/lib:/home/firmament/codes/24navigation/install/fast_lio/lib:/home/firmament/codes/24navigation/install/linefit_ground_segmentation/lib:/home/firmament/codes/24navigation/install/imu_complementary_filter/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32:/opt/MVS/lib/64:/opt/MVS/lib/32 /usr/bin/cmake --install /home/firmament/codes/24navigation/build/fast_lio +[3.903s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake module files +[3.904s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake config files +[3.904s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'cmake_prefix_path') +[3.914s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.ps1' +[3.914s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.dsv' +[3.915s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.sh' +[3.915s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib' +[3.915s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'ld_library_path_lib') +[3.925s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.ps1' +[3.926s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.dsv' +[3.926s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.sh' +[3.926s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[3.926s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/pkgconfig/fast_lio.pc' +[3.926s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/python3.10/site-packages' +[3.926s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[3.938s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.ps1' +[3.938s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv' +[3.938s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.sh' +[3.939s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.bash' +[3.939s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.zsh' +[3.939s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/fast_lio/share/colcon-core/packages/fast_lio) +[4.013s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(fast_lio) +[4.023s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake module files +[4.024s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio' for CMake config files +[4.024s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'cmake_prefix_path') +[4.035s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.ps1' +[4.035s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.dsv' +[4.036s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/cmake_prefix_path.sh' +[4.036s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib' +[4.036s] Level 1:colcon.colcon_core.shell:create_environment_hook('fast_lio', 'ld_library_path_lib') +[4.046s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.ps1' +[4.047s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.dsv' +[4.047s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/hook/ld_library_path_lib.sh' +[4.047s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[4.047s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/pkgconfig/fast_lio.pc' +[4.048s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/lib/python3.10/site-packages' +[4.048s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/fast_lio/bin' +[4.078s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.ps1' +[4.078s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.dsv' +[4.079s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.sh' +[4.079s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.bash' +[4.079s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/fast_lio/share/fast_lio/package.zsh' +[4.080s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/fast_lio/share/colcon-core/packages/fast_lio) +[10.349s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[10.378s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver +[10.397s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_serial_driver) +[10.398s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver +[10.409s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver' for CMake module files +[10.409s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver' for CMake config files +[10.409s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_serial_driver', 'cmake_prefix_path') +[10.419s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.ps1' +[10.420s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.dsv' +[10.420s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.sh' +[10.420s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib' +[10.420s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_serial_driver', 'ld_library_path_lib') +[10.429s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.ps1' +[10.429s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.dsv' +[10.430s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.sh' +[10.430s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/bin' +[10.430s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib/pkgconfig/rm_serial_driver.pc' +[10.430s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib/python3.10/site-packages' +[10.430s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/bin' +[10.439s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.ps1' +[10.440s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv' +[10.440s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.sh' +[10.440s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.bash' +[10.441s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.zsh' +[10.441s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_serial_driver/share/colcon-core/packages/rm_serial_driver) +[10.480s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(rm_serial_driver) +[10.490s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver' for CMake module files +[10.490s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver' for CMake config files +[10.490s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_serial_driver', 'cmake_prefix_path') +[10.500s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.ps1' +[10.500s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.dsv' +[10.500s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/cmake_prefix_path.sh' +[10.501s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib' +[10.501s] Level 1:colcon.colcon_core.shell:create_environment_hook('rm_serial_driver', 'ld_library_path_lib') +[10.510s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.ps1' +[10.510s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.dsv' +[10.511s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/hook/ld_library_path_lib.sh' +[10.511s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/bin' +[10.511s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib/pkgconfig/rm_serial_driver.pc' +[10.511s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/lib/python3.10/site-packages' +[10.511s] Level 1:colcon.colcon_core.environment:checking '/home/firmament/codes/24navigation/install/rm_serial_driver/bin' +[10.521s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.ps1' +[10.522s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv' +[10.522s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.sh' +[10.522s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.bash' +[10.523s] INFO:colcon.colcon_core.shell:Creating package script '/home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.zsh' +[10.523s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/firmament/codes/24navigation/install/rm_serial_driver/share/colcon-core/packages/rm_serial_driver) +[10.523s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[10.523s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[10.524s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[10.524s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[10.539s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[10.539s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[10.539s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[10.549s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[10.560s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.ps1' +[10.560s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/firmament/codes/24navigation/install/_local_setup_util_ps1.py' +[10.561s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.ps1' +[10.572s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.sh' +[10.573s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/firmament/codes/24navigation/install/_local_setup_util_sh.py' +[10.573s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.sh' +[10.584s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.bash' +[10.585s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.bash' +[10.595s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/firmament/codes/24navigation/install/local_setup.zsh' +[10.596s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/firmament/codes/24navigation/install/setup.zsh' diff --git a/log/build_2024-03-16_20-26-24/octomap-distribution/command.log b/log/build_2024-03-16_20-26-24/octomap-distribution/command.log new file mode 100644 index 00000000..b96ef55d --- /dev/null +++ b/log/build_2024-03-16_20-26-24/octomap-distribution/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution diff --git a/log/build_2024-03-16_20-26-24/octomap-distribution/stderr.log b/log/build_2024-03-16_20-26-24/octomap-distribution/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/octomap-distribution/stdout.log b/log/build_2024-03-16_20-26-24/octomap-distribution/stdout.log new file mode 100644 index 00000000..58a81fd9 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/octomap-distribution/stdout.log @@ -0,0 +1,123 @@ +[ 4%] Built target octomath +[ 7%] Built target octomath-static +[ 15%] Built target octomap +[ 23%] Built target octomap-static +[ 25%] Built target log2graph +[ 26%] Built target graph2tree +[ 28%] Built target bt2vrml +[ 29%] Built target binvox2bt +[ 30%] Built target edit_octree +[ 32%] Built target convert_octree +[ 34%] Built target eval_octree_accuracy +[ 35%] Built target normals_example +[ 36%] Built target simple_example +[ 38%] Built target compare_octrees +[ 41%] Built target intersection_example +[ 41%] Built target test_iterators +[ 43%] Built target octree2pointcloud +[ 44%] Built target test_raycasting +[ 46%] Built target test_io +[ 48%] Built target test_scans +[ 50%] Built target test_changedkeys +[ 52%] Built target test_bbx +[ 54%] Built target test_mapcollection +[ 55%] Built target test_color_tree +[ 57%] Built target test_pruning +[ 58%] Built target color_tree_histogram +[ 60%] Built target unit_tests +[ 61%] Built target dynamicedt3d +[ 67%] Built target octovis-shared +[ 69%] Built target dynamicedt3d-static +[ 74%] Built target octovis-static +[ 76%] Built target exampleEDTOctomapStamped +[ 77%] Built target exampleEDTOctomap +[ 79%] Built target exampleEDT3D +[100%] Built target octovis +-- Install configuration: "" +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake diff --git a/log/build_2024-03-16_20-26-24/octomap-distribution/stdout_stderr.log b/log/build_2024-03-16_20-26-24/octomap-distribution/stdout_stderr.log new file mode 100644 index 00000000..58a81fd9 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/octomap-distribution/stdout_stderr.log @@ -0,0 +1,123 @@ +[ 4%] Built target octomath +[ 7%] Built target octomath-static +[ 15%] Built target octomap +[ 23%] Built target octomap-static +[ 25%] Built target log2graph +[ 26%] Built target graph2tree +[ 28%] Built target bt2vrml +[ 29%] Built target binvox2bt +[ 30%] Built target edit_octree +[ 32%] Built target convert_octree +[ 34%] Built target eval_octree_accuracy +[ 35%] Built target normals_example +[ 36%] Built target simple_example +[ 38%] Built target compare_octrees +[ 41%] Built target intersection_example +[ 41%] Built target test_iterators +[ 43%] Built target octree2pointcloud +[ 44%] Built target test_raycasting +[ 46%] Built target test_io +[ 48%] Built target test_scans +[ 50%] Built target test_changedkeys +[ 52%] Built target test_bbx +[ 54%] Built target test_mapcollection +[ 55%] Built target test_color_tree +[ 57%] Built target test_pruning +[ 58%] Built target color_tree_histogram +[ 60%] Built target unit_tests +[ 61%] Built target dynamicedt3d +[ 67%] Built target octovis-shared +[ 69%] Built target dynamicedt3d-static +[ 74%] Built target octovis-static +[ 76%] Built target exampleEDTOctomapStamped +[ 77%] Built target exampleEDTOctomap +[ 79%] Built target exampleEDT3D +[100%] Built target octovis +-- Install configuration: "" +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9 +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a +-- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake diff --git a/log/build_2024-03-16_20-26-24/octomap-distribution/streams.log b/log/build_2024-03-16_20-26-24/octomap-distribution/streams.log new file mode 100644 index 00000000..cdfea023 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/octomap-distribution/streams.log @@ -0,0 +1,127 @@ +[0.196s] Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[0.273s] [ 4%] Built target octomath +[0.300s] [ 7%] Built target octomath-static +[0.335s] [ 15%] Built target octomap +[0.368s] [ 23%] Built target octomap-static +[0.392s] [ 25%] Built target log2graph +[0.395s] [ 26%] Built target graph2tree +[0.401s] [ 28%] Built target bt2vrml +[0.411s] [ 29%] Built target binvox2bt +[0.414s] [ 30%] Built target edit_octree +[0.429s] [ 32%] Built target convert_octree +[0.446s] [ 34%] Built target eval_octree_accuracy +[0.475s] [ 35%] Built target normals_example +[0.483s] [ 36%] Built target simple_example +[0.499s] [ 38%] Built target compare_octrees +[0.502s] [ 41%] Built target intersection_example +[0.502s] [ 41%] Built target test_iterators +[0.514s] [ 43%] Built target octree2pointcloud +[0.514s] [ 44%] Built target test_raycasting +[0.515s] [ 46%] Built target test_io +[0.601s] [ 48%] Built target test_scans +[0.603s] [ 50%] Built target test_changedkeys +[0.614s] [ 52%] Built target test_bbx +[0.622s] [ 54%] Built target test_mapcollection +[0.622s] [ 55%] Built target test_color_tree +[0.624s] [ 57%] Built target test_pruning +[0.626s] [ 58%] Built target color_tree_histogram +[0.645s] [ 60%] Built target unit_tests +[0.656s] [ 61%] Built target dynamicedt3d +[0.658s] [ 67%] Built target octovis-shared +[0.660s] [ 69%] Built target dynamicedt3d-static +[0.672s] [ 74%] Built target octovis-static +[0.686s] [ 76%] Built target exampleEDTOctomapStamped +[0.686s] [ 77%] Built target exampleEDTOctomap +[0.693s] [ 79%] Built target exampleEDT3D +[0.702s] [100%] Built target octovis +[0.918s] Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --build /home/firmament/codes/24navigation/build/octomap-distribution -- -j8 -l8 +[1.417s] Invoking command in '/home/firmament/codes/24navigation/build/octomap-distribution': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution +[1.515s] -- Install configuration: "" +[1.515s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOcTree.h +[1.515s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/AbstractOccupancyOcTree.h +[1.515s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ColorOcTree.h +[1.517s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/CountingOcTree.h +[1.518s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MCTables.h +[1.518s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.h +[1.518s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapCollection.hxx +[1.518s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.h +[1.518s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/MapNode.hxx +[1.518s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTree.h +[1.518s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBase.h +[1.518s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.h +[1.518s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeBaseImpl.hxx +[1.518s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeDataNode.hxx +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeIterator.hxx +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeKey.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeNode.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OcTreeStamped.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/OccupancyOcTreeBase.hxx +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/Pointcloud.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/ScanGraph.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_deprecated.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_timing.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_types.h +[1.519s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/octomap_utils.h +[1.521s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Pose6D.h +[1.521s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Quaternion.h +[1.521s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Utils.h +[1.522s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octomap/math/Vector3.h +[1.522s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/package.xml +[1.522s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octomap +[1.522s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config.cmake +[1.522s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-config-version.cmake +[1.522s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/octomap.pc +[1.522s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9.8 +[1.523s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so.1.9 +[1.523s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.so +[1.523s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomath.a +[1.523s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9.8 +[1.523s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so.1.9 +[1.523s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.so +[1.523s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctomap.a +[1.524s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octomap/octomap-targets.cmake +[1.524s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/graph2tree +[1.524s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/log2graph +[1.524s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/binvox2bt +[1.524s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/bt2vrml +[1.524s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/edit_octree +[1.524s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/convert_octree +[1.524s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/eval_octree_accuracy +[1.524s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/compare_octrees +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/bin/octovis +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.a +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9.8 +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so.1.9 +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/liboctovis.so +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-targets.cmake +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/ColorOcTreeDrawer.h +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeDrawer.h +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/OcTreeRecord.h +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/PointcloudDrawer.h +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SceneObject.h +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/SelectionBox.h +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/octovis/TrajectoryDrawer.h +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config.cmake +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/octovis-config-version.cmake +[1.525s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/octovis/package.xml +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/octovis +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.h +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/bucketedqueue.hxx +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDT3D.h +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.h +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/dynamicEDTOctomap.hxx +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/include/dynamicEDT3D/point.h +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamic_edt_3d/package.xml +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/ament_index/resource_index/packages/dynamicEDT3D +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig.cmake +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9.8 +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so.1.9 +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.so +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/lib/libdynamicedt3d.a +[1.526s] -- Up-to-date: /home/firmament/codes/24navigation/install/octomap-distribution/share/dynamicEDT3D/dynamicEDT3DTargets.cmake +[1.611s] Invoked command in '/home/firmament/codes/24navigation/build/octomap-distribution' returned '0': /usr/bin/cmake --install /home/firmament/codes/24navigation/build/octomap-distribution diff --git a/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/command.log b/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/command.log new file mode 100644 index 00000000..79f7c4c8 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller diff --git a/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stderr.log b/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stdout.log b/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stdout.log new file mode 100644 index 00000000..dd79e1a9 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stdout.log @@ -0,0 +1,27 @@ +[100%] Built target omni_regulated_pure_pursuit_controller +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml diff --git a/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stdout_stderr.log b/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stdout_stderr.log new file mode 100644 index 00000000..dd79e1a9 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/stdout_stderr.log @@ -0,0 +1,27 @@ +[100%] Built target omni_regulated_pure_pursuit_controller +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml diff --git a/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/streams.log b/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/streams.log new file mode 100644 index 00000000..e07d9d1a --- /dev/null +++ b/log/build_2024-03-16_20-26-24/omni_regulated_pure_pursuit_controller/streams.log @@ -0,0 +1,31 @@ +[0.153s] Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[0.246s] [100%] Built target omni_regulated_pure_pursuit_controller +[0.266s] Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller -- -j8 -l8 +[0.350s] Invoking command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller +[0.360s] -- Install configuration: "Release" +[0.360s] -- Execute custom install script +[0.360s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/lib/libomni_regulated_pure_pursuit_controller.so +[0.360s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/include//omni_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp +[0.360s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.sh +[0.360s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/library_path.dsv +[0.361s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller//omni_regulated_pure_pursuit_controller.xml +[0.362s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/package_run_dependencies/omni_regulated_pure_pursuit_controller +[0.362s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/parent_prefix_path/omni_regulated_pure_pursuit_controller +[0.362s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.sh +[0.362s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/ament_prefix_path.dsv +[0.362s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.sh +[0.362s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/environment/path.dsv +[0.362s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.bash +[0.362s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.sh +[0.362s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.zsh +[0.362s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/local_setup.dsv +[0.362s] -- Symlinking: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.dsv +[0.408s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/packages/omni_regulated_pure_pursuit_controller +[0.408s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/ament_index/resource_index/nav2_core__pluginlib__plugin/omni_regulated_pure_pursuit_controller +[0.408s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_include_directories-extras.cmake +[0.408s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_libraries-extras.cmake +[0.409s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/ament_cmake_export_dependencies-extras.cmake +[0.409s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig.cmake +[0.409s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/cmake/omni_regulated_pure_pursuit_controllerConfig-version.cmake +[0.409s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/omni_regulated_pure_pursuit_controller/share/omni_regulated_pure_pursuit_controller/package.xml +[0.589s] Invoked command in '/home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/omni_regulated_pure_pursuit_controller diff --git a/log/build_2024-03-16_20-26-24/pcdmap2pgm/command.log b/log/build_2024-03-16_20-26-24/pcdmap2pgm/command.log new file mode 100644 index 00000000..30427697 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/pcdmap2pgm/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm diff --git a/log/build_2024-03-16_20-26-24/pcdmap2pgm/stderr.log b/log/build_2024-03-16_20-26-24/pcdmap2pgm/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/pcdmap2pgm/stdout.log b/log/build_2024-03-16_20-26-24/pcdmap2pgm/stdout.log new file mode 100644 index 00000000..5a016f56 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/pcdmap2pgm/stdout.log @@ -0,0 +1,23 @@ +[100%] Built target convert_pcd2pgm +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml diff --git a/log/build_2024-03-16_20-26-24/pcdmap2pgm/stdout_stderr.log b/log/build_2024-03-16_20-26-24/pcdmap2pgm/stdout_stderr.log new file mode 100644 index 00000000..5a016f56 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/pcdmap2pgm/stdout_stderr.log @@ -0,0 +1,23 @@ +[100%] Built target convert_pcd2pgm +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml diff --git a/log/build_2024-03-16_20-26-24/pcdmap2pgm/streams.log b/log/build_2024-03-16_20-26-24/pcdmap2pgm/streams.log new file mode 100644 index 00000000..effe5c9a --- /dev/null +++ b/log/build_2024-03-16_20-26-24/pcdmap2pgm/streams.log @@ -0,0 +1,27 @@ +[0.116s] Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[0.214s] [100%] Built target convert_pcd2pgm +[0.244s] Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pcdmap2pgm -- -j8 -l8 +[0.315s] Invoking command in '/home/firmament/codes/24navigation/build/pcdmap2pgm': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm +[0.333s] -- Install configuration: "" +[0.334s] -- Execute custom install script +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/lib/pcdmap2pgm/convert_pcd2pgm +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/launch/pcd2pgm.launch.py +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/.vscode/settings.json +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/src/pcd2pgm.cpp +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/package_run_dependencies/pcdmap2pgm +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/parent_prefix_path/pcdmap2pgm +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.sh +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/ament_prefix_path.dsv +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.sh +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/environment/path.dsv +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.bash +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.sh +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.zsh +[0.334s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/local_setup.dsv +[0.334s] -- Symlinking: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.dsv +[0.353s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/ament_index/resource_index/packages/pcdmap2pgm +[0.353s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/ament_cmake_export_dependencies-extras.cmake +[0.353s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig.cmake +[0.353s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/cmake/pcdmap2pgmConfig-version.cmake +[0.353s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pcdmap2pgm/share/pcdmap2pgm/package.xml +[0.441s] Invoked command in '/home/firmament/codes/24navigation/build/pcdmap2pgm' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pcdmap2pgm diff --git a/log/build_2024-03-16_20-26-24/plc_bringup/command.log b/log/build_2024-03-16_20-26-24/plc_bringup/command.log new file mode 100644 index 00000000..8cd9b11a --- /dev/null +++ b/log/build_2024-03-16_20-26-24/plc_bringup/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup diff --git a/log/build_2024-03-16_20-26-24/plc_bringup/stderr.log b/log/build_2024-03-16_20-26-24/plc_bringup/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/plc_bringup/stdout.log b/log/build_2024-03-16_20-26-24/plc_bringup/stdout.log new file mode 100644 index 00000000..67559d9d --- /dev/null +++ b/log/build_2024-03-16_20-26-24/plc_bringup/stdout.log @@ -0,0 +1,51 @@ +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml diff --git a/log/build_2024-03-16_20-26-24/plc_bringup/stdout_stderr.log b/log/build_2024-03-16_20-26-24/plc_bringup/stdout_stderr.log new file mode 100644 index 00000000..67559d9d --- /dev/null +++ b/log/build_2024-03-16_20-26-24/plc_bringup/stdout_stderr.log @@ -0,0 +1,51 @@ +-- Install configuration: "Release" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml diff --git a/log/build_2024-03-16_20-26-24/plc_bringup/streams.log b/log/build_2024-03-16_20-26-24/plc_bringup/streams.log new file mode 100644 index 00000000..79b9272b --- /dev/null +++ b/log/build_2024-03-16_20-26-24/plc_bringup/streams.log @@ -0,0 +1,55 @@ +[0.086s] Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[0.184s] Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8 +[0.260s] Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup +[0.275s] -- Install configuration: "Release" +[0.278s] -- Execute custom install script +[0.279s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_launch.py +[0.279s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/bringup_no_amcl_launch.py +[0.279s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/cloned_multi_tb3_simulation_launch.py +[0.279s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/localization_launch.py +[0.279s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/navigation_launch.py +[0.279s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/online_async_launch.py +[0.279s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/rviz_launch.py +[0.279s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/slam_launch.py +[0.279s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/tb3_simulation_launch.py +[0.279s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/launch/unique_multi_tb3_simulation_launch.py +[0.280s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.pgm +[0.280s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/111.yaml +[0.280s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.pgm +[0.280s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/turtlebot3_world.yaml +[0.280s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.pgm +[0.280s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei.yaml +[0.280s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/maps/xunfei_backup.pgm +[0.281s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_default_view.rviz +[0.281s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/rviz/nav2_namespaced_view.rviz +[0.281s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone.world +[0.281s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/race_with_cone2.world +[0.281s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle.model +[0.281s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/waffle1.model +[0.282s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/worlds/world_only.model +[0.282s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/mapper_params_online_async.yaml +[0.282s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_1.yaml +[0.283s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_2.yaml +[0.284s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_multirobot_params_all.yaml +[0.284s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/params/nav2_params.yaml +[0.284s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot +[0.284s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/myrobot.urdf +[0.284s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/turtlebot3_waffle.urdf +[0.285s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.urdf +[0.285s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/urdf/waking_robot.xacro +[0.285s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/package_run_dependencies/plc_bringup +[0.285s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/parent_prefix_path/plc_bringup +[0.285s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.sh +[0.290s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/ament_prefix_path.dsv +[0.290s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.sh +[0.290s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/environment/path.dsv +[0.290s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.bash +[0.290s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.sh +[0.290s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.zsh +[0.290s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/local_setup.dsv +[0.290s] -- Symlinking: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.dsv +[0.301s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/ament_index/resource_index/packages/plc_bringup +[0.301s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig.cmake +[0.301s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/cmake/plc_bringupConfig-version.cmake +[0.301s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/plc_bringup/share/plc_bringup/package.xml +[0.316s] Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/plc_bringup diff --git a/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/command.log b/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/command.log new file mode 100644 index 00000000..eeef31a6 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan diff --git a/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stderr.log b/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stdout.log b/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stdout.log new file mode 100644 index 00000000..fbc5f7e9 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stdout.log @@ -0,0 +1,39 @@ +[ 40%] Built target laserscan_to_pointcloud +[ 40%] Built target pointcloud_to_laserscan_node +[ 60%] Built target laserscan_to_pointcloud_node +[ 80%] Built target pointcloud_to_laserscan +[100%] Built target dummy_pointcloud_publisher +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml diff --git a/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stdout_stderr.log b/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stdout_stderr.log new file mode 100644 index 00000000..fbc5f7e9 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/stdout_stderr.log @@ -0,0 +1,39 @@ +[ 40%] Built target laserscan_to_pointcloud +[ 40%] Built target pointcloud_to_laserscan_node +[ 60%] Built target laserscan_to_pointcloud_node +[ 80%] Built target pointcloud_to_laserscan +[100%] Built target dummy_pointcloud_publisher +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml diff --git a/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/streams.log b/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/streams.log new file mode 100644 index 00000000..0c731a63 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/pointcloud_to_laserscan/streams.log @@ -0,0 +1,43 @@ +[0.501s] Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[0.591s] [ 40%] Built target laserscan_to_pointcloud +[0.592s] [ 40%] Built target pointcloud_to_laserscan_node +[0.592s] [ 60%] Built target laserscan_to_pointcloud_node +[0.618s] [ 80%] Built target pointcloud_to_laserscan +[0.639s] [100%] Built target dummy_pointcloud_publisher +[0.841s] Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/pointcloud_to_laserscan -- -j8 -l8 +[0.967s] Invoking command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan +[0.976s] -- Install configuration: "" +[0.976s] -- Execute custom install script +[0.976s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/laserscan_to_pointcloud_node +[0.976s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/pointcloud_to_laserscan_node +[0.977s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/laserscan_to_pointcloud_node.hpp +[0.977s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/pointcloud_to_laserscan_node.hpp +[0.978s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/include/pointcloud_to_laserscan/visibility_control.h +[0.978s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.sh +[0.978s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/library_path.dsv +[0.978s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/liblaserscan_to_pointcloud.so +[0.978s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so +[0.978s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/lib/pointcloud_to_laserscan/dummy_pointcloud_publisher +[0.978s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py +[0.978s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_laserscan_to_pointcloud_launch.py +[0.978s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/launch/sample_pointcloud_to_laserscan_launch.py +[0.978s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/package_run_dependencies/pointcloud_to_laserscan +[0.979s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/parent_prefix_path/pointcloud_to_laserscan +[0.979s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.sh +[0.979s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/ament_prefix_path.dsv +[0.979s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.sh +[0.979s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/environment/path.dsv +[0.979s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.bash +[0.979s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.sh +[0.979s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.zsh +[0.979s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/local_setup.dsv +[0.980s] -- Symlinking: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.dsv +[0.988s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/packages/pointcloud_to_laserscan +[0.989s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/ament_index/resource_index/rclcpp_components/pointcloud_to_laserscan +[0.989s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_dependencies-extras.cmake +[0.989s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_include_directories-extras.cmake +[0.989s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/ament_cmake_export_libraries-extras.cmake +[0.989s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig.cmake +[0.989s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/cmake/pointcloud_to_laserscanConfig-version.cmake +[0.989s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/pointcloud_to_laserscan/share/pointcloud_to_laserscan/package.xml +[1.190s] Invoked command in '/home/firmament/codes/24navigation/build/pointcloud_to_laserscan' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/pointcloud_to_laserscan diff --git a/log/build_2024-03-16_20-26-24/rm_serial_driver/command.log b/log/build_2024-03-16_20-26-24/rm_serial_driver/command.log new file mode 100644 index 00000000..e9ab7766 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/rm_serial_driver/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver +Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver diff --git a/log/build_2024-03-16_20-26-24/rm_serial_driver/stderr.log b/log/build_2024-03-16_20-26-24/rm_serial_driver/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/rm_serial_driver/stdout.log b/log/build_2024-03-16_20-26-24/rm_serial_driver/stdout.log new file mode 100644 index 00000000..fe4b9fef --- /dev/null +++ b/log/build_2024-03-16_20-26-24/rm_serial_driver/stdout.log @@ -0,0 +1,35 @@ +Consolidate compiler generated dependencies of target rm_serial_driver +[ 40%] Built target rm_serial_driver_node +[ 60%] Building CXX object CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o +[ 80%] Linking CXX shared library librm_serial_driver.so +[100%] Built target rm_serial_driver +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/rm_serial_driver/rm_serial_driver_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/crc.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/packet.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/librm_serial_driver.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/config/serial_driver.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/launch/serial_driver.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/package_run_dependencies/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/parent_prefix_path/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/packages/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/rclcpp_components/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.xml diff --git a/log/build_2024-03-16_20-26-24/rm_serial_driver/stdout_stderr.log b/log/build_2024-03-16_20-26-24/rm_serial_driver/stdout_stderr.log new file mode 100644 index 00000000..fe4b9fef --- /dev/null +++ b/log/build_2024-03-16_20-26-24/rm_serial_driver/stdout_stderr.log @@ -0,0 +1,35 @@ +Consolidate compiler generated dependencies of target rm_serial_driver +[ 40%] Built target rm_serial_driver_node +[ 60%] Building CXX object CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o +[ 80%] Linking CXX shared library librm_serial_driver.so +[100%] Built target rm_serial_driver +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/rm_serial_driver/rm_serial_driver_node +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/crc.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/packet.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/librm_serial_driver.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/config/serial_driver.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/launch/serial_driver.launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/package_run_dependencies/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/parent_prefix_path/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/packages/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/rclcpp_components/rm_serial_driver +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.xml diff --git a/log/build_2024-03-16_20-26-24/rm_serial_driver/streams.log b/log/build_2024-03-16_20-26-24/rm_serial_driver/streams.log new file mode 100644 index 00000000..31381110 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/rm_serial_driver/streams.log @@ -0,0 +1,39 @@ +[0.443s] Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[0.534s] Consolidate compiler generated dependencies of target rm_serial_driver +[0.537s] [ 40%] Built target rm_serial_driver_node +[0.558s] [ 60%] Building CXX object CMakeFiles/rm_serial_driver.dir/src/rm_serial_driver.cpp.o +[7.744s] [ 80%] Linking CXX shared library librm_serial_driver.so +[8.167s] [100%] Built target rm_serial_driver +[8.176s] Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_serial_driver -- -j8 -l8 +[8.205s] Invoking command in '/home/firmament/codes/24navigation/build/rm_serial_driver': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver +[8.212s] -- Install configuration: "" +[8.212s] -- Execute custom install script +[8.212s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/rm_serial_driver/rm_serial_driver_node +[8.213s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/crc.hpp +[8.213s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/packet.hpp +[8.213s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/include/rm_serial_driver/rm_serial_driver.hpp +[8.213s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.sh +[8.213s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/library_path.dsv +[8.213s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/lib/librm_serial_driver.so +[8.214s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/config/serial_driver.yaml +[8.214s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/launch/serial_driver.launch.py +[8.214s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/package_run_dependencies/rm_serial_driver +[8.214s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/parent_prefix_path/rm_serial_driver +[8.214s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.sh +[8.214s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/ament_prefix_path.dsv +[8.214s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.sh +[8.215s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/environment/path.dsv +[8.215s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.bash +[8.215s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.sh +[8.215s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.zsh +[8.215s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/local_setup.dsv +[8.215s] -- Symlinking: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.dsv +[8.223s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/packages/rm_serial_driver +[8.223s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/ament_index/resource_index/rclcpp_components/rm_serial_driver +[8.223s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_dependencies-extras.cmake +[8.223s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_include_directories-extras.cmake +[8.223s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/ament_cmake_export_libraries-extras.cmake +[8.223s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig.cmake +[8.224s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/cmake/rm_serial_driverConfig-version.cmake +[8.224s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_serial_driver/share/rm_serial_driver/package.xml +[8.225s] Invoked command in '/home/firmament/codes/24navigation/build/rm_serial_driver' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_serial_driver diff --git a/log/build_2024-03-16_20-26-24/rm_urdf_ff/command.log b/log/build_2024-03-16_20-26-24/rm_urdf_ff/command.log new file mode 100644 index 00000000..a48098e3 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/rm_urdf_ff/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff diff --git a/log/build_2024-03-16_20-26-24/rm_urdf_ff/stderr.log b/log/build_2024-03-16_20-26-24/rm_urdf_ff/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/rm_urdf_ff/stdout.log b/log/build_2024-03-16_20-26-24/rm_urdf_ff/stdout.log new file mode 100644 index 00000000..c65f1095 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/rm_urdf_ff/stdout.log @@ -0,0 +1,27 @@ +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml diff --git a/log/build_2024-03-16_20-26-24/rm_urdf_ff/stdout_stderr.log b/log/build_2024-03-16_20-26-24/rm_urdf_ff/stdout_stderr.log new file mode 100644 index 00000000..c65f1095 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/rm_urdf_ff/stdout_stderr.log @@ -0,0 +1,27 @@ +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml diff --git a/log/build_2024-03-16_20-26-24/rm_urdf_ff/streams.log b/log/build_2024-03-16_20-26-24/rm_urdf_ff/streams.log new file mode 100644 index 00000000..96e87d9e --- /dev/null +++ b/log/build_2024-03-16_20-26-24/rm_urdf_ff/streams.log @@ -0,0 +1,31 @@ +[0.412s] Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[0.637s] Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/rm_urdf_ff -- -j8 -l8 +[0.671s] Invoking command in '/home/firmament/codes/24navigation/build/rm_urdf_ff': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff +[0.678s] -- Install configuration: "" +[0.679s] -- Execute custom install script +[0.680s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/launch/display_launch.py +[0.681s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/config/joint_names_rm_urdf_ff.yaml +[0.682s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/base_link.STL +[0.683s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/camera_link.STL +[0.683s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/imu_ink.STL +[0.684s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/pitch_link.STL +[0.685s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/meshes/yaw_link.STL +[0.685s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.csv +[0.686s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/urdf/rm_urdf_ff.urdf +[0.687s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/package_run_dependencies/rm_urdf_ff +[0.688s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/parent_prefix_path/rm_urdf_ff +[0.688s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.sh +[0.689s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/ament_prefix_path.dsv +[0.690s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.sh +[0.690s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/environment/path.dsv +[0.690s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.bash +[0.691s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.sh +[0.691s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.zsh +[0.691s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/local_setup.dsv +[0.691s] -- Symlinking: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.dsv +[0.708s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/ament_index/resource_index/packages/rm_urdf_ff +[0.708s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/ament_cmake_export_dependencies-extras.cmake +[0.708s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig.cmake +[0.708s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/cmake/rm_urdf_ffConfig-version.cmake +[0.708s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/rm_urdf_ff/share/rm_urdf_ff/package.xml +[0.710s] Invoked command in '/home/firmament/codes/24navigation/build/rm_urdf_ff' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/rm_urdf_ff diff --git a/log/build_2024-03-16_20-26-24/serial/command.log b/log/build_2024-03-16_20-26-24/serial/command.log new file mode 100644 index 00000000..4ee1c455 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/serial/command.log @@ -0,0 +1,4 @@ +Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial diff --git a/log/build_2024-03-16_20-26-24/serial/stderr.log b/log/build_2024-03-16_20-26-24/serial/stderr.log new file mode 100644 index 00000000..e69de29b diff --git a/log/build_2024-03-16_20-26-24/serial/stdout.log b/log/build_2024-03-16_20-26-24/serial/stdout.log new file mode 100644 index 00000000..e84c0013 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/serial/stdout.log @@ -0,0 +1,25 @@ +[100%] Built target serial +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml diff --git a/log/build_2024-03-16_20-26-24/serial/stdout_stderr.log b/log/build_2024-03-16_20-26-24/serial/stdout_stderr.log new file mode 100644 index 00000000..e84c0013 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/serial/stdout_stderr.log @@ -0,0 +1,25 @@ +[100%] Built target serial +-- Install configuration: "" +-- Execute custom install script +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv +-- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake +-- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml diff --git a/log/build_2024-03-16_20-26-24/serial/streams.log b/log/build_2024-03-16_20-26-24/serial/streams.log new file mode 100644 index 00000000..e704a044 --- /dev/null +++ b/log/build_2024-03-16_20-26-24/serial/streams.log @@ -0,0 +1,29 @@ +[0.320s] Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[0.404s] [100%] Built target serial +[0.471s] Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/serial -- -j8 -l8 +[0.541s] Invoking command in '/home/firmament/codes/24navigation/build/serial': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial +[0.549s] -- Install configuration: "" +[0.550s] -- Execute custom install script +[0.550s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.sh +[0.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/library_path.dsv +[0.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/lib/libserial.so +[0.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/serial.h +[0.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/include/serial/v8stdint.h +[0.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/package_run_dependencies/serial +[0.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/parent_prefix_path/serial +[0.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.sh +[0.551s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/ament_prefix_path.dsv +[0.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.sh +[0.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/environment/path.dsv +[0.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.bash +[0.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.sh +[0.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.zsh +[0.552s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/local_setup.dsv +[0.552s] -- Symlinking: /home/firmament/codes/24navigation/install/serial/share/serial/package.dsv +[0.563s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/ament_index/resource_index/packages/serial +[0.563s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_include_directories-extras.cmake +[0.563s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/ament_cmake_export_libraries-extras.cmake +[0.565s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig.cmake +[0.565s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/cmake/serialConfig-version.cmake +[0.565s] -- Up-to-date symlink: /home/firmament/codes/24navigation/install/serial/share/serial/package.xml +[0.597s] Invoked command in '/home/firmament/codes/24navigation/build/serial' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --install /home/firmament/codes/24navigation/build/serial diff --git a/log/latest_build b/log/latest_build index 311bde26..3e80d1c6 120000 --- a/log/latest_build +++ b/log/latest_build @@ -1 +1 @@ -build_2024-03-14_22-52-42 \ No newline at end of file +build_2024-03-16_20-26-24 \ No newline at end of file diff --git a/mapping111.sh b/mapping111.sh new file mode 100755 index 00000000..8fff0f5f --- /dev/null +++ b/mapping111.sh @@ -0,0 +1,11 @@ + +cmds=( + "ros2 launch livox_ros_driver2 msg_MID360_launch.py" + "ros2 launch fast_lio mapping.launch.py") + +for cmd in "${cmds[@]}"; +do + echo Current CMD : "$cmd" + gnome-terminal -- bash -c "cd $(pwd);source install/setup.bash;$cmd;exec bash;" + sleep 0.2 +done diff --git a/mapping222.sh b/mapping222.sh new file mode 100755 index 00000000..dd0d2216 --- /dev/null +++ b/mapping222.sh @@ -0,0 +1,12 @@ + +cmds=( + "ros2 launch pcdmap2pgm pcd2pgm.launch.py" + "ros2 run nav2_map_server map_saver_cli -t map -f /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/maps/111 +") + +for cmd in "${cmds[@]}"; +do + echo Current CMD : "$cmd" + gnome-terminal -- bash -c "cd $(pwd);source install/setup.bash;$cmd;exec bash;" + sleep 0.2 +done diff --git a/nav.sh b/nav.sh new file mode 100755 index 00000000..40329279 --- /dev/null +++ b/nav.sh @@ -0,0 +1,17 @@ + +cmds=( "ros2 launch rm_urdf_ff display_launch.py" + "ros2 launch livox_ros_driver2 msg_MID360_launch.py" + "ros2 launch linefit_ground_segmentation_ros segmentation.launch.py" + "ros2 launch fast_lio mapping.launch.py" + "ros2 launch imu_complementary_filter complementary_filter.launch.py" + "ros2 launch pointcloud_to_laserscan pointcloud_to_laserscan_launch.py" + "ros2 launch plc_bringup bringup_launch.py" + "ros2 launch rm_serial_driver serial_driver.launch.py") + +for cmd in "${cmds[@]}"; +do + echo Current CMD : "$cmd" + echo 'hfut' | sudo -S chmod 777 /dev/ttyACM0 + gnome-terminal -- bash -c "cd $(pwd);source install/setup.bash;$cmd;exec bash;" + sleep 0.2 +done diff --git a/pgm/111.pgm b/pgm/111.pgm index aa55c21416004b67f88714401ea5be7dcb67c894..ab4f4787658cfb1447796890f59d96abfe37d364 100644 GIT binary patch literal 129123 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. +* Update CMakeLists to use targets +* Remove node\_ prefix. (`#163 `_) +* Contributors: Martin Günther, Max Polzin + +2.1.2 (2022-07-14) +------------------ + +2.1.1 (2022-05-24) +------------------ +* Add missing build dependency to package.xml. (`#161 `_) +* Contributors: Martin Günther, Steven! Ragnarök + +2.1.0 (2022-05-02) +------------------ +* complementary: Add missing dependency on geometry_msgs +* Contributors: Martin Günther + +2.0.0 (2022-04-12) +------------------ +* Initial release into ROS2 foxy, galactic and rolling +* Fix gcc warnings + clang-tidy suggestions +* Fix CMakeLists +* Reformat python code using black +* Manually reformat licenses + defines +* Reformat everything using clang-format +* Fix trailing whitespace +* Add launch directory to CMakeLists.txt (`#146 `_) +* Port imu_complementary_filter to ROS2 (`#138 `_) +* Madgwick for eloquent (`#110 `_) +* Contributors: Guido Sanchez, Martin Günther, Maximilian Schik, tgreier + +1.2.2 (2020-05-25) +------------------ +* fix install path & boost linkage issues +* Contributors: Martin Günther, Sean Yen + +1.2.1 (2019-05-06) +------------------ +* Remove junk xml (`#93 `_) +* Fix C++14 builds (`#89 `_) +* Contributors: David V. Lu!!, Paul Bovbel + +1.2.0 (2018-05-25) +------------------ +* Add std dev parameter to orientation estimate from filter (`#85 `_) + Similar to `#41 `_, but not using dynamic_reconfigure as not implemented for complementary filter +* Contributors: Stefan Kohlbrecher + +1.1.5 (2017-05-24) +------------------ + +1.1.4 (2017-05-22) +------------------ + +1.1.3 (2017-03-10) +------------------ +* complementary_filter: move const initializations out of header + Initialization of static consts other than int (here: float) inside the + class declaration is not permitted in C++. It works in gcc (due to a + non-standard extension), but throws an error in C++11. +* Contributors: Martin Guenther + +1.1.2 (2016-09-07) +------------------ + +1.1.1 (2016-09-07) +------------------ + +1.1.0 (2016-04-25) +------------------ + +1.0.11 (2016-04-22) +------------------- + +1.0.10 (2016-04-22) +------------------- +* Remove Eigen dependency + Eigen is not actually used anywhere. Thanks @asimay! +* Removed main function from shared library +* Contributors: Martin Guenther, Matthias Nieuwenhuisen + +1.0.9 (2015-10-16) +------------------ +* complementary: Add Eigen dependency + Fixes `#54 `_. +* Contributors: Martin Günther + +1.0.8 (2015-10-07) +------------------ + +1.0.7 (2015-10-07) +------------------ +* Allow remapping imu namespace +* Publish RPY as Vector3Stamped +* Add params: constant_dt, publish_tf, reverse_tf, publish_debug_topics +* Use MagneticField instead of Vector3 +* Contributors: Martin Günther + +1.0.6 (2015-10-06) +------------------ +* Add new package: imu_complementary_filter +* Contributors: Roberto G. Valentini, Martin Günther, Michael Görner + +1.0.5 (2015-06-24) +------------------ + +1.0.4 (2015-05-06) +------------------ + +1.0.3 (2015-01-29) +------------------ + +1.0.2 (2015-01-27) +------------------ + +1.0.1 (2014-12-10) +------------------ + +1.0.0 (2014-11-28) +------------------ diff --git a/src/imu_complementary_filter/CMakeLists.txt b/src/imu_complementary_filter/CMakeLists.txt new file mode 100644 index 00000000..79aa917c --- /dev/null +++ b/src/imu_complementary_filter/CMakeLists.txt @@ -0,0 +1,77 @@ +cmake_minimum_required(VERSION 3.8) +project(imu_complementary_filter) + +if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") + add_compile_options(-Wall -Wextra -Wpedantic) +endif() +add_compile_options(-std=c++17 -O3) +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) + +find_package(ament_cmake REQUIRED) +find_package(geometry_msgs REQUIRED) +find_package(message_filters REQUIRED) +find_package(rclcpp REQUIRED) +find_package(sensor_msgs REQUIRED) +find_package(std_msgs REQUIRED) +find_package(tf2 REQUIRED) +find_package(tf2_ros REQUIRED) + +add_library(complementary_filter SHARED + src/complementary_filter.cpp + src/complementary_filter_ros.cpp + include/imu_complementary_filter/complementary_filter.h + include/imu_complementary_filter/complementary_filter_ros.h +) +target_compile_features(complementary_filter PUBLIC c_std_99 cxx_std_17) # Require C99 and C++17 +target_include_directories(complementary_filter PUBLIC + $ + $) +ament_target_dependencies(complementary_filter + geometry_msgs + message_filters + rclcpp + sensor_msgs + std_msgs + tf2 + tf2_ros +) +# Causes the visibility macros to use dllexport rather than dllimport, +# which is appropriate when building the dll but not consuming it. +target_compile_definitions(complementary_filter PRIVATE "IMU_COMPLEMENTARY_FILTER_BUILDING_LIBRARY") + +# create complementary_filter_node executable +add_executable(complementary_filter_node + src/complementary_filter_node.cpp) +target_include_directories(complementary_filter_node PUBLIC + $ + $) +target_link_libraries(complementary_filter_node complementary_filter) + +install( + TARGETS complementary_filter + EXPORT export_${PROJECT_NAME} + ARCHIVE DESTINATION lib + LIBRARY DESTINATION lib + RUNTIME DESTINATION bin +) +install(TARGETS + complementary_filter_node + DESTINATION lib/${PROJECT_NAME} +) + +## Mark cpp header files for installation +install( + DIRECTORY include/ + DESTINATION include +) + +install(DIRECTORY launch + DESTINATION share/${PROJECT_NAME} +) + +ament_export_include_directories(include) +ament_export_libraries(complementary_filter) +ament_export_targets( + export_${PROJECT_NAME} +) +ament_package() diff --git a/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h b/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h new file mode 100644 index 00000000..4758cad2 --- /dev/null +++ b/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter.h @@ -0,0 +1,175 @@ +/* + @author Roberto G. Valenti + + @section LICENSE + Copyright (c) 2015, City University of New York + CCNY Robotics Lab + 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 the copyright holder 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. +*/ + +#ifndef IMU_TOOLS_COMPLEMENTARY_FILTER_H +#define IMU_TOOLS_COMPLEMENTARY_FILTER_H + +namespace imu_tools { + +class ComplementaryFilter +{ + public: + ComplementaryFilter(); + virtual ~ComplementaryFilter(); + + bool setGainAcc(double gain); + bool setGainMag(double gain); + double getGainAcc() const; + double getGainMag() const; + + bool setBiasAlpha(double bias_alpha); + double getBiasAlpha() const; + + // When the filter is in the steady state, bias estimation will occur (if + // the parameter is enabled). + bool getSteadyState() const; + + void setDoBiasEstimation(bool do_bias_estimation); + bool getDoBiasEstimation() const; + + void setDoAdaptiveGain(bool do_adaptive_gain); + bool getDoAdaptiveGain() const; + + double getAngularVelocityBiasX() const; + double getAngularVelocityBiasY() const; + double getAngularVelocityBiasZ() const; + + // Set the orientation, as a Hamilton Quaternion, of the body frame wrt the + // fixed frame. + void setOrientation(double q0, double q1, double q2, double q3); + + // Get the orientation, as a Hamilton Quaternion, of the body frame wrt the + // fixed frame. + void getOrientation(double& q0, double& q1, double& q2, double& q3) const; + + // Update from accelerometer and gyroscope data. + // [ax, ay, az]: Normalized gravity vector. + // [wx, wy, wz]: Angular veloctiy, in rad / s. + // dt: time delta, in seconds. + void update(double ax, double ay, double az, double wx, double wy, + double wz, double dt); + + // Update from accelerometer, gyroscope, and magnetometer data. + // [ax, ay, az]: Normalized gravity vector. + // [wx, wy, wz]: Angular veloctiy, in rad / s. + // [mx, my, mz]: Magnetic field, units irrelevant. + // dt: time delta, in seconds. + void update(double ax, double ay, double az, double wx, double wy, + double wz, double mx, double my, double mz, double dt); + + private: + static const double kGravity; + static const double gamma_; + // Bias estimation steady state thresholds + static const double kAngularVelocityThreshold; + static const double kAccelerationThreshold; + static const double kDeltaAngularVelocityThreshold; + + // Gain parameter for the complementary filter, belongs in [0, 1]. + double gain_acc_; + double gain_mag_; + + // Bias estimation gain parameter, belongs in [0, 1]. + double bias_alpha_; + + // Parameter whether to do bias estimation or not. + bool do_bias_estimation_; + + // Parameter whether to do adaptive gain or not. + bool do_adaptive_gain_; + + bool initialized_; + bool steady_state_; + + // The orientation as a Hamilton quaternion (q0 is the scalar). Represents + // the orientation of the fixed frame wrt the body frame. + double q0_, q1_, q2_, q3_; + + // Bias in angular velocities; + double wx_prev_, wy_prev_, wz_prev_; + + // Bias in angular velocities; + double wx_bias_, wy_bias_, wz_bias_; + + void updateBiases(double ax, double ay, double az, double wx, double wy, + double wz); + + bool checkState(double ax, double ay, double az, double wx, double wy, + double wz) const; + + void getPrediction(double wx, double wy, double wz, double dt, + double& q0_pred, double& q1_pred, double& q2_pred, + double& q3_pred) const; + + void getMeasurement(double ax, double ay, double az, double& q0_meas, + double& q1_meas, double& q2_meas, double& q3_meas); + + void getMeasurement(double ax, double ay, double az, double mx, double my, + double mz, double& q0_meas, double& q1_meas, + double& q2_meas, double& q3_meas); + + void getAccCorrection(double ax, double ay, double az, double p0, double p1, + double p2, double p3, double& dq0, double& dq1, + double& dq2, double& dq3); + + void getMagCorrection(double mx, double my, double mz, double p0, double p1, + double p2, double p3, double& dq0, double& dq1, + double& dq2, double& dq3); + + double getAdaptiveGain(double alpha, double ax, double ay, double az); +}; + +// Utility math functions: + +void normalizeVector(double& x, double& y, double& z); + +void normalizeQuaternion(double& q0, double& q1, double& q2, double& q3); + +void scaleQuaternion(double gain, double& dq0, double& dq1, double& dq2, + double& dq3); + +void invertQuaternion(double q0, double q1, double q2, double q3, + double& q0_inv, double& q1_inv, double& q2_inv, + double& q3_inv); + +void quaternionMultiplication(double p0, double p1, double p2, double p3, + double q0, double q1, double q2, double q3, + double& r0, double& r1, double& r2, double& r3); + +void rotateVectorByQuaternion(double x, double y, double z, double q0, + double q1, double q2, double q3, double& vx, + double& vy, double& vz); + +} // namespace imu_tools + +#endif // IMU_TOOLS_COMPLEMENTARY_FILTER_H diff --git a/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h b/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h new file mode 100644 index 00000000..9c9a44f5 --- /dev/null +++ b/src/imu_complementary_filter/include/imu_complementary_filter/complementary_filter_ros.h @@ -0,0 +1,107 @@ +/* + @author Roberto G. Valenti + + @section LICENSE + Copyright (c) 2015, City University of New York + CCNY Robotics Lab + 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 the copyright holder 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. +*/ + +#ifndef IMU_TOOLS_COMPLEMENTARY_FILTER_ROS_H +#define IMU_TOOLS_COMPLEMENTARY_FILTER_ROS_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "imu_complementary_filter/complementary_filter.h" + +namespace imu_tools { + +class ComplementaryFilterROS : public rclcpp::Node +{ + public: + ComplementaryFilterROS(); + ~ComplementaryFilterROS() override; + + private: + // Convenience typedefs + typedef sensor_msgs::msg::Imu ImuMsg; + typedef sensor_msgs::msg::MagneticField MagMsg; + typedef geometry_msgs::msg::Vector3Stamped RpyVectorMsg; + typedef message_filters::sync_policies::ApproximateTime + SyncPolicy; + typedef message_filters::Synchronizer Synchronizer; + typedef message_filters::Subscriber ImuSubscriber; + typedef message_filters::Subscriber MagSubscriber; + + // ROS-related variables. + std::shared_ptr imu_subscriber_; + std::shared_ptr mag_subscriber_; + std::shared_ptr sync_; + + rclcpp::Publisher::SharedPtr imu_publisher_; + rclcpp::Publisher::SharedPtr rpy_publisher_; + rclcpp::Publisher::SharedPtr state_publisher_; + tf2_ros::TransformBroadcaster tf_broadcaster_; + + // Parameters: + bool use_mag_{}; + bool publish_tf_{}; + bool reverse_tf_{}; + double constant_dt_{}; + bool publish_debug_topics_{}; + std::string fixed_frame_; + double orientation_variance_{}; + + // State variables: + ComplementaryFilter filter_; + rclcpp::Time time_prev_; + bool initialized_filter_; + + void initializeParams(); + void imuCallback(ImuMsg::ConstSharedPtr imu_msg_raw); + void imuMagCallback(ImuMsg::ConstSharedPtr imu_msg_raw, + MagMsg::ConstSharedPtr mav_msg); + void publish(ImuMsg::ConstSharedPtr imu_msg_raw); + + tf2::Quaternion hamiltonToTFQuaternion(double q0, double q1, double q2, + double q3) const; +}; + +} // namespace imu_tools + +#endif // IMU_TOOLS_COMPLEMENTARY_FILTER_ROS_H diff --git a/src/imu_complementary_filter/launch/complementary_filter.launch.py b/src/imu_complementary_filter/launch/complementary_filter.launch.py new file mode 100644 index 00000000..8a107209 --- /dev/null +++ b/src/imu_complementary_filter/launch/complementary_filter.launch.py @@ -0,0 +1,25 @@ +from launch import LaunchDescription +from launch_ros.actions import Node + + +def generate_launch_description(): + return LaunchDescription( + [ + Node( + package='imu_complementary_filter', + executable='complementary_filter_node', + name='complementary_filter_gain_node', + output='screen', + parameters=[ + {'do_bias_estimation': True}, + {'do_adaptive_gain': True}, + {'use_mag': False}, + {'gain_acc': 0.01}, + {'gain_mag': 0.01}, + ], + remappings=[ + ('/imu/data_raw', '/livox/imu'), + ] + ) + ] + ) diff --git a/src/imu_complementary_filter/package.xml b/src/imu_complementary_filter/package.xml new file mode 100644 index 00000000..d3c79511 --- /dev/null +++ b/src/imu_complementary_filter/package.xml @@ -0,0 +1,24 @@ + + + imu_complementary_filter + 2.1.3 + Filter which fuses angular velocities, accelerations, and (optionally) magnetic readings from a generic IMU device into a quaternion to represent the orientation of the device wrt the global frame. Based on the algorithm by Roberto G. Valenti etal. described in the paper "Keeping a Good Attitude: A Quaternion-Based Orientation Filter for IMUs and MARGs" available at http://www.mdpi.com/1424-8220/15/8/19302 . + + Martin Günther + BSD + + http://www.mdpi.com/1424-8220/15/8/19302 + Roberto G. Valenti + + ament_cmake + geometry_msgs + message_filters + rclcpp + sensor_msgs + std_msgs + tf2 + tf2_ros + + ament_cmake + + diff --git a/src/imu_complementary_filter/src/complementary_filter.cpp b/src/imu_complementary_filter/src/complementary_filter.cpp new file mode 100644 index 00000000..1581ed91 --- /dev/null +++ b/src/imu_complementary_filter/src/complementary_filter.cpp @@ -0,0 +1,535 @@ +/* + @author Roberto G. Valenti + + @section LICENSE + Copyright (c) 2015, City University of New York + CCNY Robotics Lab + 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 the copyright holder 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. +*/ + +#include "imu_complementary_filter/complementary_filter.h" + +#include +#include +#include + +namespace imu_tools { + +const double ComplementaryFilter::kGravity = 9.81; +const double ComplementaryFilter::gamma_ = 0.01; +// Bias estimation steady state thresholds +const double ComplementaryFilter::kAngularVelocityThreshold = 0.2; +const double ComplementaryFilter::kAccelerationThreshold = 0.1; +const double ComplementaryFilter::kDeltaAngularVelocityThreshold = 0.01; + +ComplementaryFilter::ComplementaryFilter() + : gain_acc_(0.01), + gain_mag_(0.01), + bias_alpha_(0.01), + do_bias_estimation_(true), + do_adaptive_gain_(false), + initialized_(false), + steady_state_(false), + q0_(1), + q1_(0), + q2_(0), + q3_(0), + wx_prev_(0), + wy_prev_(0), + wz_prev_(0), + wx_bias_(0), + wy_bias_(0), + wz_bias_(0) +{ +} + +ComplementaryFilter::~ComplementaryFilter() = default; + +void ComplementaryFilter::setDoBiasEstimation(bool do_bias_estimation) +{ + do_bias_estimation_ = do_bias_estimation; +} + +bool ComplementaryFilter::getDoBiasEstimation() const +{ + return do_bias_estimation_; +} + +void ComplementaryFilter::setDoAdaptiveGain(bool do_adaptive_gain) +{ + do_adaptive_gain_ = do_adaptive_gain; +} + +bool ComplementaryFilter::getDoAdaptiveGain() const +{ + return do_adaptive_gain_; +} + +bool ComplementaryFilter::setGainAcc(double gain) +{ + if (gain >= 0 && gain <= 1.0) + { + gain_acc_ = gain; + return true; + } else + return false; +} +bool ComplementaryFilter::setGainMag(double gain) +{ + if (gain >= 0 && gain <= 1.0) + { + gain_mag_ = gain; + return true; + } else + return false; +} + +double ComplementaryFilter::getGainAcc() const +{ + return gain_acc_; +} + +double ComplementaryFilter::getGainMag() const +{ + return gain_mag_; +} + +bool ComplementaryFilter::getSteadyState() const +{ + return steady_state_; +} + +bool ComplementaryFilter::setBiasAlpha(double bias_alpha) +{ + if (bias_alpha >= 0 && bias_alpha <= 1.0) + { + bias_alpha_ = bias_alpha; + return true; + } else + return false; +} + +double ComplementaryFilter::getBiasAlpha() const +{ + return bias_alpha_; +} + +void ComplementaryFilter::setOrientation(double q0, double q1, double q2, + double q3) +{ + // Set the state to inverse (state is fixed wrt body). + invertQuaternion(q0, q1, q2, q3, q0_, q1_, q2_, q3_); +} + +double ComplementaryFilter::getAngularVelocityBiasX() const +{ + return wx_bias_; +} + +double ComplementaryFilter::getAngularVelocityBiasY() const +{ + return wy_bias_; +} + +double ComplementaryFilter::getAngularVelocityBiasZ() const +{ + return wz_bias_; +} + +void ComplementaryFilter::update(double ax, double ay, double az, double wx, + double wy, double wz, double dt) +{ + if (!initialized_) + { + // First time - ignore prediction: + getMeasurement(ax, ay, az, q0_, q1_, q2_, q3_); + initialized_ = true; + return; + } + + // Bias estimation. + if (do_bias_estimation_) updateBiases(ax, ay, az, wx, wy, wz); + + // Prediction. + double q0_pred, q1_pred, q2_pred, q3_pred; + getPrediction(wx, wy, wz, dt, q0_pred, q1_pred, q2_pred, q3_pred); + + // Correction (from acc): + // q_ = q_pred * [(1-gain) * qI + gain * dq_acc] + // where qI = identity quaternion + double dq0_acc, dq1_acc, dq2_acc, dq3_acc; + getAccCorrection(ax, ay, az, q0_pred, q1_pred, q2_pred, q3_pred, dq0_acc, + dq1_acc, dq2_acc, dq3_acc); + + double gain; + if (do_adaptive_gain_) + { + gain = getAdaptiveGain(gain_acc_, ax, ay, az); + + } else + { + gain = gain_acc_; + } + + scaleQuaternion(gain, dq0_acc, dq1_acc, dq2_acc, dq3_acc); + + quaternionMultiplication(q0_pred, q1_pred, q2_pred, q3_pred, dq0_acc, + dq1_acc, dq2_acc, dq3_acc, q0_, q1_, q2_, q3_); + + normalizeQuaternion(q0_, q1_, q2_, q3_); +} + +void ComplementaryFilter::update(double ax, double ay, double az, double wx, + double wy, double wz, double mx, double my, + double mz, double dt) +{ + if (!initialized_) + { + // First time - ignore prediction: + getMeasurement(ax, ay, az, mx, my, mz, q0_, q1_, q2_, q3_); + initialized_ = true; + return; + } + + // Bias estimation. + if (do_bias_estimation_) updateBiases(ax, ay, az, wx, wy, wz); + + // Prediction. + double q0_pred, q1_pred, q2_pred, q3_pred; + getPrediction(wx, wy, wz, dt, q0_pred, q1_pred, q2_pred, q3_pred); + + // Correction (from acc): + // q_temp = q_pred * [(1-gain) * qI + gain * dq_acc] + // where qI = identity quaternion + double dq0_acc, dq1_acc, dq2_acc, dq3_acc; + getAccCorrection(ax, ay, az, q0_pred, q1_pred, q2_pred, q3_pred, dq0_acc, + dq1_acc, dq2_acc, dq3_acc); + double alpha = gain_acc_; + if (do_adaptive_gain_) alpha = getAdaptiveGain(gain_acc_, ax, ay, az); + scaleQuaternion(alpha, dq0_acc, dq1_acc, dq2_acc, dq3_acc); + + double q0_temp, q1_temp, q2_temp, q3_temp; + quaternionMultiplication(q0_pred, q1_pred, q2_pred, q3_pred, dq0_acc, + dq1_acc, dq2_acc, dq3_acc, q0_temp, q1_temp, + q2_temp, q3_temp); + + // Correction (from mag): + // q_ = q_temp * [(1-gain) * qI + gain * dq_mag] + // where qI = identity quaternion + double dq0_mag, dq1_mag, dq2_mag, dq3_mag; + getMagCorrection(mx, my, mz, q0_temp, q1_temp, q2_temp, q3_temp, dq0_mag, + dq1_mag, dq2_mag, dq3_mag); + + scaleQuaternion(gain_mag_, dq0_mag, dq1_mag, dq2_mag, dq3_mag); + + quaternionMultiplication(q0_temp, q1_temp, q2_temp, q3_temp, dq0_mag, + dq1_mag, dq2_mag, dq3_mag, q0_, q1_, q2_, q3_); + + normalizeQuaternion(q0_, q1_, q2_, q3_); +} + +bool ComplementaryFilter::checkState(double ax, double ay, double az, double wx, + double wy, double wz) const +{ + double acc_magnitude = sqrt(ax * ax + ay * ay + az * az); + if (fabs(acc_magnitude - kGravity) > kAccelerationThreshold) return false; + + if (fabs(wx - wx_prev_) > kDeltaAngularVelocityThreshold || + fabs(wy - wy_prev_) > kDeltaAngularVelocityThreshold || + fabs(wz - wz_prev_) > kDeltaAngularVelocityThreshold) + return false; + + if (fabs(wx - wx_bias_) > kAngularVelocityThreshold || + fabs(wy - wy_bias_) > kAngularVelocityThreshold || + fabs(wz - wz_bias_) > kAngularVelocityThreshold) + return false; + + return true; +} + +void ComplementaryFilter::updateBiases(double ax, double ay, double az, + double wx, double wy, double wz) +{ + steady_state_ = checkState(ax, ay, az, wx, wy, wz); + + if (steady_state_) + { + wx_bias_ += bias_alpha_ * (wx - wx_bias_); + wy_bias_ += bias_alpha_ * (wy - wy_bias_); + wz_bias_ += bias_alpha_ * (wz - wz_bias_); + } + + wx_prev_ = wx; + wy_prev_ = wy; + wz_prev_ = wz; +} + +void ComplementaryFilter::getPrediction(double wx, double wy, double wz, + double dt, double& q0_pred, + double& q1_pred, double& q2_pred, + double& q3_pred) const +{ + double wx_unb = wx - wx_bias_; + double wy_unb = wy - wy_bias_; + double wz_unb = wz - wz_bias_; + + q0_pred = q0_ + 0.5 * dt * (wx_unb * q1_ + wy_unb * q2_ + wz_unb * q3_); + q1_pred = q1_ + 0.5 * dt * (-wx_unb * q0_ - wy_unb * q3_ + wz_unb * q2_); + q2_pred = q2_ + 0.5 * dt * (wx_unb * q3_ - wy_unb * q0_ - wz_unb * q1_); + q3_pred = q3_ + 0.5 * dt * (-wx_unb * q2_ + wy_unb * q1_ - wz_unb * q0_); + + normalizeQuaternion(q0_pred, q1_pred, q2_pred, q3_pred); +} + +void ComplementaryFilter::getMeasurement(double ax, double ay, double az, + double mx, double my, double mz, + double& q0_meas, double& q1_meas, + double& q2_meas, double& q3_meas) +{ + // q_acc is the quaternion obtained from the acceleration vector + // representing the orientation of the Global frame wrt the Local frame with + // arbitrary yaw (intermediary frame). q3_acc is defined as 0. + double q0_acc, q1_acc, q2_acc, q3_acc; + + // Normalize acceleration vector. + normalizeVector(ax, ay, az); + if (az >= 0) + { + q0_acc = sqrt((az + 1) * 0.5); + q1_acc = -ay / (2.0 * q0_acc); + q2_acc = ax / (2.0 * q0_acc); + q3_acc = 0; + } else + { + double X = sqrt((1 - az) * 0.5); + q0_acc = -ay / (2.0 * X); + q1_acc = X; + q2_acc = 0; + q3_acc = ax / (2.0 * X); + } + + // [lx, ly, lz] is the magnetic field reading, rotated into the intermediary + // frame by the inverse of q_acc. + // l = R(q_acc)^-1 m + double lx = (q0_acc * q0_acc + q1_acc * q1_acc - q2_acc * q2_acc) * mx + + 2.0 * (q1_acc * q2_acc) * my - 2.0 * (q0_acc * q2_acc) * mz; + double ly = 2.0 * (q1_acc * q2_acc) * mx + + (q0_acc * q0_acc - q1_acc * q1_acc + q2_acc * q2_acc) * my + + 2.0 * (q0_acc * q1_acc) * mz; + + // q_mag is the quaternion that rotates the Global frame (North West Up) + // into the intermediary frame. q1_mag and q2_mag are defined as 0. + double gamma = lx * lx + ly * ly; + double beta = sqrt(gamma + lx * sqrt(gamma)); + double q0_mag = beta / (sqrt(2.0 * gamma)); + double q3_mag = ly / (sqrt(2.0) * beta); + + // The quaternion multiplication between q_acc and q_mag represents the + // quaternion, orientation of the Global frame wrt the local frame. + // q = q_acc times q_mag + quaternionMultiplication(q0_acc, q1_acc, q2_acc, q3_acc, q0_mag, 0, 0, + q3_mag, q0_meas, q1_meas, q2_meas, q3_meas); + // q0_meas = q0_acc*q0_mag; + // q1_meas = q1_acc*q0_mag + q2_acc*q3_mag; + // q2_meas = q2_acc*q0_mag - q1_acc*q3_mag; + // q3_meas = q0_acc*q3_mag; +} + +void ComplementaryFilter::getMeasurement(double ax, double ay, double az, + double& q0_meas, double& q1_meas, + double& q2_meas, double& q3_meas) +{ + // q_acc is the quaternion obtained from the acceleration vector + // representing the orientation of the Global frame wrt the Local frame with + // arbitrary yaw (intermediary frame). q3_acc is defined as 0. + + // Normalize acceleration vector. + normalizeVector(ax, ay, az); + + if (az >= 0) + { + q0_meas = sqrt((az + 1) * 0.5); + q1_meas = -ay / (2.0 * q0_meas); + q2_meas = ax / (2.0 * q0_meas); + q3_meas = 0; + } else + { + double X = sqrt((1 - az) * 0.5); + q0_meas = -ay / (2.0 * X); + q1_meas = X; + q2_meas = 0; + q3_meas = ax / (2.0 * X); + } +} + +void ComplementaryFilter::getAccCorrection(double ax, double ay, double az, + double p0, double p1, double p2, + double p3, double& dq0, double& dq1, + double& dq2, double& dq3) +{ + // Normalize acceleration vector. + normalizeVector(ax, ay, az); + + // Acceleration reading rotated into the world frame by the inverse + // predicted quaternion (predicted gravity): + double gx, gy, gz; + rotateVectorByQuaternion(ax, ay, az, p0, -p1, -p2, -p3, gx, gy, gz); + + // Delta quaternion that rotates the predicted gravity into the real + // gravity: + dq0 = sqrt((gz + 1) * 0.5); + dq1 = -gy / (2.0 * dq0); + dq2 = gx / (2.0 * dq0); + dq3 = 0.0; +} + +void ComplementaryFilter::getMagCorrection(double mx, double my, double mz, + double p0, double p1, double p2, + double p3, double& dq0, double& dq1, + double& dq2, double& dq3) +{ + // Magnetic reading rotated into the world frame by the inverse predicted + // quaternion: + double lx, ly, lz; + rotateVectorByQuaternion(mx, my, mz, p0, -p1, -p2, -p3, lx, ly, lz); + + // Delta quaternion that rotates the l so that it lies in the xz-plane + // (points north): + double gamma = lx * lx + ly * ly; + double beta = sqrt(gamma + lx * sqrt(gamma)); + dq0 = beta / (sqrt(2.0 * gamma)); + dq1 = 0.0; + dq2 = 0.0; + dq3 = ly / (sqrt(2.0) * beta); +} + +void ComplementaryFilter::getOrientation(double& q0, double& q1, double& q2, + double& q3) const +{ + // Return the inverse of the state (state is fixed wrt body). + invertQuaternion(q0_, q1_, q2_, q3_, q0, q1, q2, q3); +} + +double ComplementaryFilter::getAdaptiveGain(double alpha, double ax, double ay, + double az) +{ + double a_mag = sqrt(ax * ax + ay * ay + az * az); + double error = fabs(a_mag - kGravity) / kGravity; + double factor; + double error1 = 0.1; + double error2 = 0.2; + double m = 1.0 / (error1 - error2); + double b = 1.0 - m * error1; + if (error < error1) + factor = 1.0; + else if (error < error2) + factor = m * error + b; + else + factor = 0.0; + // printf("FACTOR: %f \n", factor); + return factor * alpha; +} + +void normalizeVector(double& x, double& y, double& z) +{ + double norm = sqrt(x * x + y * y + z * z); + + x /= norm; + y /= norm; + z /= norm; +} + +void normalizeQuaternion(double& q0, double& q1, double& q2, double& q3) +{ + double norm = sqrt(q0 * q0 + q1 * q1 + q2 * q2 + q3 * q3); + q0 /= norm; + q1 /= norm; + q2 /= norm; + q3 /= norm; +} + +void invertQuaternion(double q0, double q1, double q2, double q3, + double& q0_inv, double& q1_inv, double& q2_inv, + double& q3_inv) +{ + // Assumes quaternion is normalized. + q0_inv = q0; + q1_inv = -q1; + q2_inv = -q2; + q3_inv = -q3; +} + +void scaleQuaternion(double gain, double& dq0, double& dq1, double& dq2, + double& dq3) +{ + if (dq0 < 0.0) // 0.9 + { + // Slerp (Spherical linear interpolation): + double angle = acos(dq0); + double A = sin(angle * (1.0 - gain)) / sin(angle); + double B = sin(angle * gain) / sin(angle); + dq0 = A + B * dq0; + dq1 = B * dq1; + dq2 = B * dq2; + dq3 = B * dq3; + } else + { + // Lerp (Linear interpolation): + dq0 = (1.0 - gain) + gain * dq0; + dq1 = gain * dq1; + dq2 = gain * dq2; + dq3 = gain * dq3; + } + + normalizeQuaternion(dq0, dq1, dq2, dq3); +} + +void quaternionMultiplication(double p0, double p1, double p2, double p3, + double q0, double q1, double q2, double q3, + double& r0, double& r1, double& r2, double& r3) +{ + // r = p q + r0 = p0 * q0 - p1 * q1 - p2 * q2 - p3 * q3; + r1 = p0 * q1 + p1 * q0 + p2 * q3 - p3 * q2; + r2 = p0 * q2 - p1 * q3 + p2 * q0 + p3 * q1; + r3 = p0 * q3 + p1 * q2 - p2 * q1 + p3 * q0; +} + +void rotateVectorByQuaternion(double x, double y, double z, double q0, + double q1, double q2, double q3, double& vx, + double& vy, double& vz) +{ + vx = (q0 * q0 + q1 * q1 - q2 * q2 - q3 * q3) * x + + 2 * (q1 * q2 - q0 * q3) * y + 2 * (q1 * q3 + q0 * q2) * z; + vy = 2 * (q1 * q2 + q0 * q3) * x + + (q0 * q0 - q1 * q1 + q2 * q2 - q3 * q3) * y + + 2 * (q2 * q3 - q0 * q1) * z; + vz = 2 * (q1 * q3 - q0 * q2) * x + 2 * (q2 * q3 + q0 * q1) * y + + (q0 * q0 - q1 * q1 - q2 * q2 + q3 * q3) * z; +} + +} // namespace imu_tools diff --git a/src/imu_complementary_filter/src/complementary_filter_node.cpp b/src/imu_complementary_filter/src/complementary_filter_node.cpp new file mode 100644 index 00000000..4f902841 --- /dev/null +++ b/src/imu_complementary_filter/src/complementary_filter_node.cpp @@ -0,0 +1,43 @@ +/* + @author Roberto G. Valenti + + @section LICENSE + Copyright (c) 2015, City University of New York + CCNY Robotics Lab + 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 the copyright holder 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. +*/ + +#include "imu_complementary_filter/complementary_filter_ros.h" + +int main(int argc, char **argv) +{ + rclcpp::init(argc, argv); + auto filter = std::make_shared(); + rclcpp::spin(filter); + rclcpp::shutdown(); + return 0; +} diff --git a/src/imu_complementary_filter/src/complementary_filter_ros.cpp b/src/imu_complementary_filter/src/complementary_filter_ros.cpp new file mode 100644 index 00000000..e8a9dd74 --- /dev/null +++ b/src/imu_complementary_filter/src/complementary_filter_ros.cpp @@ -0,0 +1,305 @@ +/* + @author Roberto G. Valenti + + @section LICENSE + Copyright (c) 2015, City University of New York + CCNY Robotics Lab + 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 the copyright holder 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. +*/ + +#include "imu_complementary_filter/complementary_filter_ros.h" + +#include +#include +#include +#include +#include + +namespace imu_tools { + +ComplementaryFilterROS::ComplementaryFilterROS() + : Node("ComplementaryFilterROS"), + tf_broadcaster_(this), + initialized_filter_(false) +{ + RCLCPP_INFO(this->get_logger(), "Starting ComplementaryFilterROS"); + initializeParams(); + + int queue_size = 5; + + // Register publishers: + // TODO: Check why ros::names::resolve is need here + imu_publisher_ = this->create_publisher("imu/data", queue_size); + + if (publish_debug_topics_) + { + rpy_publisher_ = + this->create_publisher( + "imu/rpy/filtered", queue_size); + + if (filter_.getDoBiasEstimation()) + { + state_publisher_ = this->create_publisher( + "/imu/steady_state", queue_size); + } + } + + // Register IMU raw data subscriber. + imu_subscriber_.reset(new ImuSubscriber(this, "/imu/data_raw")); + + // Register magnetic data subscriber. + if (use_mag_) + { + mag_subscriber_.reset(new MagSubscriber(this, "/imu/mag")); + + sync_.reset(new Synchronizer(SyncPolicy(queue_size), *imu_subscriber_, + *mag_subscriber_)); + sync_->registerCallback(&ComplementaryFilterROS::imuMagCallback, this); + } else + { + imu_subscriber_->registerCallback(&ComplementaryFilterROS::imuCallback, + this); + } +} + +ComplementaryFilterROS::~ComplementaryFilterROS() +{ + RCLCPP_INFO(this->get_logger(), "Destroying ComplementaryFilterROS"); +} + +void ComplementaryFilterROS::initializeParams() +{ + double gain_acc; + double gain_mag; + bool do_bias_estimation; + double bias_alpha; + bool do_adaptive_gain; + double orientation_stddev; + + fixed_frame_ = this->declare_parameter("fixed_frame", "odom"); + use_mag_ = this->declare_parameter("use_mag", false); + publish_tf_ = this->declare_parameter("publish_tf", false); + reverse_tf_ = this->declare_parameter("reverse_tf", false); + constant_dt_ = this->declare_parameter("constant_dt", 0.0); + publish_debug_topics_ = + this->declare_parameter("publish_debug_topics", false); + gain_acc = this->declare_parameter("gain_acc", 0.01); + gain_mag = this->declare_parameter("gain_mag", 0.01); + do_bias_estimation = + this->declare_parameter("do_bias_estimation", true); + bias_alpha = this->declare_parameter("bias_alpha", 0.01); + do_adaptive_gain = this->declare_parameter("do_adaptive_gain", true); + orientation_stddev = + this->declare_parameter("orientation_stddev", 0.0); + orientation_variance_ = orientation_stddev * orientation_stddev; + + filter_.setDoBiasEstimation(do_bias_estimation); + filter_.setDoAdaptiveGain(do_adaptive_gain); + + if (!filter_.setGainAcc(gain_acc)) + RCLCPP_WARN(this->get_logger(), + "Invalid gain_acc passed to ComplementaryFilter."); + if (use_mag_) + { + if (!filter_.setGainMag(gain_mag)) + RCLCPP_WARN(this->get_logger(), + "Invalid gain_mag passed to ComplementaryFilter."); + } + if (do_bias_estimation) + { + if (!filter_.setBiasAlpha(bias_alpha)) + RCLCPP_WARN(this->get_logger(), + "Invalid bias_alpha passed to ComplementaryFilter."); + } + + // check for illegal constant_dt values + if (constant_dt_ < 0.0) + { + // if constant_dt_ is 0.0 (default), use IMU timestamp to determine dt + // otherwise, it will be constant + RCLCPP_WARN( + this->get_logger(), + "constant_dt parameter is %f, must be >= 0.0. Setting to 0.0", + constant_dt_); + constant_dt_ = 0.0; + } +} + +void ComplementaryFilterROS::imuCallback(ImuMsg::ConstSharedPtr imu_msg_raw) +{ + const geometry_msgs::msg::Vector3 &a = imu_msg_raw->linear_acceleration; + const geometry_msgs::msg::Vector3 &w = imu_msg_raw->angular_velocity; + const rclcpp::Time &time = imu_msg_raw->header.stamp; + + // Initialize. + if (!initialized_filter_) + { + time_prev_ = time; + initialized_filter_ = true; + return; + } + + // determine dt: either constant, or from IMU timestamp + double dt; + if (constant_dt_ > 0.0) + dt = constant_dt_; + else + dt = (time - time_prev_).nanoseconds() * 1e-9; + + time_prev_ = time; + + // Update the filter. + filter_.update(a.x, a.y, a.z, w.x, w.y, w.z, dt); + + // Publish state. + publish(imu_msg_raw); +} + +void ComplementaryFilterROS::imuMagCallback(ImuMsg::ConstSharedPtr imu_msg_raw, + MagMsg::ConstSharedPtr mag_msg) +{ + const geometry_msgs::msg::Vector3 &a = imu_msg_raw->linear_acceleration; + const geometry_msgs::msg::Vector3 &w = imu_msg_raw->angular_velocity; + const geometry_msgs::msg::Vector3 &m = mag_msg->magnetic_field; + const rclcpp::Time &time = imu_msg_raw->header.stamp; + + // Initialize. + if (!initialized_filter_) + { + time_prev_ = time; + initialized_filter_ = true; + return; + } + + // Calculate dt. + double dt = (time - time_prev_).nanoseconds() * 1e-9; + time_prev_ = time; + // ros::Time t_in, t_out; + // t_in = ros::Time::now(); + // Update the filter. + if (std::isnan(m.x) || std::isnan(m.y) || std::isnan(m.z)) + filter_.update(a.x, a.y, a.z, w.x, w.y, w.z, dt); + else + filter_.update(a.x, a.y, a.z, w.x, w.y, w.z, m.x, m.y, m.z, dt); + + // t_out = ros::Time::now(); + // float dt_tot = (t_out - t_in).toSec() * 1000.0; // In msec. + // printf("%.6f\n", dt_tot); + // Publish state. + publish(imu_msg_raw); +} + +tf2::Quaternion ComplementaryFilterROS::hamiltonToTFQuaternion(double q0, + double q1, + double q2, + double q3) const +{ + // ROS uses the Hamilton quaternion convention (q0 is the scalar). However, + // the ROS quaternion is in the form [x, y, z, w], with w as the scalar. + return tf2::Quaternion(q1, q2, q3, q0); +} + +void ComplementaryFilterROS::publish(ImuMsg::ConstSharedPtr imu_msg_raw) +{ + // Get the orientation: + double q0, q1, q2, q3; + filter_.getOrientation(q0, q1, q2, q3); + tf2::Quaternion q = hamiltonToTFQuaternion(q0, q1, q2, q3); + + // Create and publish fitlered IMU message. + ImuMsg::SharedPtr imu_msg = std::make_shared(*imu_msg_raw); + imu_msg->orientation.x = q1; + imu_msg->orientation.y = q2; + imu_msg->orientation.z = q3; + imu_msg->orientation.w = q0; + + imu_msg->orientation_covariance[0] = orientation_variance_; + imu_msg->orientation_covariance[1] = 0.0; + imu_msg->orientation_covariance[2] = 0.0; + imu_msg->orientation_covariance[3] = 0.0; + imu_msg->orientation_covariance[4] = orientation_variance_; + imu_msg->orientation_covariance[5] = 0.0; + imu_msg->orientation_covariance[6] = 0.0; + imu_msg->orientation_covariance[7] = 0.0; + imu_msg->orientation_covariance[8] = orientation_variance_; + + // Account for biases. + if (filter_.getDoBiasEstimation()) + { + imu_msg->angular_velocity.x -= filter_.getAngularVelocityBiasX(); + imu_msg->angular_velocity.y -= filter_.getAngularVelocityBiasY(); + imu_msg->angular_velocity.z -= filter_.getAngularVelocityBiasZ(); + } + + imu_publisher_->publish(*imu_msg); + + if (publish_debug_topics_) + { + // Create and publish roll, pitch, yaw angles + geometry_msgs::msg::Vector3Stamped rpy; + rpy.header = imu_msg_raw->header; + + tf2::Matrix3x3 M; + M.setRotation(q); + M.getRPY(rpy.vector.x, rpy.vector.y, rpy.vector.z); + rpy_publisher_->publish(rpy); + + // Publish whether we are in the steady state, when doing bias + // estimation + if (filter_.getDoBiasEstimation()) + { + std_msgs::msg::Bool state_msg; + state_msg.data = filter_.getSteadyState(); + state_publisher_->publish(state_msg); + } + } + + if (publish_tf_) + { + // Create and publish the ROS tf. + geometry_msgs::msg::TransformStamped transform; + transform.header.stamp = imu_msg_raw->header.stamp; + transform.transform.rotation.x = q1; + transform.transform.rotation.y = q2; + transform.transform.rotation.z = q3; + transform.transform.rotation.w = q0; + + if (reverse_tf_) + { + transform.header.frame_id = imu_msg_raw->header.frame_id; + transform.child_frame_id = fixed_frame_; + tf_broadcaster_.sendTransform(transform); + } else + { + transform.child_frame_id = imu_msg_raw->header.frame_id; + transform.header.frame_id = fixed_frame_; + tf_broadcaster_.sendTransform(transform); + } + } +} + +} // namespace imu_tools diff --git a/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros/launch/segmentation_params.yaml b/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros/launch/segmentation_params.yaml index 6c2c8bf9..64285bee 100755 --- a/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros/launch/segmentation_params.yaml +++ b/src/linefit_ground_segementation_ros2/linefit_ground_segmentation_ros/launch/segmentation_params.yaml @@ -9,7 +9,7 @@ ground_segmentation: max_dist_to_line: 0.1 # maximum vertical distance of point to line to be considered ground. - sensor_height: 0.34 # sensor height above ground. + sensor_height: 0.645 # sensor height above ground. min_slope: 0.0 # minimum slope of a ground line. max_slope: 0.3 # maximum slope of a ground line. max_fit_error: 0.05 # maximum error of a point during line fit. diff --git a/src/rm_urdf_ff/urdf/rm_urdf_ff.urdf b/src/rm_urdf_ff/urdf/rm_urdf_ff.urdf index d4c75818..6a1a09cb 100644 --- a/src/rm_urdf_ff/urdf/rm_urdf_ff.urdf +++ b/src/rm_urdf_ff/urdf/rm_urdf_ff.urdf @@ -154,7 +154,7 @@ - + @@ -162,7 +162,7 @@ - +

k=HAY>&U39?yD@xcJ7OCKDuOZ+|&)8${V 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⁡ubFIKl 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